/*
*
* = TYPO
*
*/
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&display=swap');

@font-face {
    font-family: 'tahuregular';
    src: url('/assets/front/fonts/tahu-webfont.woff2') format('woff2'),
    url('/assets/front/fonts/tahu-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*
*
* = RESET
*
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Ubuntu', sans-serif;
    /*color: black;*/
    list-style: none;
    outline: none;
}

html {
    background-color: white;
}


u {
    text-decoration: underline;
}

body {
    min-width: 320px;
    background: white;
    overflow-x: hidden;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

/*
*
* = COMMON
*
*/

.container {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.big-container {
    width: 1280px;
    margin: 0 auto;
    display: block;
}

.small-container {
    width: 1000px;
    margin: 0 auto;
    display: block;
}

@media screen and (min-width: 1800px) {
    .container {
        width: 1500px;
        margin: 0 auto;
        display: block;
    }

    .big-container {
        width: 1600px;
        margin: 0 auto;
        display: block;
    }

    .small-container {
        width: 1400px;
        margin: 0 auto;
        display: block;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: calc(100% - 80px);
    }

    .small-container {
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .container {
        width: calc(100% - 40px);
    }
}

.col-50 {
    width: 50%;
}

.o-hidden {
    overflow: hidden;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

/*
*
* = FLEX
*
*/

header .right-header,
header .container,
header nav ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*
*
* = TITRE
*
*/

.titre-1 {
    font-size: 75px;
    line-height: 71px;
    font-weight: 700;
}

.titre-1 span {
    font-family: 'tahuregular';
    font-size: 120px;
    line-height: 87px;
    font-weight: 400;
}

.titre-2 {
    font-size: 35px;
    line-height: 35px;
    font-weight: 700;
}

.titre-3 {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}

.titre-3 span {
    font-family: 'tahuregular';
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
}

.titre-4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.titre-5 {
    font-size: 45px;
    line-height: 50px;
    font-weight: 700;
}

.titre-5 span {
    font-family: 'tahuregular';
    font-size: 65px;
    line-height: 50px;
    font-weight: 400;
}

.titre-6 {
    font-size: 35px;
    line-height: 65px;
    font-weight: 700;
}

.titre-6 span {
    font-family: 'tahuregular';
    font-size: 70px;
    line-height: 65px;
    font-weight: 400;
}

.titre-introduction {
    font-size: 62px;
    line-height: 51px;
    font-weight: 700;
}

.titre-introduction span {
    font-family: 'tahuregular';
    font-size: 80px;
    line-height: 40px;
    font-weight: 400;
}

@media screen and (min-width: 1800px) {
    .titre-1 {
        font-size: 93px;
        line-height: 88px;
    }

    .titre-1 span {
        font-size: 150px;
        line-height: 108px;
    }

    .titre-2 {
        font-size: 44px;
        line-height: 44px;
        font-weight: 700;
    }

    .titre-3 {
        font-size: 25px;
        line-height: 25px;
    }

    .titre-3 span {
        font-size: 45px;
        line-height: 45px;
    }

    .titre-4 {
        font-size: 25px;
        line-height: 31px;
        font-weight: 700;
    }

    .titre-5 {
        font-size: 56px;
        line-height: 62px;
    }

    .titre-5 span {
        font-size: 80px;
        line-height: 62px;
    }

    .titre-6 {
        font-size: 43px;
        line-height: 80px;
    }

    .titre-6 span {
        font-size: 87px;
        line-height: 80px;
    }

    .titre-introduction {
        font-size: 78px;
        line-height: 64px;
    }

    .titre-introduction span {
        font-size: 100px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1280px) {
    .titre-1 {
        font-size: 50px;
        line-height: 48px;
    }

    .titre-1 span {
        font-size: 90px;
        line-height: 60px;
    }

    .titre-2 {
        font-size: 26px;
        line-height: 28px;
        font-weight: 700;
    }

    .titre-5 {
        font-size: 30px;
        line-height: 35px;
        font-weight: 700;
        font-weight: 700;
    }

    .titre-5 span {
        font-size: 42px;
        line-height: 34px;
    }

    .titre-6 {
        font-size: 24px;
        line-height: 44px;
    }

    .titre-6 span {
        font-size: 46px;
        line-height: 44px;
    }

    .titre-introduction {
        font-size: 42px;
        line-height: 34px;
    }

    .titre-introduction span {
        font-size: 52px;
        line-height: 26px;
    }
}

@media screen and (max-width: 850px) {
    .titre-1 {
        font-size: 32px;
        line-height: 30px;
    }

    .titre-1 span {
        font-size: 56px;
        line-height: 38px;
    }

    .titre-introduction {
        font-size: 35px;
        line-height: 33px;
    }

    .titre-introduction span {
        font-size: 46px;
        line-height: 25px;
    }
}

/*
*
* = TEXTE
*
*/

.small-text {
    font-size: 14px;
    line-height: 20px;
}

.xs-small-text {
    font-size: 12px;
    line-height: 18px;
}

.xxs-small-text {
    font-size: 10px;
    line-height: 16px;
    font-weight: 100;
}

.text-base {
    font-size: 16px;
    line-height: 22px;
}

@media screen and (min-width: 1800px) {
    .small-text {
        font-size: 16px;
        line-height: 22px;
    }

    .xs-small-text {
        font-size: 14px;
        line-height: 20px;
    }

    .xxs-small-text {
        font-size: 12px;
        line-height: 18px;
    }

    .text-base {
        font-size: 18px;
        line-height: 24px;
    }
}

/**/


::selection {
    color: #fff;
    background: black;
}

::-moz-selection {
    color: #fff;
    background: black;
}

.mcenter {
    display: block;
    margin: 0 auto;
}

/*
*
* = COULEUR
*
*/

.border-white,
.dec:hover .hover-border-white {
    border-color: white;
    transition: 0.2s ease all;
}

.fill-white,
.dec:hover .hover-fill-white {
    fill: white;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-white,
.dec:hover .hover-couleur-white {
    color: white;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-white,
.dec:hover .hover-fond-white {
    background-color: #fff;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-black,
.dec:hover .hover-couleur-black {
    color: black;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fill-black,
.dec:hover .hover-fill-black {
    fill: black;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-black,
.dec:hover .hover-fond-black {
    background-color: #000;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}


.border-black,
.dec:hover .hover-border-black {
    border-color: #000;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-yellow,
.dec:hover .hover-couleur-yellow {
    color: #fab61f;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-yellow,
.dec:hover .hover-fond-yellow {
    background-color: #fab61f;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fill-yellow,
.dec:hover .hover-fill-yellow {
    fill: #fab61f;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-yellow,
.dec:hover .hover-border-yellow {
    border-color: #fab61f;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-bruin,
.dec:hover .hover-couleur-bruin {
    color: #8c716e;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-bruin,
.dec:hover .hover-fond-bruin {
    background-color: #8c716e;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-bruin {
    border-color: #8c716e;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-transparent,
.dec:hover .hover-fond-transparent {
    background-color: transparent;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-rouge,
.dec:hover .hover-couleur-rouge {
    color: #ae3963;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-rouge {
    border-color: #ae3963;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-rouge,
.dec:hover .hover-fond-rouge {
    background-color: #ae3963;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-grey {
    color: #727272;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-grey {
    background-color: #727272;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-grey {
    border-color: #727272;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-light-grey {
    color: #e6e6e6;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-light-grey {
    background-color: #e6e6e6;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-light-grey {
    border-color: #e6e6e6;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.fond-vert,
.dec:hover .hover-fond-vert {
    background-color: #81bb3b;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.border-vert,
.dec:hover .hover-border-vert {
    border-color: #81bb3b;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

.couleur-vert,
.dec:hover .hover-couleur-vert {
    color: #81bb3b;
    transition: 0.2s ease color, 0.2s ease background-color, 0.2s ease fill, 0.2s ease border;
}

/**/
.dec {
    display: table;
    cursor: pointer;
}

/**/

.container-check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #9a9a9a;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    border: 1px solid #9a9a9a;
}


/* When the checkbox is checked, add a blue background */
.container-check input:checked ~ .checkmark {
    background-color: #fab61f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-check .checkmark:after {
    border: solid black;
    left: 5px;
    top: 2px;
    width: 2px;
    height: 5px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*
*
* = BOUTON
*
*/

.btn {
    display: table;
    position: relative;
    line-height: 25px;
    height: 25px;
    padding: 0 30px 0 40px;
}

.btn .fond {
    position: absolute;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 13px;
    left: 0;
}

.btn.move .fond {
    transition: 0.2s ease all;
}

.dec:hover .btn.move .fond {
    left: 30px;
}

.btn.size {
    transition: 0.2s ease padding;
}

.dec:hover .btn.size {
    padding-left: 9px;
}

.btn.text {
    display: table;
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 30px 0 10px;
    overflow: hidden;
}

.btn.fat.text {
    padding: 0 30px 0 18px;
    line-height: 40px;
    border-radius: 20px;
}

.btn.text .text {
    position: relative;
    z-index: 10;
    padding-right: 7px;
}

.btn svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    right: 9px;
}


.btn.text .arrow svg {
    width: 20px;
}

.btn-texte {
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    border-style: solid;
    border-width: 1px;
    padding: 0 20px;
    line-height: 40px;
    display: table;
    border-radius: 20px;
    margin: 0 auto;
}

.btn-texte.small {
    font-size: 15px;
    padding: 0 15px;
    line-height: 30px;
}

@media screen and (min-width: 1800px) {
    .btn {
        line-height: 30px;
        height: 30px;
        padding: 0 37px 0 50px;
    }

    .btn .fond {
        border-radius: 15px;
    }

    .dec:hover .btn.move .fond {
        left: 37px;
    }

    .dec:hover .btn.size {
        padding-left: 12px;
    }

    .btn.text {
        line-height: 30px;
        font-size: 17px;
        padding: 0 37px 0 12px;
    }

    .btn.fat.text {
        padding: 0 37px 0 22px;
        line-height: 50px;
        border-radius: 25px;
    }

    .btn.text .text {
        position: relative;
        z-index: 10;
        padding-right: 7px;
    }

    .btn svg {
        width: 25px;
        right: 11px;
    }

    .btn.text .arrow svg {
        width: 25px;
    }

    .btn-texte {
        font-size: 20px;
        padding: 0 25px;
        line-height: 50px;
        border-radius: 25px;
        font-weight: 100 !important;
    }

    .btn-texte.small {
        font-size: 15px;
        padding: 0 15px;
        line-height: 30px;
    }
}

/*
*
* = RECHERCHE
*
*/

.recherche input[type="submit"] {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: no-repeat url(/assets/front/images/pictos/loupe.svg) center / 15px;
    font-size: 0;
    border: none;
    cursor: pointer;
}

.recherche input[type="text"] {
    border-width: 1px;
    border-style: solid;
    outline: none;
    font-size: 10px;
    font-style: italic;
    color: #b4b3b3;
    width: 210px;
    height: 30px;
    padding-left: 10px;
    padding-right: 30px;
    transition: 0.2s ease color, 0.2s ease border;
}

.recherche img {
    width: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (min-width: 1800px) {
    .recherche input[type="text"] {
        font-size: 12px;
        width: 260px;
        height: 36px;
        padding-left: 12px;
        padding-right: 36px;
    }

    .recherche img {
        width: 15px;
        right: 12px;
    }
}

/*
*
* = HEADER
*
*/

header .container {
    height: 135px;
}

header .logo img {
    width: 180px;
}

header nav li img.active {
    position: absolute;
    left: 50%;
    width: 14px;
    transform: translateX(-50%);
    top: -30px;
}

header nav li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 55px;
}

header nav.langue li {
    margin-right: 25px;
}

header nav.langue li a {
    display: block;
}

header nav.langue li:last-child,
header nav li:last-child {
    margin-right: 0px;
}

header nav a p {
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

header nav.langue a p {
    font-weight: bold;
}

header nav a #home-logo {
    width: 15px;
}

header .recherche {
    position: relative;
}

header .recherche input[type="text"] {
    border-radius: 15px;
}


.recherche-resp input[type="text"]:focus,
header .recherche input[type="text"]:focus {
    border-color: #fab61f;
    font-style: normal;
    color: black;
}

header .facebook {
    margin-right: 20px;
}

header .instagram {
    margin-right: 30px;
}

header .instagram svg,
header .facebook svg {
    fill: #8c716e;
    transition: 0.2s ease fill;
}

header .instagram:hover svg,
header .facebook:hover svg {
    fill: #fab61f;
}


header .facebook svg {
    height: 20px;
    width: 10px;
}

header .instagram svg {
    height: 20px;
    width: 20px;
}

header .langue-resp {
    display: none
}

.recherche-resp {
    display: none;
}

@media screen and (min-width: 1800px) {
    header .container {
        height: 168px;
    }

    header .logo img {
        width: 225px;
    }

    header nav a #home-logo {
        width: 19px;
    }

    header nav a p {
        font-size: 14px;
        line-height: 16px;
    }

    header nav li {
        margin-right: 65px;
    }

    header .facebook {
        margin-right: 20px;
    }

    header .instagram {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1280px) {
    header .container {
        height: 87px;
    }

    header .logo img {
        width: 120px;
    }

    header .facebook img {
        width: 9px;
    }

    header .langue {
        display: none;
    }

    header nav li {
        margin-right: 40px;
    }

    header .langue-resp {
        display: block;
    }

    header .langue-resp {
        display: block;
        position: relative;
        cursor: pointer;
    }

    header .langue-resp .arrow,
    header .langue-resp .flag {
        display: inline-block;
        vertical-align: middle;
    }

    header .langue-resp .flag {
        width: 15px;
    }


    header nav li img.active {
        position: absolute;
        left: 50%;
        width: 10px;
        transform: translateX(-50%);
        top: -20px;
    }

    header .menu-resp-langue {
        display: none;
        position: absolute;
        background: white;
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
        width: 35px;
        padding: 0px 10px;
        top: 30px;
        z-index: 9999;
    }

    header .langue-resp.display .arrow {
        transform: rotate(180deg);
    }

    header .langue-resp .arrow {
        width: 8px;
        margin-left: 3px;
    }

    header .langue-resp.display .menu-resp-langue {
        padding: 5px 0;
    }

    header .langue-resp.display .menu-resp-langue {
        font-size: 12px;
        line-height: 20px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        display: block;
        width: 100%;
    }

    header .langue-resp.display .menu-resp-langue {
        display: block;
    }

    header .menu-resp-langue img {
        width: 15px;
        margin: 10px auto;
        display: block;
    }

    header .c_langue {
        font-size: 12px;
        line-height: 14px;
        text-transform: uppercase;
        font-weight: bold;
        text-align: center;
        display: inline-block;
    }
}

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


    header .recherche {
        display: none;
    }

    header nav li {
        margin-right: 55px;
    }
}

@media screen and (max-width: 850px) {
    header .navigation {
        display: none;
    }

    header .container {
        width: 100%;
        padding-left: 20px;
    }

    header .recherche {
        display: block;
    }

    header .burger {
        width: 64px;
        height: 64px;
        position: relative;
        z-index: 900;
    }

    header.open .burger {
        background: black;
        right: 0;
    }

    header .burger span {
        position: absolute;
        background-color: black;
        width: 30px;
        height: 4px;
        left: 17px;
        transition: 0.2s 0.2s ease background-color, 0.2s 0.2s ease top, 0.2s ease transform;
    }

    header.open .burger span {
        background-color: white;
        transition: 0.2s ease background-color, 0.2s ease top, 0.2s 0.2s ease transform;
    }

    header .burger span:nth-child(1) {
        top: 17px;
    }

    header .burger span:nth-child(2) {
        top: 30px;
    }

    header .burger span:nth-child(3) {
        top: 43px;
    }

    header.open .burger span:nth-child(3),
    header.open .burger span:nth-child(1) {
        top: 30px;
    }

    header.open .burger span:nth-child(3) {
        transform: rotate(45deg);
    }

    header.open .burger span:nth-child(1) {
        transform: rotate(-45deg);
    }


    header.open .burger span:nth-child(2) {
        opacity: 0;
    }


    header .langue-resp,
    header .facebook {
        margin-right: 22px;
    }

    header .navigation-responsive {
        display: none;
    }
}

header .navigation-responsive {
    display: none;
}

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

    header .navigation-responsive {
        display: block;
        position: fixed;
        overflow: hidden;
        height: 0px;
        width: 100%;
        top: 50%;
        z-index: 800;
        transform: translateY(-50%);
        transition: 0.3s ease height;

    }

    header.open .navigation-responsive {
        height: 100%;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -ms-flex-pack: justify;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    header.open .navigation-responsive::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-image: url(/assets/front/images/carte/fond-menu-resp.png);
        background-repeat: no-repeat;
        background-position: top -25px center;
        opacity: 0.5;
    }

    header .navigation-responsive nav {
        margin-top: 45px;
        opacity: 0;
        transition: 0s 0s ease opacity;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;

        -ms-flex-pack: justify;

        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 325px;
    }


    header .navigation-responsive div {
        text-align: center;
    }

    header .navigation-responsive p.black {
        color: black;
    }

    header .navigation-responsive p {
        font-size: 32px;
        line-height: 25px;
        text-transform: initial;
        width: 100%;
        color: white
    }


    header .navigation-responsive .menu-lien {
        transition: 0s opacity ease, 0s left ease;
        opacity: 0;
        left: 0;
    }

    header.open .navigation-responsive .menu-lien:nth-child(1) {
        left: -40px;
        opacity: 1;
        transition: 0.2s 0.5s ease left, 0.2s 0.5s ease opacity;
    }

    header.open .navigation-responsive .menu-lien:nth-child(2) {
        left: 15px;
        opacity: 1;
        transition: 0.2s 0.7s ease left, 0.2s 0.7s ease opacity;
    }

    header.open .navigation-responsive .menu-lien:nth-child(3) {
        left: -19px;
        opacity: 1;
        transition: 0.2s 0.9s ease left, 0.2s 0.9s ease opacity;
    }

    header.open .navigation-responsive .menu-lien:nth-child(4) {
        left: -37px;
        opacity: 1;
        transition: 0.2s 1.1s ease left, 0.2s 1.1s ease opacity;
    }


    header .navigation-responsive .menu-lien {
        position: relative;
        display: table;
        margin: 0 auto 40px;
    }


    header .navigation-responsive .menu-lien a p,
    header .navigation-responsive .menu-lien a,
    header .navigation-responsive img.pointer {
        vertical-align: middle;
        display: inline-block;
    }

    header .navigation-responsive img.pointer {
        width: 33px;
        margin: 0 10px;
    }

    header .navigation-responsive .logo img {
        opacity: 0;
        transition: 0s 0s ease opacity;
        width: 175px;
        margin: 15px auto 0;
        display: block;
        opacity: 0;
    }

    header.open .navigation-responsive .logo img,
    header.open .navigation-responsive nav {
        opacity: 1;
        transition: 0.2s 0.4s ease opacity;
    }

    header .navigation-responsive .langues {
        position: absolute;
        bottom: 30px;
        opacity: 0;
        transition: 0s 0s ease opacity;

    }

    header.open .navigation-responsive .langues {
        text-align: center;
        opacity: 1;
        transition: 0.2s 0.4s ease opacity;
    }

    header.open .navigation-responsive .langues a {
        margin: 0 15px;
        font-size: 18px;
    }


}

@media screen and (max-width: 550px) {
    header .recherche {
        display: none;
    }

    .recherche-resp {
        position: relative;
        margin-top: 4px;
        margin-bottom: 12px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        width: calc(100% - 40px);
    }

    .recherche-resp input[type="text"] {
        width: 100%;
        font-size: 13px;
        height: 40px;
        border-radius: 20px;
        padding-left: 20px;
    }

    .recherche input[type="submit"] {
        width: 18px;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        height: 18px;
        background: no-repeat url(/assets/front/images/pictos/loupe.svg) center / 17px;
    }
}


/*
*
* = FOOTER
*
*/

footer {
    padding: 35px 0 30px 0;
}


footer .btn {
    border-width: 1px;
}

footer .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

footer .content .left-footer {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

footer .logo svg,
footer .logo img {
    margin: 0 25px 0 20px;
    width: 190px;
}

footer .presentation {
    width: 250px;
    padding: 12px 0 12px 30px;
    border-left-width: 1px;
    border-left-style: solid;
    margin-right: 80px;
}

footer .menu {
    padding-top: 12px;
    margin-right: 75px;
}

footer .menu a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 24px;
    transition: 0.2s ease color;
}

footer .menu a:hover {
    color: #fab61f;
}

footer .contact {
    padding-top: 10px;
}

footer .footer--social {
    margin-top: 20px;
    padding-left: 10px;
}

footer .footer--social--item {
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

footer .footer--social--item.facebook svg {
    width: 12px;
    height: 25px;
}

footer .footer--social--item.instagram svg {
    width: 25px;
    height: 25px;
}


footer .facebook:hover img {
    filter: brightness(0);
}


footer .disclaimer {
    display: block;
    text-align: center;
    margin-top: 40px;
}

footer .disclaimer a {
    transition: 0.2s ease color;
}

footer .disclaimer a:hover {
    color: #fab61f;
}

@media screen and (min-width: 1800px) {
    footer {
        padding: 45px 0 40px 0;
    }

    footer .logo svg,
    footer .logo img {
        margin: 0 30px 0 25px;
        width: 235px;
    }

    footer .presentation {
        width: 315px;
        padding: 15px 0 15px 40px;
        margin-right: 100px;
    }

    footer .menu {
        padding-top: 15px;
        margin-right: 95px;
    }

    footer .menu a {
        line-height: 30px;
    }

    footer .contact {
        padding-top: 15px;
    }

    footer .footer--social {
        padding-left: 15px;
    }

    footer .footer--social--item {
        margin-right: 30px;
    }

    footer .footer--social--item.facebook svg {
        width: 15px;
        height: 32px;
    }

    footer .footer--social--item.instagram svg {
        width: 32px;
        height: 32px;
    }

    footer .disclaimer {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1280px) {
    footer .logo svg,
    footer .logo img {
        margin: 0 20px 0 20px;
        width: 140px;
    }

    footer .menu,
    footer .presentation {
        margin-right: 0px;
    }

    footer .content,
    footer .content .left-footer {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}

@media screen and (max-width: 1000px) {
    footer .menu {
        display: none;
    }

    footer .presentation {
        width: auto;
        padding: 12px 40px 12px 40px;
    }

    footer .logo svg,
    footer .logo img {
        margin: 0 40px 0 40px;
        width: 140px;
    }

    footer .contact {
        padding-right: 40px;
    }
}

@media screen and (max-width: 850px) {
    footer {
        padding: 20px 0;
        position: relative;
    }


    footer .content,
    footer .content .left-footer {
        display: block;
    }

    footer .logo {
        display: block;
        width: 100%;
        text-align: center;
    }

    footer .logo svg,
    footer .logo img {
        margin: 0;
        width: 190px;
    }

    footer .presentation {
        width: auto;
        padding: 20px 0;
        border: none;
        text-align: center;
        max-width: 450px;
        margin: 0 auto;
    }

    footer .contact {
        padding: 0;
    }

    footer .contact .dec {
        margin: 0 auto;
    }

    footer .btn.text {
        margin-bottom: 30px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 50px 0 20px;
    }

    footer .btn .fond {
        border-radius: 20px;
    }

    footer .btn svg {
        right: 18px;
    }

    footer .disclaimer {
        margin-top: 30px;
    }

    footer .xs-small-text {
        font-size: 10px;
        line-height: 14px;
    }

    footer .footer--social {
        margin-top: 0;
        padding-left: 0;
        text-align: center;
    }

    footer .footer--social--item.dec {
        margin: 0 10px !important;
    }
}


/*
*
* = VOILE
*
*/

.voile-30 {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
}

/*
*
* = INIT SLICK FADE
*
*/


/*
*
* = DOTS VERTICAL
*
*/

.vertical-dots {
    position: relative;
}

.vertical-dots .slick-dots {
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-dots .dot {
    cursor: pointer;
    display: block;
    width: 10px;
    height: 10px;
    background: white;
    margin-bottom: 15px;
    border-radius: 100%;
}

.vertical-dots .slick-active .dot {
    background-color: #fab61f;
}

.vertical-dots li:last-child .dot {
    margin-bottom: 0px;
}

@media screen and (min-width: 1800px) {
    .vertical-dots .slick-dots {
        right: 18px;
    }

    .vertical-dots .dot {
        width: 12px;
        height: 12px;
        margin-bottom: 18px;
    }
}


/*--------------------------------------------------------------------------------------------------------------------*/
/*
*
* = HOME SLIDER
*
*/

.slider-general,
.slider-general .slide {
    width: 100%;
    position: relative;
    height: 675px;
}

.slider-general .slide video,
.slider-general .slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
}

.slider-general .texte {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 50;
    transform: translateY(-50%);
}

.slider-general .slick-dots li {
    display: block;
}

@media screen and (min-width: 1800px) {
    .slider-general,
    .slider-general .slide {
        height: 844px;
    }
}

@media screen and (max-width: 1280px) {
    .container.container-slider-home {
        width: 100%;
        overflow: hidden;
    }

    .slider-general {
        margin: 0 auto;
        width: calc(100vw - 80px);
        height: calc(56.25vw - 40px);
    }

    .slider-general .slide {
        height: calc(56.25vw - 40px);
    }
}

@media screen and (max-width: 850px) {
    .vertical-dots .slick-dots li {
        display: inline-block;
        margin: 0 5px;
        height: 10px;
    }

    .slider-general,
    .slider-general .slide {
        width: calc(100vw - 40px);
        height: calc(100vw - 40px);
    }

    .vertical-dots .slick-dots {
        z-index: 100;
        right: 50%;
        top: inherit;
        bottom: 60px;
        transform: translateX(50%);
    }

    .slider-general .slide video, .slider-general .slide img {
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width: 550px) {
    /*.slider-general,
	.slider-general .slide {
		height: calc(100vw - 40px);
	}*/
    .slider-general .texte {
        padding: 0 40px;
        top: calc(50% - 20px);
    }

    .slider-general .texte h1 br {
        display: none;
    }

    .slider-general .texte h1 {
        font-size: 32px;
        line-height: 38px;
    }


}

@media screen and (max-width: 400px) {
    .slider-general .texte h1 {
        font-size: 28px;
        line-height: 34px;
    }

    .slider-general .texte h1 span {
        font-size: 42px;
        line-height: 34px;
    }

}

/*
*
* = HOME INTRO
*
*/

.introduction-home {
    position: relative;
}

.introduction-home .btn-texte {
    margin: 0;
    color: black;
}

.introduction-home .col-50 {
    position: relative;
    left: 0px;
    margin-left: auto;
    padding: 30px 90px 50px 0;
}


.introduction-home h2 {
    color: black;
    position: relative;
    display: table;
    margin-bottom: 0px;
}

.go-top {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    transform: rotate(180deg);
    cursor: pointer;
    z-index: 999;
}

.go-top svg {
    position: absolute;
    width: 32%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.introduction-home .go-bottom {
    position: absolute;
    right: -58px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
}

.introduction-home .go-bottom svg {
    position: absolute;
    width: 32%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.introduction-home .presentation-home {
    position: absolute;
    bottom: 0px;
    left: 100px;
    padding: 20px;
    width: 350px;
    z-index: 200;
}

.introduction-home .presentation-home .small-text {
    color: black;
    padding: 20px 0;
}

.slide-video-big {
    display: block;
}

.slide-video-small {
    display: none;
}

@media screen and (min-width: 1800px) {
    .introduction-home .col-50 {
        margin-left: auto;
        padding: 40px 110px 65px 0;
    }

    .introduction-home h2 {
        margin-bottom: 0px;
    }

    .go-top {
        width: 48px;
        height: 48px;
    }

    .introduction-home .go-bottom {
        right: -72px;
        bottom: 12px;
        width: 48px;
        height: 48px;
    }

    .introduction-home .presentation-home {
        left: 125px;
        padding: 20px 20px;
        width: 430px;
    }

    .introduction-home .presentation-home .small-text {
        padding: 20px 0px;
    }
}

@media screen and (max-width: 1280px) {
    .introduction-home .presentation-home {
        left: 50px;
    }

    .introduction-home .col-50 {
        margin-left: 500px;
        padding: 30px 90px 90px 0;
    }
}


@media screen and (max-width: 1000px) {
    .introduction-home .presentation-home {
        left: 40px;
        padding: 30px 20px;
        width: calc(50% - 80px);
    }

    .introduction-home .presentation-home .small-text {
        padding: 20px 0;
    }

    .introduction-home {
        padding-top: 40px;
        margin-top: -40px;
        overflow: hidden;
        margin-bottom: -40px;
    }

    .introduction-home .col-50 {
        float: right;
        margin: 0;
    }

    .introduction-home .presentation-home {
        left: 40px;
        padding: 20px;
        width: calc(50% - 80px);
        bottom: inherit;
        top: -40px;
        position: relative;
        float: left;
    }
}

@media screen and (max-width: 850px) {
    .introduction-home .col-50 h2 {
        padding-right: 50px;
    }

    .introduction-home .col-50 {
        float: none;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding: 0;
    }

    .introduction-home .presentation-home {
        left: 0;
        padding: 30px 20px;
        width: calc(100vw - 40px);
        bottom: inherit;
        top: 0;
        position: relative;
        float: none;
        margin: 0 auto 50px;
    }

    .introduction-home .presentation-home .small-text {
        padding: 20px 0 20px;
    }

    .introduction-home .go-bottom {
        right: 0;
    }

    .introduction-home {
        margin-bottom: 50px;
    }

    .slide-video-big {
        display: none;
    }

    .slide-video-small {
        display: block;
    }
}


/*
*
* = RECHERCHE
*
*/


/**/


/*
*
* = SOUS MENU HOME
*
*/
.sous-menu .container {
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.sous-menu .col-50 {
    /*height: 485px;*/
    float: none;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.sous-menu .col-50.dec .voile-30,
.sous-menu .col-50.dec:hover .voile-30 {
    transition: 0.2s ease background-color;
}

.sous-menu .col-50.dec .voile-30 {
    background-color: rgba(0, 0, 0, 0.5);
}

.sous-menu .col-50.dec:hover .voile-30 {
    background-color: rgba(0, 0, 0, 0.6);
}

.sous-menu .col-50 .contenu {
    position: relative;
    z-index: 10;
    width: 600px;
}

.sous-menu .col-50:first-child .contenu {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 120px;
}

.sous-menu .col-50:last-child .contenu {
    padding-left: 110px;
    padding-right: 50px;
}

.sous-menu .col-50 .contenu .localite {
    text-transform: uppercase;
    padding-bottom: 25px;
}

.sous-menu .col-50 .contenu .texte {
    padding-top: 25px;
    padding-bottom: 15px;
    padding-right: 140px;
}

.liste-resulat .item .nom-flag span.actu--similaire--date {
    padding: 0;
    font-weight: 400;
}

@media screen and (min-width: 1800px) {
    .sous-menu .col-50 {
        /*height: 605px;*/
        padding-top: 125px;
        padding-bottom: 125px;
    }

    .sous-menu .col-50 .contenu {
        width: 750px;
    }

    .sous-menu .col-50:first-child .contenu {
        padding-left: 50px;
        padding-right: 150px;
    }

    .sous-menu .col-50:last-child .contenu {
        padding-left: 140px;
        padding-right: 60px;
    }

    .sous-menu .col-50 .contenu .localite {
        padding-bottom: 30px;
    }

    .sous-menu .col-50 .contenu .texte {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-right: 175px;
    }
}

@media screen and (max-width: 1280px) {
    .sous-menu .container {
        height: auto;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .sous-menu .col-50 {
        padding: 75px 0;
    }

    .sous-menu .col-50 .contenu {
        width: 100%;
    }

    .sous-menu .col-50:last-child .contenu,
    .sous-menu .col-50:first-child .contenu {
        margin-left: auto;
        padding-left: 40px;
        padding-right: 80px;
    }

    .sous-menu .col-50 .contenu .texte {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 0px;
    }
}

@media screen and (max-width: 850px) {
    .sous-menu .col-50 .contenu .texte {
        display: none;
    }

    .sous-menu .col-50 .contenu .localite {
        padding-bottom: 20px;
    }

    .sous-menu .col-50 .contenu .btn {
        margin-top: 20px;
    }

    .sous-menu .container {
        display: block;
    }

    .sous-menu .col-50 {
        width: 100%;
        height: 360px;
        padding: 0;
    }

    .sous-menu .col-50:last-child .contenu,
    .sous-menu .col-50:first-child .contenu {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        padding: 0 50px;
    }

    .sous-menu .col-50 .contenu .localite {
        padding-bottom: 10px;
    }

    .sous-menu .col-50 .contenu .btn {
        margin-top: 10px;
    }

    .sous-menu .br-550 {
        display: none;
    }

    .sous-menu .container {
        width: 100%;
    }
}

/**/

.categorie-actu {
    opacity: .25;
    transition: 0.2s ease opacity;
}

.categorie-actu.active,
.categorie-actu:hover {
    opacity: 1;
}


#actu-home {
    background-color: #f5f5f5;
    padding-top: 30px;
    padding-bottom: 50px;
}

#actu-home .small-container {
    padding: 0 20px;
}

#actu-home h2 {
    padding-bottom: 30px;
}

#actu-home .image,
#actu-home .image .slide {
    width: 330px;
    height: 430px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #e8e6e6;
}

#actu-home .image {
    margin-right: 35px;
}


#actu-home article {
    position: relative;
    border-bottom: 1px solid black;
    width: 100%;
    padding: 20px 0;
}

#actu-home article .content {
    padding-left: 0px;
    position: relative;
    width: 570px;
    left: 0;
}

#actu-home article .vignette {
    position: relative;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 16px;
    font-weight: bold;
    padding: 0 4px;
    border-radius: 3px;
    display: table;
    text-transform: uppercase;
    transition: 0.2s ease line-height, 0.2s ease font-size, 0.2s ease padding;
}

#actu-home article .vignette_event {
    color: white;
    background-color: #fab61f;
}

#actu-home article .vignette_actu {
    color: white;
    background-color: #8c716e;
}

#actu-home article .date {
    font-size: 14px;
    opacity: 0.3;
    font-weight: 100;
    transition: 0.2s ease opacity;
    margin-bottom: 5px;
}

#actu-home article.active .date,
#actu-home article:hover .date {
    opacity: 1;
}

#actu-home article .titre {
    display: block;
    color: black;
    font-size: 18px;
    opacity: 0.3;
    line-height: 24px;
    font-weight: 700;
    max-width: 700px;
    width: 100%;
    transition: 0.2s ease opacity;
}

#actu-home article:hover .titre,
#actu-home article.active .titre {
    opacity: 1;
}

#actu-home .voir-plus {
    display: block;
    margin-top: 15px;
    text-align: right;
}

#actu-home .voir-plus .btn,
#actu-home .voir-plus span {
    vertical-align: middle;
    display: inline-block;
}

#actu-home .voir-plus span {
    margin-right: 10px;
}

#actu-home .col:nth-child(2) {
    width: calc(100% - 365px);
}

@media screen and (min-width: 1800px) {

    #actu-home {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    #actu-home .small-container {
        padding: 0 25px;
    }

    #actu-home h2 {
        padding-bottom: 40px;
    }

    #actu-home .image,
    #actu-home .image .slide {
        width: 410px;
        height: 535px;
    }

    #actu-home .image {
        margin-right: 45px;
    }

    #actu-home .image img {
        width: 100%;
    }

    #actu-home .articles {
        padding-top: 0px;
    }

    #actu-home article {
        padding: 25px 0;
        height: auto;
    }

    #actu-home article .content {
        padding-left: 0px;
        width: 710px;
    }

    #actu-home article .vignette {
        font-size: 12px;
        line-height: 18px;
    }


    #actu-home article .date {
        font-size: 16px;
    }

    #actu-home .voir-plus {
        margin-top: 20px;
    }

    #actu-home .voir-plus span {
        margin-right: 12px;
    }

    #actu-home .col:nth-child(2) {
        width: calc(100% - 540px);
    }

    #actu-home article .titre {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1280px) {
    #actu-home .small-container {
        padding: 0 40px;
    }

    #actu-home article .titre {
        font-size: 18px;
        line-height: 24px;
    }

    #actu-home article .content {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    #actu-home {
        padding-bottom: 30px;
    }

    #actu-home h2 {
        padding-bottom: 15px;
    }

    #actu-home .image {
        display: none;
    }

    #actu-home .col:nth-child(2) {
        width: 100%;
    }

    #actu-home article.active .content {
        left: 0px;
    }

    #actu-home .articles {
        padding-top: 0;
    }

    #actu-home article {
        height: auto;
        padding: 15px 0;
    }

    #actu-home .small-container {
        padding: 0 20px;
    }

    #actu-home article .vignette {
        opacity: 0.3;
    }

    #actu-home article.active .vignette {
        opacity: 1;
    }
}

/**/

#partenaires {
    padding: 50px 0;
}

#partenaires .liste {
    text-align: center;
}

#partenaires .liste .item img {
    max-height: 80px;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#partenaires .liste .item {
    position: relative;
    opacity: 1 !important;
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    height: 80px;
}

#partenaires .slick-dots li {
    margin-top: 30px;
}

@media screen and (max-width: 1800px) {
    #partenaires .liste .item img {
        max-height: 60px;
        max-width: 150px;
    }

    #partenaires .liste .item {
        height: 60px;
    }
}

@media screen and (min-width: 1800px) {
    #partenaires {
        padding: 60px 0;
    }

}


/*
*
* = DOTS
*
*/

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots button {
    background: #f5f5f5;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: none;
    font-size: 0;
}

.slick-dots .slick-active button {
    background-color: #fab61f;
}

/*
*
* = COMMON BANNER
*
*/

.common-banner {
    height: 245px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.common-banner_contact {
    background-image: url(/assets/front/images/contact/contact_banner.jpg)
}

.common-banner_village {
    background-image: url(/assets/front/images/village/banner.jpg)
}

.common-banner_domaine {
    background-image: url(/assets/front/images/domaine/banner.jpg)
}

@media screen and (min-width: 1800px) {
    .common-banner {
        height: 305px;
    }
}

@media screen and (max-width: 1280px) {
    .common-banner {
        height: 200px;
    }
}

@media screen and (max-width: 850px) {
    .common-banner {
        height: 160px;
    }
}

/*
*
* = LISTE INTRODUCTIONS
*
*/

.introduction-liste {
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
}

.introduction-liste .texte {
    width: 100%;
    max-width: 300px;
}

.introduction-liste .col {
    float: left;
}

.introduction-liste .col:nth-child(1) {
    width: 600px;
}

.introduction-liste .col:nth-child(2) {
    width: 400px;
}


@media screen and (min-width: 1800px) {
    .introduction-liste .col:nth-child(1) {
        width: 800px;
    }
}

@media screen and (max-width: 1280px) {
    .liste-page.small-container {
        width: 800px;
    }

    .introduction-liste .texte {
        width: 100%
    }

    .introduction-liste .col:nth-child(1),
    .introduction-liste .col:nth-child(2) {
        width: 400px;
    }
}

@media screen and (max-width: 850px) {
    .introduction-liste {
        display: block;
    }

    .liste-page.small-container {
        width: calc(100% - 40px);
    }

    .introduction-liste .col:nth-child(1),
    .introduction-liste .col:nth-child(2) {
        width: 100%;
    }

    .introduction-liste .texte {
        max-width: 100%;
    }

    .introduction-liste h1 {
        padding-bottom: 20px;
    }

    .introduction-liste {
        padding: 40px 0;
    }
}

/*
*
* = FILTRES PANEL
*
*/

.filtres-panel .filtres {
    overflow: hidden;
}

.filtres-panel {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 10px 15px;
    margin-bottom: 40px;
    margin-top: 25px;
}

.filtres-panel .titre {
    margin-bottom: 12px;
    padding-left: 10px;
}

.filtres-panel .col {
    padding: 20px;
    border-right-style: solid;
    border-right-width: 1px;
    float: left;
}

.filtres-panel .col:last-child {
    border: none;
}

.filtres-panel .lieux {
    padding-top: 15px;
}

.filtres-panel .pays,
.filtres-panel .pays p,
.filtres-panel .pays img {
    display: inline-block;
    vertical-align: middle;
}

.filtres-panel .pays p {
    padding-right: 18px;
    padding-left: 3px;
}

.filtres-panel .pays:last-child p {
    padding-right: 0px;
}

.filtres-panel .drapeau {
    width: 17px;
}

.filtres-panel .col:nth-child(3) .sous-titre,
.filtres-panel .col:nth-child(2) .sous-titre {
    padding-bottom: 7px;
}


.filtres-panel .input-num input,
.filtres-panel .item-form-filtre input {
    width: 195px;
    padding-right: 35px;
    padding-left: 8px;
    line-height: 28px;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
    color: #acacac;
    font-style: italic;
}


.filtres-panel .input-num input:focus,
.filtres-panel .item-form-filtre input:focus {
    border-color: #fab61f;
    color: black;
    font-style: normal;
}

.filtres-panel .input-num input {
    width: 30px;
    padding: 0;
    text-align: center;
}

.filtres-panel .localisation input {
    padding-right: 8px;

}

.filtres-panel .col:nth-child(2) .item-form-filtre {
    position: relative;
}

.filtres-panel .col:nth-child(2) .item-form-filtre input {
    margin-right: 5px;
}

#geoloc {
    position: absolute;
    top: 50%;
    width: 18px;
    right: 18px;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #ADADAD;
    transition: 0.2s ease fill;
}

.form-lieux.active #geoloc,
#geoloc:hover {
    fill: #fab61f;
}

.filtres-panel input[type="submit"],
.filtres-panel button {
    width: 30px;
    border: none;
    background: #727272;
    border-color: #acacac;
    height: 30px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    cursor: pointer;
    transition: 0.2s background-color ease;
}

.filtres-panel input[type="submit"]:hover,
.filtres-panel button:hover {
    background-color: #fab61f;
}

.filtres-panel .localisation input {
    padding-right: 8px;
    margin: 0;
}

.filtres-panel input[type="submit"] {
    font-size: 0;
    background-size: 14px;
    background-image: url(/assets/front/images/pictos/loupe-white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 1800px) {

    .filtres-panel {
        padding: 15px 20px;
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .filtres-panel .titre {
        margin-bottom: 15px;
        padding-left: 12px;
    }

    .filtres-panel .col {
        padding: 30px;
    }

    .filtres-panel .lieux {
        padding-top: 20px;
    }

    .filtres-panel .pays p {
        padding-right: 22px;
        padding-left: 5px;
    }

    .filtres-panel .drapeau {
        width: 21px;
    }

    .filtres-panel .col:nth-child(3) .sous-titre,
    .filtres-panel .col:nth-child(2) .sous-titre {
        padding-bottom: 10px;
    }


    .filtres-panel .input-num input,
    .filtres-panel .item-form-filtre input {
        width: 318px;
        padding-right: 45px;
        padding-left: 10px;
        line-height: 35px;
    }

    .filtres-panel .input-num input {
        padding: 0;
        width: 37px;
    }

    .filtres-panel .localisation input {
        padding-right: 10px;
    }

    .filtres-panel .col:nth-child(2) .item-form-filtre input {
        margin-right: 7px;
        background-size: 18px;
        background-position: right 10px center;
    }

    .filtres-panel input[type="submit"],
    .filtres-panel button {
        width: 37px;
        height: 37px;
        font-size: 22px;
        line-height: 30px;
    }

    .filtres-panel .localisation input {
        padding-right: 10px;
    }

    .filtres-panel input[type="submit"] {
        font-size: 0;
        background-size: 17px;
    }
}

/*
@media screen and (max-width: 1600px) {
    .filtres-panel .col:first-child {
        width: 100%;
        border: none;
    }

    #autocompleteEtablissement,
    #autocompleteVille {
        width: 380px;
    }

}

@media screen and (max-width: 1600px) {
    #autocompleteEtablissement,
    #autocompleteVille {
        width: 380px;
    }

}*/

@media screen and (max-width: 1280px) {
    #autocompleteEtablissement,
    #autocompleteVille {
        width: 315px;
    }

    .filtres-panel .col {
        padding: 10px 17px 10px;
    }

    .filtres-panel {
        border-radius: 10px;
        padding: 10px 0px;
    }

    .filtres-panel .col {
        padding: 10px;
    }
}

@media screen and (max-width: 1800px) {
    .filtres-panel .pays,
    .filtres-panel .pays p,
    .filtres-panel .pays img {
        font-size: 14px;
    }
}

@media screen and (max-width: 1280px) {
    .filtres-panel .filtres {
        display: block;
    }

    .filtres-panel .titre,
    .filtres-panel .col {
        border: none;
    }

    .filtres-panel .titre {
        position: relative;
    }

    .filtres-panel .titre {
        margin-bottom: 0px;
    }

    .filtres-panel form .filtres .col:nth-child(1) {
        padding-top: 20px;
    }

    .filtres-panel form .filtres {
        height: 0;
    }

    .filtres-panel.open form .filtres {
        height: auto;
    }

    .filtres-panel .titre::after {
        content: "";
        background: no-repeat url(/assets/front/images/pictos/arrow-triangle.svg) center / contain;
        position: absolute;
        right: 10px;
        top: 0;
        height: 100%;
        width: 12px;
    }

    .filtres-panel.open .titre::after {
        content: "";
        transform: rotate(180deg);
    }

    /*/assets/front/images/pictos/arrow-triangle.svg*/
    .filtres-panel .col {
        padding: 10px 20px;
    }

    .filtres-panel .col:nth-child(2) {
        width: 100%
    }

    .filtres-panel .col:nth-child(2) .item-form-filtre {
        width: calc(100% - 90px);
    }

    #autocompleteVille {
        width: calc(100% - 10px);
    }

    .filtres-panel .col:last-child,
    .filtres-panel .col:last-child .item-form-filtre {
        width: 100%;
    }

    #autocompleteEtablissement {
        width: calc(100% - 30px);
    }

    .filtres-panel .pays {
        display: inline-block;
    }

    .filtres-panel .localisation {
        overflow: hidden;
    }

    .filtres-panel {
        border-radius: 10px;
        padding: 10px 0px;
        /*height: 42px;*/
        overflow: hidden;
        margin-bottom: 20px;
    }


}

@media screen and (max-width: 550px) {
    .filtres-panel .pays {
        display: block;
        margin: 5px 0;
    }
}

.titre-filtre-intro .float-l img {
    height: 35px;
}

.titre-filtre-intro .float-l span {
    line-height: 35px;
    font-size: 20px;
    margin-left: 15px;
}

.titre-filtre-intro .float-l img,
.titre-filtre-intro .float-l span {
    display: inline-block;
    vertical-align: middle;
}

.titre-filtre-intro .float-r img {
    width: 30px;
    margin-left: 15px;
    margin-right: 20px;
}

.titre-filtre-intro .float-r img,
.titre-filtre-intro .float-r span {
    display: inline-block;
    vertical-align: bottom;
}

@media screen and (min-width: 1800px) {
    .titre-filtre-intro .float-l img {
        height: 45px;
    }

    .titre-filtre-intro .float-l span {
        line-height: 45px;
        font-size: 22px;
        margin-left: 20px;
    }

    .titre-filtre-intro .float-r img {
        width: 37px;
        margin-left: 20px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 850px) {
    .titre-filtre-intro .float-r {
        text-align: right;
    }

    .titre-filtre-intro .float-l {
        padding-bottom: 15px;
    }

    .titre-filtre-intro .float-l,
    .titre-filtre-intro .float-r {
        float: none;
    }

    .titre-filtre-intro .float-l img {
        height: 24px;
    }

    .titre-filtre-intro .float-l span {
        line-height: 24px;
        font-size: 16px;
        margin-left: 0;
    }

    .titre-filtre-intro .float-r img {
        width: 25px;
        margin-left: 2px;
        margin-right: 0;
    }
}

/*
*
* = LISTE (4 items)
*
*/

.liste-resulat {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.liste-resulat .item .image-item {
    position: relative;
}


.liste-resulat .item:hover .image-item .voile-30 {
    opacity: 1;
}

.liste-resulat .item .image-item img {
    display: block;
}

.liste-resulat .item {
    position: relative;
    margin-right: 24px;
    margin-bottom: 30px;
    float: none;

    max-width: 231px;
    width: 231px;
    flex: 1 0 231px;
}

.liste-resulat .item:nth-child(4n) {
    margin-right: 0px;
}

.liste-resulat .item .apercu {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 176px;
    width: 231px;
}

.liste-resulat .item .apercu .voile {
    background-color: rgba(140, 113, 110, 0.9);
    background-image: url(/assets/front/images/actus/actu.svg);
    background-position: center;
    background-size: 20%;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.2s ease opacity;
}

.liste-resulat .item:hover .apercu .voile {
    opacity: 1;
}

/*
.liste-resulat.actus .item,
.liste-resulat .item .apercu,
.liste-resulat .item img.apercu {
	/*width: 232px;
}*/

.liste-resulat .item .nom-flag {
    position: relative;
    margin-top: 10px;
    min-height: 44px;
}

.liste-resulat .item .nom-flag img {
    width: 22px;
    margin-right: 10px;
    position: absolute;
    top: 5px;
}

.liste-resulat .item .nom-flag img,
.liste-resulat .item .nom-flag span {
    display: inline-block;
    vertical-align: middle;
}

.liste-resulat .item .nom-flag span {
    font-weight: bold;
    padding-left: 40px;
}

.liste-resulat.actus .item {
    padding-top: 8px;
    /*transform: translateY(100px);
	opacity: 0;*/
}

.liste-resulat.actus .item.base {
    padding-top: 8px;
    opacity: 0;
    transition: 0.75s linear opacity;
}

.liste-resulat.actus .item.visible {
    transform: translateY(0px);
    opacity: 1;
}

.liste-resulat.actus .item .titre {
    padding: 0 10px;
    color: #8e8e8e;
    font-size: 12px;
}

.liste-resulat .item .label {
    position: absolute;
    transform: translateY(-50%);
    font-size: 11px;
    text-transform: uppercase;
    line-height: 17px;
    border-radius: 6px;
    padding: 0 6px;
    left: 10px;
    z-index: 5;
    transition: 0.2s ease background-color;
}

@media screen and (min-width: 1800px) {

    .liste-resulat .item .nom-flag {
        margin-top: 20px;
        font-size: 18px;
    }


    .liste-resulat .item .apercu {
        height: 218px;
        width: 327px;
    }

    .liste-resulat.actus .item,
    #single-actualite .liste-resulat .item .apercu {
        width: 327px;
    }

    .liste-resulat .item {
        margin-right: 30px;
        margin-bottom: 35px;
        overflow: hidden;
        float: none;

        max-width: 327px;
        width: 327px;
        flex: 1 0 327px;
    }

    .liste-resulat .item .nom-flag {
        margin-top: 15px;
    }

    .liste-resulat .item .nom-flag img {
        width: 27px;
        margin-right: 12px;
    }

    .liste-resulat.actus .item {
        padding-top: 10px;
    }

    .liste-resulat.actus .item .titre {
        padding: 0 12px;
        font-size: 14px;
    }

    .liste-resulat.actus .item p span.date {
        font-weight: bold;
        height: 36px;
        display: block;
        font-size: 18px;
    }
}

@media screen and (max-width: 1280px) {
    .liste-resulat.actus .item,
    .liste-resulat.visites .item {
        margin-right: 25px;
        margin-bottom: 25px;
        float: none;
        max-width: 250px;
        width: 250px;
        flex: 1 0 250px;
    }

    .liste-resulat.actus .item,
    .liste-resulat.actus .item img.apercu,
    .liste-resulat.visites .item img.apercu {
        margin-bottom: 10px;
        width: 250px;
    }

    .liste-resulat .item .apercu {
        height: 190px;
        width: 250px;
    }


    .liste-resulat.actus .item:nth-child(4n),
    .liste-resulat.visites .item:nth-child(4n) {
        margin-right: 25px;
    }

    .liste-resulat.actus .item:nth-child(3n),
    .liste-resulat.visites .item:nth-child(3n) {
        margin-right: 0px;
    }

    .liste-resulat .item .nom-flag span {
        padding-left: 30px;
    }
}

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

    #single-actualite .liste-resulat {
        display: block;
        margin: 0 auto 50px;
    }


    #single-actualite .similar .liste-resulat {
        display: block;
        width: 1120px;
        margin: 0;
        padding: 0 20px;
    }


    #village .liste-resulat {
        width: 100%;
        padding-left: 0;
        margin-bottom: 40px;
    }

    .liste-resulat .item {
        max-width: 100%;
        width: 100%;
        flex: none;
        display: block;
    }

    .liste-resulat .item p {
        margin-top: 0px;
    }

    .liste-resulat.visites .item {
        margin-right: 0px;
        margin-bottom: 0px;
        width: 100%;
        max-width: 100%;
        padding: 7px 0px 7px 20px;
        border-bottom: 1px solid #f5f5f5;
    }

    .liste-resulat.visites .item .apercu,
    .liste-resulat.visites .item img.apercu {
        display: none;
    }

    .liste-resulat.visites .item:nth-child(3n) {
        margin-right: 0px;
    }

    .liste-resulat.visites .item:nth-child(4n) {
        margin-right: 0px;
    }

    .liste-resulat .item .nom-flag {
        min-height: auto;
    }
}


.single--actu--image.single--actu--image_noresp {
    position: relative;
    background: #e8e7e5;
    width: 100%;
    max-width: 700px;
    max-height: 700px;
}

.single--actu--image.single--actu--image_noresp img {
    width: auto !important;
    max-width: 700px;
    max-height: 700px;
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    margin: 0;
}

@media screen and (max-width: 1800px) {
    .single--actu--image.single--actu--image_noresp {
        max-width: 500px;
        max-height: 500px;
    }

    .single--actu--image.single--actu--image_noresp img {
        max-width: 500px;
        max-height: 500px;
    }
}

@media screen and (max-width: 1280px) {
    .single--actu--image.single--actu--image_noresp {
        max-width: 400px;
        max-height: 400px;
    }

    .single--actu--image.single--actu--image_noresp img {
        max-width: 400px;
        max-height: 400px;
    }
}

@media screen and (max-width: 850px) {
    .single--actu--image.single--actu--image_resp {
        max-width: 100%;
        max-height: 400px;
        background: #e8e7e5;
    }

    .single--actu--image.single--actu--image_resp img {
        width: auto !important;
        max-width: 400px;
        max-height: 400px;
        position: relative;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        margin: 0;
    }
}

/**/

.block-carte-link {
    padding-top: 60px;
    padding-bottom: 90px;
    display: block;
    margin: 40px 0 0;
    position: relative;
    overflow: hidden;
    background-image: url("/assets/front/images/carte/carte-etablissement.jpg");
    background-size: cover;
}

.block-carte-link .contenu {
    position: relative;
}

.block-carte-link .contenu h2 {
    text-align: left;
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
}

.block-carte-link .contenu h2 span {
    font-family: 'tahuregular';
    font-size: 65px;
    font-weight: 400;
}

.block-carte-link .contenu .btn {
    margin: 30px 0 0;
}

@media screen and (min-width: 1800px) {
    .block-carte-link {
        padding: 75px 0 115px;
    }

    .block-carte-link .contenu .btn {
        margin: 50px 0 0;
    }

    .block-carte-link img {
        height: 305px;
    }

    .block-carte-link {
        margin: 50px 0 0;
    }

    .block-carte-link::before {
        width: calc(75% - 750px);
    }

    .block-carte-link .contenu h2 {
        font-size: 64px;
        line-height: 1;
    }

    .block-carte-link .contenu h2 span {
        font-size: 81px;
    }
}


@media screen and (max-width: 1000px) {
    .block-carte-link {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .block-carte-link img {
        position: absolute;
        left: 0;
        height: 100%;
    }

    .block-carte-link .contenu h2 {
        font-size: 30px;
        line-height: 1;
    }

    .block-carte-link .contenu h2 span {
        font-size: 40px;
    }

    .block-carte-link .contenu {
        max-width: 500px;
        padding: 0;
        margin: 0 auto;
    }
}

/**/

.lien-page-similaire {
    position: relative;
    padding-top: 60px;
    padding-bottom: 90px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.lien-page-similaire .voile-30 {
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.2s ease background-color;
}

.lien-page-similaire:hover .voile-30 {
    background-color: rgba(0, 0, 0, 0.6);
}

.lien-page-similaire .col-50 {
    position: relative;
    z-index: 5;
    margin-left: auto;
}

.lien-page-similaire .col-50 h2 {
    font-size: 52px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
}

.lien-page-similaire .col-50 h2 span {
    font-family: 'tahuregular';
    font-size: 65px;
    font-weight: 400;
}

@media screen and (min-width: 1800px) {
    .lien-page-similaire {
        padding-top: 75px;
        padding-bottom: 115px;
    }

    .lien-page-similaire .col-50 h2 {
        font-size: 64px;
        line-height: 1;
        margin-bottom: 50px;
    }

    .lien-page-similaire .col-50 h2 span {
        font-size: 65px;
    }

    .lien-page-similaire .col-50 h2 span {
        font-size: 81px;
        line-height: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .lien-page-similaire .col-50 h2 {
        font-size: 30px;
        line-height: 1;
    }

    .lien-page-similaire .col-50 h2 span {
        font-size: 40px;
    }

    .lien-page-similaire .col-50 {
        width: 100%;
        margin: 0 auto;
        display: block;
        margin: 0 auto;
        max-width: 500px;
    }

    .lien-page-similaire {
        padding-top: 50px;
        padding-bottom: 50px;
    }

}

@media screen and (max-width: 550px) {
    .lien-page-similaire {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .lien-page-similaire .container {
        width: calc(100% - 40px);
    }
}

/* PAGE DE CONTACT */


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9a9a9a;
    transition: 0.2s ease color;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #9a9a9a;
    transition: 0.2s ease color;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #9a9a9a;
    transition: 0.2s ease color;
}

:-moz-placeholder { /* Firefox 18- */
    color: #9a9a9a;
    transition: 0.2s ease color;
}

:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

:focus::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

:focus:-ms-input-placeholder { /* IE 10+ */
    color: black;
}

:focus:-moz-placeholder { /* Firefox 18- */
    color: black;
}


.actu-introduction h1,
.contact-introduction h1 {
    padding: 50px 0;
    margin: 0;
}

.actu-introduction p.intro,
.contact-introduction p.intro {
    width: 50%;
}

#contact form {
    width: 470px;
    margin: 50px auto;
}

#contact input[type='submit'] {
    font-size: 15px;
    line-height: 40px;
    padding: 0 40px;
    display: table;
    height: auto;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 auto;
    border: 1px solid #fab61f;
    background-color: #fab61f;
    color: white;
    cursor: pointer;
    transition: 0.2s ease color, 0.2s ease background;
}

#contact input[type='submit']:hover {
    background-color: white;
    color: #fab61f;
}

#contact input[type='email'],
#contact input[type='text'] {
    position: relative;
    font-size: 15px;
    line-height: 30px;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #9a9a9a;
    width: 100%;
    margin-bottom: 15px;
    color: #9a9a9a;
    transition: 0.2s ease color, 0.2s ease border;
}

#contact input[type='email']:focus,
#contact input[type='text']:focus {
    border-bottom: 1px solid #fab61f;
    font-style: normal;
    color: black;
}

#contact textarea {
    font-size: 15px;
    color: #9a9a9a;
    line-height: 30px;
    font-style: italic;
    border: 1px solid #9a9a9a;
    width: 100%;
    height: 100px;
    padding: 10px;
    transition: 0.2s ease color, 0.2s ease border;
}

#contact textarea:focus {
    border: 1px solid #fab61f;
    font-style: normal;
    color: black;
}


#contact .container-check {
    margin-top: 15px;
    margin-bottom: 40px;
}

.panorama {
    height: 450px;
    background: url(/assets/front/images/contact/contact_panorama.jpg) top center / cover;
}

@media screen and (min-width: 1800px) {
    #contact form {
        width: 590px;
        margin: 50px auto 50px;
    }

    #contact input[type='submit'] {
        font-size: 17px;
        line-height: 50px;
        padding: 0 50px;
        border-radius: 25px;
    }

    #contact input[type='email'],
    #contact input[type='text'] {
        font-size: 17px;
        line-height: 40px;
        margin-bottom: 18px;
    }

    #contact textarea {
        font-size: 17px;
        color: #9a9a9a;
        padding: 15px;
        height: 160px;
    }

    #contact .container-check {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .panorama {
        height: 550px;
    }
}

@media screen and (max-width: 1280px) {
    #contact .small-container {
        width: 1000px;
    }

    .actu-introduction p.intro,
    .contact-introduction p.intro {
        width: 75%;
    }
}

@media screen and (max-width: 1000px) {
    #contact .small-container {
        width: 800px;
    }

    .panorama {
        height: 300px;
    }
}

@media screen and (max-width: 850px) {
    .actu-introduction {
        width: calc(100% - 40px);
        margin: 0 auto;
    }

    .actu-introduction h1,
    .contact-introduction h1 {
        padding: 50px 0 30px;
        margin: 0;
    }

    .actu-introduction p.intro,
    .contact-introduction p.intro {
        width: 100%;
    }

    .actu-introduction p.intro br,
    .contact-introduction p.intro br {
        display: none;
    }

    .panorama {
        height: 250px;
    }
}

@media screen and (max-width: 550px) {
    #contact form {
        width: 100%
    }

    .panorama {
        height: 205px;
    }
}


/**/

.page-mentions-legales,
.page-gestion-donnees,
.page-about {
    background: transparent;
}

.voile-carte {
    background: url(/assets/front/images/a-propos/about-fond.png) top right / cover;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
}

.about-panel {
    margin-top: 50px;
    /*background-image: url("/assets/front/images/a-propos/about-fond.png");
	background-position: bottom center;
	background-repeat: no-repeat;*/
}


.titre-about {
    margin-top: 35px;
    margin-bottom: 65px;
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
}

.titre-about span {
    font-family: 'tahuregular';
    font-size: 52px;
    line-height: 25px;
    font-weight: 400;
}

.about-panel .slider {
    /*padding-bottom: 110px;*/
    padding-bottom: 0;
}

.about-panel {
    position: relative;
}


.about-panel .slider .text-base {
    padding-right: 50px;
}

.about-panel .slider .col-50 .contenu {
    width: 500px;
    margin-left: auto;
}

.about-panel .col-50 .galerie .apercu-slider {
    height: 340px;
    width: 500px;
}

.about-panel .col-50 .galerie .slick-slide {
    opacity: 1;
}

.about-panel .col-50 .galerie img {
    display: block;
    position: relative;
    width: 100%;
    max-width: 500px;
    z-index: 1;
}

.about-panel .col-50 .galerie {
    position: relative;
    z-index: 1;
}

.about-panel .col-50 .trame {
    width: calc(100% - 135px);
    height: calc(100% + 10px);
    position: absolute;
    z-index: 0;
    top: 50px;
    right: 0;
}

.about-panel .col-50 .trame .navigation {
    position: absolute;
    left: 0;
    bottom: 0;
}

.about-panel .col-50 .trame .arrow {
    width: 60px;
    height: 60px;
    position: relative;
    cursor: pointer;
}

.about-panel .col-50 .trame .arrow svg {
    width: 60%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
}


.about-panel .terroir {
    margin-bottom: 40px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.about-panel .terroir .contenu {
    padding-left: 50px;
    width: 500px;
}

.about-panel .terroir .photos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

.about-panel .terroir.terroir_inverse .photos {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.about-panel .terroir.terroir_inverse .contenu {
    padding-left: 0px;
    padding-right: 50px;
    width: 500px;
    margin-left: auto;
}

.about-panel .terroir .titre-about {
    margin-bottom: 30px;
    margin-top: 15px;
}


.about-panel .terroir.terroir_inverse {
    margin-top: 90px;
}

.about-panel .terroir .photos img:nth-child(1) {
    margin-right: 20px;
    width: 345px;
}

.about-panel .terroir.terroir_inverse .photos img:nth-child(2) {
    width: 345px;
    position: relative;
    top: 0px;
}

.about-panel .terroir.terroir_inverse .photos img:nth-child(1) {
    width: 220px;
    position: relative;
    top: -45px;
}

.about-panel .terroir .photos img:nth-child(2) {
    width: 220px;
    position: relative;
    top: -45px;
}


.about-panel .partenaires {
    padding: 0 40px;
}

.about-panel .partenaires .slider-partenaire {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 35px;
}

.about-panel .partenaires .slider-partenaire h2 {
    margin: 0;
    padding: 0;
    padding-bottom: 50px;
    color: #8e8e8e;
}

.about-panel .partenaires .slider-partenaire .partenaire {
    opacity: 1;
    position: relative;
    height: 80px;
}

.about-panel .partenaires .slider-partenaire .partenaire img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-height: 80px;
    max-width: 180px;
    margin: 0 auto;
}

@media screen and (max-width: 1800px) {
    .about-panel .partenaires .slider-partenaire .partenaire {
        height: 60px;
    }

    .about-panel .partenaires .slider-partenaire .partenaire img {
        max-height: 60px;
        max-width: 150px;
    }
}


.citation {
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    line-height: 36px;
    font-size: 28px;
    text-align: center;
}

.citation.citation-1 {
    padding: 70px 0 50px 0;
}

.citation.citation-2 {
    padding: 0 0 50px 0;
}

.sub-texte {
    margin-bottom: 85px;
}

.sub-texte .col-50:nth-child(1) {
    padding-right: 50px;
}

.sub-texte .col-50:nth-child(2) {
    padding: 0 0 0 50px;
}

@media screen and (min-width: 1800px) {
    .about-panel {
        margin-top: 65px;
    }

    .titre-about {
        margin-top: 40px;
        margin-bottom: 80px;
        font-size: 50px;
        line-height: 1;
    }

    .titre-about span {
        font-size: 64px;
        line-height: 32px;
    }

    .about-panel .slider {
        /*padding-bottom: 140px;*/
    }

    .about-panel .slider .text-base {
        padding-right: 100px;
    }

    .about-panel .slider .col-50 .contenu {
        width: 700px;
    }

    .about-panel .col-50 .galerie .apercu-slider {
        height: 510px;
        width: 750px;
    }

    .about-panel .col-50 .galerie img {
        max-width: 750px;
    }

    .about-panel .col-50 .trame {
        width: calc(100% - 170px);
        height: calc(100% + 10px);
        top: 65px;
    }

    .about-panel .col-50 .trame .arrow {
        width: 75px;
        height: 75px;
    }

    .about-panel .terroir {
        margin-bottom: 50px;
    }

    .about-panel .terroir .contenu {
        padding: 0 140px 0px 40px;
        width: 100%;
    }

    .about-panel .terroir.terroir_inverse .contenu {
        padding-left: 0px;
        padding-right: 0px;
        width: 600px;
        margin-left: 100px;
    }

    .about-panel .terroir .titre-about {
        margin-bottom: 37px;
    }

    .about-panel .terroir.terroir_inverse {
        margin-top: 110px;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(2) {
        top: 0px;
        width: 431px;
    }

    .about-panel .terroir .photos img:nth-child(1) {
        margin-right: 25px;
        width: 431px;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(1) {
        position: relative;
        top: -55px;
        width: 275px;
    }

    .about-panel .terroir .photos img:nth-child(2) {
        width: 275px;
        top: -55px;
    }


    .about-panel .partenaires {
        padding: 0 50px;
    }

    .about-panel .partenaires .slider-partenaire {
        padding-top: 65px;
        padding-bottom: 45px;
    }

    .about-panel .partenaires .slider-partenaire h2 {
        padding-bottom: 65px;
    }

    .citation {
        line-height: 48px;
        font-size: 36px;
    }

    .citation.citation-1 {
        padding: 90px 0 90px 0;
    }

    .sub-texte .col-50:nth-child(1) {
        padding-right: 100px;
    }

    .sub-texte .col-50:nth-child(2) {
        padding: 0 40px;
    }

    .citation.citation-2 {
        padding: 50px 0 50px 0;
    }

    .sub-texte {
        margin-bottom: 105px;
    }
}

@media screen and (max-width: 1280px) {
    .citation.citation-1 {
        padding: 40px 0;
    }

    .citation.citation-2 {
        padding: 0px 0 40px 0;
    }

    .sub-texte .small-container {
        width: 1000px;
    }

    .sub-texte .col-50:nth-child(1) {
        padding-right: 40px;
    }

    .sub-texte .col-50:nth-child(2) {
        padding: 0 0 0 40px;
    }

    .citation {
        line-height: 26px;
        font-size: 20px;
    }

    .sub-texte {
        margin-bottom: 40px;
    }
}


.about-panel .partenaires .slider-partenaire .slick-dots {
    margin-top: 40px;
    text-align: center;
}


.about-panel .partenaires .slider-partenaire .slick-dots li {
    display: inline-block;
}

.about-panel .partenaires .slider-partenaire .slick-dots button {
    font-size: 0;
    border: none;
    height: 8px;
    width: 8px;
    background: #dadada;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
}

.about-panel .partenaires .slider-partenaire .slick-dots .slick-active button {
    background: #fab61f;
}

@media screen and (max-width: 1280px) {
    .about-panel .col-50 .galerie img {
        max-width: 400px;
    }

    .about-panel .col-50 .galerie .apercu-slider {
        height: 272px;
        width: 400px;
    }

    .about-panel .terroir .titre-about {
        margin: 0px 0px 40px;
        font-size: 32px;
        line-height: 1;
    }

    .titre-about span {
        display: block;
        font-size: 46px;
        line-height: 25px;
    }

    .about-panel .slider .text-base {
        padding-right: 40px;
    }

    .about-panel .slider .col-50 .contenu {
        width: 500px;
    }

    .about-panel .col-50 .trame .arrow {
        width: 45px;
        height: 45px;
    }

    .about-panel .col-50 .trame {
        height: calc(100% - 80px);
        width: calc(100% - 90px);
    }

    .about-panel .slider .galerie {
        padding-bottom: 75px;
    }

    .about-panel .slider {
        padding-bottom: 0;
        margin-bottom: 0px;
        overflow: inherit;
    }

    .about-panel .big-container.terroir {
        width: 1000px;
        margin: 80px auto;
    }

    .about-panel .terroir .photos {

        width: 275px;
        margin-left: auto;
    }

    .about-panel .terroir .col-50 {
        width: auto;
    }

    .about-panel .terroir .contenu {
        width: 100%;
        padding-left: 40px;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(2),
    .about-panel .terroir .photos img:nth-child(1) {
        margin-right: 0px;
        width: 276px;
    }

    .rabelais-link {
        width: 276px;
    }

    .about-panel .terroir.terroir_inverse .contenu {
        width: 100%;
        padding-right: 40px;
    }

    .about-panel .terroir.terroir_inverse {
        margin: 40px auto;
    }

    .about-panel .terroir .photos img:nth-child(2) {
        display: none;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(1) {
        display: none;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(2) {
        display: block;
    }

    .about-panel .big-container.terroir_inverse {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .about-panel .big-container {
        width: 1000px;
    }

    .about-panel .big-container .small-container {
        width: calc(100% - 80px) !important;
    }

    .about-panel .partenaires .slider-partenaire {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-panel .partenaires {
        padding: 0;
    }

}

@media screen and (max-width: 1000px) {
    .about-panel .big-container {
        width: 800px;
        padding: 0;
    }

    .about-panel .big-container .small-container {
        width: calc(100% - 80px) !important;
    }

    .about-panel .partenaires .slider-partenaire {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .about-panel .col-50 .galerie .apercu-slider {
        height: auto;
        width: 400px;
        width: calc(100% - 40px);
    }

    .about-panel {
        margin-top: 20px;
        background-size: 100%;
    }

    .about-panel .col-50 {
        float: none;
        width: 100%;
    }

    .about-panel .col-50 .galerie img {
        max-width: 100%;
    }

    .about-panel .slider .col-50 .contenu {
        width: calc(100% - 40px);
        max-width: 800px;
        margin: 0 auto;
    }

    .about-panel .col-50 .trame {
        height: calc(100% - 50px);
    }

    .about-panel .slider .text-base {
        padding-right: 0px;
    }

    .about-panel .slider .galerie {
        padding-bottom: 45px;
    }

    .about-panel .terroir .titre-about {
        margin: 40px 0 20px;
        font-size: 20px;
        line-height: 24px;
    }

    .about-panel .col-50 .galerie {
        position: relative;
        z-index: 1;
        background: #ededed;
    }


    .terroir .photos {
        display: none;
    }

    .about-panel .terroir .contenu {
        margin: 0 auto;
        width: 100%;
        padding-left: 0px;
    }

    .about-panel .terroir {
        width: 100%;
        margin: 0px auto;
    }

    .about-panel .big-container {
        width: calc(100% - 80px);
        padding: 0;
    }

    .about-panel .big-container .small-container {
        width: calc(100% - 40px) !important;
    }

    .about-panel .partenaires .slider-partenaire {
        padding-top: 40px;
        padding-bottom: 40px;
        margin-top: 40px;
    }

    .about-panel .partenaires .slider-partenaire h2 {
        padding-bottom: 40px;
        font-size: 24px;
        padding-left: 10px;
    }

    .sub-texte .small-container .col-50:nth-child(1),
    .sub-texte .small-container .col-50:nth-child(2) {
        padding: 0;
    }

    .sub-texte {
        /*background-image: url(/assets/front/images/a-propos/about-fond.png);
		background-position: bottom center;
		background-repeat: no-repeat;*/
        background-size: 100%;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    .about-panel {
        background: none;
    }


    .sub-texte .small-container {
        width: calc(100% - 40px);
        max-width: 800px;
    }

    .about-panel .big-container.terroir {
        width: calc(100% - 40px);
        max-width: 800px;
        margin: 0px auto;
    }

    .citation.citation-1,
    .citation.citation-2 {
        padding: 40px 0;
    }

    .about-panel .col-50 .galerie {
        position: relative;
        z-index: 1;
        max-width: 500px;
        margin: 0 auto 40px;
    }

    .about-panel .terroir.terroir_inverse .photos img:nth-child(2),
    .about-panel .terroir .photos img:nth-child(1) {
        display: none;
    }

    .about-panel .terroir,
    .about-panel .terroir.terroir_inverse {
        display: block;
    }

    .about-panel .terroir.terroir_inverse .contenu {
        margin: 0 auto;
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .rabelais-link {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .citation {
        line-height: 24px;
        font-size: 18px;
    }
}

@media screen and (max-width: 550px) {
    .about-panel .big-container {
        width: calc(100% - 40px);
        padding: 0;
    }

    .about-panel .big-container .small-container {
        width: calc(100% - 20px) !important;
        padding: 0;
    }
}


.about--colonne--slider {
    padding-bottom: 75px;
}

@media screen and (max-width: 1800px) {
    .about--colonne--slider {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    .about--colonne--slider {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1000px) {
    .about--colonne--slider {
        padding-bottom: 0px;
    }
}


/**/


/**/

#actualite {
    padding-bottom: 40px;
}

.liste-resulat.actus .item p {
    margin-top: 10px;
}

.liste-resulat.actus .item p span.date {
    font-weight: bold;
    height: 66px;
    font-size: 18px;
    line-height: 22px;
    display: block;
}

@media screen and (max-width: 1280px) {
    #actualite .small-container {
        width: 800px;
    }

    .liste-resulat.actus .item img.apercu {
        margin-bottom: 0px;
    }
}

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

    .liste-resulat.actus .item {
        margin: 0;
        padding: 25px 0 12px;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
    }

    .liste-resulat.actus .titre,
    .liste-resulat.actus .image-actu {
        display: inline-block;
        vertical-align: top;
    }

    .liste-resulat.actus .item img.apercu {
        width: 200px;
    }

    .liste-resulat.actus .item .titre {
        padding: 12px;
    }

    .liste-resulat.actus .item p span.date {
        margin-top: 5px;
    }

    .liste-resulat.actus .item p {
        margin-top: 0px;
    }

    #load {
        margin: 0px auto 50px;
    }
}

@media screen and (max-width: 550px) {
    .liste-resulat.actus .item img.apercu {
        width: 125px;
    }

    .liste-resulat.actus .item .titre {
        padding: 8px;
    }

    .liste-resulat.actus .item p span.date {
        margin-top: 0px;
    }

    .liste-resulat.actus .item .titre {
        padding: 8px;
        font-size: 14px;
        width: calc(100% - 129px);
    }
}

/**/

#single-actualite .content-text {
    padding-right: 80px;
    padding-bottom: 40px;
}

#single-actualite h1 {
    font-size: 25px;
    line-height: 31px;
}

#single-actualite .single--top h1 {
    margin-bottom: 30px;
}

#single-actualite .content-text .text-base {
    margin-bottom: 30px;
}

#single-actualite .content-text .text-base.date,
#single-actualite .content-text .text-base:last-child {
    margin-bottom: 0px;
}

#single-actualite .apercu.resp {
    display: none;
}

#single-actualite .apercu {
    width: 100%;
}


#single-actualite .complement img {
    display: block;
    border: 1px solid #e8e7e5;
    background: #e8e7e5;
}


#single-actualite .label {
    position: relative;
    font-size: 11px;
    text-transform: uppercase;
    line-height: 17px;
    border-radius: 6px;
    padding: 0 6px;
    display: table;
    margin-bottom: 30px;
}

.similar {
    padding: 40px 0;
    background-color: #f5f5f5
}

.similar h2 {
    margin-bottom: 40px;
}

.texte-actu-horaire {
    width: 400px;
}

.single--top {
    margin-bottom: 50px;
}

.description-actu {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0 0 50px;
}

.description-actu.col-2 {
    column-count: 2;
    column-gap: 75px;
}

#single-actualite .single--actu--btns {
    margin-top: 50px;
}

#single-actualite .single--actu--btn {
    margin-bottom: 10px;
}

#single-actualite .single--actu--btn:last-child {
    margin-bottom: 0px;
}

@media screen and (min-width: 1800px) {
    .description-actu.col-2 {
        column-gap: 100px;
    }
}

@media screen and (min-width: 1800px) {

    #single-actualite .content-text {
        padding-right: 100px;
        padding-bottom: 50px;
    }

    #single-actualite h1 {
        font-size: 31px;
        line-height: 45px;
    }

    #single-actualite .label {
        font-size: 12px;
        line-height: 20px;
        border-radius: 8px;
        padding: 0 8px;
    }

    .similar {
        padding: 50px 0;
    }

    .similar h2 {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1280px) {
    #single-actualite .small-container {
        width: 800px;
    }

    #single-actualite .content-text {
        padding-right: 40px;
        padding-bottom: 0px;
    }


    #single-actualite .similar .small-container {
        width: 100%;
    }

    #single-actualite .similar h2 {
        margin-left: calc(50% - 400px);
    }

    #single-actualite .similar .scroll-panel {
        width: 800px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 850px) {
    #single-actualite .apercu.resp {
        display: block;
        margin-bottom: 30px;
        border: 1px solid #e8e7e5;
        background: #e8e7e5;
    }

    #single-actualite .apercu.no-resp {
        display: none;
    }

    #single-actualite .small-container {
        width: 100%;
    }

    #single-actualite .content-text {
        padding-right: 0;
        padding-bottom: 0px;
        width: calc(100% - 40px);
        margin: 0 auto;
        float: none;
    }

    #single-actualite .single--actu--btn:last-child {
        margin-bottom: 0px;
    }

    #single-actualite .complement .btn-texte {
        width: 265px;
        margin: 0px auto;
    }

    #single-actualite .complement {
        padding-bottom: 0px;
        float: none;
        width: 100%;
    }

    #single-actualite .similar h2 {
        padding-left: 20px;
        margin: 0 0 40px;
    }

    #single-actualite .similar .scroll-panel {
        width: 100%;
        margin: 0 auto;
        padding-left: 0px;
        overflow-x: scroll;
    }


    .description-actu {
        width: calc(100% - 40px);
        margin: 40px auto;
    }

    .description-actu.col-2 {
        column-count: 1;
        column-gap: 0px;
    }

    .similar {
        padding: 50px 0;
        background-color: #f5f5f5
    }
}


/*
*
* = SLIDER SINGLE DOMAINE - VILLAGE
*
*/

.villages-enfant {
    padding-left: 18px;
    margin: 30px 0;
}

.villages-enfant li {
    list-style: initial;
}


.slider-element .see-more {
    display: none;
}

.slider-element .col-texte.resp {
    display: none;
}

.slider-element .col-texte {
    width: 415px;
    padding-top: 45px;
    padding-right: 50px;
    padding-left: 60px;
}

.slider-element .panel {
    position: relative;
}

.slider-element .pays {
    margin: 10px 0 65px;
}

.slider-element .pays p,
.slider-element .pays img {
    vertical-align: middle;
    display: inline-block;
}

.slider-element .pays p {
    font-weight: 100;
    font-size: 20px;
}

.slider-element .sstitre {
    margin-bottom: 30px;
    font-size: 18px;
}

.slider-element .pays img {
    width: 20px;
    margin-right: 5px;
}

.slider-element .col-slider {
    width: 715px;
}

.slider-element .nav-next {
    right: -37px;

}

.slider-element .nav-prev {
    left: -37px;
}

.slider-element .nav-prev svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    right: 12px;
}

.slider-element .nav-next svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    left: 12px;
}

.slider-element .nav-prev,
.slider-element .nav-next {
    cursor: pointer;
    transition: 0.2s ease width;
    position: absolute;
    z-index: 400;
    bottom: 35px;
    height: 30px;
    width: 72px;
    border-radius: 15px;
}

.slider-element .nav-prev:hover,
.slider-element .nav-next:hover {
    width: 48px;
}

.slider-element .slick-dots {
    text-align: center;
}

.slider-element .slick-dots li {
    display: inline-block;
    vertical-align: middle;
}

.slider-element .slick-dots button {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #f5f5f5;
    border: 0;
    font-size: 0;
}

.slider-element .slick-dots .slick-active button {
    background-color: #fab61f;
}

.slider-element .col-slider .item {
    background-repeat: no-repeat;
    background-position: center;
    height: 475px;
    opacity: 1;
    cursor: zoom-in;
    background-size: auto 100%;
    background-color: #e8e7e5;
}

.slider-element .col-slider .slick-slide img {
    width: 100%;
}

@media screen and (min-width: 1800px) {
    .slider-element .col-slider .item {
        height: 595px;
    }

    .slider-element .col-texte {
        width: 520px;
        padding-top: 55px;
        padding-right: 65px;
        padding-left: 0px;
    }

    .slider-element .pays {
        margin: 12px 0 80px;
    }

    .slider-element .pays p {
        font-size: 25px;
    }

    .slider-element .sstitre {
        margin-bottom: 40px;
        font-size: 20px;
    }

    .slider-element .pays img {
        width: 25px;
        margin-right: 8px;
    }

    .slider-element .col-slider {
        width: 895px;
    }


    .slider-element .nav-next {
        right: -37px;

    }

    .slider-element .nav-prev {
        left: -37px;
    }

    .slider-element .nav-prev svg {
        width: 30px;
        right: 15px;
    }

    .slider-element .nav-next svg {
        width: 30px;
        left: 15px;
    }

    .slider-element .nav-prev,
    .slider-element .nav-next {
        bottom: 45px;
        height: 40px;
        width: 90px;
        border-radius: 20px;
    }

    .slider-element .nav-prev:hover,
    .slider-element .nav-next:hover {
        width: 60px;
    }

    .slider-element .slick-dots button {
        width: 10px;
        height: 10px;
    }
}

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


    .slider-element .col-slider .item {
        height: 420px;
    }

    .slider-element .col-slider {
        width: 630px;
    }

    .slider-element .col-texte {
        width: 370px;
        padding-top: 40px;
        padding-right: 40px;
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .slider-element {
        width: 800px;
        padding-top: 40px;
    }

    .slider-element .col-slider .item {
        height: 335px;
    }

    .slider-element .col-slider {
        width: 504px;
    }

    .slider-element .col-texte {
        width: 296px;
        padding-top: 0px;
        padding-right: 50px;
        padding-left: 0;
    }

    .slider-element .pays p {
        font-size: 16px;
    }

    .slider-element .pays {
        margin: 10px 0 20px;
    }

    .slider-element .sstitre {
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 16px;
    }
}

@media screen and (max-width: 850px) {
    .slider-element .col-slider .item {
        height: 60vw;
    }

    .slider-element .see-more {
        display: block;
    }

    .slider-element {
        width: calc(100% - 80px);
        padding-top: 20px;
    }

    .slider-element .col-slider {
        width: 100%;
    }

    .slider-element .pays p {
        font-weight: 100;
        font-size: 16px;
    }

    .slider-element .col-slider,
    .slider-element .col-texte {
        float: none;
    }

    .slider-element .col-texte.resp {
        display: block;
        padding-left: 20px;
    }

    .slider-element .col-texte.no-resp .pays,
    .slider-element .col-texte.no-resp h1 {
        display: none;
    }

    .slider-element .see-more {
        cursor: pointer;
    }

    .slider-element .pays {
        margin: 5px 0px 20px;
    }

    .slider-element .col-texte.no-resp {
        margin-top: 40px;
        width: 100%;
        padding: 0 20px;
    }
}

@media screen and (max-width: 850px) {
    .slider-element {
        width: 100%;
        overflow: hidden;
    }

    .slider-element .nav-prev,
    .slider-element .nav-next {
        bottom: 6px;
    }

    .slider-element .nav-next {
        right: -12px;
    }

    .slider-element .nav-prev {
        left: -12px;
    }

    .slider-element .nav-prev:hover,
    .slider-element .nav-next:hover {
        width: 58px;
    }

    .slider-element .col-texte.resp {
        display: block;
        padding-left: 40px;
    }
}

.detail-element {
    margin-top: 80px;
}

.detail-element .col-50 {
    min-height: 1px;
}


.detail-element .description {
    padding-right: 80px;
}

.detail-element .description {
    padding-right: 0;
    column-count: 2;
    column-gap: 100px;
}

.links-panel {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 90px;
}

.links-panel .dec {
    display: inline-block;
}

.links-panel a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    font-weight: 400;
}

.map-box {
    background-color: grey;
    height: 260px;
}


.infos-complementaires {
    background-color: #f5f5f5;
    width: 400px;
    margin: 0 auto;
    padding: 30px 40px;
}

.infos-complementaires h2 {
    font-size: 22px;
}

.infos-complementaires .horaires,
.infos-complementaires .adresse {
    margin-top: 30px;
}

@media screen and (min-width: 1800px) {
    .detail-element {
        margin-top: 100px;
    }

    .detail-element .description {
        padding-right: 100px;
    }

    .detail-element .description {
        padding-right: 0;
        column-gap: 75px;
    }

    .links-panel {
        padding-top: 65px;
        padding-bottom: 110px;
    }

    .links-panel a {
        margin: 0 6px;
    }

    .map-box {
        height: 325px;
    }

    .infos-complementaires {
        width: 500px;
        padding: 40px 50px;
    }

    .infos-complementaires h2 {
        font-size: 27px;
    }

    .infos-complementaires .horaires,
    .infos-complementaires .adresse {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .detail-element {
        width: 1000px;
        margin: 0 auto;
        margin-top: 80px;
    }
}

@media screen and (max-width: 1000px) {
    .detail-element {
        width: 800px;
        margin: 0 auto;
        margin-top: 40px;
    }

    .detail-element .col-50 {
        width: 100%;
        float: none;
    }

    .detail-element .description {
        padding-right: 0px;
    }

    .infos-complementaires {
        width: 100%;
        margin: 40px auto 0;
        padding: 30px 40px;
    }

    .detail-element .description {
        column-gap: 50px;
    }
}

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

    .detail-element {
        display: none;
        width: calc(100% - 120px)
    }

    .detail-element.visible {
        display: none;
        width: calc(100% - 120px)
    }

    .links-panel {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .detail-element {
        margin-top: 20px;
    }

    .infos-complementaires {
        padding: 20px;
    }

    .links-panel a {
        display: block;
        vertical-align: middle;
        font-weight: 400;
        width: 265px;
        margin: 10px auto;
    }

    .detail-element .description {
        padding-right: 0;
        column-gap: 0px;
        column-count: 1;
    }
}

@media screen and (max-width: 550px) {
    .detail-element {
        width: calc(100% - 40px)
    }
}


.proximity-remarque {
    font-size: 12px;
    margin-top: 50px;
    text-align: right;
}

.proximity-element {
    margin-bottom: 90px;
}

.proximity-element h2 {
    font-size: 22px;
    margin-bottom: 20px;
}

.proximity-element h3 {
    margin-bottom: 5px;
}

.proximity-element h3 p {
    font-size: 16px;
    margin-left: 10px;
}

.proximity-element h3 p,
.proximity-element h3 span {
    vertical-align: bottom;
    display: inline-block;
}


.proximity-element .gap {
    display: block;
    height: 50px;
}

.proximity-element h3 img {
    height: 20px;
}

.proximity-element-container {
    display: flex;
}

.proximity-element .col:nth-child(1) {
    width: 350px;
    padding-right: 50px;
}

.proximity-element .line-proxi .col:nth-child(1) {
    margin-right: 30px;
}

.proximity-element .line-proxi .col:nth-child(1),
.proximity-element .line-proxi .col:nth-child(2) {
    width: 310px;
}

.proximity-element .col li {
    padding: 8px 50px 8px 0;
    border-bottom: 1px solid #f5f5f5;
    background-image: url(/assets/front/images/pictos/simple-arrow.svg);
    background-size: 8px;
    background-repeat: no-repeat;
    background-position: center right 12px;
    font-size: 16px;
    line-height: 22px;
}

.proximity-element .col li span {
    font-weight: 100;
    font-style: italic;
    color: #8e8e8e;
}

.proximity-element .o-tourisme {
    max-width: 190px;
}

@media screen and (min-width: 1800px) {
    .proximity-element {
        margin-bottom: 100px;
    }

    .proximity-element h2 {
        font-size: 25px;
        margin-bottom: 30px;
    }

    .proximity-element h3 {
        margin-bottom: 8px;
    }

    .proximity-element h3 p {
        font-size: 18px;
        margin-left: 12px;
    }


    .proximity-element .gap {
        height: 65px;
    }

    .proximity-element h3 img {
        height: 25px;
    }


    .proximity-element .col:nth-child(1) {
        width: 430px;
    }

    .proximity-element .line-proxi .col:nth-child(1) {
        margin-right: 50px;
    }

    .proximity-element .line-proxi .col:nth-child(1),
    .proximity-element .line-proxi .col:nth-child(2) {
        width: 380px;
    }

    .proximity-element .col li {
        padding: 10px 50px 8px 0;
        background-size: 10px;
        background-position: center right 15px;
    }


    .proximity-element .o-tourisme {
        max-width: 235px;
    }
}

@media screen and (max-width: 1280px) {
    .proximity-element {
        width: 1000px;
        margin: 0 auto 80px;
    }
}

@media screen and (max-width: 1000px) {
    .proximity-element {
        width: 800px;
        margin: 80px auto 80px;
    }

    .proximity-element .col:nth-child(1).proxi-intro {
        width: 100%;
        float: none;
        padding-right: 0px;
    }

    .proximity-element .texte-intro {
        padding-right: 0px;
        margin-bottom: 40px;
    }

    .proximity-element-container {
        display: block;
    }

    .proximity-element .o-tourisme {
        display: none;
    }

    .proximity-element .line-proxi .col:nth-child(1),
    .proximity-element .line-proxi .col:nth-child(2) {
        width: 385px;
    }
}

@media screen and (max-width: 850px) {
    .proximity-element {
        width: calc(100% - 40px);
        margin: 40px auto 40px;
    }

    .proximity-element .line-proxi .col:nth-child(1) {
        margin-bottom: 40px;
    }

    .proximity-element .line-proxi .col:nth-child(1),
    .proximity-element .line-proxi .col:nth-child(2) {
        width: 100%;
        float: none;
    }

    .proximity-element .gap {
        display: block;
        height: 40px;
    }

    @media screen and (max-width: 550px) {
        .proximity-element {
            width: calc(100% - 40px);
            margin: 40px auto 40px;
        }

        .map-box {
            height: 225px;
        }
    }
}


/**/

input[type="number"] {

}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}


/* Filtre pays Radio Button */
.radio {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    padding-right: 22px;
    color: #727272;
}

.radio:last-child {
    padding-right: 0px;
}

.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 21px;
    background-color: #eee;
    border-radius: 0;
    border: none;
    margin-top: 4px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

/* When the radio button is checked, add a blue background */
.radio.de .checkmark {
    background-image: url("/assets/front/images/drapeau/de.svg");
}

.radio.fr .checkmark {
    background-image: url("/assets/front/images/drapeau/fr.svg");
}

.radio.lu .checkmark {
    background-image: url("/assets/front/images/drapeau/lu.svg");
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */

.radio input + .label-txt {
    color: #858585;
    transition: 0.2s ease color;
}

.filtres-panel .radio input:checked + .label-txt {
    color: #fab61f;
    text-decoration: underline;
}


/* Stepper Form Domaines */

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

.stepper {
    border: 1px solid #eee;
    display: inline-block;
    overflow: visible;
    height: 2.1em;
    background: transparent;
    padding: 1px;

}

.stepper input {
    width: 3em;
    height: 100%;
    text-align: center;
    border: 0;
    background: transparent;
    color: #000;
}

.stepper button {
    width: 1.4em;
    font-weight: 300;
    height: 100%;
    line-height: 0.1em;
    font-size: 1.4em;
    padding: 0.2em !important;
    background: transparent;
    color: #333;
    border: none;
}


/*****************************/


/**/

.page-recherche {
    background: transparent;
}

.recherche-introduction {
    padding: 40px 0;
}

.titre-recherche {
    font-size: 25px;
    line-height: 27px;
}

.categorie-recherche-label {
    font-size: 22px;
}

.recherche-categorie {
    position: relative;
}

.recherche-categorie-picto {
    position: absolute;
    width: 25px;
    left: -40px;
    top: 0;
}

.recherche-resultats {
    width: 555px;
    margin-bottom: 60px;
}

.recherche-resultat {
    padding: 20px 0;
    border-top: 1px solid #8c716e;
    width: 100%;
}

.recherche-resultat-titre {
    display: block;
    font-size: 20px;
    line-height: 27px;
    font-weight: bold;
    margin-bottom: 10px;
}

.recherche-resultat.first {
    border-top: none;
}

@media screen and (min-width: 1800px) {
    .recherche-introduction {
        padding: 50px 0;
    }

    .titre-recherche {
        font-size: 32px;
        line-height: 34px;
    }

    .categorie-recherche-label {
        font-size: 24px;
    }

    .recherche-categorie-picto {
        width: 30px;
        left: -50px;
    }

    .recherche-resultats {
        width: 700px;
        margin-bottom: 75px;
    }

    .recherche-resultat {
        padding: 30px 0;
    }

    .recherche-resultat-titre {
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .page-recherche .small-container {
        width: 1000px;
    }

    .recherche-categorie h2 {
        padding-left: 35px;
        position: relative;
    }

    .recherche-categorie-picto {
        width: 20px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .categorie-recherche-label {
        font-size: 18px;
    }

    .recherche-resultat-titre {
        display: block;
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 1000px) {
    .page-recherche .small-container {
        width: 800px;
    }
}

@media screen and (max-width: 850px) {
    .recherche-introduction {
        padding: 50px 0;
    }

    .page-recherche .small-container {
        width: calc(100% - 40px);
    }

    .recherche-resultats {
        width: 100%;
        margin-bottom: 50px;
    }

    .recherche-resultat {
        padding: 25px 0;
        width: 100%;
    }
}

@media screen and (max-width: 550px) {
    .recherche-categorie-picto {
        display: none;
    }

    .recherche-categorie h2 {
        padding-left: 0;
    }

    .recherche-resultat-titre {
        display: block;
        font-size: 16px;
        line-height: 22px;
    }

    .recherche-count-total.text-base,
    .recherche-resultat-texte {
        font-size: 14px;
        line-height: 18px;
    }

    .categorie-recherche-label {
        font-size: 16px;
    }

    .titre-recherche {
        font-size: 21px;
    }
}


/******************************************************************/
.marker {
    display: block;
    border: none;
    cursor: pointer;
    padding: 0;
    width: 140px;
    height: 140px;
    background-size: auto 50%;
    background-repeat: no-repeat;
    background-position: top center;
}


/*******************************************************************/
.detail-enfants {
    margin: 75px 0 90px;
}

.detail-enfants-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}


.detail-enfants h2 {
    font-size: 25px;
    margin-bottom: 30px;
}

.detail-enfants_office {
    width: 34%;
    overflow: hidden;
    padding-top: 12px;
}

.detail-enfants_liste {
    width: 66%;
    overflow: hidden;
}

.detail-enfant-item {
    margin: 12px 0;
    overflow: hidden;
    width: 50%;
    padding-right: 110px;
    float: left;
}

.detail-enfant-item_nom {
    font-size: 18px;
    line-height: 37px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;

}

.detail-enfant-item_itinary,
.detail-enfant-item_web {
    display: inline-block;
    width: 55px;
    height: 32px;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 26px;
    float: right;
    margin-left: 10px;
    background-repeat: no-repeat;
    background-size: auto 66%;
    transition: 0.2s ease background-position;
}

.detail-enfant-item_itinary {
    background-image: url(/assets/front/images/village/pointer-child.svg);
    background-position: center right 25%;
}

.detail-enfant-item_web {
    background-image: url(/assets/front/images/village/map-child.svg);
    background-position: center right 15%;
}

.detail-enfant-item_web:hover {
    background-position: center left 15%;
}

.detail-enfant-item_itinary:hover {
    background-position: center left 25%;
}


/***************/
.rabelais-link {
    text-align: center;
}

.rabelais-link h3 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

@media screen and (max-width: 1280px) {
    .rabelais-link h3 {
        margin-top: 40px;
        margin-bottom: 40px;
        font-size: 16px;
        line-height: 22px;
    }
}

/**********************************************************************************************************************/
/*= PRESSE LISTE ARTICLE														                                      */
/**********************************************************************************************************************/

.liste--articles--titre {
    font-size: 32px;
    margin-bottom: 50px;
}

.liste--articles--item {
    padding-bottom: 50px;
    border-bottom: 1px solid #999999;
    margin-bottom: 50px;
    display: flex;
}

.liste--articles--item--image {
    display: block;
    width: 240px;
    height: 160px;
    background: #e8e7e5 no-repeat center / cover;
    border: 1px solid #e8e7e5;
}

.liste--articles--item--col:nth-child(2) {
    padding-left: 30px;
    width: 625px;
}

.liste--articles--item--date {
    font-size: 16px;
    line-height: 22px;
    color: #777777;
}

.liste--articles--item--titre {
    display: block;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 20px;
    font-weight: bold;
}

.liste--articles--item--texte {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.presse-item--toolbox p {
    display: inline-block;
    vertical-align: middle;
}

.presse-item--tool {
    opacity: 0.4;
    transition: 0.2s ease opacity;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 26px;
    margin-left: 50px;
}

.dec:hover .presse-item--tool {
    opacity: 1;
}

.presse-item--tool img {
    width: 26px;
}

.presse-item--tool span {
    margin-left: 15px;
}

.presse-item--tool img,
.presse-item--tool span {
    vertical-align: middle;
}

@media screen and (max-width: 1800px) {
    .liste--articles--titre {
        font-size: 26px;
    }

    .liste--articles--item--date {
        font-size: 14px;
        line-height: 20px;
    }

    .liste--articles--item--titre {
        font-size: 18px;
        line-height: 24px;
    }

    .presse-item--tool {
        font-size: 15px;
        line-height: 24px;
    }

    .presse-item--tool img {
        width: 24px;
    }
}

@media screen and (max-width: 850px) {
    .liste--articles--titre {
        font-size: 20px;
    }

    .presse-item--toolbox p {
        margin-left: 0;
    }

    .presse-item--toolbox p:nth-child(2) {
        display: block;
        margin: 20px 0 10px;
    }

    .liste--articles--item--image {
        width: 200px;
        height: 135px;
    }

    .liste--articles--item--texte {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .presse-item--tool img {
        width: 18px;
    }

    .presse-item--tool span {
        margin-left: 8px;
        font-size: 14px;
        line-height: 20px;
    }

    .liste--articles--item {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 550px) {
    .liste--articles--item {
        display: block;
    }

    .liste--articles--item--image {
        width: 100%;
        height: 0;
        padding-bottom: 66%;
    }

    .liste--articles--titre {
        margin-bottom: 30px;
    }

    .liste--articles--item--col:nth-child(2) {
        width: 100%;
        padding: 15px 10px 0;
    }
}


/**********************************************************************************************************************/
/*= PRESSE ARTICLE SINGLE       												                                      */
/**********************************************************************************************************************/

.presse--detail--cover {
    width: 100%;
    height: 0px;
    padding-bottom: 46%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
}

.presse--detail--contenu {
    width: 700px;
}

.presse--detail--soustitre {
    margin: 0px auto 50px;
}

.presse--detail--source,
.presse--detail--date {
    font-size: 18px;
    color: #777777;
}

.presse--detail--source {
    text-transform: uppercase;
}

.presse--detail--source,
.presse--detail--titre {
    margin-bottom: 5px;
}

.presse--detail--texte {
    margin-bottom: 100px;
}

.presse--detail--slider {
    width: 1020px;
    height: 680px;
    margin: 0 auto 100px;
}

.presse--detail--slider--slide {
    height: 680px !important;
    opacity: 1 !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f5f5;
}

.presse--detail--dossier .dec {
    position: relative;
}

.presse--detail--dossier .dec:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    height: 33px;
    width: 28px;
    background: url(/assets/front/images/presse/picto-fichier.svg) no-repeat center / 28px 33px;
    transform: translateX(-100%) translateY(-50%);
}

.presse--detail--lien,
.presse--detail--dossier {
    padding-bottom: 100px;
}

.presse--detail--dossier--label {
    margin-top: 25px;
    font-size: 14px;
    text-align: center;
    font-style: italic;
    color: #777777;
}

.presse--detail--iframe--panel {
    max-width: 1020px;
    margin: 0 auto;
}

.presse--detail--video--panel {
    max-width: 1020px;
    margin: 0 auto 100px;
}

.presse--detail--video,
.presse--detail--iframe--item {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    margin-bottom: 100px;
}

.presse--detail--video .video-js,
.presse--detail--iframe--item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1800px) {
    .presse--detail--source,
    .presse--detail--date {
        font-size: 16px;
    }

    .presse--detail--soustitre {
        margin: 0px auto 30px;
    }


    .presse--detail--slider {
        width: 750px;
        height: 500px;
    }

    .presse--detail--video--panel,
    .presse--detail--iframe--panel {
        max-width: 750px;
    }

    .presse--detail--slider--slide {
        height: 500px !important;
    }
}

@media screen and (max-width: 1280px) {
    .presse--detail--contenu {
        width: 100%;
    }

    .presse--detail--slider {
        width: 550px !important;
        height: 366px;
    }

    .presse--detail--slider--slide {
        height: 366px !important;
    }

    .presse--detail--video--panel,
    .presse--detail--iframe--panel {
        max-width: 550px;
    }
}

@media screen and (max-width: 850px) {
    .presse--detail--texte {
        margin-bottom: 50px;
    }

    .presse--detail--slider {
        width: 100% !important;
        height: 0;
        padding-bottom: calc(66% + 36px);
        margin-bottom: 50px;
    }

    .presse--detail--slider--slide {
        height: calc(66vw - 40px) !important;
    }


    .presse--detail--lien,
    .presse--detail--dossier {
        padding-bottom: 50px;
    }
}


/*----------------------------------------------------------*/

.introduction--etablissement {
    padding: 0px 0px 25px;
}

.introduction--etablissement--pays {
    margin-top: 10px;
}

.introduction--etablissement--lieu {
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
    vertical-align: middle;
}

.introduction--etablissement--drapeau {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.introduction--etablissement--enfants {
    margin-top: 15px;
    font-style: italic;
    font-size: 16px;
    color: #919191;
    line-height: 22px;
}

.contenu--etablissement--top {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 1120px;
    margin: 0 auto;
    padding-left: 35px;
}

.horaire--ligne,
.contenu--etablissement--adresse {
    color: black;
    font-size: 16px;
    line-height: 22px;
}

.contenu--etablissement--adresse a {
    color: black;
}

.contenu--etablissement--infos {
    font-size: 22px;
    margin-bottom: 30px;
}

.contenu--etablissement--sup {
    margin-left: 40px;
    background-color: #f5f5f5;
    padding: 35px 30px;
    width: 330px;
}

.contenu--etablissement--horaire {
    margin-top: 30px;
}

.contenu--etablissement--introduction {
    font-size: 22px;
    line-height: 28px;
    margin-top: 70px;
}

.contenu--etablissement--introduction,
.contenu--etablissement--description {
    max-width: 820px;
}

.contenu--etablissement--description {
    margin: 70px 0 50px;
}

.contenu--etablissement--sup.resp {
    display: none;
}

@media screen and (min-width: 1800px) {
    .contenu--etablissement--top {
        width: 1570px;
        padding-left: 50px;
    }

    .contenu--etablissement--sup {
        margin-left: 55px;
        background-color: #f5f5f5;
        padding: 50px 45px;
        width: 465px;
    }
}

@media screen and (max-width: 1280px) {
    .contenu--etablissement--top {
        width: 1000px;
    }

    .introduction--etablissement {
        padding: 0px 0 25px;
        margin: 0 auto;
        width: 900px;
    }

    .introduction--etablissement--enfants {
        margin-top: 10px;
    }

    .contenu--etablissement--introduction, .contenu--etablissement--description {
        max-width: 930px;
    }

    .contenu--etablissement--description {
        margin: 50px auto 0;
    }

    .contenu--etablissement--introduction {
        margin: 50px auto 0;
    }
}

@media screen and (max-width: 1000px) {
    .contenu--etablissement--sup.resp {
        display: block;
    }

    .contenu--etablissement--sup.no-resp {
        display: none;
    }

    .contenu--etablissement--top {
        width: 800px;
        display: block;
        padding: 0;
    }

    .slider-element .col-slider .item {
        height: 533px;
    }

    .slider-element .col-slider {
        width: 100%;
    }

    .slider-element {
        width: 100%;
        padding-top: 0px;
    }

    .introduction--etablissement {
        width: 800px;
    }

    .contenu--etablissement--sup {
        margin-left: 0;
        background-color: #f5f5f5;
        padding: 35px 30px;
        width: 100%;
    }

    .contenu--etablissement--introduction, .contenu--etablissement--description {
        max-width: 800px;
    }
}

@media screen and (max-width: 850px) {
    .introduction--etablissement {
        width: calc(100% - 40px);
        padding: 0px 0 20px;
    }

    .contenu--etablissement--top {
        width: 100%;
    }

    .slider-element .col-slider .item {
        height: 66.70vw;
    }

    .contenu--etablissement--introduction, .contenu--etablissement--description {
        max-width: calc(100% - 40px);
    }
}


/**********************************************************************************************************************/
/* MINIATURES LISTE ACTUS, DOMAINES, VILLAGES, .... 																  */
/**********************************************************************************************************************/

.liste-article-loader {
    margin-bottom: 50px;
}

.common--miniature--item.base {
    opacity: 0;
}

.common--miniature--item.base.visible {
    opacity: 1;
    transition: 0.75s ease opacity;
}

.common--miniature--item {
    margin: 0 30px 30px 0;
    float: none;
    max-width: 327px;
    width: 327px;
    flex: 1 0 327px;
    cursor: pointer;
}

.actus-single .common--miniature--item {
    margin-bottom: 0px;
}

.common--miniature--item:nth-child(4n) {
    margin-right: 0px;
}

.common--miniature--image {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 66.6666666%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 12px;
    border: 1px solid #e8e7e5;
    background-color: #e8e7e5;
}

.common--miniature--image_similaire,
.common--miniature--image_actu {
    background-size: contain;
}

.common--miniature--categorie {
    position: absolute;
    top: 0px;
    left: 10px;
    transform: translateY(-50%);
    text-transform: uppercase;
    font-size: 12px;
    line-height: 20px;
    border-radius: 8px;
    padding: 0 8px;
    margin-bottom: 25px;
}

#single-actualite .label_event,
.common--miniature--categorie_event {
    color: white;
    background-color: #fab61f;
}

#single-actualite .label_actu,
.common--miniature--categorie_actu {
    color: white;
    background-color: #8c716e;
}

.common--miniature--detail {
    position: relative;
    min-height: 72px;
}

.actus-single .common--miniature--detail {
    position: relative;
    min-height: auto;
}

.common--miniature--detail_drapeau {
    padding-left: 40px;
}

.common--miniature--pays {
    position: absolute;
    width: 27px;
    top: 3px;
    left: 0;
}

.common--miniature--titre {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

.common--miniature--date {
    font-weight: 400;
    color: #8e8e8e;
}

.common--miniature--item .common--miniature--voile {
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0;
    transition: 0.2s ease opacity;
}

.common--miniature--item_village .common--miniature--voile {
    background: rgba(117, 32, 56, 0.7) url(/assets/front/images/village/defaut-blanc.svg) center / cover;
}

.common--miniature--item_domaine .common--miniature--voile {
    background: rgba(129, 187, 59, 0.7) url(/assets/front/images/domaine/defaut-blanc.svg) center / cover;
}

.common--miniature--item_actu .common--miniature--voile,
.common--miniature--item_similaire .common--miniature--voile {
    background: rgba(140, 113, 110, 0.9) url(/assets/front/images/actus/default/defaut-blanc.svg) center / cover;
}

.common--miniature--item:hover .common--miniature--voile {
    opacity: 1;
}

@media screen and (max-width: 1800px) {
    .common--miniature--item {
        margin-right: 24px;
        margin-bottom: 30px;
        width: 231px;
        max-width: 231px;
        flex: 1 0 231px;
    }

    .common--miniature--image {
        margin-bottom: 10px;
    }

    .common--miniature--titre {
        font-size: 16px;
        line-height: 22px;
    }

    .common--miniature--detail {
        min-height: 66px;
    }

    .common--miniature--pays {
        width: 22px;
        top: 4px;
    }

    .common--miniature--detail_drapeau {
        padding-left: 30px;
    }
}

@media screen and (max-width: 1280px) {
    .common--miniature--item {
        margin-right: 25px;
        margin-bottom: 25px;
        max-width: 250px;
        width: 250px;
        max-width: 250px;
        flex: 1 0 250px;
    }

    .common--miniature--item:nth-child(4n) {
        margin-right: 20px;
    }

    .common--miniature--item:nth-child(3n) {
        margin-right: 0px;
    }


    .common--miniature--item_similaire:nth-child(4n) {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .common--miniature--detail {
        min-height: auto;
    }

    .common--miniature--image {
        display: none;
    }

    .common--miniature--item {
        margin-right: 0px;
        max-width: initial;
        width: 100%;
        flex: auto;
        padding: 15px 0px;
        border-bottom: 1px solid #999999;
        margin-bottom: 0;
    }

    .common--miniature--item_actu {

    }

    .common--miniature--item_similaire {
        border-bottom: 1px solid #8c716e;
        max-width: 250px;
        width: 250px;
    }

    .common--miniature--item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .common--miniature--item_similaire:nth-child(4n) {
        display: block;
    }

    .common--miniature--item_similaire:nth-child(1),
    .common--miniature--item_similaire:nth-child(2),
    .common--miniature--item_similaire:nth-child(3),
    .common--miniature--item_similaire:nth-child(4) {
        margin-right: 20px !important;
    }


    /***** Miniature de la page liste actualités ****/
    .common--miniature--item_actu {
        display: flex;
    }

    .common--miniature--item_actu .common--miniature--image {
        display: block;
        width: 200px;
        height: 130px;
        padding: 0;
        margin: 0 15px 0 0;
    }

    .common--miniature--item_actu .common--miniature--item {
        padding: 20px 0px 10px;
    }

    .common--miniature--item_actu .common--miniature--detail {
        padding-top: 15px;
        padding-left: 0px;
        max-width: 220px;
    }

    .common--miniature--item_actu .common--miniature--pays {
        top: 0;
        transform: translateY(-50%);
        left: -47px;
    }

    /***** Miniature de la page actualité détail ****/
    .common--miniature--item_similaire .common--miniature--image {
        display: block;
    }

    .common--miniature--item_similaire {
        border-bottom: none;
        float: left;
    }


}


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

    .common--miniature--item_actu {
        min-width: 260px;
        display: block;
        padding-bottom: 30px;
        border-bottom: 1px solid #999999;
        margin-bottom: 30px;
    }

    .common--miniature--item_actu .common--miniature--titre {
        font-size: 18px;
        line-height: 24px;
        padding: 15px 10px 0;
    }

    .common--miniature--item_actu .common--miniature--image {
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 66%;
        margin: 0 10px 0 0;
    }

    .common--miniature--item_actu .common--miniature--item {
        padding: 20px 0px 10px;
    }

    .common--miniature--item_actu .common--miniature--detail {
        padding-top: 0px;
        padding-left: 0px;
        min-width: 105px;
        max-width: 100%;
        width: 100%;
    }

    .common--miniature--item_actu .common--miniature--detail_drapeau {
        padding-left: 22px;
    }

    .common--miniature--item_actu .common--miniature--pays {
        top: 27px;
        transform: translateY(-50%);
        left: 0;
    }

}


/**********************************************************************************************************************/

.check--contact {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 10px;
    margin-bottom: 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check--contact,
.check--contact a {
    font-size: 12px;
    line-height: 1.5;
    color: #7a7a7a;
    transition: 0.2s ease;
}

.check--contact a:hover {
    color: #fab61f;
}

.check--contact a {
    text-decoration: underline;
}

.check--contact input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark--contact {
    position: absolute;
    top: 3px;
    left: 0;
    height: 13px;
    width: 13px;
    background-color: white;
    border: 1px solid #7a7a7a;
}

.checkmark--contact:after {
    content: "";
    position: absolute;
    display: none;
}

.check--contact input:checked ~ .checkmark--contact:after {
    display: block;
}

.check--contact input:checked ~ .checkmark--contact {
    border: 1px solid #fab61f;
}

/* Style the checkmark/indicator */
.check--contact .checkmark--contact:after {
    left: 3px;
    top: 1px;
    width: 3px;
    height: 6px;
    border: solid #7a7a7a;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/***********************************************************************************************************************
= PAGES COMMUNES (MENTIONS LEGALES, GESTION DES DONNEES)
 **********************************************************************************************************************/

.page-common {
    background: none;
}

.common--page {
    padding-bottom: 100px;
}

.common--page--contenu {
    max-width: 1000px;
}

.common--page h1 {
    padding: 50px 0 25px;
    font-size: 32px;
    line-height: 1;
}

.common--page p,
.common--page li,
.common--page h4 {
    font-size: 16px;
    line-height: 22px;
}

.common--page h2 {
    font-size: 20px;
    line-height: 26px;
    text-transform: uppercase;
}

.common--page ul,
.common--page hr,
.common--page h2,
.common--page p {
    padding-bottom: 25px;
}

.common--page hr {
    border: none;
    border-top: 1px solid #8c716e;
}

.common--page h3 {
    padding-bottom: 12px;
}

.common--page a {
    color: #8c716e;
    text-decoration: underline;
    transition: 0.2s ease color;
}

.common--page a:hover {
    color: #fab61f;
}

.common--page h4 {
    color: #8c716e;
    font-style: italic;
}

.common--page li {
    list-style: disc;
    margin-left: 20px;
    padding-left: 10px;
}

.common--page p:last-child {
    padding-bottom: 0px;
}

@media screen and (max-width: 1800px) {
    .common--page h1 {
        font-size: 25px;
    }

    .common--page h2 {
        font-size: 16px;
        line-height: 22px;
    }
}

@media screen and (max-width: 1280px) {
    .common--page .small-container {
        width: 1000px;
    }
}

@media screen and (max-width: 1000px) {
    .common--page .small-container {
        width: 800px;
    }
}

@media screen and (max-width: 850px) {
    .common--page .small-container {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 550px) {
    .common--page--contenu {
        max-width: 100%;
    }
}

/***********************************************************************************************************************
= CONTAINER LISTE
 **********************************************************************************************************************/

.container--liste {
    width: 1400px;
    margin: 0 auto;
    display: block;
}

@media screen and (max-width: 1800px) {
    .container--liste {
        width: 1000px;
    }
}

@media screen and (max-width: 1280px) {
    .container--liste {
        width: 800px;
    }
}


@media screen and (max-width: 850px) {
    .container--liste {
        width: calc(100% - 40px);
    }
}

/***********************************************************************************************************************
= FILTRE SIMPLE
 **********************************************************************************************************************/

.top--page--filtres {
    margin: 50px 0;
}

.top--page--filtres--item {
    display: inline-block;
    vertical-align: middle;
}

.top--page--filtres--item,
.top--page--filtres--titre {
    display: inline-block;
    line-height: 32px;
    vertical-align: middle;
    margin-right: 10px;
}

.top--page--filtres--item a {
    opacity: .25;
    transition: .2s ease opacity;
}

.top--page--filtres--item:hover a,
.top--page--filtres--item_active a {
    opacity: 1;
}

.top--page--filtres--item_presse:nth-child(1) a,
.top--page--filtres--item_event a {
    color: white;
    background-color: #fab61f;
    border-color: #fab61f;
}

.top--page--filtres--item_presse:nth-child(2) a,
.top--page--filtres--item_presse a,
.top--page--filtres--item_actu a {
    color: white;
    background-color: #8c716e;
    border-color: #8c716e;
}

@media screen and (max-width: 850px) {
    .top--page--filtres {
        margin: 30px auto 50px;
    }
}

@media screen and (max-width: 550px) {
    .top--page--filtres--titre {
        display: block;
        margin-bottom: 5px;
    }

    .top--page--filtres--item {
        margin-bottom: 5px;
        margin-right: 5px;
    }
}


/***********************************************************************************************************************
= TOP PAGE COMMUNE (CONTACT, LISTE PRESSE, LISTE ACTU)
 **********************************************************************************************************************/

.top--page--titre {
    padding: 50px 0;
    font-size: 32px;
    line-height: 46px;
}

.top--page--titre span {
    font-family: 'tahuregular';
    font-weight: 400;
    font-size: 64px;
    line-height: 46px;
}

.top--page--introduction {
    width: 50%;
}

@media screen and (max-width: 1800px) {
    .top--page--titre {
        font-size: 26px;
        line-height: 32px;
    }

    .top--page--titre span {
        font-size: 52px;
        line-height: 32px;
    }
}

@media screen and (max-width: 1280px) {
    .top--page--titre span {
        display: block;
        font-size: 46px;
    }

    .top--page--introduction {
        width: 75%;
    }
}

@media screen and (max-width: 850px) {
    .top--page--titre {
        padding: 50px 0 30px;
    }

    .top--page--introduction {
        width: 100%;
    }
}

/***********************************************************************************************************************
= PAS DE RESULTAT LISTE
 **********************************************************************************************************************/

.liste--no-result {
    padding: 80px 0;
    line-height: 36px;
    font-size: 22px;
}

@media screen and (max-width: 850px) {
    .liste--no-result {
        padding: 50px 0;
        line-height: 24px;
        font-size: 16px;
    }
}


/***********************************************************************************************************************
= FILTRES RECHERCHE ETABLISSEMENTS
 **********************************************************************************************************************/
.filtres--etablissement {
    padding: 15px 20px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin: 30px 0 0;
}

.filtres--etablissement--titre {
    color: #727272;
    margin-bottom: 10px;
}

.filtres--etablissement--colonnes {
    display: flex;
}

.filtres--etablissement--colonne {
    width: calc(100% / 3);
    padding: 0 20px 25px;
}

.filtres--etablissement--colonne:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
    display: flex;
}

.filtres--etablissement_domaine .filtres--etablissement--colonne:nth-child(2) {
    border-color: #81bb3b
}

.filtres--etablissement_village .filtres--etablissement--colonne:nth-child(2) {
    border-color: #ae3963
}

.filtres--etablissement--label {
    color: #727272;
    padding: 10px 0;
}
.introduction-liste{

    margin-bottom: 10%;

}
.filtres--etablissement--pays {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.filtres--etablissement--check--label {
    font-size: 18px;
    line-height: 36px;
    color: #727272;
}

.filtres--etablissement_domaine input:checked + .filtres--etablissement--check--label {
    color: #81bb3b;
    text-decoration: underline;
}

.filtres--etablissement_village input:checked + .filtres--etablissement--check--label {
    color: #ae3963;
    text-decoration: underline;
}

.filtres--etablissement--check {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 18px;
    line-height: 24px;
    color: #727272;
}

.filtres--etablissement--check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.filtres--etablissement--checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 36px;
    width: 21px;
    border-radius: 0;
    border: none;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.filtres--etablissement--check_de .filtres--etablissement--checkmark {
    background-image: url("/assets/front/images/drapeau/de.svg");
}

.filtres--etablissement--check_fr .filtres--etablissement--checkmark {
    background-image: url("/assets/front/images/drapeau/fr.svg");
}

.filtres--etablissement--check_lu .filtres--etablissement--checkmark {
    background-image: url("/assets/front/images/drapeau/lu.svg");
}


.filtres--etablissement--input {
    padding-right: 10px;
    padding-left: 10px;
    line-height: 34px;
    border-width: 1px;
    border-style: solid;
    border-color: #acacac;
    color: #acacac;
    font-size: 14px;
}

.filtres--etablissement--input:focus {
    color: black;
    font-style: normal;
}

.filtres--etablissement_domaine .filtres--etablissement--input:focus {
    border-color: #81bb3b;
}

.filtres--etablissement_village .filtres--etablissement--input:focus {
    border-color: #ae3963;
}

.filtres--etablissement--souscolonne:nth-child(1) {
    width: calc(100% - 137px);
    margin-right: 5px;
}

.filtres--etablissement--souscolonne:nth-child(2) {
    text-align: center;
}

.filtres--etablissement--distance {
    display: flex;
    width: 132px;
}

.filtres--etablissement--input_proximite,
.filtres--etablissement--input_nom {
    width: 100%;
}

.filtres--etablissement--input_number {
    width: 60px;
    text-align: center;
}

.filtres--etablissement--btn {
    height: 36px;
    width: 36px;
    line-height: 36px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    background-color: #727272;
    border: none;
    cursor: pointer;
    transition: 0.2s ease background-color;
}

input[type="submit"].filtres--etablissement--btn {
    font-size: 0;
    background: #727272 no-repeat url(/assets/front/images/pictos/loupe-white.svg) center / 18px;
}


.filtres--etablissement input[type="submit"] {
    margin-top: 20px;
}

.filtres--etablissement_domaine .filtres--etablissement--btn:hover,
.filtres--etablissement_domaine input[type="submit"].filtres--etablissement--btn:hover {
    background-color: #81bb3b;
}

.filtres--etablissement_village .filtres--etablissement--btn:hover,
.filtres--etablissement_village input[type="submit"].filtres--etablissement--btn:hover {
    background-color: #ae3963;
}

.filtres--etablissement--localisation {
    position: relative;
}

.filtres--etablissement--localisation .geolocation {
    position: absolute;
    cursor: pointer;
    width: 20px;
    top: 8px;
    right: 8px;
}

.filtres--etablissement--localisation .geolocation path {
    fill: #727272;
}

.filtres--etablissement_village .filtres--etablissement--localisation .geolocation:hover path,
.filtres--etablissement_village .filtres--etablissement--localisation.active .geolocalisation path {
    fill: #ae3963 !important;
}

.filtres--etablissement_domaine .filtres--etablissement--localisation .geolocation:hover,
.filtres--etablissement_domaine .filtres--etablissement--localisation.active .geolocalisation path {
    fill: #81bb3b !important;
}


.filtres--etablissement--nom {
    display: flex;
}

.filtres--etablissement--tri {
    margin: 30px 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.filtres--etablissement--tri--label {
    font-weight: bold;
    color: #727272;
    margin-right: 5px;
    line-height: 1;
}

.filtres--etablissement--tri--choix {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: inline-block;
}

.filtres--etablissement--tri--choix svg {
    fill: #727272;
    width: 20px;
    transition: 0.2s ease width;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.filtres--etablissement--tri--choix_active svg {
    width: 30px;
}

.filtres--etablissement--tri_domaine .filtres--etablissement--tri--choix_active svg {
    fill: #81bb3b;
}

.filtres--etablissement--tri_village .filtres--etablissement--tri--choix_active svg {
    fill: #ae3963;
}

@media screen and (max-width: 1800px) {
    .filtres--etablissement {
        padding: 15px 0;
    }

    .filtres--etablissement--colonne {
        padding: 0 15px 10px;
    }

    .filtres--etablissement--btn {
        height: 30px;
        width: 30px;
        font-size: 18px;
        line-height: 30px;
    }

    input[type="submit"].filtres--etablissement--btn {
        background-size: 16px;
    }

    .filtres--etablissement--input {
        padding-right: 5px;
        padding-left: 5px;
        line-height: 28px;
        font-size: 12px;
    }

    .filtres--etablissement--souscolonne:nth-child(1) {
        width: calc(100% - 101px);
    }

    .filtres--etablissement--distance {
        width: 101px;
    }

    .filtres--etablissement--input_number {
        width: 40px;
    }

    .filtres--etablissement--localisation #geolocation {
        width: 16px;
        top: 8px;
        right: 8px;
    }

    .filtres--etablissement--check--label {
        font-size: 12px;
        line-height: 30px;
    }

    .filtres--etablissement--checkmark {
        height: 30px;
    }

    .filtres--etablissement--check {
        padding-left: 25px;
    }

    .filtres--etablissement--titre {
        padding-left: 15px;
    }

    .filtres--etablissement--input_nom {
        width: 100%;
    }
}

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

    .filtres--etablissement--titre {
        position: relative;
    }

    .filtres--etablissement--titre::after {
        content: "";
        background: no-repeat url(/assets/front/images/pictos/arrow-triangle.svg) center / contain;
        position: absolute;
        right: 15px;
        top: 0;
        height: 100%;
        width: 12px;
    }

    .open .filtres--etablissement--titre::after {
        content: "";
        transform: rotate(180deg);
    }

    .filtres--etablissement--colonne {
        width: 100%;
    }

    .filtres--etablissement--colonne:nth-child(1) {
        width: 75%;
    }

    .filtres--etablissement--colonne:nth-child(3) {
        width: 100%;
    }

    .filtres--etablissement--colonnes {
        display: block;
    }

    .filtres--etablissement--check--label {
        font-size: 14px;
    }

    .filtres--etablissement--check {
        padding-left: 30px;
    }

    .filtres--etablissement--colonne:nth-child(1) {
        margin-top: 10px;
    }

    .filtres--etablissement--colonne:nth-child(2) {
        border: none;
    }

    .filtres--etablissement--panel {
        overflow: hidden;
        height: 0;
    }

    .open .filtres--etablissement--panel {
        overflow: hidden;
        height: auto;
    }

    .filtres--etablissement--titre {
        margin-bottom: 0px;
    }


}

@media screen and (max-width: 550px) {
    .filtres--etablissement--colonne:nth-child(1) {
        width: 100%;
    }

    .filtres--etablissement--pays {
        display: block;
    }

    .filtres--etablissement--tri {
        margin: 30px 0;
        display: block;
    }

    .filtres--etablissement--tri--panel {
        text-align: right;
    }
}

/***********************************************************************************************************************
= FILL D'ARIANE
 **********************************************************************************************************************/

.fil--ariane {
    padding: 50px 0;
}

.fil--ariane--item {
    font-style: italic;
    font-size: 16px;
    color: #919191;
    line-height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    transition: 0.2s ease color;
}

.fil--ariane--item_label {
    color: #fab61f;
}

.fil--ariane--item_lien:hover {
    color: #fab61f;
    text-decoration: underline;
}

@media screen and (max-width: 1280px) {
    .fil--ariane {
        padding: 25px 0;
    }

    .fil--ariane_etablissement {
        max-width: 900px;
        margin: 0 auto;
    }

    .fil--ariane--item {
        font-size: 12px;
        line-height: 1;
    }
}

@media screen and (max-width: 1000px) {
    .fil--ariane_etablissement {
        max-width: 800px;
    }
}

@media screen and (max-width: 850px) {
    .fil--ariane_etablissement {
        max-width: calc(100% - 40px);
    }
}

/**/
.hoverline {
    text-transform: capitalize;
    background: #fab61f;
}


.fancybox-bg {
    width: 100% !important;
    height: 100% !important;
    z-index: 1001;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
    z-index: 1005;
}

.fancybox-button {
    background: rgba(250, 182, 31, 1) !important;
}

.fancybox-navigation .fancybox-button {
    height: 50px !important;
    width: 50px !important;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 0 !important;
}
