@import url("icon.css"); /* import grid CSS */

:root{
    /* Color */
    --orange:  #F5933C;
    --bleu_foncer : #233454;
    --bleu_azur: #527A9B;
    --gris:  #E9EDF5;
    --bleu_gris: #E3E7F0;
    --noir: #3A3A3A;
    /* Police */
    --manrope: 'Manrope', sans-serif;
}

/* BODY */

body {
    background-color:  white;
}

/* HEADER */

header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}

header.white {
    background-color: transparent;
    box-shadow: none;
}

header.white.scroll {
    background-color: var(--bleu_foncer);
}

.menu>.row {
    display: flex;
    align-items: center;
}

header img {
    width: 172px;
}

header>.container-fluid {
    padding: 27px 80px;
    width: 100%;
}

.icon-header {
    margin-left: auto;
}

.icon-header>.row {
    display:flex;
    align-items: center;
}

.list-nav {
    margin-left: 140px;
}

.navbar-nav {
    flex-direction: row;
}

header a.nav-link:hover {
    color: var(--taupe);
}


header .list-nav .container-fluid {
    padding: 0!important;
}

header a.nav-link {
    padding: 0px!important;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
    margin-right: 25px!important;
}

header.white a.nav-link {
    color: white;
}

header .nav-item:last-child  a.nav-link{
    margin-right: 0!important;
}


/* FOOTER */

footer {
    padding: 70px 12px 50px;
    position: relative;
}

footer .container-fluid {
    z-index: 1;
    position: relative;
    max-width: 1500px;
}

footer .gx-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

footer img {
    width: 172px;
    margin-bottom: 42px;
}

footer h2 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    color: var(--bleu_foncer);
    margin-bottom: 20px;
}

footer input {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid var(--bleu_foncer)!important;
    padding-bottom: 10px;
    text-align: center;
}

footer input::placeholder {
    font-family: var(--manrope);
    font-style: italic;
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: var(--noir);
    text-align: center;
}

footer .absolute {
    position: absolute ;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

footer ul {
    padding-left: 0;
    margin: 0;
}

footer li {
    margin-bottom: 5px;
}

footer .contact-footer li {
    margin-bottom: 0px;
}

footer button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

footer .newsletter {
    margin-bottom: 0;
}

footer .newsletter img {
    margin-bottom: 0;
    width: auto;
}

footer a {
    font-family: var(--open);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 30px;
    color: #000000;
}

footer a:hover {
    color: var(--taupe);
}

footer .rs .col-auto {
    padding-right: 6px;
}

footer span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--bleu_foncer);
    color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-bottom: 20px;
}

.footer span:hover {
    background-color: var(--orange);
}

footer span::before {
    color: white;
    font-size: 15px;
}

footer .col-12, footer .newsletter {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.229167px;
    color: var(--noir);
}

footer .navigation {
    max-width: 45%;
}

footer .navigation ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

footer .menu a{
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
    margin-right: 25px;
}

footer .ct a {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    text-align: center;
    color: var(--noir);
    padding-right: 3px;
}

footer .ct {
    margin-top: 13px;
    margin-bottom: 13px;
}

.subfooter li, .ct li {
    position: relative;
    margin-right: 5px;
}

.subfooter li:after, .ct li:after {
    content: '|';
    color: var(--noir);
    width: 1px;
    margin-right: 0;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    margin-left: 5px;
}

.subfooter li:nth-child(n+3)::after, li:nth-child(n+3)::after {
    content: '';
}

.subfooter li:nth-child(n+3), .ct li:nth-child(n+3) {
    margin-right: 0;
}

.subfooter a {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 1px;
    color: var(--noir);
}


/* TYPO */

h1 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 200;
    font-size: 55px;
    line-height: 75px;
    color: #ffffff;
}

h1 span, h1 strong {
    font-weight: 800;
}

h2 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0.405px;
    color: var(--orange);
}

h3  {
    font-family:var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
}

h4 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: var(--bleu_azur);
}

h5 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
}

p {
    font-family: var(--open);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 27px;
    color: #000000;
}

/* BUTTON */

.btn-prim {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 10px 30px;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 0.3s
}

.btn-prim:hover {
    background-color: #DE7517;
    border-color: #DE7517;
    color: white;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/* deuxieme btn */

.btn-second {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 25px;
    text-transform: none;
    color: #FFFFFF;
    padding: 10px 30px;
    border: 2px solid var(--orange);
    background-color: var(--orange);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    transition: 0.3s
}

.btn-second:hover {
    background-color: #DE7517;
    border-color: #DE7517;
    color: white;
    transition: 0.3s
}

/* Troisième btn */

header a.btn-third, footer .btn-third {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 25px;
    border: 2px solid var(--bleu_foncer);
    color: var(--bleu_foncer);
    padding: 10px 30px!important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    background-color: transparent;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header.white .btn-third {
    color: white;
    border-color: white;
    background-color: var(--bleu_foncer);
}

.btn-third:hover {
    background-color: var(--bleu_foncer);
    color:white!important;
    border-color: var(--bleu_foncer);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

header.white .btn-third:hover {
    color: var(--bleu_foncer)!important;
    border-color: white;
    background-color: white;
}

.btn-four {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 10px;
    letter-spacing: 0.23px;
    /* text-transform: uppercase; */
    color: white;
    background-color: var(--bleu_foncer);
    /* padding: 13.5px 25px; */
    border: 2px solid var(--bleu_foncer);
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    height: 34px;
    width: 102px;
    filter: f;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-four:hover {
    background-color: #2A4270;
    color: white;
    border-color: #2A4270;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

/* ESPACEMENT SECTION */

.spacer1 {
    padding: 50px 0px ;
}

.spacer2 {
    padding: 40px 0px;
}

.spacer3 {
    padding: 67.5px 0px;
}

div.spacer4 {
    padding: 75px 0px;
}

div.spacer5 {
    padding: 30px 0px;
}

/* MOBILE HEADER */

header .mobile {
    position: absolute;
    height: 25px;
    width: 40px;
    padding: 0;
    margin-right: auto;
    left: 25px;
}

header .mobile span {
    background-color: white;
    height: 2px;
    position: absolute;
}

header .mobile  span:nth-child(1){
    top: 0;
    width: 100%;
}

header .mobile  span:nth-child(2){
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

header .mobile  span:nth-child(3){
    bottom: 0;
    width: 100%;
}

.mobile-on {
    display: none;
    position: fixed;
    left: -100%;
    top: 0;
    background-color: #303030;
    height: 100vh;
    z-index: 1000000;
    flex-direction: column;
}

.mobile-on {
    background-color: white;
}

.mobile-on a {
    color: #000000;
}

.mobile-on a:hover {
    color: var(--jaune);
}

header .mobile-on.active {
    display: flex;
    left: 0;
    padding: 0px 35px;
}

.off.hiden {
    z-index: 0!important;
}

.mobile-on.active .turn-on {
    border: 1px solid white;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    padding: 0;
}

.turn-on {
    position: absolute;
}

.mobile-on>.row:nth-child(1) {
    display: flex;
    align-items: center;
    border-bottom: 5px solid var(--white);
}

.mobile-on>.row:nth-child(1)>.col-12 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-on>.row li:nth-child(1) {
    margin-top: 40px;
}

.mobile-on>.row:nth-child(3) {
    margin-top: auto;
    margin-bottom: 50px;
}

.mobile-on>.row .icon-header .col-auto {
    padding-left: 0;
}

.mobile-on .icon-header .col-12 {
    margin-bottom: 12px;
    padding-left: 0;
}

.mobile-on>.row li {
    margin-top: 30px;
}

/* SPECIFIC CSS */

/* HOME PAGE */

/* BANNER */

.banner {
    position: relative;
}

.banner.home .col-12{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
    min-height: 515px;
    padding: 80px 0px;
}

.banner.home .banner-link {
    position: absolute;
    bottom: -24.5px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.banner.home img {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 102%;
}

.banner.home h1, .who h1 {
    max-width: 945px;
    text-align: center;
    margin-bottom: 30px;
}

.banner.home h6 p, .who h6 p {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 200!important;
    font-size: 15px!important;
    line-height: 20px!important;
    text-align: center;
    letter-spacing: 0.405px!important;
    color: #FFFFFF;
    max-width: 530px;
    margin-bottom: 0px;
}

.who h6 p {
    color: var(--bleu)!important;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 200;
    font-size: 15px;
    line-height: 20px;
    text-align: left!important;
    letter-spacing: 0.405px;
    color: #FFFFFF;
    max-width: 530px;
    margin-bottom: 0px;
}

#scene {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

#scene img {
    width: auto;
    height: auto;
}

.g-1, .gx-1 {
    --bs-gutter-x: 60px;
}

.g-2, .gx-2 {
    --bs-gutter-x: 35px;
}

.g-3, .gx-3 {
    --bs-gutter-x: 40px;
}

.g-4, .gx-4 {
    --bs-gutter-x: 33px;
}


.list-blocs {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 40px 23px 35px;
    margin: 45px 0px 0px;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: #7D7D7D;

}

.list-blocs h4 {
    margin-bottom: 25px;
    margin-top: 3px;
}

.list-blocs span {
    margin-right: 10px;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: var(--orange);
}

.list-blocs .statistiques {
    margin-top: 22px;
}

.list-blocs .statistiques  .col-auto {
    margin-top: 10px;
}

.form-contact input, .form-contact textarea {
    background-color: var(--bleu_gris);
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 14px 20px 12px;
    width: 100%;
}

.form-contact input::placeholder, .form-contact textarea::placeholder {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
}

.form-contact input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
    width: 21px;
    height: 21px;
    padding: 0;
    position: relative;
    background-color: transparent;
}

.form-contact input[type="checkbox"]::before {
    content: "\e909";font-family: 'icomoon';
    font-size: 21px;
}

.form-contact input[type="checkbox"]:checked:before {
    content: "\e908";font-family: 'icomoon';
    color: var(--bleu_foncer);
}

.form-contact .col-xl-6:nth-child(-2n+1) input {
    margin-bottom: 60px;
}

.form-contact .col-xl-6:nth-child(n+2) input {
    margin-bottom: 30px;
}

.form-contact textarea {
    height: 160px;
}

.captcha {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.405px;
    color: var(--noir);
}

.captcha>.row {
    display: flex;
    align-items: center;
}

.captcha .col-3 {
    margin-left: auto;
}

.form-contact h2 {
    margin-bottom: 43px;
}


/* PAGE LIST */

.banner.pages {
    background-color: var(--bleu_foncer);
}

.banner.home.pages .col-12{
    min-height: 360px;
}


/* PAGE CONTACT */

.maps, .maps a {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.229167px;
    color:   var(--noir);
}

.maps span {
    font-size: 18px;
    color: var(--orange);
}

.maps img {
    width: 100%;
}

.maps .col-xl-6>.row>.col-12:first-child {
    margin-bottom: 20px;
}


/* PAGE QUI SOMMES NOUS */

.who {
    position: relative;
    padding-top: 170px;
}

.who img {
    position: absolute;
    top: -110px;
    left: 0;
}

.who .col-12 {
    position: relative;
}

.who .col-12 h1, .who .col-12 h6{
    color: var(--bleu_foncer);
    text-align: left;
    max-width: 660px;
}

.who .col-12 h1 {
    margin-bottom: 15px;
}

.why h2 {
    margin-bottom: 16px;
    margin-top: 30px;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 2px;
    color: var(--bleu_foncer);
}

.why h2 span {
    font-weight: 800;
}

.why {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.229167px;
    color: var(--noir);
}

.why span::before {
    color: var(--bleu_foncer);
    font-size: 45px;
}

.why .col-xl-4>.row:hover p, .why .col-xl-4>.row:hover h2, .why .col-xl-4>.row:hover h2 span , .why .col-xl-4>.row:hover span:before {
    color: white!important;
}

.why .col-xl-4>.row {
    padding: 40px 18px 30px;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    margin: 0;
}

.why .col-xl-4>.row:hover {
    background-color: var(--bleu_foncer);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.numbers {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.229167px;
    color: var(--noir);
}

.numbers .col-auto {
    display: flex;
}

.numbers span{
    background-color: #FAFBFD;
    padding: 20px;
}

.numbers>.row {
    display: flex;
    justify-content: space-between;
}

.numbers .col-xl-auto>.row {
    display: flex;
    align-items: flex-end;
}

.numbers span::before {
    color: var(--bleu_foncer);
    font-size: 70px;
}

.numbers h3 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 800;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
}

.formulaire h3 {
    margin-bottom: 40px;
}

.formulaire .form-table h3 {
    margin-bottom: 0;
}

.formulaire .th {
    margin-bottom: 25px;
}

.formulaire .th .col-xl-8>.row {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.form-table .col {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-table .td>.col-xl-4{
    border-right: 1px solid #000000;
    padding-bottom: 30px;
}

.form-table>.row>.col-12:last-child .td>.col-xl-4 {
    padding-bottom: 0;
}

.form-table .td input {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
}

.form-table .td input::before {
    content: "\e907";
    font-family: 'icomoon';
    font-size: 20px;
}

.form-table .td input:checked:before{
    content: "\e906";
    color: var(--bleu_foncer);
}

.form-table h4{
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #05263A;
}


.formulaire .step1 input {
    background-color: var(--bleu_gris);
    width: 100%;
    min-height: 62px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    height: 100%;
}

.formulaire .step1 input:checked {
    background-color: var(--bleu_foncer);
}

.formulaire .step1>.col-12 {
    position: relative;
}

.formulaire .step1 label {
    position: absolute;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.formulaire .step1 label.active {
    color: white;
}

.formulaire .step1 {
    margin-bottom: 60px;
}


.formulaire textarea {
    width: 100%;
    border-bottom: 1px solid var(--bleu_foncer)!important;
    padding-bottom: 10px;
    background-color: transparent;
    padding-left: 5px;
    border: 0;
    outline: 0;
    margin-bottom: 40px;
}

.formulaire textarea::placeholder {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #C4C4C4;
}




.options {
    display:none;
    position:absolute;
    top: 100%;
    right:0;
    left:0;
    z-index:1;
    margin:0 0;
    padding:10px 25px;
    list-style:none;
    background-color:white;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 410px;
}

.options li {
    padding: 5px 0px!important;
    margin:0 0;
    padding:0 10px;
    color:var(--bleu_foncer);
    text-align: center;
    cursor: pointer;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}


.s-hidden {
    visibility:hidden;
    padding-right:10px;
    display: none;
}

.styledSelect {
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    padding: 21px 30px;
    margin: 0;
    border: 1px solid #C4C4C4;
    width: 410px;
    height: 68px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    color: var(--bleu_foncer);
}

.styledSelect:after {
    top: 33%;
    right: 30px;
    content: "\e901";
    font-family: 'icomoon';
    position: absolute;
    pointer-events: none;
    z-index: 100;
    font-size: 20px;
}
.styledSelect:active, .styledSelect.active {
    background-color: white;
    color: var(--bleu_foncer);
}

.styledSelect.active::after {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: -15px;
    top: 50%;
}

.select {
    position: relative;
}


.styledSelect1 {
    cursor: pointer;
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin: 0;
    width: auto;
    height: 45px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    background: #fff;
    position: relative;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    padding: 10px 60px 10px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    position: relative;
    background-color: transparent;
    display: flex;
    align-items: center;
}

.styledSelect1:before {
    top: 25%;
    right: 20%;
    content: "\e900";
    font-family: 'icomoon';
    position: absolute;
    pointer-events: none;
    z-index: 100;
    font-size: 10px;
}
.styledSelect1:active, .styledSelect1.active {
    background-color: white;
    color: var(--bleu_foncer);
}

.styledSelect1.active::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    margin-top: -15px;
    top: 55%;
    border-top-color: var(--bleu_foncer);
}

.options1 {
    display:none;
    position:absolute;
    top: 110%;
    right:0;
    left:0;
    z-index:1;
    margin:0 0;
    padding:10px 15px;
    list-style:none;
    background-color:white;
    border: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    max-width: 142px;
}

.options1 li {
    padding: 5px 0px!important;
    margin:0 0;
    padding:0 10px;
    color:var(--bleu_foncer);
    text-align: center;
    cursor: pointer;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
}


/* PAGE DETAIL */

.detail {
    background-color: var(--bleu_foncer);
    padding: 80px 0px;
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: #FFFFFF;
}

#valid_form, #invalid_form {
    display: none;
}

.detail p{
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: #FFFFFF;
}

.detail h1 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 35px;
    line-height: 46px;
    letter-spacing: 0.405px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.detail .statistiques {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: #FFFFFF;
    margin-top: 40px;
}

.detail span {
    color: var(--orange);
    margin-right: 10px;
}

.detail .col-12 {
    max-width: 1110px;
}

.page-detail .informations h2 {
    font-weight: 600;
    margin-bottom: 30px;
}

.page-detail .informations h5, .page-detail {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.405px;
    color: #000000;
}

.refs {
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.refs:last-child {
    margin-bottom: 0;
}

.title-ref h5{
    border-bottom: 1px solid #C4C4C4;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.refs ul {
    padding-left: 0;
}

.refs ul li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}

.refs ul li:last-child {
    margin-bottom: 0;
}

.refs ul li::before {
    position: absolute;
    content: '';
    top: 7px;
    left: 0;
    width: 7px;
    height: 7px;
    background-color: var(--orange);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.time {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.405px;
    color: #527A9B;
    margin-bottom: 30px;
}


.annexe>.row {
    margin-bottom: 70px;
    background-color: var(--bleu_gris);
    padding: 20px 30px;
    border-radius: 10px;
    position: relative;
}

.annexe:last-child {
    margin-bottom: 0;
}

.annexe>.row .link-bloc {
    display: flex;
    justify-content: center;
    margin-bottom: -40px;
    margin-top: 35px;
}

.annexe h3 {
    font-family: var(--manrope);
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 33px;
    letter-spacing: 0.405px;
    color: var(--bleu_foncer);
    padding:0;
    padding-bottom: 10px!important;
    border-bottom: 1px solid var(--bleu_foncer);
    margin-top: 20px!important;
    margin-bottom: 10px;
}

.annexe>.row>.col-12:first-child h3{
    margin-top: 0!important;
}

.annexe span {
    color: var(--bleu_foncer);
}

.page-detail span{
    font-weight: bold;
}

.sticky>.row {
    position: sticky;
    top: 120px;
}


@media screen and (min-width:1400px) {
    .container {
        max-width: 1140px;
    }
}