@font-face {font-family: "Ace Sans Demo"; src: url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.eot"); src: url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.woff") format("woff"), url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1aa3dc9c957e8530f60c069e89a4feeb.svg#Ace Sans Demo") format("svg"); }

html{
    scroll-behavior: smooth;
}

body{
    background-color: #243B56;
    height: 100vh;
    overflow-x: hidden;    
}

nav{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    display: flex;
    position: fixed;
    background-color: #83949d;
    width: 100%;
    height: 7%;
    margin-top: -5%;
    justify-content: space-evenly;
    flex-direction: column;
    margin-left: -0.5%;
    z-index: 3;
    box-shadow: 0px 10px 5px rgba(0, 0, 0, 0.25);
}

nav a{
    text-decoration: none;
    color: #FFFFFF;
}

nav a:hover{
    text-decoration:underline;
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.1);     
    transform: scale(1.01, 1.01);
}

ul{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    list-style-type: none;
    color: #FFFFFF;
    margin-top: 2%;
}

.logo-am{
    width: 40px;
    height: 25px;
    margin-top: -10%;
}

/*.logo-am:hover{
    width:45px;
    height:30px; 
}*/

.main-container{
    z-index: -1;
    display: flex;
    align-items: top;
    height: 100vh;
    content: '';
    position: absolute;
    width: 115%;
    margin-left: -140px;
    transform: rotate(-9deg);
    background-color: #76848B;
    transform-origin: center center;
    height: 500px;
    margin-top: -7%;
}

h1{
    color: white;
    font-family: 'Ace Sans Demo';
    font-weight: 400;
    font-size: 100px;
    letter-spacing: 0.065em;
    justify-content: center;
    display: flex;
}

.intro{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.photo{
    z-index: 0;
    width: 350px;
    height: 350px;
    left: 955px;
    top: 190px;
    background-image: url(photo1.jpg);
    background-size: 180%;
    background-position: 42%;
    border-radius: 100%;
    filter: drop-shadow(11px 2px 32px rgba(0, 0, 0, 0.25));
}

.presentation{
    color: white;
    font-family:'Open Sans', sans-serif;
    font-size: 23px;
    line-height: 41px;
    width: 45%;
    text-align: center;
}

h2{
    z-index: 1;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 44px;
    margin-left: 5%;
    margin-right: 5%;
}

.apropos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.traits-propos{
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 20%;
}

.apropos p{
    color: white;
    font-family:'Open Sans', sans-serif;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 0.05em;
    width: 55%;
}

.trait1{
    width: 20px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
}

.trait2{
    width: 20px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
}

.fleche{
    width: 1.5em;
    height: 1.5em;
    border-right: 10px solid #FFFFFF;
    border-top: 10px solid #FFFFFF;
    transform: rotate(135deg);
    margin-top: -40px;
    margin-bottom: 10px;
    color: #FFFFFF;
    display: block;
    width: 40px;
    height: 40px;
    justify-content: center;
    flex-direction: column;
    border-radius: 15%;
}

.fleches{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 6%;
    animation: floating 2s ease-in-out 1s infinite;
}

@keyframes floating{

    0%{
        transform: translate(0, 0px)
    }
    50%{
        transform: translate(0, -50px)
    }
    100%{
        transform: translate(0, 0px)
    }
}

.partie-formation{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.space2{
    background-color: transparent;
    width: 1000px;
    height: 38px;
}

h3{
    width: 310px;
    height: 46px;
    font-family: 'Gill Sans MT';
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.245em;
    color: #FFFFFF;
    justify-content: center;
    flex-direction: column;
}

.trait3{
    width: 100px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    margin-top: -2%;
}

.mesformations{
    width: 750px;
    color: white;
    font-family:'Open Sans', sans-serif;
    font-size: 20px;
    line-height: 41px;
    text-align: center;
    margin-top: 6%;
}

.partie-competences{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

h4{
    height: 46px;
    font-family: 'Gill Sans MT';
    font-weight: 400;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 0.245em;
    color: #FFFFFF;
    justify-content: center;
    flex-direction: column;
}

h5{
    font-family: 'Gill Sans MT';
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0.16em;
    color: #FFFFFF;
}

.boxs-competences{
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-evenly;
}

.box-affinity{
    width: 421px;
    height: 410px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    padding-top: 4%;
}

.box-affinity:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.affinity-designer{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

.logo-affinity-designer{
    width: 100px;
    height: 100px;
}

.affinity-designer p{
    width: 130px;
    height: 63px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.affinity-photo{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
}

.logo-affinity-photo{
    width: 100px;
    height: 100px;
}

.affinity-photo p{
    width: 125px;
    height: 63px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.affinity-publisher{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
}

.logo-affinity-publisher{
    width: 100px;
    height: 100px;
}

.affinity-publisher p{
    width: 130px;
    height: 63px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 38px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.affinity-explication{
    width: 196px;
    height: 41px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: 20%;
}

.box-dev-web{
    width: 421px;
    height: 460px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    margin-left: 20%;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.box-dev-web:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.box-dev-web p{
    font-family:'Open Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
}

.trait4{
    width:60px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    margin-left: 40%;
    margin-top: -5%;
}

.html{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
    font-size: 18px;
}

.logo-html{
    width: 120px;
    height: 120px;
}

.css{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
}

.logo-css{
    width: 95px;
    height: 120px;
}

.php{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 5%;
}

.logo-php{
    width: 100px;
    height: 80px;
}

.boxs-competences2{
    display: flex;
    flex-direction: row;
    align-items:flex-start;
    justify-content: space-evenly;    
}

.box-langues{
    display: flex;
    width: 415px;
    height: 245px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    flex-direction: column;
    align-content: flex-start;
    margin-right: 10%;
    margin-left: -5%;
}

.box-langues:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.box-langues p{
    font-family:'Open Sans';
    font-weight: 400;
    font-size:18px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;    
}

.trait5{
    width: 30px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    margin-left: 45%;
    margin-top: -5%;
}

.anglais{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 4%;
}

.logo-UK{
    width: 115px;
    height: 61px;
    border-radius: 12%;
}

.allemand{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 6%;
}

.logo-allemagne{
    width: 115px;
    height: 61px;
    border-radius: 12%;
}

.petites-boxs{
    display: flex;
    flex-direction: column;
    margin-right: 3.5%;
    margin-top: 3%;
}

.box-figma{
    width: 360px;
    height: 100px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 20%;
}

.box-figma:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.logo-figma{
    width: 85px;
    height: 89px;
}

.box-figma p{
    width: 30%;
    font-family:'Open Sans';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-davinci{
    width: 360px;
    height: 100px;
    background: #3E5167;
    box-shadow: 3px 4px 25px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-left: 20%;
    margin-top: 7%;
}

.box-davinci:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.logo-davinci{
    width: 90px;
    height: 90px;
}

.box-davinci p{
    width: 42%;
    font-family:'Open Sans';
    font-weight: 400;
    font-size: 16px; 
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.partie-soft-skills{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
    font-size: 21px;
    margin-left: 10%;
    margin-right: 10%;
}

.partie-soft-skills div{
    margin: 10px;
}

h6{
    font-family: 'Gill Sans MT';
    font-weight: 400;
    font-size: 25px;
    line-height: 37px;
    letter-spacing: 0.16em;
    color: #FFFFFF;
}


.box-polyvalence{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-polyvalence:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-polyvalence p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-ecoute{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-ecoute:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-ecoute p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-equipe{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-equipe:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-equipe p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-organisation{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-organisation:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-organisation p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-autonomie{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-autonomie:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-autonomie p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-curiosite{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-curiosite:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-curiosite p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.box-creativite{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 60px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
}

.box-creativite:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.1, 1.1);
}

.box-creativite p{
    font-family:'Open Sans';
    font-weight: 400;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF; 
}

.main-container2{
    z-index: -1;
    position: relative;
    display: flex;
    align-items: top;
    content: '';
    position: absolute;
    width: 150%;
    margin-left: -350px;
    transform: rotate(-9deg);
    background-color: #76848B;
    transform-origin: center;
    height: 3400px;
    margin-top: 12%;
}

.partie-projets{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partie-projets p{
    width: 310px;
    height: 46px;
    font-family: 'Gill Sans MT';
    font-size: 40px;
    letter-spacing: 0.245em;
    color: #FFFFFF;
    margin-left: 5%;
}

.space3{
    background-color: transparent;
    width: 1000px;
    height: 111px;
}

.trait6{
    width: 60px;
    height: 0px;
    background: #FFFFFF;
    border: 1.5px solid #FFFFFF;
    margin-left: -0.5%;
    margin-top: -1%;
}

.box-projet{
    width: 1057px;
    height: 463px;
    background: #3E5167;
    box-shadow: 13px 9px 45px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    margin-top: 5%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    font-weight: 50;
}

.box-projet:hover{
    box-shadow: 0 0.5em 5px rgba(0,0,0,0.3);     
    transform: scale(1.02, 1.02);
}

.img-ergo{
    width: 350px;
    height: 420px;
}

.texte-ergo{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.texte-ergo p{
    font-size: 18px;
    letter-spacing: normal;
    width: 470px;
    margin-bottom: 10%;
}

.texte-audiovisuel{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    margin-top: -5%;
}

h8{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-top: -20%;
}

.texte-audiovisuel p{
    font-size: 18px;
    letter-spacing: normal;
    width: 470px;
}

a{
    text-decoration: underline;
    color: #FFFFFF;
}

iframe{
    width: 452px; 
    height: 254px;
    border-radius: 18px;
}

.img-graphisme{
    width: 280px;
    height: 393px;
    border-radius: 18px;
}

.texte-marketing{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;   
}

h7{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-top: -20%;
}

.texte-graphisme p{
    font-size: 18px;
    letter-spacing: normal;
    width: 470px;
    margin-bottom: 30%;
}

.img-dev-web{
    width: 446px; 
    height: 335px;
}

.texte-dev-web{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;   
}

h7{
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #FFFFFF;
    margin-top: -20%;
}

.texte-dev-web p{
    font-size: 18px;
    letter-spacing: normal;
    width: 470px;
}


.logos{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.img-logo-mmi{
    width: 267px; 
    height: 200px;
    border-radius: 18px;
    margin-top: 15%;
    margin-left: 20%;
}

.img-lesbur{
    width: 267px; 
    height: 200px;
    border-radius: 18px;
    margin-top: 5%;
    margin-bottom: 15%;
    margin-left: -20%;
}

.texte-logos{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.texte-logos p{
    font-size: 18px;
    letter-spacing: normal;
    width: 470px;
}

.img-marketing{
    width: 377px; 
    height: 308px;
    border-radius: 18px;
}

.partie-centre-interet{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.partie-centre-interet p{
    justify-content: center;
    width: 610px;
    height: 46px;
    font-family: 'Gill Sans MT';
    font-size: 40px;
    letter-spacing: 0.245em;
    color: #FFFFFF;
    margin-left: 5%;
    margin-top: 8%;
}

.texte-interet p{
    font-size: 20px;
    letter-spacing: 0.01em;
    width: 850px;
}

/*Galerie d'image*/

img{max-width:100%}

.caroussel_diapo input{
    position: absolute;
    left: -9999px
}

.caroussel_diapo{
    text-align: center;
    margin: 5%;
    margin-top: 18%;
}


.contenu_carou {
    width: 500px;
    height: 332px;
    perspective: 4000px
}


.caroussel{
    transform-style: preserve-3d;
    position: relative;
    width: 500px;
    height: 332px;
    transition: 1s	
}

.caroussel img {	
    position: absolute;
    top: 0;
    left: 0;
    outline: 1px solid transparent;
    backface-visibility: hidden;
    transition: 1s;
    width: 500px;
    height: 375px;
}

.caroussel img{
    filter: blur(3px);
    opacity: .8
}	

.caroussel img:nth-child(1){transform:translate3d(0,0,540px) scale(.8)}
.caroussel img:nth-child(2){transform:rotateY(45deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(3){transform:rotateY(90deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(4){transform:rotateY(135deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(5){transform:rotateY(180deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(6){transform:rotateY(225deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(7){transform:rotateY(270deg) translateZ(540px) scale(.8)}
.caroussel img:nth-child(8){transform:rotateY(315deg) translateZ(540px) scale(.8)}

.caroussel_diapo input[type=radio] + label {	
    cursor:pointer;
    background:rgb(149, 198, 228);
    display:inline-block;
    width:20px;
    border-radius:45%;
    height:20px
	}
	
.caroussel_diapo input[type=radio]:checked + label{
    background:#ffffff;
}

.caroussel_diapo label{
    background:#151e27;
}

.caroussel_diapo input[name="rotation"]:checked ~ .contenu_carou .caroussel img:nth-child(n){
	
filter: drop-shadow(12px 12px 7px hsla(0,0%,0%,.5))
	
}	

/*gauche*/
.caroussel_diapo #carou_un:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px)}
.caroussel_diapo #carou_deux:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-45deg)}
.caroussel_diapo #carou_trois:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-90deg)}
.caroussel_diapo #carou_quatre:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-135deg)}
.caroussel_diapo #carou_cinq:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-180deg)}
.caroussel_diapo #carou_six:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-225deg)}
.caroussel_diapo #carou_sept:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-270deg)}
.caroussel_diapo #carou_huit:checked ~ .contenu_carou .caroussel{transform:translateZ(-540px) rotateY(-315deg)}


/*droite*/
.caroussel_diapo #carou_un:checked ~ .contenu_carou .caroussel img:nth-child(1){transform:translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_deux:checked ~ .contenu_carou .caroussel img:nth-child(2){transform:rotateY(45deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_trois:checked ~ .contenu_carou .caroussel img:nth-child(3){transform:rotateY(90deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_quatre:checked ~ .contenu_carou .caroussel img:nth-child(4){transform:rotateY(135deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_cinq:checked ~ .contenu_carou .caroussel img:nth-child(5){transform:rotateY(180deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_six:checked ~ .contenu_carou .caroussel img:nth-child(6){transform:rotateY(225deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_sept:checked ~ .contenu_carou .caroussel img:nth-child(7){transform:rotateY(270deg) translateZ(540px) scale(1);opacity:1}
.caroussel_diapo #carou_huit:checked ~ .contenu_carou .caroussel img:nth-child(8){transform:rotateY(315deg) translateZ(540px) scale(1);opacity:1}

a[title]:hover::after {
    content: attr(title);
    width: 30%;
    position: absolute;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    top:-100%
}

.sport{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-evenly;
    margin-top: 0%;
    margin-bottom: 5%;
}

.sport p{
    font-size: 20px;
    letter-spacing: 0.01em;
    width: 850px;
}

.icone-sport{
    width: 85px;
    height: 85px;
}

footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: #83949d;
    position:absolute;
    width:100%;
    margin-top:50px;
    margin-left: -0.5%;
    font-family: 'Gill Sans MT';
    font-size: 25px;
    letter-spacing: 0.245em;
    color: #FFFFFF;
}

.bouton-cv{
    display: flex;
    width: 180px;
    height: 40px;
    box-shadow: inset 0px -12px 15px rgba(0, 0, 0, 0.10);
    border-radius: 50px;
    font-size: 13px;
    background: #3E5167;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 1%;
    margin-left: -10%;
    margin-right: 5%;
}

.bouton-cv p{
    color: #FFFFFF;
    letter-spacing: normal;
    margin-left: 10%;
    margin-top: 6%;
}

.bouton-cv a{
    width: 200px;
    text-decoration: none;
}

.logo-contact{
    width: 50px;
    height: 50px;
}

#icone-mail{
    margin-left: 20%;
    margin-right: 5%;
}

#icone-linkedin{
    margin-left: 35%;
    margin-right: 5%;
}
