@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');

/* font-family: 'Inter', sans-serif; */
/* font-family: 'Abril Fatface', serif; */

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    width: 100%;
}

body{
    font-family: 'Inter', sans-serif;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

main{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

h1{
    text-align: center;
    color: #FFF;
    font-family: 'Abril Fatface', serif;
    font-size: 30px;
}

h2{
    text-align:center;
    text-decoration: none;
    color: #FFF;
}

h3{
    color: #D0E0F5;
}

p{
    color: #FFF;
}

footer h2{
    color: #D0E0F5;
    padding-bottom: 10px;
}

footer p{
    color: #D0E0F5;
    padding-top: 10px;
}

footer{
    background-color: #022B3A ;
}

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

 a:visited {
    color: #b0bdc2;
  } 
  
input{
    background: #E1E5F2;
    width: 371px;
    height: 58px;
    border: none;
    color: #022B3A;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

footer button{
    background: #E1E5F2;
    width: 224px;
    height: 58px;
    border: none;
    color: #022B3A;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
}

button{
    border-radius: 10px;
    background-color: #022B3A ;
    color: #E1E5F2;
    width: 208px;
    height: 58px;
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
    letter-spacing: -0.198px;
    border: none;
    padding: 3px;
    
}

textarea{
    background-color:#E1E5F2;
    height: 240px;
    width: 1100px;
}


#SiegeSocial{
    max-width: 25rem;
}

#boutonEnvoyerFormulaire{
    width: 100px;
    height: 50px;
    margin-bottom: 30px;
}

/* Layout:  */



.flexCenter{

    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
}

.flexCenter p{

    max-width: 500px;
    padding-top: 30px;
}

.ListeColonnes{
    display: flex;
    flex-direction: column;
    line-height: 2.1875rem;
}

.ListeWrap{
    display: flex;
    flex-wrap: wrap;
}

.paragrapheDetail{
    display: flex;
    max-width: 60%;
    margin-bottom: 12.5rem;
}

.flexLeft{
    flex-direction: row;
    align-self: flex-start;
}

.flexRight{
    flex-direction: row-reverse;
    align-self: flex-end;
}

.flexCenter div{ 
    max-width: 50rem;
}

.flexCenterChiffres{

    display: flex;
    align-items: center;
    justify-content: space-around;
    min-height: 90vh;
    padding: 1rem;
}

.flexCenterChiffres div{
    max-width: 50rem;
}

.Newsletter{ 
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.125rem;
}

.FlexNewsletter{
    padding-bottom: 1.875rem;
    padding-top: 10px;
}

.footer{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: .625rem;
}

.bordRonds{
    border-radius: 5px;
    width: 500px;
}

#message{
    border-radius: 5px;
}


/* .formulaire{
    position: relative;
}

.iconFormulaire{
    position: absolute;
}

.InputFormulaire{
    border-radius: 10px;
}

.Titres{
    display: flex;
    justify-content: space-evenly;
    gap: 400px;
    text-align: left;
    padding-left: 20px;
}

.InputsEtIcones{
    display: flex;
    justify-content: space-evenly;
} */

.LayoutForm{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0;
    margin-top: 1.25rem;
}

.LayoutForm label{
    color: #E1E5F2;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.198px;
    display: block;
}

.LabelChamp{
    display: flex;
    flex-direction: column;
    gap: .625rem;
    margin-bottom: 20px;
}

#NometMail{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    gap: 100px;
    margin-bottom: 5px;
}



/* ACTIONS PLANETE  */

.actionsPlanete{
    width: 100%;
}
#backgroundActions{
    background-image:url(img/background_actions.jpg);
    background-size: cover;
    min-height: 100vh;
}

.actionsPlanete h2{
    color: #E1E5F2;
    padding-top: 50px;
    padding-bottom: 40px;
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    text-align: center;
}



#actions{ /* parent 1 */
    display: flex;
    gap: 100px;
    width: 100%;
    margin-bottom: 1.875rem;
}


.templateAction{ /* enfants 1*/
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: left;
    max-width: 20%;
} 

.templateAction figure{
    width: 100%;
    aspect-ratio: 1;
}

.templateAction figure img{
    height: 100%;
    width: 100%;
    border-radius: .625rem;
    object-fit: cover;
}

.legendeFlex{
    display: flex;
    align-items: center;
    margin: 1.5625rem 0;
}

.icon{
    width: 20px;
    height: auto;
}

.legendeAction{
    color: #E1E5F2;
}

.descriptionAction{
    color: #E1E5F2;
}

.actionsPlanete div{
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
}

/* #caraibes{
    
}


#fjord{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 33,33%;
}

#corail{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 33,33%;
}   */

#buttonCTA{
    display: flex;
    justify-content: center;
}

.buttonCTA{
    margin: 0 40px;
}

/* FIN ACTIONS PLANETE  */







#bandeau{
    background-color: #022B3A;
    color: #F5F5F5;
    height: 65px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.875rem 0;

}

#FlexNewsletter h2{
    padding-bottom: 20px;
}

.h2Detail{
    padding-bottom: 3.4375rem;
    text-align: left;
}


#background-video{
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
} 


#backgroundContact{
    background-image:url(img/backgroung_contact.jpg);
    background-size: cover;
    min-height: 100vh;
}


#menuBackground{
    background-image: url("img/background_menu.jpg");
    background-size: cover;
}

#flexMenu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    line-height: 9.375rem;
}

.TexteMenu{
    color: #022B3A;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.44px;
    text-decoration: none;
}


.ligne{
    height: .1875rem;
    width: 71.875rem;
    background-color: #E1E5F2;
}

/* #flexMenu div{

} */


.rectangleHooverMenu{
    background-color: #d0e0f500;
} 

.rectangleHooverMenu:hover{
    background-color: #e1e5f2c8;
}



#flexMenu a {
    text-decoration: none;
}

.FlexNav{
    position: fixed; 
    display: flex;
    gap: 73.75rem;
    align-items: center;

}

nav p{
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 33px */
    letter-spacing: -0.242px;
    color:#F5F5F5;

    flex: 1;
}

nav a {
    text-decoration: none;
    flex: 1;
}

 nav div{ /*Parent de close et icone croix */
    display: flex;
    align-items: center;
}

#BackgroundDetail{
    background-image: url("img/background_detail_V2.png");
    background-size: cover;
    height: 100%;
}


.Mainpadding{
    padding-top: 112px;

}

#mainDetail{
    padding-left: 175px;
    padding-right: 175px;
}


#titreIndex{
    font-size: 40px;
}