/* HEADER ---------------------------------------------------------------------- */
header {
    min-height: 768px;
    background-image: url('./../../../img/v2/accueil/bg-header-1920x768.webp');
    background-position-y: center;
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
    padding-bottom: 1px;
}
#navbar {
    height: 300px;
    padding: 40px;
}
#navbar .navbar-brand img {
    max-height: 150px;
    height: 150px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#navbar .action-col .btn {
    height: 35px;
    background-color: #fff0;
}
#btn-search-reservation {
    min-width: 160px;
}
#btn-account {
    background-color: #fff0;
}

/* CENTER-HEADER --------------------------------------------------------------- */
#center-header {
    margin-top: 20px;
    text-align: center;
}
#main-title-container {
    max-width: 1300px;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
#main-title {
    margin-top: 80px;
    text-transform: uppercase;
    text-align: center;
    font-size: 40px;
    margin-bottom: 0px;
}
#line-island {
    position: absolute;
    top: -60px;
    right: 400px;
}
#btn-signup-pro {
    margin-top: 60px;
    margin-bottom: 20px;
    font-size: 18px !important;
    border-radius: 15px !important;
    height: 60px;
    width: 300px;
}

/* CONTENT --------------------------------------------------------------------- */
#main-container {
    padding: 0px;
    /*padding-top: 80px;*/
    background-color: #fff;
}
.accueil-separator {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.section-title {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: var(--font-extrabold);
}
.section-sub-title {
    font-size: 20px;
    color: var(--light-black);
    font-weight: var(--font-thin);
}

/* GAMME VEHICULES */
#gamme-vehicule-radio-group {
    background-color: var(--light-grey);
    border-radius: 25px !important;
}
.btn-check-gamme-slide {
    height: 40px !important;
    min-width: 160px;
    font-size: 20px !important;
    padding: 5px;
    font-weight: var(--font-thin);
    line-height: 1.4em;
}
.btn-check:checked + .btn-check-gamme-slide {
    background: var(--main-color) !important;
    color: #fff;
    font-size: 20px;
}
.btn-check:checked + .btn-check-gamme-slide:focus {
    
}
.gamme-vehicules-container {
    width: 100%;
    height: 520px;
    margin-top: 40px;
    overflow: hidden;
}
.gamme-vehicules-items-container {
    display: flex;
    gap: 10px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

/* NAVETTES */
#gamme-navette-container {
    background-image: url('./../../../img/v2/accueil/bg-navette.webp');
    background-position-y: bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#gamme-navette-container.gamme-util-container {
    background-image: none !important;
}
#navette-container {
    padding-bottom: 320px;
}
#navette-content {
    margin-top: 160px;
}
#navette-content p {
    line-height: 2em;
}

/* AUTRES SERVICES */
#services-autres-container {
    background-color: #F3F3F3;
    min-height: 400px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.service-card {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}
.service-card-img {
    display: block;
    width: 220px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.service-card-title {
    display: block;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
.service-card p {
    margin-top: 20px;
    text-align: center;
    line-height: 1.6em;
    font-weight: var(--font-thin);
}
.service-card p b {
    font-weight: var(--font-bold);
}

/* AGENCES  */
#agences-container {
    background-image: url('./../../../img/v2/accueil/bg_agence.webp');
    background-position-y: center;
    background-repeat: no-repeat;
    padding-top: 60px;
    background-position-x: center;
    background-size: 100% 100%;
}
.agence-card {
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.agence-img {
    position: absolute;
    top: 0;
    width: 340px;
    height: auto;
    display: block;
}
.agence-name {
    width: 100%;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    height: 60px;
    border-radius: 30px !important;
    line-height: 1.8em;
}
.agence-subtitle {
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 24px;
}
.agence-card-content {
    min-height: 480px;
    width: 100%;
    border-radius: 16px;
    background-color: #F3F3F3;
    padding: 25px;
    text-align: center;
    font-size: 20px;
    padding-bottom: 60px;
}
.days-text {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}
.coordonnees-container {
    position: relative;
    padding: 16px;
    background-color: #fff;
    border-radius: 16px;
}
.coordonnees-container p {
    line-height: 1.8em;
}
.coordonnees-icon-container {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -30px;
}
.coordonnees-icon-container img {
    margin-left: 20px;
    margin-right: 20px;
}

/* PARTENAIRES */
#partenaires-container {
    margin-top: 80px;
    padding-top: 60px;
    background-color: #F3F3F3;
}
.partenaire-logo img {
    width: 120px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* RESPONSIVE ------------------------------------------------------------------ */
@media screen and (max-width: 7680px) { 
    #footer-inner-top {
        background-size: cover !important;
    }
}
@media screen and (max-width: 1680px) { 
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 20px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: auto !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 0px;
        padding: 0px;
    }
    #navbar-resp-action-col {
        display: none !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        max-width: 900px;
    }
    #btn-search-agence-depart, #btn-search-agence-retour {
        padding-top: 8px;
        padding-left: 25px;
    }
    .placeholder {
        font-size: 14px;
        padding-left: 5px;
    }
    .dropdown-toggle.btn-select-agence::before {
        font-size: 14px;
    }
    .dropdown-toggle.btn-select-agence::after {
        font-size: 14px;
    }
    #search-form .date-button, #search-form .horaire-button {
        min-width: 95px;
        width: 95px;
        padding: 0px 5px;
        font-size: 14px !important;
    }
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
/*        min-height: 300px;*/
    }
    #footer-inner-top {
        background-size: cover !important;
        height: auto;
        width: 100% !important;
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 240px;
    }
}
@media screen and (max-width: 1440px) {
    #footer-inner-top {
        background-size: contain !important;
    }
}
@media screen and (max-width: 1399px) {  /* 1400px */
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 20px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 0px;
        padding: 0px;
    }
    #navbar-resp-action-col {
        display: none !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        max-width: 800px;
    }
    #btn-search-agence-depart, #btn-search-agence-retour {
        padding-top: 8px;
        padding-left: 25px;
    }
    .placeholder {
        font-size: 12px;
    }
    .dropdown-toggle.btn-select-agence::before {
        font-size: 12px;
    }
    .dropdown-toggle.btn-select-agence::after {
        font-size: 12px;
    }
    #search-form .date-button, #search-form .horaire-button {
        min-width: 80px;
        width: 80px;
        padding: 0px 0px;
        font-size: 12px !important;
    }
    #btn-search-reservation {
        min-width: 120px;
        font-size: 12px !important;
    }
    
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 1100px;
        width: 1100px;
    }
    #line-island {
        right: 160px;
    }
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* AGENCES */
    .agence-card {
        width: 340px;
    }
    .agence-subtitle {
        font-size: 20px;
    }
    .agence-name {
        font-size: 22px;
        line-height: 2.4em;
    }
    
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        /*min-height: 300px;*/
    }
    #footer-inner-top {
        background-size: contain;
        height: auto;
        width: 100% !important;
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 140px;
    }
}

@media screen and (max-width: 1366px) { 
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 20px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 0px;
        padding: 0px;
    }
    #navbar-resp-action-col {
        display: none !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        max-width: 800px;
    }
    #btn-search-agence-depart, #btn-search-agence-retour {
        padding-top: 8px;
        padding-left: 25px;
    }
    .placeholder {
        font-size: 12px;
    }
    .dropdown-toggle.btn-select-agence::before {
        font-size: 12px;
    }
    .dropdown-toggle.btn-select-agence::after {
        font-size: 12px;
    }
    #search-form .date-button, #search-form .horaire-button {
        min-width: 80px;
        width: 80px;
        padding: 0px 0px;
        font-size: 12px !important;
    }
    #btn-search-reservation {
        min-width: 120px;
        font-size: 12px !important;
    }
    
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 1100px;
        width: 1100px;
    }
    #line-island {
        right: 160px;
    }
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* AGENCES */
    .agence-card {
        width: 340px;
    }
    .agence-subtitle {
        font-size: 20px;
    }
    .agence-name {
        font-size: 22px;
        line-height: 2.4em;
    }
    
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        /*min-height: 300px;*/
    }
    #footer-inner-top {
/*        background-size: contain;
        min-height: 138px;
        height: 138px;*/
    }
    #footer-inner-top .container {
        padding-top: 50px;
        max-width: 900px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-line {
        min-width: 140px;
    }

}

@media screen and (max-width: 1199px) { /* 1200px*/
    /* HEADER ------------------------------------------------------------------ */
    header {
        min-height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #img-header {
        margin-top: 180px;
    }
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 10px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 20px;
        padding: 0px;
    }
    #navbar-resp-action-col .d-flex.justify-content-evenly.w-100 {
        justify-content: end !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    #search-form-navbar {
        justify-content: start !important;
    }
    .btn-search-radio {
        width: 180px;
        font-size: 18px !important;
        line-height: 1.4em;
    }
    .btn-search-radio .radio-img {
        width: 30px !important;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 0px;
    }
    .retour-container {
        /*margin-top: 15px;*/
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 100px;
        width: 100%;
        font-size: 30px;
    }
    #line-island {
        right: 160px;
    }
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 18px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-img {
        top: 30px;
        width: 280px;
    }
    .agence-name {
        font-size: 16px;
        line-height: 3.2em;
    }
    .days-text {
        font-size: 18px;
    }
    .agence-card-content {
        text-align: center;
        font-size: 16px;
    }
    .agence-subtitle {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
        background-size: contain;
        min-height: 138px;
        height: 138px;
    
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 40px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -40px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

@media screen and (max-width: 1024px) { 
    /* HEADER ------------------------------------------------------------------ */
    header {
        min-height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #img-header {
        margin-top: 180px;
    }
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 10px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 20px;
        padding: 0px;
    }
    #navbar-resp-action-col .d-flex.justify-content-evenly.w-100 {
        justify-content: end !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    #search-form-navbar {
        justify-content: start !important;
    }
    .btn-search-radio {
        width: 180px;
        font-size: 18px !important;
        line-height: 1.4em;
    }
    .btn-search-radio .radio-img {
        width: 30px !important;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 0px;
    }
    .retour-container {
        /*margin-top: 15px;*/
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 100px;
        width: 100%;
        font-size: 30px;
    }
    #line-island {
        right: 160px;
    }
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 18px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-img {
        top: 30px;
        width: 280px;
    }
    .agence-name {
        font-size: 16px;
        line-height: 3.2em;
    }
    .days-text {
        font-size: 18px;
    }
    .agence-card-content {
        text-align: center;
        font-size: 16px;
    }
    .agence-subtitle {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 40px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -40px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

@media screen and (max-width: 991px) { 
    /* HEADER ------------------------------------------------------------------ */
    header {
        min-height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #img-header {
        margin-top: 180px;
    }
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 10px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 20px;
        padding: 0px;
    }
    #navbar-resp-action-col .d-flex.justify-content-evenly.w-100 {
        justify-content: end !important;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    #search-form-navbar {
        justify-content: start !important;
    }
    .btn-search-radio {
        width: 180px;
        font-size: 18px !important;
        line-height: 1.4em;
    }
    .btn-search-radio .radio-img {
        width: 30px !important;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 0px;
    }
    .retour-container {
        margin-top: 15px;
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 100px;
        width: 100%;
        font-size: 30px;
    }
    #line-island {
        right: 70px;
    }
    
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    /* AUTRES SERVICES */
    #services-autres-container {
        background-color: #F3F3F3;
        min-height: 400px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .service-card {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card-img {
        display: block;
        width: 220px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .service-card-title {
        display: block;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card p {
        margin-top: 20px;
        text-align: center;
        line-height: 1.6em;
        font-weight: var(--font-thin);
    }
    .service-card p b {
        font-weight: var(--font-bold);
    }    
    #services-autres-container {
        padding-top: 40px;
    }
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 18px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-img {
        top: 60px;
        width: 220px;
    }
    .agence-name {
        font-size: 16px;
        line-height: 3.2em;
    }
    .days-text {
        font-size: 18px;
    }
    .agence-card-content {
        text-align: center;
        font-size: 16px;
    }
    .agence-subtitle {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
    /* ZONE PARTENAIRES */
    #partenaires-container {
        margin-top: 20px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
        background-size: contain !important;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
        margin-top: -80px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}

@media screen and (max-width: 900px) {
    
}

@media screen and (max-width: 768px) {
    /* HEADER ------------------------------------------------------------------ */
    header {
        min-height: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    #img-header {
       display: none;
    }
    /* NAVBAR ------------------------------------------------------------------ */
    #navbar {
        padding: 10px 0px;
    }
    .navbar-brand {
        margin-right: 0px;
    }
    .navbar-brand img {
        width: 100% !important;
        height: auto !important;
    }
    #navbar-resp-action-col {
        display: flex !important;
    }
    .search-form-col {
        margin-top: 20px;
        padding: 0px;
    }
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    .btn-search-radio {
        width: 180px;
        font-size: 18px !important;
        line-height: 1.4em;
    }
    .btn-search-radio .radio-img {
        width: 26px;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        /*margin-top: 15px;*/
    }
    .retour-container {
        margin-top: 20px;
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 280px;
        width: 100%;
        font-size: 30px;
    }
    #line-island {
        display: none;
    }
    
    /* CONTENT ----------------------------------------------------------------- */
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    
    /* AUTRES SERVICES */
    #services-autres-container {
        background-color: #F3F3F3;
        min-height: 400px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .service-card {
        width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card-img {
        display: block;
        width: 220px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .service-card-title {
        display: block;
        height: 30px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card p {
        margin-top: 20px;
        text-align: center;
        line-height: 1.6em;
        font-weight: var(--font-thin);
    }
    .service-card p b {
        font-weight: var(--font-bold);
    }    
    #services-autres-container {
        padding-top: 40px;
    }
    
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 18px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-img {
        top: 60px;
        width: 220px;
    }
    .agence-name {
        font-size: 16px;
        line-height: 3.2em;
    }
    .days-text {
        font-size: 18px;
    }
    .agence-card-content {
        text-align: center;
        font-size: 16px;
    }
    .agence-subtitle {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
    
    /* ZONE PARTENAIRES */
    #partenaires-container {
        margin-top: 20px;
    }
    .partenaire-logo img {
        margin-bottom: 40px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 80px;
        height: 80px;
        padding: 15px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 12px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
        line-height: 2em;
    }
    #footer-inner-bottom {
        min-height: 210px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
        line-height: 2em;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 16px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}
@media screen and (max-width: 767px) {
    #main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        /*margin-top: 15px;*/
    }
    
    /* AUTRES SERVICES */
    #services-autres-container {
        background-color: #F3F3F3;
        min-height: 400px;
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .service-card {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card-img {
        display: block;
        width: 220px;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    .service-card-title {
        display: block;
        height: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    .service-card p {
        margin-top: 20px;
        text-align: center;
        line-height: 1.6em;
        font-weight: var(--font-thin);
    }
    .service-card p b {
        font-weight: var(--font-bold);
    }
    
    #services-autres-container {
        padding-top: 40px;
    }
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 18px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-img {
        top: 30px;
        width: 280px;
    }
    .agence-name {
        font-size: 18px;
        line-height: 2.8em;
    }
    .agence-subtitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .days-text {
        font-size: 24px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
}
@media screen and (max-width: 576px) {
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 280px;
        width: 100%;
        font-size: 28px;
    }
    
    /* CONTENT ----------------------------------------------------------------- */
    #main-container {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /* ZONE NAVETTE */
    #navette-container {
        padding-bottom: 150px;
    }
    #navette-content {
        margin-top: 50px;
    }
    
    /* AUTRES SERVICES */
    #services-autres-container {
        padding-top: 40px;
    }
    
    /* ZONE AGENCES */
    .agence-card {
        width: 100%;
        font-size: 22px;
        line-height: 2.2em;
        margin-bottom: 40px;
    }
    .agence-name {
        font-size: 24px;
        line-height: 2.2em;
    }
    .agence-subtitle {
        font-size: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .horaires-text {
        margin-top: 0px !important;
        line-height: 2em;
    }
    
    /* ZONE PARTENAIRES */
    #partenaires-container {
        margin-top: 20px;
    }
    .partenaire-logo img {
        margin-bottom: 40px;
    }
    /* FOOTER ------------------------------------------------------------------ */
    footer {
        min-height: auto;
    }
    #footer-inner-top {
        background-size: 100%;
        margin-top: 100px;
        height: 40px;
    }
    .btn-footer-icon-card {
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .btn-footer-icon-card img {
        width: 100%;
        height: 100%;
    }
    #footer-inner-top .container {
        padding-top: 0px;
    }
    .btn-footer-icon-card + label {
        font-size: 10px !important;
        width: auto;
        padding-left: 8px;
        padding-right: 8px;
    }
    #footer-inner-bottom {
        min-height: 240px;
        margin-top: -80px;
    }
    #footer-inner-bottom .container-fluid {
        padding-left: 10px;
        padding-right: 10px;
        top: 80px;
    }
    .footer-line {
        display: none;
    }
    .footer-ext-container {
        width: 100%;
    }
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 14px;
    }
    .d-flex.justify-content-center.w-100 {
        flex-direction: column !important;
    }
    .social-logo {
        width: 25px;
        height: 25px;
        margin-left:10px;
        margin-right:10px;
    }
    .footer-ext-container .d-flex.justify-content-evenly {
        justify-content: center !important;
    }
}
@media screen and (max-width: 500px) {
    #footer-inner-bottom {
        margin-top: -100px;
    }
}
@media screen and (max-width: 480px) {
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    .btn-search-radio {
        width: 160px;
        font-size: 16px !important;
        line-height: 1.6em;
    }
    .btn-search-radio .radio-img {
        width: 24px;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 15px;
    }
    .retour-container {
        margin-top: 20px;
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 280px;
        width: 100%;
        font-size: 28px;
    }
    #line-island {
        display: none;
    }
    
    
}

@media screen and (max-width: 411px) {
    
    
    
    /* SEARCH FORM ------------------------------------------------------------- */
    #search-form {
        position: relative !important;
        height: auto;
    }
    .btn-search-radio {
        width: 140px;
        font-size: 14px !important;
        line-height: 1.8em;
    }
    .btn-search-radio .radio-img {
        width: 22px;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 15px;
    }
    .retour-container {
        margin-top: 20px;
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    
    /* FOOTER ------------------------------------------------------------------ */
    .footer-mentions, .footer-ext-container {
        width: 100%;
        font-size: 12px;
    }
    
    
}

@media screen and (max-width: 375px) {
    
    /* SEARCH FORM ------------------------------------------------------------- */
    .btn-search-radio {
        width: 120px;
        font-size: 12px !important;
        line-height: 2em;
    }
    .btn-search-radio .radio-img {
        width: 20px;
    }
    #btn-set-date-depart, #btn-set-date-retour, #horaire-depart, #horaire-retour {
        margin-top: 15px;
    }
    .retour-container {
        margin-top: 20px;
    }
    #btn-recherche-vehicule-container {
        margin-top: 30px !important;
    }
    #btn-search-form-submit{
        bottom: -25px;
    }
    .action-col {
        display: none;
    }
    
    /* TITLE ------------------------------------------------------------------- */
    #main-title-container {
        max-width: 100% !important;
    }
    #main-title {
        margin-top: 220px;
        width: 100%;
        font-size: 26px;
    }
    
}

@media screen and (max-width: 360px) {
    
    
}