body{
    /*font-family: 'Cabin', sans-serif;*/
    font-family: 'Libre Franklin', sans-serif;
    /*background-color: #fbf8e9;*/
    background-image: url("images/20230603_213350.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.diviseur-categories{
    width: 100%;
    display: inline-block;
    height: 0px;
    margin: 10px;
    background-color: blue;
    border-top-width: 1px;
    border-top-color: rgba(251, 248, 233);
    border-top-style: solid;
}


header{
    /*height: 630px;*/
    height: 200px;
    width: 100%;
    padding-top: 15px;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    /*background: url("images/20230603_213350.jpg");
    background-size: cover;
    background-position-y: -180px;*/
}

.bandeau-principal{
    height: 110px;
    width: 100%;
    margin-top: -15px;
    display: flex;
    
}

.photo-profil img{
    border-radius: 50%;
    border-color: rgb(7, 40, 172);
    border-width: 5px;
    border-style: solid;
    width: 100px;
}

.photo-profil{
    margin-right: 25px;
    margin-left: 10px;
}

.texte-header{
    margin-right: 200px;
    height: 100px;
    flex: 3;
}

.texte-header a{
    font-weight: bolder;
    font-size: 3em;
    font-family: 'Libre Franklin', sans-serif;
    margin-top: 0%;
    margin-bottom: 1%;
    color: rgb(7, 40, 172);
    text-decoration: none;
}

.texte-header h3{
    font-weight: lighter;
    margin-top: 0%;
}


.choix-langues{
    width: 15%;
    height: 110px;
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    justify-content: space-around;
}

.choix-langues a {
	color: white;
	font-size: 1.2em;
    font-style: italic;
	line-height: 25px;
	padding: 5px;
	border-radius: 15px;
	border-width: 3px;
	border-style: groove;
    border-color: rgb(7, 40, 172);
    text-align: center;
    text-decoration: none;
    margin-right: 15px;
    background-color: rgba(128, 128, 128, 0.422);
}

.choix-langues a:hover{
    background: url("images/union-jack.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: rgba(255, 255, 255, 0);
}


.sommaire{
    height: 50px;
    width: 100%;
    background-color: rgba(132, 184, 227, 0.918);
    margin-top: -510px;
    margin-bottom: 500px;
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.sommaire a{
    height: 30px;
    line-height: 30px;
    font-size: large;
    padding: 1px 15px;
    color: rgb(0, 0, 139);
    text-align: center;
    text-decoration: none;
    transition: background-color .7s, color .7s;
    border-radius: 15px;
}

.sommaire a:hover{
    background-color: rgb(0, 0, 139);
    color: white
}

.experiences-pro{
    background-color: rgba(251, 251, 251, 0.6);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(5px);
    width: 98%;
    border-radius: 20px;
    margin: auto;
}

.experiences-pro h1{
    padding-left: 30px;
    padding-top: 30px;
}

.contenant-pro{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 40px;
    margin-right: 100px;
}

.contenant-pro a{
    text-decoration: none;
}

.logo-pro-gauche{
    width: 600px;
    margin-left: 100px;
    margin-right: 30px;
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: right;
    height: 300px;
    overflow: hidden;
    border-radius: 10px;
}

.logo-pro-gauche img{
    width: 600px;
}

.details-pro-gauche{
    width: 600px;
    text-align: right;
    border-right-width: 1px;
    border-right-color: grey;
    border-right-style: solid;
    padding-right: 20px;
}

.logo-pro-droite{
    flex: auto;
    margin-left: 30px;
    display: flex;
    align-items: center;
    justify-content: left;
    height: 300px;
    overflow: hidden;
}

.logo-pro-droite img{
    width: 600px;
}

.details-pro-droite{
    flex: 1;
    text-align: justify;
    border-left-width: 1px;
    border-left-color: grey;
    border-left-style: solid;
    padding-left: 20px;
}

.details-pro-droite h2{
    margin:0;
    font-size: xx-large;
}

.formation{
    background-color: rgba(251, 248, 233, 0.75);
    width: 98%;
    border-radius: 20px;
    margin: auto;
}

.formation h1{
    padding-left: 30px;
    padding-top: 30px;
}

.contenant-etudes{
    display: flex;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.logo-etudes{
    margin-left: 100px;
    margin-right: 25px;
}

.logo-etudes img{
    border-radius: 50%;
    height: 60.4px;
}

.details-etudes{
    flex: auto;
    margin-right: 75px;
    border-left-width: 1px;
    border-left-color: grey;
    border-left-style: solid;
    padding-left: 10px;
}

.details-etudes h1{
    font-size: xx-large;
    margin: 0;
}

.details-etudes h3{
    font-weight: lighter;
    margin-top: -2px;
    color: grey;
}

.details-etudes p{
    margin-bottom: 10px;
}

.details-etudes ul{
    margin-top: 5px;
}

.detail-competences{
    display: flex;
}

.competences-interet{
    background-color: rgba(251, 248, 233,0.75);
    width: 98%;
    border-radius: 20px;
    margin: auto;
}

.competences-interet h1{
    padding-left: 30px;
    padding-top: 30px;
}

.conteneur-competences{
    display: flex;
    flex-wrap: wrap;
    margin: 0 100px 10px 100px;
    justify-content: space-around;
}

.case-competence{
    height: auto;
    flex: 350px;
    margin: 6px;
    padding: 5px;
    text-align: justify;
    background-color: rgba(229, 227, 255, 0.75);
    border-width: 2px;
    border-color: rgb(182, 182, 182);
    border-style: solid;
    border-radius: 10px;
    transition: border-color .4s;
}

.case-competence:hover{
    border-color: black;
}

.case-competence h1{
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: x-large;
    line-height: normal;
    text-align: center;
}

.projets-loisirs{
    background-color: rgba(251, 248, 233, 0.75);
    width: 98%;
    border-radius: 20px;
    margin: auto;
    padding-bottom: 30px;
}

.projets-loisirs h1{
    padding-left: 30px;
    padding-top: 30px;
}

.conteneur-projets-loisirs{
    display: flex;
    margin: 0 100px 10px 100px;
    height: auto;
    width:auto;
    text-align: justify;
    border-color:  rgb(182, 182, 182);
    border-width: 2px;
    border-radius: 10px;
    border-style: solid;
    transition: border-color .4s;
}

.conteneur-projets-loisirs:hover{
    border-color: black;
}

.description-projet{
    flex: 4;
    padding: 0 20px 0 10px;
    line-height: 130%;
}

.description-projet h1{
    font-size: xx-large;
    margin: 0;
    line-height: normal;
}

.description-projet h2{
    margin: 10px 0px 0px 0px;
    line-height: normal;
    font-weight: bold;
}

.description-projet h3{
    font-weight: lighter;
    margin-top: 0px;
    color: grey;
    line-height: normal;
}

.image-projet{
    align-items: right;
    justify-content: right;
    overflow: hidden;
    flex: 1;
}

.image-projet img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.etiquette-travail-equipe{
    background-color: red;
    color: white;
    width: fit-content;
    border-radius: 15px;
    border: 5px solid red;
    margin: 5px 5px 10px 0px;
    display: inline-block;
}

.etiquette-communication{
    background-color: green;
    color: white;
    width: fit-content;
    border-radius: 15px;
    border: 5px solid green;
    margin: 5px 5px 10px 0px;
    display: inline-block;
}

.etiquette-creation-visuels{
    background-color: rgb(130, 14, 188);
    color: white;
    width: fit-content;
    border-radius: 15px;
    border: 5px solid rgb(130, 14, 188);
    margin: 5px 5px 10px 0px;
    display: inline-block;
}

.etiquette-culture{
    background-color: rgb(255, 162, 75);
    color: black;
    width: fit-content;
    border-radius: 15px;
    border: 5px solid rgb(255, 162, 75);
    margin: 5px 5px 10px 0px;
    display: inline-block;
}

.contact-box{
    background-color: rgba(251, 248, 233,0.75);
    width: 98%;
    border-radius: 20px;
    margin: auto;
}

.contact-box h1{
    padding-left: 30px;
    padding-top: 30px;
}

.contact{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 150px 250px 150px;
    text-align: center;
}

.contact img{
    height: 100px;
}

.logo-contact{
    width: 305px;
}

.logo-contact p{
    margin-top: 1px;
}


.paragraphe{
    text-align: justify;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: rgb(102, 113, 236);
    border-width: 2px;
    border-style: solid;
}