/************************************************************
	FONTS
************************************************************/
body {
    font-family: basic-sans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    color: #4b4b64;
}

/************************************************************
	HELPER CLASS
************************************************************/
.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.font-size-1 {
    font-size: 0.6rem !important;
}

/*10px*/
.font-size-2 {
    font-size: 0.7rem !important;
}

/*11px*/
.font-size-2-5 {
    font-size: 0.8rem !important;
}

/*11px*/
.font-size-3 {
    font-size: 0.9rem !important;
}

/*14px*/
.font-size-3-5 {
    font-size: 1rem !important;
}

/*14px*/
.font-size-4 {
    font-size: 1.15rem !important;
}

/*18px*/
.font-size-5 {
    font-size: 1.3rem !important;
}

/*21px*/
.font-size-6 {
    font-size: 1.45rem !important;
}

/*23px*/
.font-size-7 {
    font-size: 1.6rem !important;
}

/*26px*/
.font-size-7-5 {
    font-size: 1.9rem !important;
}

/*26px*/
.font-size-8 {
    font-size: 2.2rem !important;
}

/*35px*/
.font-size-9 {
    font-size: 2.75rem !important;
}

/*45px*/
.font-size-10 {
    font-size: 3rem !important;
}

/*50px*/
.font-size-11 {
    font-size: 3.75rem !important;
}

/*60px*/
.font-size-12 {
    font-size: 4.4rem !important;
}

.font-size-13 {
    font-size: 5rem !important;
}

/*80px*/

.text-uppercase {
    text-transform: uppercase;
}

.font-color-link {
    color: #128488 !important;
}

.font-color-grey-6 {
    color: #111 !important;
}

.font-color-grey-5 {
    color: #333333 !important;
}

.font-color-grey-4 {
    color: #484848 !important;
}

.font-color-grey-3 {
    color: #6c6c6c !important;
}

.font-color-grey-2 {
    color: #848484 !important;
}

.font-color-grey-1 {
    color: #e1e1e1 !important;
}

.font-color-white {
    color: #ffffff !important;
}

.font-color-primary {
    color: #395a74;
}

.font-color-light-primary {
    color: #a4a4b7;
}

.link-no-color {
    color: initial;
}

.font-color-vert {
    color: #578c36 !important;
}

.font-color-orange {
    color: #ed7d00 !important;
}

.font-color-rouge {
    color: #ba0045 !important;
}

.font-color-bleu {
    color: #29b8cf !important;
}

.bg-link {
    background-color: #128488 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-grey-0 {
    background-color: #f8f8f8 !important;
}

.bg-grey-1 {
    background-color: #e1e1e1 !important;
}

.bg-grey-2 {
    background-color: #848484 !important;
}

.bg-grey-3 {
    background-color: #6c6c6c !important;
}

.bg-grey-4 {
    background-color: #484848 !important;
}

.bg-grey-5 {
    background-color: #333333 !important;
}

.bg-grey-6 {
    background-color: #111 !important;
}

.bg-primary,
.background-primary {
    background-color: #395a74 !important;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-vert {
    background-color: #578c36 !important;
}

.bg-orange {
    background-color: #ed7d00 !important;
}

.bg-bleu {
    background-color: #29b8cf !important;
}
.bg-blue {
    background-color: #385973 !important;
}

.bg-rouge {
    background-color: #ba0045 !important;
}

.bg-vert-pastel {
    background-color: #95c279 !important;
}

.bg-orange-pastel {
    background-color: #f5b066 !important;
}

.actu-odd:nth-child(odd) {
    background-color: #f5b066 !important;
}

.actu-odd:nth-child(odd) .font-color-orange {
    color: #fff !important;
}

.index-500 {
    z-index: 500;
}

.index-600 {
    z-index: 600;
}

.title-left {
    position: fixed;
}

.title-left[etat="0"] {
    top: 0%;
}

.title-left[etat="1"] {
    top: 50%;
}

.hv-100 {
    min-height: 100vh;
}

.line-height-p {
    line-height: 1.9rem;
}

.mt-4-5,
.my-4-5 {
    margin-top: 2.25rem !important;
}

.mb-4-5,
.my-4-5 {
    margin-bottom: 2.25rem !important;
}

.mx-4-5,
.mr-4-5 {
    margin-right: 2.25rem !important;
}

.mx-4-5,
.ml-4-5 {
    margin-left: 2.25rem !important;
}

.px-4-5,
.pr-4-5 {
    padding-right: 2.25rem !important;
}

.px-4-5,
.pl-4-5 {
    padding-left: 2.25rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.no-underline:hover {
    text-decoration: none;
}

.no-underline:hover .link,
.link:hover,
.hover-link:hover .link {
    text-decoration: underline;
}

.bg-image {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/************************************************************
	FOOTER BOTTOM
************************************************************/
.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

/************************************************************
	ARIANE
************************************************************/
.ariane a,
.ariane li {
    padding: 0px;
    line-height: initial;
    font-size: 10px;
}

.separation {
    padding: 0px 4px 0px 6px;
}

.ariane a {
    display: inline;
}

/************************************************************
	MENU
************************************************************/
ul#main_menu_top>li,
ul#main_menu_top>li>a {
    background-color: transparent !important;
}

/* CUSTOM EQS : MENU */
nav#main-menu {
    background-color: #fff;
    /* COULEUR DE FOND  */
}

.menu-item a {
    color: #000;
    /* COULEUR DE BASE  */
}

.menu-item a:hover {
    color: #8e513f;
    /* COULEUR AU HOVER  */
}

.menu-item.current-menu-item>a,
.current_page_ancestor>a {
    color: #8e513f;
    /* COULEUR ACTIF  */
}

/************************************************************
	LINKS & BUTTONS
************************************************************/
a {
    color: #ff0000;
}

a:focus,
a:hover {
    color: #ffd200;
}

/************************************************************
	CONTENT - gallery
************************************************************/
.gallery img {
    border: 2px solid #fff !important;
}

/***** IMG IN POST ******/
img.alignright {
    float: right;
    margin: 10px 0 10px 15px
}

img.alignleft {
    float: left;
    margin: 10px 15px 10px 0
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

a img.alignright {
    float: right;
    margin: 10px 0 10px 15px
}

a img.alignleft {
    float: left;
    margin: 10px 15px 10px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/************************************************************
	AFFIX
************************************************************/
.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

/************************************************************
	FULLSCREEN MENU
************************************************************/
.aside-section {
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 1000;
    opacity: 0;
}

.aside-left {
    width: 40%;
    left: 0;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 0.4s ease-in-out;
}

.aside-right {
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
}

.aside-list {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 150px;
    text-align: left;
    padding-left: 50px;
}

.aside-content {
    padding: 25px 40px;
    padding-top: 0px;
    position: relative;
}

.aside-list li {
    margin-bottom: 20px;
}

.aside-anchor::after {
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #ff5964;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 3px;
}

.aside-anchor::before {
    border-radius: 3px;
    content: "";
    position: absolute;
    bottom: 0;
    background-color: #fff;
    left: 0;
    height: 3px;
    z-index: 1;
    width: 50%;
    -webkit-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
}

.aside-anchor:hover:before {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.aside-anchor {
    padding-bottom: 7px;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    position: relative;
    font-weight: 500;
}

header#main-menu input[type="checkbox"] {
    display: none;
}

header#main-menu input[type="checkbox"]:checked~aside .aside-left {
    transform: translateY(0%);
    opacity: 1;
}

header#main-menu input[type="checkbox"]:checked~aside .aside-right {
    opacity: 1;
}

header#main-menu input[type="checkbox"]:checked~label .bar {
    background-color: #7f0a33;
}

header#main-menu input[type="checkbox"]:checked~label .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}

header#main-menu input[type="checkbox"]:checked~label .bottom {
    -webkit-transform: translateY(-5px) rotateZ(-45deg);
    -moz-transform: translateY(-5px) rotateZ(-45deg);
    -ms-transform: translateY(-5px) rotateZ(-45deg);
    -o-transform: translateY(-5px) rotateZ(-45deg);
    transform: translateY(-5px) rotateZ(-45deg);
}

header#main-menu input[type="checkbox"]:checked~label .middle {
    width: 0;
}

.middle {
    margin: 0 auto;
}

#burger {
    display: inline-block;
    padding: 35px;
    background-color: transparent;
    cursor: pointer;
    position: relative;
    z-index: 3000;
    margin: 0px;
}

.bar {
    display: block;
    background-color: #7f0a33;
    width: 30px;
    height: 2px;
    border-radius: 5px;
    margin: 5px auto;
    transition: background-color 0.4s ease-in, transform 0.4s ease-in,
        width 0.4s ease-in;
}

/************************************************************
	VIDEO
************************************************************/
video#bgvid {
    /*position: fixed;*/
    /* top: 50%; */
    /* left: 50%; */
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    /* transform: translateX(-50%) translateY(-50%); */
    background-size: cover;
    transition: 1s opacity;
}

div#overlay-video {
    position: absolute;
    bottom: 0px;
}

#videoModal .modal-dialog.modal-dialog-centered {
    width: 100%;
    max-width: 60%;
}

#videoModal video {
    width: 100%;
    height: auto;
}

/*@media screen and (max-width: 500px) { 
  div{width:70%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}*/
#video button {
    background-color: transparent;
    border: 0px;
}

/************************************************************
	SIZES
************************************************************/
/*WIDTH*/
#icon-brand-icon,
#bar-right,
#bar-left,
#burger,
#language-selector .wpml-ls-legacy-dropdown,
#social-menu .dropdown-toggle,
#bar-bottom .dropdown-menu,
#bar-bottom a.dropdown-item,
#icon-brand-link,
.bar-left {
    width: 100px;
}

/*HEIGHT*/
#icon-brand-icon,
#bar-bottom,
#bar-top,
#burger,
#language-selector .wpml-ls-legacy-dropdown,
#language-selector .wpml-ls-legacy-dropdown ul a,
#social-menu .dropdown-toggle,
#bar-bottom a.dropdown-item,
#icon-brand-link {
    height: 100px;
}

main.site-content,
.aside-right {
    padding: 100px 100px 100px 0px;
}

#language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
#social-menu .dropdown-menu.show {
    bottom: 100px;
}

div#bar-top {
    padding-right: 100px !important;
}

.section.full,
.hv-100 {
    min-height: calc(100vh - 200px);
}
#visite.hv-100 {
    height: calc(100vh - 200px);
}
.bar-left {
    top: 100px;
}

header#main-menu input[type="checkbox"]:checked~aside .aside-right {
    transform: translateX(100px);
}

.anchor {
    top: -100px;
}

/************************************************************
	INTERFACE
************************************************************/
#burger,
.dropdown-toggle,
.wpml-ls-legacy-dropdown .wpml-ls-current-language>a,
#icon-brand-link,
#icon-brand-icon,
ul#main_menu_burger a:before {
    transition: all 0.4s ease-in;
}

#icon-brand-link {
    overflow: hidden;
}

#icon-brand-text {
    width: 145px;
}

#icon-brand-link:hover,
#icon-brand-link {
    width: 260px;
}

#icon-brand-link:hover #icon-brand-icon,
#icon-brand-link #icon-brand-icon {
    border-color: #fff !important;
}

.menu-bar {
    position: fixed;
    z-index: 1000;
    background-color: #fff;
}

#bar-bottom {
    width: 100%;
    bottom: 0px;
    z-index: 1003;
}

#bar-left {
    height: 100vh;
    top: 0px;
    left: 0px;
}

#bar-right {
    height: 100vh;
    top: 0px;
    right: 0px;
}

#bar-top {
    z-index: 1004;
}

#icon-brand-icon {
    padding: 25px;
}

header#main-menu {
    border-color: #e3e3e3;
}

#language-selector .wpml-ls-legacy-dropdown ul a {
    border: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background-color: #ed7d00;
    color: #fff;
}

#language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    top: initial;
}

#burger {
    position: fixed;
    right: 0px;
    top: 0px;
}

#burger:hover,
header#main-menu input[type="checkbox"]:checked~#burger {
    background-color: #ba0045;
}

#burger:hover span,
header#main-menu input[type="checkbox"]:checked~#burger span {
    background-color: #fff;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none;
}

#language-selector .wpml-ls-legacy-dropdown ul a {
    border-left: 1px solid #dee2e6 !important;
    background: #f1f1f1;
    border-top: 1px solid #fff;
}

#language-selector .wpml-ls-legacy-dropdown ul a:hover {
    background-color: #f8f9fa;
}

#language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language>a {
    background-color: #ffffff;
}

#language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
    background-color: #ed7d00;
    color: #fff;
}

#language-selector .wpml-ls-legacy-dropdown .wpml-ls-current-language>a {
    border-top: 0px !important;
}

ul.wpml-ls-sub-menu li:first-child a {
    border-top: 0px !important;
}

#language-selector a:hover {
    text-decoration: none;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 1px solid #dee2e6;
}

.aside-right {
    background-color: #ba0045;
}

#bar-bottom .dropup .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    min-width: initial;
    border-radius: 0px;
    border: 0px;
}

a.dropdown-item {
    background: #f1f1f1;
    border-top: 1px solid #fff;
}

.dropdown-menu.show {
    top: 9px !important;
}

#social-menu:hover .dropdown-toggle {
    background-color: #29b8cf;
    color: #fff;
}

#social-menu a.dropdown-item:first-child {
    border-top: 1px solid #dee2e6 !important;
}

#social-menu .dropdown-menu.show {
    top: initial !important;
    transform: none !important;
}
.cky-consent-container {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}
/************************************************************
	STYLES
************************************************************/
ul#main_menu_burger a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4rem;
    padding: .3rem 1rem;
    display: flex;
    align-items: center;
}

img#rubix-text {
    width: 40px;
    margin-top: 21px;
}

.dropdown:hover .dropdown-menu,
.dropup:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    margin-top: 0;
}

ul#main_menu_burger a:before {
    content: "";
    height: 2px;
    width: 0px;
    margin-right: 12px;
    background-color: #fff;
    position: relative;
}

ul#main_menu_burger a:hover:before {
    width: 35px;
}

ul#main_menu_burger {
    min-width: 320px;
}

.interface-button:hover {
    background-color: #395a74;
    color: #fff;
    text-decoration: none;
}

.background-image {
    background-size: cover;
    background-position: center center;
}

img#logo {
    position: absolute;
    bottom: 6%;
    right: 6%;
    max-width: 300px;
    width: 100%;
}

.title {
    letter-spacing: 0.1rem;
    line-height: 170%;
}

.title-left {
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bar-left {
    z-index: 800;
    position: sticky;
    height: calc(100vh - 200px);
    background-color: #fff;
    flex: 0 0 100px;
    max-width: 100px;
    white-space: nowrap;
}

.bar-left .title {
    transform: rotate(-90deg);
}

.section-image {
    position: sticky;
    top: 100px;
    height: calc(100vh - 200px);
}

img.decoration-picto {
    position: absolute;
    opacity: 0.1;
    left: 10%;
    top: 5%;
    width: 50%;
    z-index: 600;
}

#overlay-video {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    /*background-color: rgba(26,141,222,70%);*/
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
    min-height: calc(100vh - 300px);
    object-fit: cover;
    width: 100%;
}

#video button i.fa-play {
    font-size: 7rem;
    border-radius: 60%;
}

#video button i.fa-play {
    font-size: 7rem;
    border-radius: 60%;
    text-shadow: 0px 0px 50px rgba(0, 0, 0, 0.4);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 100px;
    height: 100px;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel-control-next i,
.carousel-control-prev i {
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #395a74;
}

.carousel-control-next {
    justify-content: flex-end;
}

.carousel-control-prev {
    justify-content: flex-start;
}

.quick-content {
    /*max-width: 300px;*/
}

.negativ .quick-content * {
    color: #fff !important;
}

.w-100-100 {
    width: calc(100% - 100px) !important;
}

button.slick-next.slick-arrow.slick-disabled {
    right: 0px;
    bottom: 0px;
    top: initial;
}

button.slick-arrow {
    right: 0px;
    bottom: 0px;
    top: initial;
    transform: none;
    background-color: #f0f0f0a6;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #395a74;
    z-index: 500;
}

button.slick-next.slick-arrow {
    right: 0px;
}

button.slick-prev.slick-arrow {
    left: 0px;
}

.slick-prev:before,
.slick-next:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem !important;
    font-weight: 400;
}

.slick-next:before {
    content: "\f105";
}

.slick-prev:before,
.slick-next:before {
    color: #395a74;
}

.slick-prev:before {
    content: "\f104";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    background-color: #f0f0f0;
}

#atouts .slick-prev:before,
#atouts .slick-next:before {
    color: #578c36;
}

.card-header button,
.card-header,
#etapes .card {
    background-color: transparent;
}

#etapes #accordion {
    max-width: 750px;
}

.h-auto {
    height: auto !important;
}

.card {
    border-bottom: 1px solid #ffffff3b !important;
}

button {
    outline: 0 !important;
}

#etapes #accordion .card-body {
    padding-top: 0px !important;
}

#accessibilite .max-width,
.max-width {
    max-width: 300px;
}

.transporteurs .destination:nth-child(even),
.acteur-0,
.acteur-3,
.acteur-4,
.acteur-7,
.acteur-8 {
    background-color: #e8e8ed;
}

.transporteurs .destination:nth-child(odd),
.acteur-1,
.acteur-2,
.acteur-5,
.acteur-6,
.acteur-9,
.acteur-10 {
    background-color: #fafafb;
}

.nom-destination {
    min-width: 180px;
}

.temps-destination {
    min-width: 130px;
    text-align: center;
    width: 20%;
}

ul.transporteurs {
    max-width: 886px;
    margin: 0 auto;
}

.image-overflow {
    height: 30vh;
    overflow: hidden;
}

.image-overflow img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    transform: scale(1);
    transition: all ease-in-out .4s;
}

.actu-item:hover .image-overflow img {
    transform: scale(1.1);
}

#actualite .slick-prev:before,
#actualite .slick-next:before {
    color: #ed7d00;
}

.acteur img {
    mix-blend-mode: multiply;
}
.btn-vv {
    background-color: #ffffff;
    color: #000;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 0.9rem !important;
    border: 0px;
    padding: 1rem;
}
.btn-vv:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


img.mockup-image {
    object-fit: contain;
    padding: 50px;
    max-height: 100%;
}
input.wpcf7-form-control.wpcf7-submit {
    background-color: #ba0045;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 0.9rem !important;
    border: 0px;
    padding: 1rem;
}

#footer .menu-item a {
    color: #717171;
    padding: .25rem 0rem;
    display: block;
}

.anchor {
    display: block;
    position: relative;
    visibility: hidden;
}

#video .section-content {
    overflow: hidden;
}

.slick-track {
    display: flex;
}

.slick-slide {
    height: initial;
}

img.single-banner {
    width: 100%;
    object-fit: cover;
}

.content-article {
    max-width: 700px;
    margin: 0 auto;
}

.separator {
    border-top: 1px solid #dee2e6 !important;
    border-bottom: 1px solid #dee2e6 !important;
    height: 100px;
}

section#etapes .border-right:last-child {
    border-right: 0px !important;
}

#icon-brand-icon g#Rose {
    transition: all ease-in-out 0.2s;
}

#icon-brand-link:hover g#Rose {
    transform: translate(-17px, 9px);
}

#video {
    max-height: 70vh;
}

.ps-timeline-sec {
    position: relative;
}

.ps-timeline-sec .container {
    position: relative;
}

@media screen and (max-width: 767px) {
    .ps-timeline-sec .container ol:before {
        background: #29b8cf;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: 0px !important;
        left: 21px !important;
    }

    .ps-timeline-sec .container ol:after {
        background: #29b8cf;
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 100%;
        position: absolute;
        top: inherit !important;
        left: 21px;
    }

    .ps-timeline-sec .container ol.ps-timeline {
        margin: 130px 0 !important;
        border-left: 2px solid #29b8cf;
        padding-left: 0 !important;
        padding-top: 120px !important;
        border-top: 0 !important;
        margin-left: 25px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li {
        height: 220px;
        float: none !important;
        width: inherit !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li:nth-child(2) .img-handler-bot img {
        width: 70px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child {
        margin: 0;
        bottom: 0 !important;
        height: 120px;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot {
        bottom: 40px !important;
        width: 40% !important;
        margin-left: 25px !important;
        margin-top: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .img-handler-bot img {
        width: 100%;
    }

    .ps-timeline-sec .container ol.ps-timeline li:last-child .ps-top {
        margin-bottom: 0 !important;
        top: 20px;
        width: 50% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span {
        left: 9px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
        content: none !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
        position: absolute !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
        position: relative !important;
        bottom: initial !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
        margin: 0 auto !important;
        width: 80% !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
        position: absolute !important;
        bottom: 115px !important;
        width: 30% !important;
        float: left !important;
        margin-left: 35px !important;
        margin-bottom: 0 !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li p {
        text-align: left !important;
        width: 100% !important;
        margin: 0 auto !important;
        margin-top: 0px !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-top {
        width: 60% !important;
        float: right !important;
        right: 0;
        top: -40px;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 60% !important;
        float: right !important;
        right: 0;
        position: relative !important;
        bottom: initial !important;
    }

    .ps-timeline-sec .container ol.ps-timeline li div {
        top: -70px !important;
    }
}

/*.ps-timeline-sec .container ol:before {
  background: #29b8cf;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
left: -2px;
    top: -4px;
}
.ps-timeline-sec .container ol:after {
  background: #29b8cf;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  position: absolute;
right: 0px;
    top: -4px;
}*/
.ps-timeline-sec .container ol.ps-timeline {
    margin: 150px 0;
    padding: 0;
    border-top: 2px solid #29b8cf;
    list-style: none;
}

.ps-timeline-sec .container ol.ps-timeline li {
    float: left;
    width: 20%;
    padding-top: 30px;
    position: relative;
}

.ps-timeline-sec .container ol.ps-timeline li>span {
    width: 30px;
    height: 30px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #29b8cf;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    font-size: 2em;
    font-style: normal;
    position: absolute;
    top: -16px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:before {
    content: "";
    color: #29b8cf;
    width: 2px;
    height: 30px;
    background: #29b8cf;
    position: absolute;
    top: -30px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-top:after {
    content: "";
    color: #29b8cf;
    width: 8px;
    height: 8px;
    background: #29b8cf;
    position: absolute;
    bottom: 50px;
    left: 37%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:before {
    content: "";
    color: #29b8cf;
    width: 2px;
    height: 50px;
    background: #29b8cf;
    position: absolute;
    bottom: -50px;
    left: 50%;
}

.ps-timeline-sec .container ol.ps-timeline li span.ps-sp-bot:after {
    content: "";
    color: #29b8cf;
    width: 8px;
    height: 8px;
    background: #29b8cf;
    position: absolute;
    top: 69px;
    left: 39%;
    border-radius: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 69px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 60px;
    width: 100%;
}

.ps-timeline-sec .container ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
}

.ps-timeline-sec .container ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 15px;
    width: 100%;
}

.container.container-timeline {
    max-width: initial;
    padding: 0px;
}

img#map {
    width: 100%;
}

.featherlight-next,
.featherlight-previous {
    /* z-index: 20000000; */
    /* background: red; */
}

.featherlight-next,
.featherlight-previous {
    text-indent: initial;
}

.featherlight-next,
.featherlight-previous {
    width: auto;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-color: transparent !important;
    opacity: 0.6;
}

.featherlight-next {
    right: 0px;
}

.featherlight-previous {
    left: 0px;
    justify-content: flex-start;
}

.featherlight-next:before {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-size: 2.2rem !important;
    content: "\f105";
    position: absolute;
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #395a74;
}
.featherlight-content > span {
    background: none;
    top: 0;
}
.featherlight-previous:before {
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 400;
    font-family: "Font Awesome 6 Pro";
    font-size: 2.2rem !important;
    content: "\f104";
    position: absolute;
    background-color: #f0f0f0;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #395a74;
}

.featherlight-next span,
.featherlight-previous span {
    display: none !important;
}

.modal-dialog button.close {
    position: absolute;
    right: 9px;
    top: 0px;
    font-size: 2.2rem;
    z-index: 100000;
}

.acteur {
    cursor: pointer;
}

.content-access-item {
    max-width: 300px;
}

#portrait > img {
    border-radius: 50%;
    max-width: 200px;
    height: auto;
    display: block;
}

.etage {
    transition: all ease-in-out .2s;
}

.etage.inactif {
    fill: #000 !important;
    opacity: 0.7 !important;
}

.etage.actif {
    fill: #fff !important;
    opacity: 0.7 !important;
}

.popover.popover_surface .popover-header {
    border: 0px;
    background-color: transparent;
}

.popover.popover_surface {
    border: 0px;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 20%);
    display: flex;
    background-color: #0000006b;
    border: 1px solid #fff;
    max-width: none;
}

.popover.popover_surface .popover-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
    padding: 1rem;
    color: #fff;
}

.popover.popover_surface .popover-body {
    background-color: #ba0045;
    background-image: url(../images/file-search-regular.svg);
    padding: 1rem 2.5rem;
    background-repeat: no-repeat;
    background-size: 31%;
    background-position: center center;
    border-left: 1px solid #fff;
    border-top-right-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
}

.wpcf7-checkbox span.wpcf7-list-item {
    margin-left: 0px;
}

#contact a {
    color: #ba0045 !important;
}

button.unstyled {
    border: 0px;
    background-color: transparent;
    color: inherit;
    padding: 0px;
    line-height: initial;
}

body {
    padding: 0px !important;
}

input#mc-embedded-subscribe {
    background-color: #ba0045;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 0.9rem !important;
    width: 96%;
    padding: 1rem;
    border: 0px;
}

element.style {}

div#mce-responses {
    margin-left: 0px !important;
}

#mc_embed_signup .mc-field-group {
    padding-bottom: 15px
}

#download .row {
    max-width: 890px;
    margin: 0 auto;
}

#download .btn {
    font-size: 1.5rem;
    padding: 1.5rem;
    background-color: #ed7d00;
    border: 0px;
}

#download .btn:hover {
    background-color: #e17700;
}

div#mce-responses .response {
    font-size: 1.5rem;
    width: 100%;
    padding: 0px;
}

body #mc_embed_signup div#mce-responses {
    padding-left: 0px;
}

#videoModal.show~.modal-backdrop.fade.show {
    background-color: #fff;
    opacity: 1;
}

#videoModal .modal-content {
    border: 0px;
}

#videoModal .modal-content button.close {
    right: -38px;
    top: -57px;
}

button.close span {
    font-size: 4rem;
}

.modal-backdrop {
    z-index: 3000;
}

.modal {
    z-index: 3001;
}

.image-overflow.solo,
.image-overflow.solo img {
    height: 60vh;
}

#accueil img.img-fluid {
    width: calc(100% - 100px);
    height: auto;
}

#accueil .bar-left {
    height: auto;
}

.grecaptcha-badge {
    display: none !important;
    visibility: hidden;
}

#surfaces .bar-left {
    height: auto;
}
.featherlight-content span {
    background-image: none!important;
}   
#tabsTimelapse iframe {
    min-height: 512px!important;
}
.cky-revisit-bottom-right {
    bottom: 50%!important;
    left: initial;
    right: 25px!important;
}
.cky-btn-revisit-wrapper {
    background: #d4d4d4!important;
}
.acteur-2 img.img-fluid {
    width: 100%;
    max-width: 400px;
}
iframe#visite {
    min-height: 500px;
}
/************************************************************
	MEDIAS QUERIES
************************************************************/
@media (min-width: 576px) {
    .w-sm-auto {
        width: auto !important;
    }

    .font-size-sm-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-sm-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-sm-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-sm-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-sm-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-sm-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-sm-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-sm-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-sm-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-sm-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-sm-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-sm-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-sm-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-sm-12 {
        font-size: 4.4rem !important;
    }

    .font-size-sm-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-sm-14 {
        font-size: 6rem !important;
    }

    .show-br-sm br {
        display: initial;
    }
}

@media (min-width: 768px) {

    .cky-consent-container {
        height: 258px; 
    }

    .actu1-3 .slick-track,
    .actu2-3 .slick-track {
        width: 100% !important;
    }

    .actu-item {
        width: 50% !important;
    }

    .font-size-md-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-md-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-md-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-md-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-md-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-md-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-md-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-md-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-md-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-md-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-md-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-md-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-md-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-md-12 {
        font-size: 4.4rem !important;
    }

    .font-size-md-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-md-14 {
        font-size: 6rem !important;
    }

    .show-br-md br {
        display: initial;
    }

    .w-md-85 {
        width: 85% !important;
    }
}

@media (min-width: 992px) {
    .font-size-lg-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-lg-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-lg-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-lg-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-lg-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-lg-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-lg-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-lg-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-lg-7-5 {
        font-size: 1.9rem !important;
    }

    /*26px*/
    .font-size-lg-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-lg-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-lg-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-lg-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-lg-12 {
        font-size: 4.4rem !important;
    }

    .font-size-lg-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-lg-14 {
        font-size: 6rem !important;
    }

    .show-br-lg br {
        display: initial;
    }

    .push-lg-2 {
        left: 16.666667%;
        position: relative;
        z-index: 500;
    }

    .push-lg-3 {
        /*left: 25%;*/
        position: relative;
        z-index: 500;
    }
}

@media(min-width:1200px) {
    .grid-container {
        max-width: 90%;
    }

    .font-size-xl-1 {
        font-size: 0.6rem !important;
    }

    /*10px*/
    .font-size-xl-2 {
        font-size: 0.7rem !important;
    }

    /*11px*/
    .font-size-xl-3 {
        font-size: 0.9rem !important;
    }

    /*14px*/
    .font-size-xl-3-5 {
        font-size: 1rem !important;
    }

    /*14px*/
    .font-size-xl-4 {
        font-size: 1.15rem !important;
    }

    /*18px*/
    .font-size-xl-5 {
        font-size: 1.3rem !important;
    }

    /*21px*/
    .font-size-xl-6 {
        font-size: 1.45rem !important;
    }

    /*23px*/
    .font-size-xl-7 {
        font-size: 1.6rem !important;
    }

    /*26px*/
    .font-size-xl-8 {
        font-size: 2.2rem !important;
    }

    /*35px*/
    .font-size-xl-9 {
        font-size: 2.75rem !important;
    }

    /*45px*/
    .font-size-xl-10 {
        font-size: 3rem !important;
    }

    /*50px*/
    .font-size-xl-11 {
        font-size: 3.75rem !important;
    }

    /*60px*/
    .font-size-xl-13 {
        font-size: 5rem !important;
    }

    /*80px*/
    .font-size-xl-14 {
        font-size: 6rem !important;
    }

    .show-br-xl br {
        display: initial;
    }

    .container-big {
        max-width: 75%;
        min-width: 1140px;
    }
}

@media(min-width:1200px) {
    .grid-container {
        max-width: 90%;
    }
}

@media(min-width:1400px) {
    .grid-container {
        max-width: 1300px;
        width: 100%;
    }
}

@media(max-width:1400px) {
    .temps-destination {
        min-width: 80px;
    }

    ul.transporteurs {
        max-width: 636px;
    }
}

@media(max-width:1300px) {
    .w-100-100 {
        width: calc(100% - 75px) !important;
    }

    /*WIDTH*/
    #icon-brand-icon,
    #bar-right,
    #bar-left,
    #burger,
    #language-selector .wpml-ls-legacy-dropdown,
    #social-menu .dropdown-toggle,
    #bar-bottom .dropdown-menu,
    #bar-bottom a.dropdown-item,
    #icon-brand-link,
    .bar-left {
        width: 75px;
    }


    /*HEIGHT*/
    #icon-brand-icon,
    #bar-bottom,
    #bar-top,
    #burger,
    #language-selector .wpml-ls-legacy-dropdown,
    #language-selector .wpml-ls-legacy-dropdown ul a,
    #social-menu .dropdown-toggle,
    #bar-bottom a.dropdown-item,
    #icon-brand-link {
        height: 75px;
    }

    main.site-content,
    .aside-right {
        padding: 75px 75px 75px 0px;
    }

    #language-selector .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
    #social-menu .dropdown-menu.show {
        bottom: 75px;
    }

    div#bar-top {
        padding-right: 75px !important;
    }

    .section.full,
    .hv-100 {
        min-height: calc(100vh - 150px);
    }
    #visite.hv-100 {
        height: calc(100vh - 150px);
    }

    .bar-left {
        top: 75px;
    }

    header#main-menu input[type="checkbox"]:checked~aside .aside-right {
        transform: translateX(75px);
    }

    .anchor {
        top: -75px;
    }

    #icon-brand-icon {
        padding: 15px;
    }

    #burger {
        padding: 22px;
    }

    .bar-left {
        height: calc(100vh - 150px);
        flex: 0 0 75px;
        max-width: 75px;
    }

    .nom-destination {
        min-width: 145px;
    }

    .temps-destination {
        min-width: 60px;
    }

    ul.transporteurs {
        max-width: 461px;
    }

    a#icon-brand-link {
        width: auto;
    }
}

@media(max-width:1200px) {
    .map-image {
        background-image: none !important;
        padding: 0px;
    }

    .img-map {
        position: relative;
        height: auto;
        object-fit: contain;
        object-position: initial;
    }

    .map-image {
        height: auto;
        min-height: auto;
    }
}

@media(max-width:992px) {

    #accessibilite .max-width,
    .max-width {
        max-width: initial;
    }
}

@media(max-width:768px) {

    .acteur-1,
    .acteur-3,
    .acteur-5,
    .acteur-7 {
        background-color: #fafafb;
    }

    .acteur-0,
    .acteur-2,
    .acteur-4,
    .acteur-6,
    .acteur-8 {
        background-color: #e8e8ed;
    }
}

@media(max-width:576px) {
    .cky-btn-revisit-wrapper.cky-revisit-bottom-right {
        display: none!important;
    }
    section.section {
        flex-direction: column;
    }

    .bar-left {
        height: auto;
        width: 100%;
        max-width: none;
    }

    .bar-left .title {
        transform: none;
        margin-bottom: 0px;
    }

    div#bar-right {
        display: none;
    }

    main.site-content,
    .aside-right {
        padding: 75px 0px 75px 0px;
    }

    #contact-button {
        border-left: 0px !important;
    }

    .temps-destination {
        min-width: 40px;
    }

    .nom-destination {
        min-width: 93px;
    }

    .w-100-100 {
        width: calc(100% - 0px) !important;
    }

    .acteur {
        flex-direction: column;
    }

    button.slick-arrow {
        width: 60px;
        height: 60px;
    }

    .aside-content {
        overflow: scroll;
        height: calc(100vh - 150px);
        max-height: calc(100vh - 150px);
        min-height: initial;
        align-items: start !important;
        padding: 3rem 0rem;
    }

    header#main-menu input[type="checkbox"]:checked~aside .aside-right {
        transform: translateX(0px);
    }

    .card i.fas.fa-angle-down.rotate-icon.ml-auto.font-color-white {
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

    .bar-left {
        position: relative;
        top: 0px;
    }

    #accueil .bar-left,
    .single .bar-left {
        display: none;
    }

    .ps-timeline-sec .container ol.ps-timeline li .ps-bot {
        width: 100% !important;
        padding-left: 35px !important;
    }

    img#icon-brand-text {
        display: none;
    }

    #videoModal .modal-dialog.modal-dialog-centered {
        width: 100%;
        max-width: 100%;
    }

    .separator {
        display: none;
    }

    .popover.popover_surface .popover-body {
        display: none;
    }
}

@media(max-width:400px) {

    #bar-top button.px-3,
    #bar-top a.px-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}