@keyframes moveTest { from { transform: rotate(0deg); } to { transform: rotate(360deg); }  }

.videoHomeMobile {
    width: 100vw;
    margin-top: 54px;
}

.sectionVideoHome {
    position: relative;
    overflow: hidden;
    height: max-content;
    width: 100%;
    z-index: 1;
}

.sectionHome {
    position: relative;
    height: max-content;
}

.raildomeHome {
    width: 100%;
    margin-top: 13%;
    margin-bottom: 2%;
}

.divTitreHome1 {
    width: 50%;
    position: absolute;
    top: 20%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.divTitreHome1 img {
    margin-top: -35px;
    width: 50%;
}

.divTitreHome1 p {
    color: white;
    font-size: 2.5em;
    text-align: right;
}

.divTitreHome1 p span {
    font-weight: bold;
}

.divTitreHome2 {
    width: 50%;
    position: absolute;
    right: 1%;
    bottom: 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.5em;
}

.divTitreHome2 .titre1 {
    color: white;
    text-decoration: none;
    border: 3px solid white;
    padding: 10px 15px;
    padding-top: 13px;
    border-radius: 30px;
}

.divTitreHome2 .titre2 {
    color: black;
    text-decoration: none;
    margin-top: 30px;
    width: 100%;
    text-align: center;
    background: #18F6EF;
    background: -moz-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: -webkit-linear-gradient(left, #4280C0 0%, #18F6EF 100%);
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
    padding: 10px 0px;
    padding-top: 13px;
    border-radius: 30px;
}

.divContactProjetRaildome {
    display: flex;
    width: 100%;
    padding: 20px;
    margin-top: 5vh;
    border-radius: 30px;
    background-image: url(/images/navbar/fond.png);
    background-size: cover;
    align-items: center;
    justify-content: space-evenly;
}

.divContactProjetRaildome img {
    width: 85px;
}

.divContactProjetRaildome p {
    color: white;
}

.divContactProjetRaildome a {
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(24,246,239);
    border-radius: 22px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

.sectionProjetRaildome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5vh;
}

.divSectionProjet{
    width: 50%;
}

.divSectionProjet ul {
    margin-top: -5px;
}

.divSectionProjet li {
    margin-top: 5px;
}

.divSectionProjet img {
    width: 100%;
}

.sousTitre {
    font-weight: bold;
    font-size: 1.2em;
}

.aModule {
    cursor: pointer;
    text-decoration: none;
}

.module-border-wrap {
    width: fit-content;
    position: relative;
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
    padding: 3px;
    border-radius: 50px;
  }
  
  .module {
    background: #F5F5F5;
    color: black;
    padding: 7px 12px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: bold;
  }

.divCounter {
    width: 50%;
}

.txtCounter {
    color: #18C1F6;
    font-weight: bold;
    text-align: center;
    font-size: 3em;
}

.sousTxtCounter {
    text-align: center;
    font-size: 2em;
    margin-top: -50px;
}

.counter {
    font-size: 1.5em;
}

.divSectionPointEssentiel {
    background-image: url("/images/fond-noir_fond_mat.jpg");
    background-size: 100%;
    background-repeat: repeat;
    width: 100%;
    padding-bottom: 1px;
}

.sectionPointEssentiel {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.divImgEssentiel{
    width: 100%;
    margin-top:5vh;
    margin-bottom: 5vh;
    text-align: center;
}
 
.divImgEssentiel img {
    width: 25%;
}

.divPartieEssentiel {
    width: 50%;
}

.divPartieEssentiel svg {
    width: 80%;
}

.divPartieEssentiel video {
    width: 90%;
    margin-left: 5%;
    mix-blend-mode: screen;
}

.divRuche {
    margin-bottom: 40px;
}

.divRuche img {
    width: 135px;
    margin: 10px;
    cursor: pointer;
    transition: all 0.5s ease;
}

.divRuche img:hover {
    transform: scale(1.3);
    z-index: 1;
}


.divRuche img:active {
    transform: scale(1.2);
}

.divRuche div {
    display: flex;
    justify-content: center;
    margin-bottom: -45px;
}

.moduleWhite {
    color: white;
    background-color: #171717;
}

.divPartieEssentielMobile {
    width: 100%;
    display:none;
}

.swiper {
    mix-blend-mode: screen;
}

.swiper-slide video {
    width: 100%;
}

.swiper-slide div {
    width: 75%;
    margin-left: 12.5%;
    text-align: center;
}

.swiper-slide p {
   margin-bottom: -45px!important;
}

.swiper-pagination .swiper-pagination-bullet {
    background-color: #18C1F6;
}

.swiper-button-next,
.swiper-button-prev {
    color: white!important;
}

.animeAuto {
    transform:scale(1.3);
}

.sectionOeilDeLaigle {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.sectionOeilDeLaigle div {
    width: 50%;
    text-align: center;
}

.sectionOeilDeLaigle img {
    width: 400px;
}

.sectionOeilDeLaigle p {
    font-size: 2em;
}

.sectionOeilDeLaigle b {
    font-size: 1.5em;
}

.divSecteur {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-bottom: 5vh;
}

.divSecteur div {
    width: 50%;
}

.divSecteurTxt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

.divSecteurTxt p,h2{
    width: 100%;
    color: white;
}

.divSecteurTxt h2 {
    font-weight: bold;
}

.divSecteur .txtClair {
    margin-bottom: -10px;
}

.swiperCarte {
    margin: auto;
}

.swiperCarte .swiper-slide {
    border-radius: 10px;
}

.titreNoPC {
    display: none!important;
}

.flecheMobile {
    display: none!important;
}

.flecheLeftCard {
    left: -80px!important;
}

.flecheRigthCard {
    right: -80px!important;
}

.swiperRef {
    position: relative;
    overflow: hidden;
    height: fit-content;
}

.slideRef {
    text-align: center;
}

.slideRef img {
    width: 80%;
    margin: auto;
}

.sectionBrochure {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5vh;
}

.sectionBrochure div{
    width: 50%;
    text-align: center;
}

.divTitreBrochure {
    width: 100%!important;
    margin-bottom: 2vh!important;
}

.sectionBrochure div img {
    width: 90%;
}

.sectionBrochure div p {
    width: 50%;
    margin: auto;
    text-align: center;
    color: white;
}

.sectionBrochure div svg { 
    width: 40px;
    fill: white;
    margin-top: 15px;
    margin-bottom: 30px;
}

.sectionBrochure div a {
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    background: rgb(24,246,239);
    background: linear-gradient(90deg, rgba(66,128,192,1) 0%,rgba(24,246,239,1) 100%);
    border-radius: 22px;
    font-weight: bold;
    font-size: 1.1em;
    cursor: pointer;
}

.imgBrochureMobile {
    width: 80%!important;
    margin-left: 10%;
    margin-bottom: 70px;
}

.fondSectionActualite {
    background: #18F6EF;
    background: -moz-linear-gradient(left, #4280C0 0%,#18F6EF 100%);
    background: -webkit-linear-gradient(left, #4280C0 0%,#18F6EF 100%);
    background: linear-gradient(to right, #4280C0 0%, #18F6EF 100%);
}

.spinnerLoad {
    animation: 4s linear 0s infinite moveTest;
    fill: white;
    height: 50px;
    margin-top: 10.95px;
    margin-bottom: 10.95px;
}

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

.blocEnvoieNewsletter {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.sectionActualite p {
    color: white;
    text-align: right;
}

.sectionActualite input {
    width: 250px;
    border-radius: 20px;
    background-color: white;
    color: black;
    padding: 10px 15px;
    padding-right: 22px;
    margin-left: 50px;
    font-size: 1em;
    font-family: Avenir;
}

.sectionActualite span {
    font-weight: bold;
    margin-left: -20px;
    cursor: pointer;
}

.txtErrorMail {
    margin-top: 0;
    color: black!important;
}

.txtErrorConnexionMail {
    margin-top: 0;
    color: black!important;
}

.txtSuccesMail {
    font-weight: bold;
    font-size: 22px;
}

.swiper-button-prev {
    z-index: 5!important;
}

.swiper-button-next {
    z-index: 5!important;
}

.titreNoPc {
    display: none;
}

.swiper-icon-glisser {
    width: fit-content!important;
    text-align: center;
    position: absolute;
    bottom: 15px;
    z-index: 2;
    margin-left: 45%;
}

.swiper-icon-glisser svg {
    width: 50px;
}

@media (min-width: 992px) and (max-width:1200px) { 

    .divTitreHome1 {
        top: 17%;
    }

    .divTitreHome2 {
        bottom: 5%;
        font-size: 1.3em;
    }
}


@media (min-width: 768px) and (max-width:1000px) { 

    .divContactProjetRaildome {
        margin-left: -3%;
    }
    
    .divContactProjetRaildome img {
        width: 70px;
    }
    
    .divContactProjetRaildome p {
        font-size: 15px;
    }
    
}

@media (min-width: 576px) and (max-width:767px) {
    .divContactProjetRaildome {
        margin-left: -4.5%;
        justify-content: space-between;
    }
    
    .divContactProjetRaildome img {
        width: 60px;
    }
    
    .divContactProjetRaildome p {
        font-size: 12px;
    }
    
    .divContactProjetRaildome a {
        padding: 10px;
        font-size: 0.9em;
    }
}


@media (min-width: 576px) and (max-width:992px) {

    .divTitreHome1 {
        width: 100%;
        position: relative;
        margin-top: 14%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .divTitreHome1 p {
        text-align: center;
    }

    .raildomeHome {
        width: 100%;
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .divTitreHome2 {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 10%;
    }

    .divTitreHome2 .titre2 {
        margin-top: 20px;
        width: 370px;
        font-size: 0.6em;
    }

    .sectionProjetRaildome {
        flex-direction: column;
    }

    .divSectionProjet{
        width: 100%;
    }

    .divSectionProjet img {
        width: 80%;
    }

    .divSectionProjet p {
        text-align: center;
    }

    .module-border-wrap {
        margin-top: 50px!important;
        margin: auto;
        width: 60%;
    }

    .module {
        text-align: center;
        font-size: 18px;
    }

    .divCounter {
        width: 100%;
    }

    .margeBottomCounter {
        margin-bottom: -35px;
    }

    .divImgEssentiel img {
        width: 50%;
    }

    .divPartieEssentiel {
        display:none!important;
    }

    .divPartieEssentielMobile {
        display:block;
    }

    .sectionPointEssentiel {
        margin-bottom: 140px;
    }

    .sectionOeilDeLaigle div {
        width: 100%;
        text-align: center;
    }

    .sectionOeilDeLaigle p {
        font-size: 1.5em;
    }

    .divSecteur {
        flex-direction: column-reverse;
    }

    .divSecteur div {
        width: 60%;
    }

    .divSecteurTxt {
        width: 100%!important;
        text-align: center;
    }

    .boldMobile {
        font-weight: bold;
        font-size: 1.5em;
    }

    .titreNoMobile {
        display: none!important;
    }

    .titreNoPC {
        display: inline-flex!important;
        width: 100%!important;
    }

    .flecheMobile {
        display: flex!important;
        width: auto!important;
    }

    .sectionBrochure div{
        width: 100%;
        text-align: center;
    }

    .sectionBrochure div p {
        text-align: center;
    }

    .titreNoPc {
        display: flex;
    }

    .swiper-icon-glisser {
        margin-left: 42%!important;
    }
}

@media (max-width: 576px) {

    .videoHome {
        display: none;
    }

    .divTitreHome1 {
        width: 100%;
        position: relative;    
        margin-top: 20%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .divTitreHome1 p {
        font-size: 2em;
        text-align: center;
    }

    .divTitreHome1 img {
        margin-top: -25px;
        width: 80%;
    }

    .raildomeHome {
        width: 100%;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .divTitreHome2 {
        width: 100%;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 1.1em;
        margin-bottom: 10%;
    }

    .divTitreHome2 .titre2 {
        width: 250px;
        font-size: 11px;
        margin-top: 15px;
    }
    
    .divContactProjetRaildome {
        padding: 15px;
        margin-left: -5%;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .divContactProjetRaildome img {
        width: 60px;
        margin-right: 15px;
    }
    
    .divContactProjetRaildome p {
        font-size: 13px;
    }
    
    .divContactProjetRaildome a {
        margin-top: 10px;
        padding: 10px;
        font-size: 1.2em;
    }
    .sectionProjetRaildome {
        flex-direction: column;
    }

    .divSectionProjet{
        width: 100%;
    }

    .divSectionProjet img {
        width: 80%;
    }

    .divSectionProjet p {
        text-align: center;
    }

    .module-border-wrap {
        margin-top: 40px!important;
        margin: auto;
        width: 251px;
    }

    .module {
        text-align: center;
        font-size: 14px;
    }

    .divCounter {
        width: 100%;
    }

    .margeBottomCounter {
        margin-bottom: -35px;
    }

    .divImgEssentiel img {
        width: 70%;
    }

    .divPartieEssentiel {
        display:none!important;
    }

    .divPartieEssentielMobile {
        display:block;
    }

    .sectionPointEssentiel {
        margin-bottom: 122px;
    }

    .sectionOeilDeLaigle div {
        width: 100%;
        text-align: center;
    }

    .sectionOeilDeLaigle img {
        width: 70%;
        margin-top: -20px;
    }

    .sectionOeilDeLaigle p {
        margin-top: 26px;
        margin-bottom: -26px;
        font-size: 1em;
    }

    .divSecteur {
        flex-direction: column-reverse;
    }

    .divSecteur div {
        width: 70%;
    }

    .divSecteurTxt {
        width: 100%!important;
        text-align: center;
    }
    
    .boldMobile {
        font-weight: bold;
        font-size: 1.5em;
    }

    .titreNoMobile {
        display: none!important;
    }

    .titreNoPC {
        display: inline-flex!important;
        width: 100%!important;
    }

    .flecheMobile {
        display: flex!important;
        width: auto!important;
    }

    .sectionBrochure div{
        width: 100%;
        text-align: center;
    }

    .sectionBrochure div p {
        width: 80%;
        text-align: center;
    }

    .divTitreBrochure h1 {
        font-size: 6vw;
    }

    .titreNoPc {
        display: flex;
    }

    .sectionActualite {
        flex-direction: column;
    }

    .blocEnvoieNewsletter {
        flex-direction: column;
    }
    
    .sectionActualite p {
        text-align: center;
    }

    .sectionActualite input {
        margin-left: 0px;
        margin-bottom: 20px;
    }
    
    .swiper-icon-glisser {
        margin-left: 35%!important;
    }
}