body{
    margin: 0;
    background-image: url('/images/background.svg');
    background-position: top right;
    background-repeat: repeat-y;
    background-size: 130%;
}

h3{
    margin: 0;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    text-align: left;
    font: normal normal normal 25px/33px Segoe UI;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 0px 6px #00000070;
}

.sectionContainer{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
}

.section{
    border-radius: 17px;
    background: #c7c7c770 0% 0% no-repeat padding-box;
    border-radius: 17px;
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(9px);
    width: auto;
    margin: 16px;
    margin-bottom: 0.5em;
    min-height: 50px;
    padding: 1.5em;
    max-width: 900px;
}

.experience{
    height: 80px;
    background: #4D92DB70 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title {
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section h2{
    margin: 0;
    text-align: center;
    font: normal normal normal 30px/40px Segoe UI;
    letter-spacing: 1.5px;
    color: #000000;
    text-shadow: 0px 0px 6px #00000070;
}

.speciality{
    margin-bottom: 2em;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.speciality p{
    text-align: left;
    font: normal normal normal 12px/16px Segoe UI;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    max-width: 500px;
}

.speciality img{
    width: 131px;
    height: 141px;
    align-self: center;
}

.experienceContent{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: auto;
    margin-left: 1px;
    margin-right: 1px;
}

.experienceDesc{
    background-color: #A03FD970;
    padding: 1em;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    transform: rotateY(0deg);
    transition: transform ease-in-out 300ms;
}

.experienceDescOpenning{
    transform: rotateY(90deg);
}

.experienceDesc h3{
    text-align: center;
    font: normal normal normal 25px Segoe UI;
    letter-spacing: 1.5px;
    color: #000000;
    text-shadow: 0px 0px 6px #00000070;
    opacity: 1;
    margin: 0;
    margin-bottom: 1em;
}

.experienceDesc .more{
    position: absolute;
    display: none;
    top: 16%;
    width: 80%;
    height: 62%;
    align-self: center;
    overflow-x: hidden;
    overflow-y: auto;
}

.experienceDesc .moreShow{
    z-index: 50;
    display: block;
}

.experienceDesc .descElement{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-self: stretch;
    align-items: center;
    max-width: 300px;
    min-width: 264px;
    width: auto;
    margin-left: 1em ;
    margin-right: 1em ;
    height: 55px;
}

.descElementHide{
    opacity: 0;
}

.descElement img{
    width: 30px;
    height: 30px;
}

.descElement p{
    width: auto;
    margin-left: 15px;
    text-align: left;
    font: normal normal normal 14px/19px Segoe UI;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

@media screen and (min-width: 540px){

    .experienceDesc .descElement{
        margin-left: 3em ;
        margin-right: 3em ;
        min-width: 300px;
    }

    .speciality{
        margin-bottom: 2em;
        display: flex;
        justify-content: center;
        flex-direction: row;
    }

    .specialityContent{
        margin-left: 1em;
    }

    .speciality p{
        font: normal normal normal 15px Segoe UI;
    }

    .speciality img{
        width: auto;
        height: auto;
        max-width: 171px;
        max-height: 181px;
        align-self:center;
    }
}

@media screen and (min-width: 895px) {
    .speciality,.experience,.title{
        margin-left:0 ;
        margin-right:0 ;
        border-radius: 0;
        max-width: 100%;
        width: auto;
    }

    body{
        background-position: top right;
        background-size: 60%;
    }
}

/* Arrière plan */
.bgblock{
    display: none;
    position: absolute;
    border-radius: 50px;
    top: 0%;
    min-width: 400px;
    min-height: 400px;
    width: 100%;
    height: 70%;
    top: -50%;
    left: 25%;
    background: linear-gradient(45deg, #A03FD9, #853BB1);
    z-index: -1;
    opacity: 0.5;
    transform: rotate(45deg);
}