@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Extralight.otf");
    font-weight: 100;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Light.otf");
    font-weight: 200;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Book.otf");
    font-weight: 300;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Medium.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Semibold.otf");
    font-weight: 500;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Bold.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Crossten-Bold-Italic";
    src: url("/assets/fonts/Horizon Type - Crossten Bold Italic.otf");
    font-weight: 600;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Extrabold.otf");
    font-weight: 700;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Black.otf");
    font-weight: 800;
}

@font-face {
    font-family: "Crossten";
    src: url("/assets/fonts/Horizon Type - Crossten Ultra.otf");
    font-weight: 900;
}

*{
    font-family: "Crossten";
}

p{
    font-weight: 300;
}

h1{
    font-weight: 600;
    font-family: "Crossten-Bold-Italic";
    font-size: 48px;
}

h2{
    font-weight: 600;
    font-family: "Crossten-Bold-Italic";
}

h3{
    font-weight:600;
    font-family: "Crossten-Bold-Italic";
    font-size: 20px;
    color: black;
}

h4{
    font-weight:600;
    font-family: "Crossten-Bold-Italic";
    font-size: 18px;
}

small{
    font-weight: 300;
    text-transform: uppercase;
    color:black;
}

input{
    background: transparent;
    border: none;
    border-bottom:1px solid white;
}

.input_blue {
    border-bottom: 1px solid #0074c7;
}

textarea {
    background: transparent;
    border: 1px solid white;
    border-radius: 10px;
}

textarea::placeholder{
    color: black;
    font-size:15px;
}

.textarea_blue {
    border: 1px solid #0074c7;
}

select{
    background: transparent;
    border: none;
    border-bottom:1px solid white;
}

.section{
    padding: 100px 0px;
}

.pace .pace-progress {
    background: #0074c7;
}

.blue{
    color: #0074c7;
}

.black{
    color: black;
}

.menu{
    height:155px;
    background-image: url('/assets/img/Depuis1960.png');
    background-size: contain;
    background-repeat: no-repeat;
}

.menu img{
    width:250px;
}

.menu_open{
    height:60px;
    width:60px;
    position:fixed;
    right:0px;
    bottom:0px;
    cursor: pointer;
    z-index: 11;
    top: 95px;
}

.div_menu{
    height: 100%;
    width: 422px;
    position: fixed;
    right: 0px;
    z-index: 10;
    display:none;
    top:0px;
}

.menu_border{
    border-bottom: 4px solid white;
    padding-bottom: 5px;
}

.close_menu {
    width: 21px !important;
}

.sidemenu{
	z-index:9999;
	position:fixed;
	bottom:0px;
	right:0px;
	width:422px;
	height: calc(100% - 155px);
	transition:0.25s;
    padding-top: 0px;
    background-color: #000000f2;
}

.sidemenu.transition{
	z-index:9999;
	position:absolute;
	bottom:0px;
	right:-429px;
	width:422px;
	height: calc(100% - 155px);
}

.sidemenu.hidden{
	display:none;
	z-index:9999;
	position:absolute;
	top:0px;
	right:-422px;
	width:422px;
	height: calc(100% - 155px);
}

.sidemenu > ul,
.sidemenu > ul > a >li,
.sidemenu > ul > li{
    color:white;
    list-style: none;
    font-family: "Crossten-Bold-Italic";
    margin-top: 1rem;
    transition:0.5s;
}

.sidemenu > ul > a >li:hover {
    font-size: 18px;
}

.sidemenu > ul{
    margin-top:3rem;
    padding-left: 75px;
}

.sidemenu ul > li > ul {
    margin-top: 0px;
}

.sidemenu ul > li > ul > a > li {
    color: #0074c7;
    margin-top:0px;
    list-style: none;
    transition:0.5s;
}

.sidemenu ul > li > ul > a > li:before{
    content: "— ";
}

.sidemenu ul > li > ul > a > li:hover {
    font-size: 18px;
}

.sidemenu .btn{
    margin-left: 75px;
}

.menu_second_level{
    list-style-type:none;
}

.close_sidenav{
    height:80px;
    width:80px;
    position:absolute;
    right:0px;
    top: 75px;
}

.div_half{
    height:500px;
    color: white !important;
}

.footer li{
    list-style: none;
    display: inline-flex;
    color: #0074c7;
    padding-bottom: 10px;
    border-bottom: 1px solid;
    font-weight: 600;
    letter-spacing: 1.5px;
    margin: 0px 23px;
    position: relative;
    top: 0px;
    transition: 0.5s;
}

.footer li:hover{
    top: -10px;
}

.footer b > u {
    color: white;
}

.footer_img, .footer_img_sm{
    /* max-height: 50px; */
    width: 100%;
}

.footer_gauche{
    background-color: #e4e4e4;
}

.btn{
    font-weight: 600;
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 12px;
    letter-spacing: 1px;
    transition: background-color .3s cubic-bezier(.4,0,.2,1),color .45s cubic-bezier(.4,0,.2,1) 75ms;
    text-transform: uppercase;
    position:relative;
}

.btn:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 99%;
    z-index: -2;
    border-radius: 6px;
}
.btn:before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 101%;
    transition: all .3s;
    z-index: -1;
    border-radius: 6px;
}

.btn:hover:before {
    width: 100%;
}

.btn_white{
    border:1px solid white;
    color: white;
}

.btn_white:before{
    background-color: white;
}

.btn_white:after{
    background-color: transparent;
}

.btn_white:hover{
    color: black;
    border: 1px solid transparent;
}

.btn_blue{
    border:1px solid #0074c7;
    color: #0074c7;
}

.btn_blue:before{
    background-color: #0074c7;
}

.btn_blue:after{
    background-color: transparent;
}

.btn_blue:hover{
    color: white;
    border: 1px solid transparent;
}

.btn_full_blue{
    border:1px solid #0074c7;
    color: white;
    background: #0074c7;
}

.btn_full_blue:before{
    background: #0074c7;
}

.btn_full_blue:after{
    background-color: transparent;
}

.btn_full_blue:hover{
    color: #0074c7;
    border: 1px solid transparent;
    background: white;
}

.btn-ajouter-destination, .btn-fichier-instruction{
    padding: 0.467rem 1.2rem;
    font-size: 0.8rem;
    line-height: 1.4;
    border-radius: 0.267rem;
}

.btn_black{
    background-color: transparent;
    color: black;
}

.btn_black:before{
    background: black;
}

.btn_black:after{
    background: white;
}

.btn_black:hover{
    color: white;
}

.btn_file{
    border:1px solid rgba(255, 255, 255, 0.59);
    color:white;
}

.btn_file_bleu{
    border:1px solid #0074c7;
    color: #0074c7;
    width: 330px;
}

.bg_blue{
    background-color: #0074c7;
}

.bg_dark_blue{
    background-color: #091325;
}

.bg_grey{
    background: #e8e8e8;
}

.bg_gradient{
    background-image: linear-gradient(to right, #0098d8 , #0056b8);
}

.bg_gradient_orange{
    background-image: linear-gradient(to right, #f5a94a , #f18b37);
}

.vertical_center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.vh_center{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*Accueil*/

.section_accueil{
    padding: 100px 0px;
    background-image: url('/assets/img/icone route.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: white;
    background-size: 25%;
}

.blocs{
    background: #e8e8e8;
    border-right: 1px solid #b6b6b6;
}

.triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent #0074c7 transparent;
    position: absolute;
    bottom: 0;
    right: -1px;
    z-index: 1;
    transition: .3s cubic-bezier(.4,0,.2,1) 75ms;
    cursor:pointer;
}

.triangle_black{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 75px 75px;
    border-color: transparent transparent black transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .3s cubic-bezier(.4,0,.2,1) 75ms;
    cursor:pointer;
}


.triangle:hover, .triangle_black:hover{
    transform: scale(1.2);
    bottom: 8px;
    right: 7px;
}

.triangle:before, .triangle:after, .triangle_black:before, .triangle_black:after{
    content: '+';
    position: absolute;
    right: 17px;
    bottom: -70px;
    font-size: 26px;
    color: white;
    font-weight: 200;
}

.div_enersco{
    height: 3%;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    bottom: 0px;
}

.div_enersco.hover{
    background-image: linear-gradient(to right, #0098d8 , #0056b8);
}

.img_enersco{
    position: absolute;
    bottom: -100px;
    z-index: 3;
}

.covid{
    transform: rotate(-90deg);
    display: inline;
    position: fixed;
    z-index: 5;
    padding: 10px 45px;
    background-color: #0074c7;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    left: -61px;
    top: 230px;
    color: white;
    font-family: "Crossten-Bold-Italic";
    font-size: 22px;
    cursor:pointer;
}


.covid_div{
	z-index:4;
	position:fixed;
    top: 170px;
	transition:0.25s;
    padding: 50px 0px;
}

.covid_div.transition{
	z-index:4;
	position:absolute;
    top: 170px;
    left: calc(-100vw - 17px);
    padding: 50px 0px;
}

.covid_div.hidden{
	display:none;
	z-index:4;
	position:absolute;
    top: 170px;
    padding: 50px 0px;
}

.fermer_covid{
    cursor:pointer;
}

/*Pourquoi nous choisir?*/

.section_entete{
    padding: 200px 0px;
    background-image: url('/assets/img/DSC_1947.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.titres_initiaux{
    position: absolute;
    color: white;
    font-size: 98px;
    font-family: "Crossten-Bold-Italic";
    top: -50px;
    z-index: 1;
    -webkit-text-stroke: 2px #0074c7;
    left: 12px;
}

.titre_arg{
    position:absolute;
    z-index: 2;
}

.nos_valeurs{
    padding: 100px 0 241px 0;
}

.video_pourquoi{
    position: absolute;
    top: -222px;
    width:100%;
}

.mt_500{
    margin-top: 500px;
}

/*Calendriers scolaires*/

.section_secteurs{
    background-image: url('/assets/img/icon autobus bleu.png');
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 25%;
}

/*Carrières*/

.carrieres > ul > li:before{
    content: "\f00c";
    color: #0074c7;
    font-family: "FontAwesome";
    margin-right: 5px;
}

.carrieres > ul > li{
    list-style: none;
    margin-top: 10px;
    font-weight: 300;
}

.section_carriere{
    background-image: url('/assets/img/icone route.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #e8e8e8;
    background-size: 25%;
}

.carriere > ul {
    list-style: none; /* Remove default bullets */
}

.carriere > ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #0074C7; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
}

/*Implication*/

.section_implication {
    background-image: url("/assets/img/Gros Enersco.png");
    background-repeat: no-repeat;
    background-position: 100% 132%;
    background-size: 100%;
}

.bloc_date{
    position: absolute;
    top: -20px;
    left: 15px;
    background: #0074C7;
    padding: 10px;
    color: white;
    z-index: 1;
}

.border_bottom_grey{
    border-bottom:1px solid #e8e8e8;
}

/*Historique*/

h1 > div {
    font-family: "Crossten-Bold-Italic";
    -webkit-text-stroke: 2px #0074c7;
    color: transparent;
}

h1 > div > div{
    font-family: "Crossten-Bold-Italic";
    border-bottom: 2px solid #0074c7;
}

.historique_1960{
    background-image: url('/assets/img/bloc 1 - 1960.png');
    background-repeat: no-repeat;
    background-position: 71vw -130px;
    background-size: 220px;
    top: 0px;
}

.historique_2007{
    background-image: url('/assets/img/bloc 2 - 2007.png');
    background-repeat: no-repeat;
    background-position: 0% 25px;
    background-size: 30%;
}

.historique_2016{
    background-image: url('/assets/img/bloc 3 - 2016.png');
    background-repeat: no-repeat;
    background-position: 100% 25px;
    background-size: 30%;
}

.historique_2018{
    background-image: url('/assets/img/bloc 4 - 2018.png');
    background-repeat: no-repeat;
    background-position: 0% 0px;
    background-size: 30%;
}

.historique_2019{
    background-image: url('/assets/img/2019.png');
    background-repeat: no-repeat;
    background-position: 100% 100px;
    background-size: 30%;
}

.historique_enersco{
    background-image: url('/assets/img/icone route.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 30%;
}
/*Contact*/

.bloc_membre{
    margin-top:130px;
    padding-top:145px;
    width:33%;
    margin-right:3px !important;
}

.photo_membre{
    border-radius:50%;
    position: absolute;
    top: -58%;
    width: 225px;
    left: 50%;
    transform: translate(-50%,0);
}

.round_image{
    border-radius: 50%;
}

.croix_membre{
    height:50px;
    width:50px;
    position:absolute;
    right:0px;
    top:0px;
    cursor:pointer;
}

/*Soumission*/

.zero{
    font-weight: 500;
}

.note_soumission::placeholder{
    color: #999
}

.red-text {
    color: red;
}

.cursor-pointer {
    cursor: pointer;
}

.input-file {
    display: none;
  }
  
  /* Style the custom button */
  .custom-button {
    background-color: #007bff;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* Optional: Add hover and active styles for the custom button */
  .custom-button:hover,
  .custom-button:focus,
  .custom-button:active {
    background-color: #0056b3;
  }

  .fixed-bottom-middle {
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
  }


@media screen and (max-width:991.98px){
    .padding-right-destination{
        padding-right:0;
    }
}

@media screen and (max-width:768px){
    .covid{
        display:none;
    }
    .section_accueil{
        padding: 10px 0px;
        background-image: none;
    }
    .div_enersco{
        display:none;
    }
    .historique_1960{
        background-image: none;
    }

    .historique_2007{
        background-image: none;
    }

    .historique_2016{
        background-image: none;
    }

    .historique_2018{
        background-image: none;
    }

    .historique_2019{
        background-image: none;
    }

    .historique_enersco{
        background-image: none;
    }
    .section_carriere{
        background-image: none;
    }
    .section_entete {
        padding: 10px 0px;
        background-image: url(/assets/img/DSC_1947.png);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .nos_valeurs{
        padding: 25px;
    }
    .vh_center {
        position: initial;
        left: initial;
        top: initial;
        -webkit-transform: initial;
        transform: initial;
    }
    .video_pourquoi{
        position: absolute;
        top: -95px;
        height: 450px;
        left: 0px;
        width: 100%;
        height: 200px;
    }
    .nos_valeurs{
        height:200px;
    }
    .mt_300{
        margin-top: 45px;
    }
    .desc_arg {
        padding-top: 75px;
    }

    .div_half{
        height:initial;
        padding-top: 75px;
        padding-bottom: 75px;
        color: white !important;
    }
    .section_secteurs {
        background-image:none;
    }
    .section {
        padding: 30px 0px;
    }
    .sidemenu {
        width: 100%;
        height: calc(100% - 79px);
    }
    .menu {
        height: 80px;
        background-image: none;
    }
    .menu img {
        width: 125px;
    }
    .covid_div{
        top: 310px;
    }
    .covid_div.transition{
        top: 310px;
    }
    .covid_div.hidden{
        top: 310px;
    }
    .bloc_membre{
        margin-top:130px;
        padding-top:158px;
        width:100%;
        margin-right:0px;
    }
    .menu_border{
        border-bottom: 4px solid white;
        padding-bottom: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .fermer_covid, .close_menu{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .photo_membre{
        top: -51%;
    }
    .fermer_membre{
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .div_menu {
        width: 100%;
    }
    .img_enersco{
        display:none;
    }

    .sidemenu.transition{
        z-index:9999;
        position:absolute;
        bottom:0px;
        right:-100vw;
        width:100%;
        height: calc(100% - 79px);
    }
    .menu_open{
        top: 20px;
        right: 0px;
        position: fixed;
        z-index: 999;
    }
    .blocs{
        border-bottom: 1px solid black;
    }
    .mt_500 {
        margin-top: 150px;
    }
    .menu_img{
        width: calc(100% - 80px)
    }
}


  /* Icon 1 */

  #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 29px;
    height: 34px;
    position: relative;
    margin: 13px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }

  #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }

  /* Icon 3 */

  #nav-icon3 span:nth-child(1) {
    top: 3px;
  }

  #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
    top: 16px;
  }

  #nav-icon3 span:nth-child(4) {
    top: 29px;
  }

  #nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  #nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }

  /* Icon 4 */
