/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/* ---------------------------------- -------------------------------------------- */
/* ----- FONTS ----- */
/* ------------------------------------------------------------------------------ */

/* roboto-light */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    src: local(""), url("../fonts/roboto-v27-latin-300.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/roboto-v27-latin-300.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}
/* roboto-regular - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local(""),
        url("../fonts/roboto-v27-latin-regular.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/roboto-v27-latin-regular.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 500;
    src: local(""), url("../fonts/roboto-v27-latin-500.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/roboto-v27-latin-500.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}
/* roboto-Bold - latin */
@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    src: local(""), url("../fonts/roboto-v27-latin-700.woff2") format("woff2"),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
            url("../fonts/roboto-v27-latin-700.woff") format("woff"); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

/* ------------------------------------------------------------------------------ */
/* ----- GENERAL SETTINGS ----- */
/* ------------------------------------------------------------------------------ */

:root {
    --corset: 1280px;
    --header-height: 80px;

    --primary-color: #0b0fb0;
    --secondary-color: #797979;
    --white-color: #fff;
    --black-color: #000;
    --grey-color: #797979;
    --grey-background-color: #707070;
    --swiper-navigation-size: 20px !important;
    --swiper-theme-color: #0b0fb0 !important;
}

* {
    font-family: "Roboto", Arial;
    font-weight: 400;
}

body {
    background: var(--white-color);
    overflow-x: hidden;
}

.corset {
    margin: 0 auto;
    max-width: var(--corset);
}

p {
    margin-top: 0px;
    margin-bottom: 1.2em;
    color: var(--grey-color);
    font-size: 16px;
    font-weight: 400;
}

p a {
    color: var(--primary-color);
}

.bg-primary {
    background-color: var(--primary-color);
    color: #fff;
}

.bg-gris {
    background-color: var(--grey-background-color);
}

header.entete > div {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}

header.entete .logo {
    padding: 5px 0;
    width: 30%;
}

header.entete .logo img {
    max-width: 200px;
}

header.entete #menu {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}

header.entete nav a {
    color: var(--grey-color);
    text-decoration: none;
    margin: 0 15px;
}

header.entete nav a.active,
header.entete nav a:hover {
    color: var(--primary-color);
    border-bottom: 1px solid;
}

/*****************************************/
/********** Entete site *********/
/*****************************************/

.landing-bg {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 300px;
    background: url(../img/fond-voiture.jpg) center center no-repeat;
    background-size: cover;
}

.landing-bg #breadcrumb {
    padding: 30px;
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    background-color: rgba(255, 255, 255, 0.9);
    align-content: center;
    align-items: center;
    justify-content: center;
}
.landing-bg #breadcrumb li {
    overflow: hidden;
    width: calc(25% - 10px);
}

.landing-bg #breadcrumb li,
.landing-bg #breadcrumb li a,
.landing-bg #breadcrumb li span {
    position: relative;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: var(--grey-color);
}

.landing-bg #breadcrumb li:not(:first-child) a::before,
.landing-bg #breadcrumb li:not(:first-child) span::before {
    content: "";
    width: 200em;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    right: calc(100% + 30px);
}

.landing-bg #breadcrumb li:not(:last-child) a::after,
.landing-bg #breadcrumb li:not(:last-child) span::after {
    content: "";
    width: 200em;
    border-bottom: 1px solid #000;
    position: absolute;
    top: 50%;
    left: calc(100% + 30px);
}

.landing-bg #breadcrumb li.current a,
.landing-bg #breadcrumb li.current span {
    color: var(--primary-color);
    font-weight: 500;
}

.landing-bg #breadcrumb li.done a {
    color: var(--secondary-color);
}

/*****************************************/
/********** Moteur de recherche *********/
/*****************************************/

section#searchform {
    padding: 30px 0;
    color: #fff;
}

section#searchform h1 {
    text-align: center;
    font-size: 25px;
}

#recherche {
    width: 80%;
    border-radius: 27px;
    margin: auto;
    background: #fff;
}

form.form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
}

.form input {
    padding: 0px;
    /* width: 100%;*/
    /* border: 1px solid #d1d1d1; */
    border: none;
    height: 50px;
    font-size: 14px;
}

.form input.debut {
    margin-left: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: url(../img/icon-calendar.png) no-repeat scroll 2px center, #fff;
    padding-left: 25px;
    width: 130px;
}

span.sepFleche {
    color: var(--grey-background-color);
}

.form input.fin {
    margin-left: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    background: url(../img/icon-calendar.png) no-repeat scroll 2px center, #fff;
    padding-left: 25px;
    width: 130px;
}
.form .blocdistance {
    padding: 0 15px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
}

.form input.distance {
    background: url(../img/icon-distance.png) no-repeat scroll 2px center, #fff;
    padding: 0 0px 0 30px;
}

#recherche {
    background: linear-gradient(90deg, white 0 95%, #707070);
}

#recherche .form input[name="typeVehicule"]:checked {
    margin: 0;
}

#recherche .form .bloctypeVehicule {
    display: flex;
    flex-direction: row;
    background: #fff;
}

#recherche .form .typeVehicule {
    padding: 0 10px;
    display: flex;
    height: 50px;
    flex-direction: row;
    align-content: center;
    align-items: center;
}

#recherche .form .typeVehicule input {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    height: 30px;
    width: 50px;
}

#recherche .form .typeVehicule.voiture input[name="typeVehicule"] {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: center / contain no-repeat #fff url(../img/voiture.png);
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0;
    margin-left: -1px;
}

#recherche .form .typeVehicule.voiture input[name="typeVehicule"]:checked {
    border: 1px solid #0514aa;
    background: center / contain no-repeat #fff url(../img/voiture_bleu.png);
    margin-left: 0px;
    z-index: 10;
}

#recherche .form .typeVehicule.camion input[name="typeVehicule"] {
    display: inline-block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: center / contain no-repeat #fff url(../img/camion.png);
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0;
}

#recherche .form .typeVehicule.camion input[name="typeVehicule"]:checked {
    border: 1px solid #0514aa;
    background: center / contain no-repeat #fff url(../img/camion_bleu.png);

    z-index: 10;
}

#recherche .form .typeVehicule.camping input[name="typeVehicule"] {
    display: inline-block;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: center / contain no-repeat #fff url(../img/camping.png);
    border: 1px solid #fff;
    border-radius: 25px;
    margin: 0;
}

#recherche .form .typeVehicule.camping input[name="typeVehicule"]:checked {
    border: 1px solid #0514aa;
    background: center / contain no-repeat #fff url(../img/camping_bleu.png);

    z-index: 10;
}

#recherche .form .button button {
    width: 150px;
    height: 50px;
    border: 1px solid #aaaaaa;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #aaaaaa;
    color: #fff;
}
#recherche .form .button button:hover {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

#nscontact {
    font-size: 20px;
}

/*****************************************/
/********** Accès rapides Homepage *********/
/*****************************************/

#acces-rapides {
    padding: 70px 0;
}

.acces-rapides {
    min-height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: center;
    align-items: center;

    text-align: center;
}

.acces {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.acces.utilitaire img {
    background-image: radial-gradient(
        100px at 50% 50%,
        rgb(253 13 27 / 20%) 0%,
        rgb(253 13 27 / 20%) 100px,
        rgb(0 0 0 / 0%) 18px,
        rgba(0, 0, 0, 0) 19px
    );
}

.acces.tourisme img {
    background-image: radial-gradient(
        100px at 50% 50%,
        rgb(5 20 170 / 20%) 0%,
        rgb(5 20 170 / 20%) 100px,
        rgb(0 0 0 / 0%) 18px,
        rgba(0, 0, 0, 0) 19px
    );
}

.acces.camping img {
    width: 320px;
    background-image: radial-gradient(
       100px at 50% 50%,
       rgb(136 147 186 / 20%) 0%,
       rgb(136 147 186 / 20%) 100px,
       rgb(0 0 0 / 0%) 18px,
       rgba(0, 0, 0, 0) 19px
   );
   }

.acces h2 a {
    color: #505050;
    font-weight: 700;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 15px;
}
.acces span {
    color: #707070;
    font-size: 16px;
    display: flex;
    max-width: 300px;
}

#home-content,
#docapenser {
    background-color: #fafafa;
}

#home-content > div,
#docapenser > div {
    display: flex;
    flex-flow: row wrap;
    padding: 70px 0;
}

#home-content .titre,
#docapenser .titre {
    width: 25%;
}

#home-content .titre h2,
#docapenser .titre h2 {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

#home-content .contenu,
#docapenser .contenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-left: 50px;
    width: calc(75% - 50px);
}

#reassurance > div {
    min-height: 200px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    text-align: center;
}

#reassurance > div div {
    width: 33%;
}

#reassurance > div div:nth-child(2) {
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

footer {
    background-color: #cccccc;
    padding: 15px 0 5px 0;
}

footer > div h3 {
    margin: 0;
    color: #505050;
    font-weight: 500;
    font-size: 16px;
}

.cols {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-content: center;
    align-items: center;
    text-align: center;
}

footer .cols > div {
    width: 25%;
    font-size: 16px;
    text-align: left;
}

footer .cols > div div {
    font-size: 14px;
    line-height: 1.2rem;
    color: var(--grey-color);
}

.logo-foot img {
    max-width: 155px;
}

footer .legal {
    display: flex;
    justify-content: flex-end;
}

footer .legal a {
    margin-left: 15px;
    text-decoration: none;
    color: #505050;
    font-size: 14px;
}

/********************************/
/******* Liste véhicules *********/
/********************************/

section#liste-vehicule {
    margin-bottom: 40px;
}

#liste-vehicule > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.vehicule {
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
    width: calc(30% - 20px);
    margin: 20px 10px;
}

.thumb {
    position: relative;
    overflow: hidden;
    height: 295px;
}

div.vehicule .thumb > i {
    padding: 10px;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    /* width: 30px; */
    /* height: 30px; */
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 10;
    color: var(--primary-color);
    cursor: pointer;
}

div.vehicule .thumb > i:hover {
    font-size: 1.3rem;
    transition-duration: 0.3s;
    background: rgb(255 255 255 / 90%);
}

div.vehicule .thumb img {
    height: 100%;
    width: 100%;
}

.liste-caracteristiques {
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    transition-duration: 0.5s;
}

.liste-caracteristiques.active {
    top: 0;
}

.liste-caracteristiques ul {
    padding: 0 10px;
    display: flex;
    width: calc(100% - 20px);
    margin-bottom: 0;
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.liste-caracteristiques li {
    display: flex;
    width: 50%;
    margin: 0 0 15px 0;
    font-size: 13px;
    color: var(--primary-color);
}

.liste-caracteristiques li i {
    color: var(--primary-color);
    margin-right: 5px;
    width: 16px;
    height: 16px;
}

.liste-caracteristiques li i.boite_vitesse:before {
    content: "";
    background-size: 16px 16px;
    display: inline-block;
    background-image: url(../img/icons/boite-vitesse.png);
    width: 16px;
    height: 16px;
}

.liste-caracteristiques li i.regul:before {
    content: "";
    background-size: 16px 16px;
    display: inline-block;
    background-image: url(../img/icons/regulateur.png);
    width: 16px;
    height: 16px;
}

.liste-caracteristiques li i.clim:before {
    content: "";
    background-size: 16px 16px;
    display: inline-block;
    background-image: url(../img/icons/clim.png);
    width: 16px;
    height: 16px;
}
.liste-caracteristiques li i.radar:before {
    content: "";
    display: inline-block;
    background-image: url(../img/icons/capteur.png);
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}
.liste-caracteristiques li i.gps:before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    background-image: url(../img/icons/navigation.png);
    width: 16px;
    height: 16px;
}
.liste-caracteristiques li i.aprenti:before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    background-image: url(../img/icons/aprenti.png);
    width: 16px;
    height: 16px;
}

.liste-caracteristiques li i.attelage:before {
    content: "";
    display: inline-block;
    background-size: 16px 16px;
    background-image: url(../img/icons/crochet.png);
    width: 16px;
    height: 16px;
}

.liste-caracteristiques p {
    color: #000;
    padding: 0 10px;
    font-size: 13px;
    line-height: 1.1rem;
}

.vehicule .desc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 10px;
}
.vehicule .desc h2 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
}
.vehicule .desc .infos {
    width: 60%;
    display: flex;
    flex-direction: column;
    line-height: 1.2rem;
}
.vehicule .desc .price {
    justify-content: flex-end;
    width: calc(35%);
    text-align: right;
    font-size: 20px;
    color: #fe0504;
    font-weight: 700;
}

.vehicule .infos .marque {
    font-size: 12px;
    font-weight: 100;
}

.vehicule .infos .caracteristiques {
    font-size: 12px;
    font-weight: 100;
    text-decoration: underline;
    margin-top: 5px;
    cursor: pointer;
}

.vehicule .bouton {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.btn {
    cursor: pointer;
    background: var(--grey-color);
    padding: 7px 15px;
    border-radius: 25px;
    border: 0;
}

.btn-primary {
    background: var(--primary-color);
    color: #fff;
}

/***** Galerie *****/
.row > .column {
    padding: 0 8px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Create four equal columns that floats next to eachother */
.miniatures {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.column {
    position: relative;
    display: block;
    height: 100px;
    float: left;
    width: calc(15% - 20px);
    margin: 0 10px;
}

.column img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 2px solid #fff;
    transition-duration: 0.2s;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 30px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    /*background-color: rgba(0,0,0,0.8);*/
    z-index: 100;
}
.bgmodal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: transparent;
    margin: auto;
    padding: 0;
    width: 80%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

.mySlides {
    display: none;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.mySlides img {
    border: 10px solid #fff;
}

.cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 40px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

img {
    margin-bottom: -4px;
    object-fit: cover;
}

.caption-container {
    text-align: center;
    /*background-color: black;*/
    padding: 2px 16px;
    color: white;
}

.demo {
    opacity: 0.6;
}

.active,
.demo:hover {
    opacity: 1;
}

img.hover-shadow {
    transition: 0.3s;
}

.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/****************************************/
/******** Formulaire reservation ********/
/****************************************/

#driverFrom,
#form_contact {
    padding-top: 50px;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
}

form.form_resa,
#form_contact form {
    width: calc(70% - 150px);
    padding: 0 75px;
}

form.form_resa h2 {
    color: var(--primary-color);
    margin: 0 0 10px;
}
form.form_resa .sep {
    height: 25px;
}

.grp-form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.grp-form.fstart {
    justify-content: flex-start;
}

.grp-form label {
    margin: 10px 40px 10px 0;
}

.grp-form input[type="text"],
.grp-form input[type="number"],
.grp-form input[type="email"],
.grp-form input[type="date"] {
    width: calc(100% - 5px);
    height: 30px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid var(--grey-color);
    margin: 10px 0;
    font-size: 14px;
}
.grp-form label {
    font-size: 14px;
    color: var(--grey-color);
}

input.hidden {
    display: none;
}

.grp-form.button {
    justify-content: center;
}

.grp-form input.f75,
span.f75 {
    width: calc(75% - 15px);
}
.grp-form input.f50,
span.f50 {
    width: calc(50% - 15px);
}
.grp-form input.f40,
span.f40 {
    width: calc(40% - 10px);
}

.grp-form input.f33,
span.f50 {
    width: calc(33% - 5px);
}

.grp-form input.f25 {
    width: calc(25% - 5px);
}

.grp-form input.f20 {
    width: calc(20% - 5px);
}

.grp-form input.f15 {
    width: calc(15% - 5px);
}
.grp-form input.f10 {
    width: calc(10% - 5px);
}

.grp-form textarea {
    width: 100%;
    height: 150px;
    margin: 10px 0;
}

aside,
#recap {
    width: calc(30% - 30px);
    padding: 15px;
    font-size: 14px;
    background-color: #f5f5f5;
}

#recap .vehicule {
    width: 100%;
    margin: 0;
    box-shadow: none;
}

#recap .infos_reza {
    padding: 10px 0;
    font-size: 14px;
}

#recap .modifier {
    text-align: center;
}

#recap .modifier a {
    text-decoration: none;
}

aside h2,
aside h3 {
    margin-bottom: 5px;
    font-weight: 500;
}
aside ul {
    margin-top: 0;
    list-style: none;
    padding-left: 0;
}
aside li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 4px;
}
aside li:nth-child(2n) {
    background: #dadada;
}

.entete #btn {
    display: none;
}

#content {
    padding-top: 50px;
    padding-bottom: 50px;
}

#content h2,
#content h3 {
    color: var(--primary-color);
    margin-bottom: 10px;
}

/***************************/
/******** Responsive ********/
/***************************/

@media screen AND (max-width: 768px) {
    section,
    footer {
        padding: 0 15px;
    }
    #recherche {
        background: #fff;
        border-radius: 0;
        width: calc(100% - 40px);
        padding: 20px;
    }
    form.form {
        flex-direction: column;
    }
    .form input {
        border-bottom: 1px solid;
        width: calc(100% - 25px) !important;
        margin: 5px 0 !important;
    }

    .form input[type="text"] {
        border-radius: 0 !important;
    }

    .sepFleche {
        display: none;
    }

    .form .blocdistance {
        width: 100%;
        padding: 0;
        border-left: 0;
        border-right: 0;
    }

    .button {
        margin-top: 15px;
        width: 100%;
        text-align: center;
        display: block;
    }
    #recherche .form .bloctypeVehicule {
        width: 100%;
        justify-content: space-around;
    }
    #recherche .form .typeVehicule {
        width: 30%;
    }

    #recherche .form .button button {
        border-radius: 25px;
    }

    .landing-bg {
        margin-top: 50px;
        min-height: 210px;
        background: right / cover url(../img/fond-voiture.jpg) no-repeat;
    }

    .landing-bg #breadcrumb {
        flex-direction: column;
    }

    .landing-bg #breadcrumb li {
        width: 100%;
        margin: 5px 0;
    }

    .landing-bg #breadcrumb li a::before,
    .landing-bg #breadcrumb li span::before,
    .landing-bg #breadcrumb li a::after,
    .landing-bg #breadcrumb li span::after {
        display: none;
    }
    .landing-bg #breadcrumb li a,
    .landing-bg #breadcrumb li span {
        text-indent: -300em;
    }
    div.vehicule {
        width: calc(100% - 20px);
    }
    .thumb {
        height: 235px;
    }
    .modal-content {
        width: 90%;
    }
    .mySlides img {
        max-width: 100%;
    }

    .column {
        height: 50px;
        width: calc(20% - 10px);
    }

    #reassurance h4 {
        font-size: 12px;
    }

    #home-content > div {
        flex-direction: column;
    }

    #home-content .titre {
        width: 100%;
    }
    #home-content .contenu {
        width: 100%;
        margin-left: 0;
    }

    #home-content .titre h2 {
        font-size: 22px;
    }

    .acces + .acces {
        margin-top: 80px;
    }

    footer .cols {
        flex-direction: column;
    }

    footer .cols > div {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }

    #driverFrom,
    #form_contact {
        flex-direction: column;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 0;
    }
    aside,
    #recap,
    form.form_resa,
    #form_contact form {
        width: calc(100% - 15px);
    }

    form.form_resa,
    #form_contact form {
        padding: 30px 0 0 15px;
    }

    #menu {
        position: fixed;
        z-index: 9999;
        top: 10px;
        right: 0;
        color: var(--primary-color);
        transition-duration: 0.3s;
    }
    .entete {
        position: fixed;
        z-index: 9999;
        top: 0;
        padding: 5px 0;
        width: 100%;
        background: #fff;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    }

    .entete #btn {
        display: flex;
        flex-direction: row;
        padding: 5px 15px;
        background-color: rgba(255, 255, 255, 0.9);
        cursor: pointer;
    }

    div#btn div {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #nav-icon {
        width: 25px;
        height: 20px;
        position: relative;
        margin: 10px auto;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: var(--primary-color);
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
    }

    #nav-icon span:nth-child(1) {
        top: 0px;
    }
    #nav-icon span:nth-child(2),
    #nav-icon span:nth-child(3) {
        top: 8px;
    }
    #nav-icon span:nth-child(4) {
        top: 16px;
    }

    header.entete nav {
        position: fixed;
        flex-direction: column;
        top: -490px;
        width: 100vw;
        left: 0;
        width: calc(100vw - 30px);
        background-color: #fff;
        padding: 15px;
        transition-duration: 0.3s;
        border-top: 1px solid #ff0408;
        box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
    }

    #menu.open nav {
        transform: translateY(574px);
    }

    header.entete nav a {
        display: block;
        padding: 10px 0;
    }
}

.payprice {
    font-size: 20px;
    color: #fe0504;
    font-weight: 700;
}

.m-5 {
    margin: 2rem;
}

.flex {
    display: flex;
}

.block {
    display: block;
}

.hidden {
    display: none;
}
