

body {
    margin:0px;
    padding:0px;
    overflow-x: hidden !important; /* bloquer scroll horizontal */
}


#basic-addon1, #basic-addon2 {
    border-radius:1rem;
    background-color:#fff;
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height:35px;
}

#inputSearchBar,#inputSearchBar2, #inputNewsletterBar {
    border-radius:1rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left:none;
    height:35px;
    pointer-event: none;
    z-index: 1;
}


#navbarNavDropdown {
    font-size:18px;
}

#navbarDropdown {
    color:#000;
}

#inputSearchBar::placeholder{
    color:#cadede;
    font-size: 12px;
    font-style: italic;
}

#inputSearchBar2::placeholder{
    color:#ffe5dd;
    font-size: 11px;
    font-style: italic;
}

.navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}



#searchBar {
    width:500px;
    border-radius:100px;
    padding-top:70px;
    margin-left:30px;
}

#btnRecrutement {
    position: fixed;
    right:0%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background-color: #006462;
    z-index: 1000;
    color:#e8de8a;
    padding:5px;
    border-bottom-right-radius:5px;
    border-top-right-radius:5px;
    box-shadow: 0 3px 15px 0 #c3c3c3;
    font-size:11px;
    padding-bottom:8px;
    padding-top:8px;
    margin-top:60px;
}

#btnRecrutement a {
    color:#e8de8a;
    text-decoration: none;
}


#header {
    position:relative;
    top:20px;
    color:#fff;
}

#headerRecrutement {
    position:relative;
    top:120px;
    color:#fff;
    margin-left:60%;
}

#backgroundHeader {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_home.png);
    height:350px;
}

#backgroundHeaderTransport {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_Transport_regulier.png);
    height:350px;
}

#backgroundHeaderRecrutement {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_recrutement.png);
    height:350px;
}

#backgroundHeaderContact {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header-contact.png);
    height:350px;
}

#backgroundHeaderRamassage {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_Transport_Scolaire.png);
    height:350px;
}

#backgroundHeaderDevis {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header-location.png);
    height:350px;
}

#backgroundHeaderQui {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_engagement.png);
    height:350px;
}

#backgroundHeaderEng {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_engagement.png);
    height:350px;
}

#backgroundHeaderVoyage {
    width:100%;
    position:absolute;
    background-size: cover;
    background-image: url(../images/Header_voyage.png);
    height:350px;
}


#inputNewsletterBar:focus, #inputSearchBar2:focus, #inputNewsletterBar:focus, #inputSearchBar:focus {
    z-index: 1;
    box-shadow: none;
    border:none;
}
/*
#iconSearch {
    position:relative;
    left:-20px;
    z-index: 10;
} */

#iconSearch:focus {
    z-index: 10;
}

.iconSearchGreen {
    background: transparent url(../images/Picto_recherche2.png) no-repeat center center;
}

.iconSearchOrange {
    background: transparent url(../images/Picto_recherche.png) no-repeat center center;
}

#iconSearch {
    position:relative;
    float: right;
    top:-20px;
    left:-35px;
    z-index: 10;
    border:none;
    text-indent:-5000px;
    width:80px;
    height:80px;
    background-size: 50px;
}


#iconSearch2 {
    position:relative;
    float: right;
    top:-20px;
    left:-35px;
    z-index: 10;
    background: transparent url(../images/Picto_Fleche_Newsletter.png) no-repeat center center;
    border:none;
    text-indent:-5000px;
    width:80px;
    height:80px;
    background-size: 50px;
}

#iconSearch2:focus {
    z-index: 10;
}

    
.inactive {
    background-color:#ffc6b5;
}

#bloc1Home, .activeBlock  {
    background-color:#fe6f46;
}

#bloc2Home {
    background-color:#fdc635;
}

#bloc3Home {
    background-color:#4e9291;
}

#bloc1Home, #bloc2Home, #bloc3Home, #bloc1Transport, #bloc2Transport, #bloc3Transport  {
    z-index:1;
    border-radius:20px;
    color:#ffffff;
    width: 190px;
    height:190px;
    margin-top:50px;
}

#containerBlock {
    margin-top: -65px;
}



#navRecrutement {
    background-color: #006462;
    color:#f3cf7f;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin:0px;
}

.row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  
  
  /* vertical spacing between columns */
  
  .row-flex [class*="col-"]  {
    margin-bottom: 30px;
  }

  .row-flex .card {
      height:100%;
  }


/* Small device */
@media (max-width: 576px) { 
    html, body {
        overflow-x: hidden !important;
        max-width: 100% !important;
    }


    .navbar-brand img {
        width: 150px;
    }

    #divSmartphone {
        display: none;
    }
    #bloc1Home, #bloc2Home, #bloc3Home, #bloc1Transport, #bloc2Transport, #bloc3Transport  {
        width: 85%;
        margin-top:0px;
        overflow-x: visible !important;
    }
    
    #backgroundHeader {
        background-image: none;
        background-color: #026465;
        height:300px;
    }
    #backgroundHeaderTransport {
        background-image: none;
        background-color: #fe6f46;
        height:300px;
    }

    #backgroundHeaderRamassage {
        background-image: none;
        background-color: #fdc635;
        height:300px;
    }

    #backgroundHeaderVoyage {
        background-image: none;
        background-color: #fdc635;
        height:300px;
    }


    #backgroundHeaderRecrutement, #backgroundHeaderQui, #backgroundHeaderDevis, #backgroundHeaderContact {
        background-color: #006463;
        height:300px;
    }

    #backgroundHeaderRecrutement {
        background-image: none;
    }

    #backgroundHeaderEng {
        background-image: none;
        background-color: #006463;
        height:300px;
    }

    
    #containerBlock {
        border-top-left-radius: 53px;
        border-top-right-radius: 53px;
        background-color: #ffffff;
        z-index: 1;
        position: relative;
        margin-top: 0px;
    }
    #bloc1Home, #bloc1Transport {
        position: relative;
        top:-20px;
    }

    #iconSearch {
        top:-22px;
        left:-40px;
        background-size: 40px;
    }
    #iconSearch2{
        top:-25px;
        left:-50px;
        background-size: 30px;
        z-index:50;
    }

    #iframeFacebook {
        width:300px;
    }

    #headerRecrutement {
        position:relative;
        top:120px;
        color:#fff;
        margin-left:10px;
    }

    #headerRecrutement h1 {
        font-size: 20px;
    }
}

#iconFleche {
    background-color: #fff;
    border-radius: 50px;
    width:38px;
    height: 38px;
    font-size:25px;
}

#containerAlerts h4 {
    font-size: 30px;
    margin-left: -30px;
    padding-bottom: 10px;
}


.titleHome {
    font-size: 26px;;   
   } 

/* MIDDLE */
@media (min-width: 992px) and (max-width: 1156px) { 
    #navbarNavDropdown {
        font-size: 14px;
    }

    
}


/* TABLETTES */
@media (min-width: 576px) and (max-width: 854px) { 
    #bloc1Home, #bloc2Home, #bloc3Home, #bloc1Transport, #bloc2Transport, #bloc3Transport  {
        width: 160px;
        height:160px;

    }
    #bloc1Home h5, #bloc2Home h5, #bloc3Home h5, #bloc1Transport h5, #bloc2Transport h5, #bloc3Transport h5{
        font-size:13px;
    }
    
    #iconFleche {
        width:30px;
        font-size:22px;
    }

    #navRecrutement {
        font-size: 14px;
        white-space:nowrap;
        padding: 0px;
        margin:0px;
        text-align: center;
    }
    
}

#containerAlerts h4  {
    position: relative;
    top:0;
    left:70%;
    top:-10px;
    line-height:20px;
}

#importantAlert {
    background-color: #fe6f46;
    border-radius: 20px;
    margin: 5px;
}

#alert {
    background-color: #ffffff;
    border-radius: 20px;
    height:60px;
    box-shadow: 2px 2px 2px 2px #f2f2f2;
    margin:5px;
}

#txtImportantAlert {
    color:#ffffff;
    padding-top:15px;
    padding-bottom:15px;
    line-height: 15px;
    margin-bottom:0px;
    padding-right:15px;
}

#txtAlert {
    color:#000000;
    padding-top:15px;
    padding-bottom:15px;
    line-height: 15px;
    margin-bottom:0px;
    padding-left:30px;
    padding-right:15px;
}


#titleImportantAlert {
    margin:0px;
    font-size:20px;
    text-transform: uppercase;
}

#titleAlert {
    margin:0px;
    font-size:16px;
    text-transform: uppercase;
}

#txtImportantAlert  em {
    font-size:14px;
}

#txtAlert  em {
    font-size:12px;
}

#imgAlerte {
    position:relative;
    top:-10px;
    left:20px;
}

#containerAlerts {
    z-index:100;
}

#imgMap {
    z-index:1;
}

#containerNumbers h1 {
    color:#ff6d44;
    padding-top:15px;
    font-size: 37px;
}

/* TOUT SAUF SMARTPHONE */
@media (min-width: 576px)  { 
    #imgMap {
        position: absolute;
        margin-top: 20px;
    }
}

#containerNumbers {
    background-color: #0e1f31;
    padding-top: 25px;
    padding-bottom:40px;
    border-radius: 20px;
    margin-top:30px;
}

#containerNumbers h5 {
    color:#ffffff;
}

#containerNumbers h1 {
    color:#ff6d44;
    padding-top:15px;
}

#numberInfo {
    color:#ffffff;
}

#btnEngagements {
    background-color: #ff6d44;
    color:#ffffff;
    width: 200px;
    border-radius: 20px;
    position: relative;
    top:-20px;
    font-size:12px;
    font-weight: bold;
}

#btnProxybus{
    background-color: #ff6d44;
    color:#ffffff;
    width: 270px;
    border-radius: 20px;
    position: relative;
    top:-20px;
    font-size:12px;
    font-weight: bold;
}

#btnNews {
    background-color: #006462;
    color:#ffffff;
    width: 210px;
    border-radius: 20px;
    font-size:11px;
    font-weight: bold;
    text-align: right;
}

#footer {
    background-color: #026465;
    padding-top:30px;
    padding-left: 20px;
    padding-right: 20px;
    color:#ffffff;
    font-size: 14px;;
}

#newsletterBar {
    width:450px;
    border-radius:100px;
    padding-top:10px;
}

#imgAlerteModal {
    position: relative;
    top:-25px;
    left:-40px;
}

/* Small device */
@media (max-width: 576px) { 
    #imgAlerte {
        margin-bottom: 60px;
    }

    #footer {
        padding-top:20px;
        font-size: 10px;
        padding-left: 0px;
        padding-right: 0px;
    }    
    #newsletterBar {
        max-width: 250px;
    }

    #containerAlerts h4 {
        position: relative;
        top:-50px;
        font-size: 25px;
        margin-left: 0px;
        padding-bottom: 0px;
    }

    #searchBar {
        width: 350px;
    }

    .formSearch {
       /* position: relative;*/
       /* left: 10%;*/
        height: 100px;
    }

    #inputNewsletterBar, #basic-addon2 {
        height: 28px;
    }

    #titleImportantAlert {
        font-size:13px;
    }

    #titleAlert {
        font-size:13px;
    }

    #txtImportantAlert  em {
        font-size:11px;
    }
    
    #txtAlert  em {
        font-size:11px;
    }

    #modalAlert h4 {
        font-size:14px;
    }

    #modalAlert h5 {
        font-size:12px;
    }

    #imgAlerteModal {
        width:50px;
        position: relative;
        top:-25px;
        left:-25px;
    }

    #imgMap {
        position: absolute;
        left:0px;
        width:300px;
        z-index: 1;
        left:-20px;
    }

}


.modal-content { 
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background-color: #fe6f46;
    color:#ffffff;
}

.modal-dialog {
    border: 20px !important;
}


/*** TRANSPORT ***/

#contenuRegion .bi-chevron-right {
    color:#000000;
}

#blocCovid {
    margin-top:100px;
}

#blocTxtTemporaire {
    position:relative;
    z-index:1;
}

/* Small device */
@media (max-width: 576px) { 
    #blocCovid {
        margin-top: 0px;
    }
    #blocTxtTemporaire {
        position:static;
    }
   
}

.iconFleche2 {
    background-color: #ffc6b5;
    border-radius: 50px;
    font-size:28px;
    text-align: center;
   padding:0px;
}

.iconFleche2:focus{
    box-shadow: none;
}
.iconFleche2.active {
    background-color: #fe6f46;
}

#colLignes {
    column-count: 2;
}

.btnLignes {
    box-shadow: 5px 5px 5px 5px #eaeaea;
    border-radius: 20px;
}

.btnLignes .bi-chevron-right {
    margin-top:5px;
}

.numLigne {
    border-radius: 20px;
    color:#fff;
    display: inline;
    padding-left:2px;
    padding-right:2px;
    padding-top:7px;
    padding-bottom:7px;
    margin-right:5px;
    height: 100%;
    width:110px;
    display: inline-block;
    text-align: center;
}

.nomLignePlus {
   font-size: 14px;
}

.lienLignes {
    text-decoration: none;
}
.ligneInfos {
    color:#000000;
}

#titreContainerRegion {
    max-width:190px;
    float:right; 
    text-align:left;
}

#titreContainerRegion h4{
    z-index: 100;
    position: relative;
    font-size: 30px;
}

#blocsLignes {
    break-inside: avoid;
    margin-top: -130px;
}

#containerCarteRegion, #containerCarteVoyages  {
    position: relative;
    top:-150px;
    right:0%;
    z-index:1;
}

#traitTitreRegion {
    color:#fe6f46; 
}

#imgCarteRegion {
    z-index:1;
}

#txtInfosCovid {
    color:#ffffff;
    font-size:16px;
    background-color: #fe6f46;
    padding:10px;
    border-radius: 20px;
    margin:10px;
    margin-top:0px;
    margin-left:80px;
}

#blocProxibus {
    background-color: #fdf7dd;
    border-radius: 20px;
    font-size: 12px;
}

#btnDecouvrir{
    background-color: #ff6d44;
    color:#ffffff;
    width: 150px;
    border-radius: 20px;
    position: relative;
    top:-90px;
    font-size:12px;
    font-weight: bold;
}

#imgProxibus {
    width:350px;
    position: relative;
    right: 80px;
}


/* Small device */
@media (max-width: 576px) { 
    #colLignes, .nomLignePlus {
        column-count: 1;
        font-size:12px;
    }
    
    .numLigne {
       
        padding-left:10px;
        padding-right:10px;
        width: 80px;
    }
    
    .container {
      width: 100%;
        padding: 5px;
   }
    
    .btnLignes .bi-chevron-right {
        float: none;
    }
    
    .ligneInfos {
        font-size: 10px;
    }


    #blocsLignes {
        margin-top:50px;
    }

    #imgCarteRegion {
        width: 250px;
        position: absolute;
        left:-10px;
        top:-150px;
        z-index:1;
    }

    #titreContainerRegion h4{
        float: left;
        left:100%;
        text-align: left;
        line-height: 20px;
        font-size: 25px;
    }

    #titreContainerRegion em{
        font-size: 20px;
    }

    #containerCarteRegion { 
        top:-20px;
    }

    #titreContainerRegion {
        max-width:190px;
        float:right; 
        text-align:right;
    }

    #traitTitreRegion {
        width:60px;
        float: right;
    }

    #txtInfosCovid {
        margin-left:0px;
        font-size: 12px;
    }

    #imgProxibus {
        max-width: 300px;
        position: static;
        right: 0px;
    }

    #btnDecouvrir{
        width: 150px;
        left:150px;
        top:-20px;
    }

}

/*** VOYAGES ***/

#titreContainerVoyages {
    z-index: 100;
    text-align:left;
}

#titreContainerVoyages h4{
    z-index: 100;
    position: relative;
    font-size: 30px;
    color:#fdc635;
    white-space:nowrap;
    line-height: 30px;
    margin-left:20%;

}

#containerVoyages{
    margin-top:100px;
}

#containerQuiSommesNous {
    margin-top: 380px;
}

#btnVoyagesEnSavoirPlus{
    background-color: #fdc635;
    color:#ffffff;
    width: 160px;
    border-radius: 20px;
    font-size:12px;
    font-weight: bold;
}

#imgCarteVoyages {
    width: 450px;
}

/* Small device */
@media (max-width: 576px) { 
    #titreContainerVoyages h4{
        font-size: 22px;
        white-space: inherit;
        line-height: 20px;
    }

    #imgCarteVoyages {
        width: 330px;
        margin-top:20px;
    }

    #containerQuiSommesNous {
        margin-top:350px;
        
    }

    #containerVoyages{
        margin-top:30px;
    }
}

/* PAGE RECRUTEMENT */

.btnPageRecrutement {
    background-color: #006462;
    color:#f7e38b;
    width: 140px;
    border-radius: 20px;
    font-size:14px;
    font-weight: bold;
    margin-top:15px;
}


#inputFileCv, #programme {
    display: none;
}

.label-file {
    cursor: pointer;
    color: #006462;
    background-color: #f7e38b;
    border-radius: 20px;
    font-size: 14px;
    width: 90%;
    text-align: center;
    line-height: 15px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.formRecrutement input::placeholder {
    font-style: italic;
    font-size: 14px;
}

#recrutementParagraphe2 {
    color:#006464;
    line-height: 15px;
    white-space:nowrap;
}

#recrutementMetiers {
    line-height: 15px;
    white-space:nowrap;
}


/* Small device */
@media (max-width: 576px) { 
    #recrutementParagraphe2, #recrutementMetiers {
        white-space:inherit;
    }
}


/**** PAGE QUI SOMMMES NOUS ? *****/

.btnPageQuiSommesNous {
    background-color: #fdc635;
    color:#fff;
    width: 390px;
    border-radius: 20px;
    font-size:14px;
    font-weight: bold;
    margin-top:15px;
}

#blocFormationsPermis {
    background-color: #fdf7dd;
    border-radius: 30px;
    max-width: 850px;
}

/* Small device */
@media (max-width: 576px) { 
    .btnPageQuiSommesNous {
        width: 200px;
        font-size:11px;
    }
}



/*** RAMASSAGE SCOLAIRE ***/

.inactiveBlockRamassage {
    background-color:#fee8ae;
}

.activeBlockRamassage  {
    background-color:#fdc635;
}

.iconFleche3 {
    background-color: #fee8ae;
    border-radius: 50px;
    font-size:28px;
    text-align: center;
   padding:0px;
}

.iconFleche3:focus{
    box-shadow: none;
}
.iconFleche3.active {
    background-color: #fdc635;
}

#btnAube {
    background-color: #006463;
    color:#ffffff;
    width: 180px;
    border-radius: 20px;
    position: relative;
    top:-20px;
    font-size:14px;
    font-weight: bold;
}

/*** Engagements ***/

#blocCharte {
    color:#006462;
    background-color: #fdc635;
    padding:15px 20px 15px 20px;
    border-radius: 15px;
    max-width: 350px;
    font-size: 12px;
    position: relative;
    left:0px;
    top:-10px;
}


#btnNosEngagements {
    background-color: #fdc635;
    color:#006462;
    width: 180px;
    border-radius: 20px;
    position: relative;
    top:-20px;
    font-size:12px;
    font-weight: bold;
}

#titreEngagement {
    color:#006464;
    white-space:nowrap;
}


.titreSommaireEngagement {
    font-size: 18px;
}

#introEngagement {
    font-size: 20px;
}

#formContact input::placeholder {
    font-style: italic;
    font-size: 14px;
}


/* Small device */
@media (max-width: 576px) { 
    .titreSommaireEngagement {
        font-size: 12px;
    }

    #introEngagement {
        font-size: 16px;
    }

    #blocCharte {
        position: static;
        top:0px;
    }

    .text-nowrap {
        white-space: normal !important;
    }

    .formDevis .text-nowrap {
        white-space: nowrap !important;
    }

    #titreEngagement {
        white-space: inherit;
    }
}


/*** PAGE DEVIS ***/

#headerDevis {
    position:relative;
    top:120px;
    color:#fff;
    margin-left:10%;
}

#btnDevis {
    background-color: #fdc635;
    color:#ffffff;
    width: 200px;
    border-radius: 20px;
    position: relative;
    top:-20px;
    font-size:14px;
    font-weight: bold;
}

#titreDevis {
    color:#fe6f46;
    white-space:nowrap;
}

.formDevis input::placeholder, .formDevis textarea::placeholder {
    font-style: italic;
    font-size: 14px;
}

.label-file2 {
    cursor: pointer;
    color: #000;
    border:solid 2px #ebebeb;
    background-color: #fff;
    border-radius: 20px;
    font-size: 14px;
    width: 160px;
    max-height: 30px;
    text-align: center;
    line-height: 15px;
    padding-top: 5px;
    padding-bottom: 5px;

}

#btnDevis2 {
    background-color: #006462;
    color:#ffffff;
    width: 280px;
    border-radius: 20px;
    font-size:14px;
    font-weight: bold;
}

#sousTitreRGPD {
    color:#fe6f46;
    line-height: 15px;
    white-space:nowrap;
}

/* Small device */
@media (max-width: 576px) { 
    #btnDevis2 {
        background-color: #006462;
        color:#ffffff;
        width: 245px;
        border-radius: 20px;
        font-size:12px;
        font-weight: bold;
    }

    #sousTitreRGPD {
        white-space:inherit;
    }
}