@charset "utf-8";
html {
    scroll-behavior: smooth;
}


/*
 ####### ####### #     # #######  #####
 #       #     # ##    #    #    #     #
 #       #     # # #   #    #    #
 #####   #     # #  #  #    #     #####
 #       #     # #   # #    #          #
 #       #     # #    ##    #    #     #
 #       ####### #     #    #     #####

*/


/* @font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf");
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat.ttf");
}

@font-face {
    font-family: "Gloria Hallelujah";
    src: url("../fonts/Gloria HallelujahHallelujah-Regular.ttf");
} */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /*font-family: "Montserrat";*/
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}


/* .container {
	width: 80%;
	margin: 2rem auto;
} */

.container p {
    margin: 1rem 0;
}


/*

  ####   ####   ####  #    # # ######  ####
 #    # #    # #    # #   #  # #      #
 #      #    # #    # ####   # #####   ####
 #      #    # #    # #  #   # #           #
 #    # #    # #    # #   #  # #      #    #
  ####   ####   ####  #    # # ######  ####
*/

body #tarteaucitronRoot #tarteaucitronAlertBig {
    background: #e9610a;
    color: #fff;
}

body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
body #tarteaucitronAlertBig #knowMore {
    display: block;
    text-align: center;
    color: #fff;
    margin: 15px;
    font-size: 17px;
}

body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    margin: 25px 0;
    font-size: 17px;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
body #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: transparent;
    color: #fff;
    border-color: #fff;
    padding: 10px 15px;
    border: 1px solid #fff;
    transition: 0.3s all;
    margin-top: 5px;
    margin-bottom: 5px;
}

body #tarteaucitronRoot .tarteaucitronDeny {
    background: transparent;
    color: #fff;
    position: absolute;
    top: -30px;
    right: 15px;
    padding: 0;
    border: 0;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    position: static;
}

body #tarteaucitronRoot .tarteaucitronDeny:hover {
    color: #fff;
    background: transparent;
    text-decoration: underline;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize {
    background: #fff;
    color: #262626;
}

body #tarteaucitronAlertBig #tarteaucitronPersonalize:hover {
    background: transparent;
    color: #fff;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover {
    background: #fff;
    color: #262626;
}

body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
body #tarteaucitronAlertBig a {
    border-bottom: 1px solid #fff;
}

body #tarteaucitronAlertBig #tarteaucitronPrivacyUrl:hover,
body #tarteaucitronAlertBig a:hover {
    border-bottom: 3px solid #fff;
}

body div#tarteaucitronAlertBig:before {
    content: "";
    background: none;
    width: 100%;
    background-size: contain;
    height: 0;
    display: block;
}


/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) {
    body div#tarteaucitronAlertBig:before {
        background: url(../images/cookies.webp) no-repeat center;
        height: 15vh;
    }
}


/*

  ####  ######   ##   #####   ####  #    #
 #      #       #  #  #    # #    # #    #
  ####  #####  #    # #    # #      ######
      # #      ###### #####  #      #    #
 #    # #      #    # #   #  #    # #    #
  ####  ###### #    # #    #  ####  #    #
*/

.main-header+#ais-wrapper {
    margin-top: 90px;
    padding-left: 15px;
    padding-right: 15px;
}

.ais-hits--item em,
.ais-hits--item a em {
    background: #e9610a !important;
}

.ais-hierarchical-menu--count,
.ais-refinement-list--count {
    font-size: 14px;
    color: #fff;
}

.ais-hierarchical-menu--count:before,
.ais-refinement-list--count:before {
    content: "(";
}

.ais-hierarchical-menu--count:after,
.ais-refinement-list--count:after {
    content: ")";
}

#algolia-search-box .search-icon {
    fill: #e9610a !important;
}

#algolia-search-box input {
    border-bottom-color: #e9610a !important;
    color: #fff;
}

#ais-facets {
    width: 20% !important;
}


/*
 #     #
 #     # ######   ##   #####  ###### #####
 #     # #       #  #  #    # #      #    #
 ####### #####  #    # #    # #####  #    #
 #     # #      ###### #    # #      #####
 #     # #      #    # #    # #      #   #
 #     # ###### #    # #####  ###### #    #

*/
.video-background {
    position: absolute;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
}

.video-background iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%) scale(1.38);
}

@media (min-aspect-ratio: 16/9) {
    .video-background iframe {
        /* height = 100 * (9 / 16) = 56.25 */
        height: 56.25vw;
    }
}
@media (max-aspect-ratio: 16/9) {
    .video-background iframe {
        /* width = 100 / (9 / 16) = 177.777777 */
        width: 177.78vh;
    }
}
.video {
    width: 100vw;
    height: 100%;
    object-fit: cover;
    position: absolute;
    min-height: 850px;
}

.video_overlay {
    background-color: white;
    -webkit-mask-image: url(../images/eclairs_pluscom1.svg);
    mask-image: url(../images/eclairs_pluscom1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 10vw;
    mask-size: 10vw;
    -webkit-mask-position: center;
    mask-position: center;
    left: 40.5vw;
    top: -164px;
    position: fixed;
    z-index: -11;
}

.header {
    height: 100.06vh;
    /*background: url("../images/DSC_8415_lightroom.jpg") no-repeat bottom center;*/
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: -1px 10vw;
    color: #fff;
    min-height: 800px;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.header_single {
    height: 40vh;
    min-height: 600px;
}

.custom-html-widget {
    display: inherit;
}

@media (orientation: portrait) {
    .header,
    .video {
        min-height: 100vh;
    }
    .header_single,
    .header_single .video {
        min-height: 31vh;
    }
}

.nav-link-main {
    padding: 1rem 1rem;
}

nav {
    display: flex;
    justify-content: space-evenly;
    width: -webkit-fill-available;
}

.main-header {
    position: fixed;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 65px;
    width: 100vw;
    padding: 45px 5vw;
    color: white;
    z-index: 1;
    transition: 0.3s ease-out;
    z-index: 1001;
    background: rgb(38, 38, 38);
    background: -moz-linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    background: linear-gradient(90deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#262626", endColorstr="#262626", GradientType=1);
}

.main-header a {
    text-decoration: none;
    color: inherit;
    text-transform: uppercase;
}

.main-header .nav-links {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 10rem 0;
    width: 100vw;
    height: 100vh;
    font-size: 2rem;
    color: #fff;
    background: rgb(38, 38, 38);
    transition: opacity 0.3s 0.3s, clip-path 1s 0.3s;
    clip-path: circle(200px at top right);
}

.main-header .nav-links,
.main-header .nav-nav {
    display: flex;
    list-style: none;
    align-items: center;
}

.main-header .nav-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .nav-links .nav-link a {
    margin: .2rem;
    padding: 1rem .5rem;
    transition: all 0.3s ease-out;
    outline: none;
}

.main-header .nav-links .nav-link a:hover {
    color: #c6cbd5;
}

.main-header .menu-icon {
    position: relative;
    padding: 26px 10px;
    cursor: pointer;
    z-index: 1;
    display: none;
}

.main-header .menu-icon__line {
    display: block;
    position: relative;
    background: #fff;
    height: 2px;
    width: 20px;
    border-radius: 4px;
}

.main-header .menu-icon__line::before,
.main-header .menu-icon__line::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background: #fff;
    transition: background 0.3s ease;
}

.main-header .menu-icon__line::before {
    transform: translateY(-5px);
}

.main-header .menu-icon__line::after {
    transform: translateY(5px);
}

.main-header .menu-btn {
    display: none;
}

.main-header.scrolled {
    height: 70px;
    background: rgb(38 38 38 / 98%);
    color: white;
    top: 0;
}

.main-header.scrolled .menu-icon__line,
.main-header.scrolled .menu-icon__line::before,
.main-header.scrolled .menu-icon__line::after {
    background: white;
}

.main-header .reseaux a svg {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    transform: scale(1.1);
}

.main-header .reseaux a:hover svg {
    opacity: .9;
    transform: scale(1.2);
}

.reseaux {
    margin-bottom: 0rem;
}

.main-header .reseaux {
    display: flex;
    justify-content: space-evenly;
    flex-direction: row;
    position: absolute;
    background: none;
    /* bottom: 2px; */
    padding: 0;
}

.logopluscom {
    width: auto;
}

.main-header .nav-links .nav-link a {
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-out;
}

@media screen and (min-width: 1200px) {
    .main-header .reseaux {
        display: flex;
    }
    .logopluscom {
        width: 180px;
    }
    .main-header .nav-links .nav-link a {
        margin: .2rem;
        padding: 1rem .5rem;
        transition: all 0.3s ease-out;
    }
}

.current-menu-item:not(#menu-item-190) a::before,
.main-menu a:hover::before {
    color: #ffff !important;
    text-shadow: 18px 0 #ffff, -18px 0 #ffff !important;
    /* margin-top: 15px; */
    top: 90%;
}

.main-menu a::before {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -57%);
    -moz-transform: translate(-50%, -57%);
    transform: translate(-50%, -57%);
    color: transparent;
    content: '\2022';
    text-shadow: 0 0 transparent;
    font-size: 1.2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
    pointer-events: none;
}

@media (min-width: 900px) {
    .main-menu a:hover::before {
        color: #ffff;
        text-shadow: 10px 0 #ffff, -10px 0 #ffff;
    }
    .current-menu-item:not(#menu-item-190) a::before {
        color: #ffff !important;
        text-shadow: 10px 0 #ffff, -10px 0 #ffff !important;
    }
    .main-menu a::before {
        position: relative;
        top: 20px !important;
        left: calc(50% + 0px);
        color: transparent;
        content: '\2022';
        text-shadow: 0 0 transparent;
        font-size: 1.2em;
        -webkit-transition: text-shadow 0.3s, color 0.3s;
        -moz-transition: text-shadow 0.3s, color 0.3s;
        transition: text-shadow 0.3s, color 0.3s;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none;
    }
}

.current-menu-item:not(#menu-item-190) a {
    color: #c6cbd5;
    font-weight: bold;
}


/*Réseaux menu mobile */


/* .reseaux {
		display: flex;
		justify-content: space-evenly;
		flex-direction: row;
		position: absolute;
		background: none;

		padding: 0;
		top: 42vh;
} */

@media screen and (min-width: 900px) {
    #menu-menu-header {
        display: flex;
    }
}

.main-header .menu-icon {
    display: block;
}

.main-header .menu-icon__line {
    animation: closedMid 0.3s backwards;
    animation-direction: reverse;
}

.main-header .menu-icon__line::before {
    animation: closedTop 0.3s backwards;
    animation-direction: reverse;
}

.main-header .menu-icon__line::after {
    animation: closedBtm 0.3s backwards;
    animation-direction: reverse;
}

.main-header .nav-nav {
    position: absolute;
    top: 0;
    left: 0;
}

.main-header .nav-links .nav-link {
    opacity: 0;
    transform: translateX(100%);
    width: 100%;
    text-align: center;
}

.main-header .nav-links .nav-link a {
    display: block;
    padding: 1rem 0;
}

.nav-link-main {
    padding: 0rem 0rem;
}

.main-header .menu-btn:checked~.nav-links {
    opacity: 1;
    clip-path: circle(100% at center);
}

.main-header .menu-btn:checked~.nav-links .nav-link {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(0.175, 0.085, 0.32, 1.275);
}

.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(1) {
    transition-delay: .5s;
}

.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(2) {
    transition-delay: .6s;
}

.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(3) {
    transition-delay: .7s;
}

.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(4) {
    transition-delay: .8s;
}

.main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(5),
.main-header .menu-btn:checked~.nav-links .nav-link-res {
    transition-delay: .9s;
}

.main-header .menu-btn:checked~.menu-icon {
    border-radius: 50%;
    animation: pulse 1s;
}

.main-header .menu-btn:checked~.menu-icon .menu-icon__line {
    background: #fff;
    animation: openMid 0.3s forwards;
}

.main-header .menu-btn:checked~.menu-icon .menu-icon__line::before {
    background: white;
    animation: openTop 0.3s forwards;
}

.main-header .menu-btn:checked~.menu-icon .menu-icon__line::after {
    background: white;
    animation: openBtm 0.3s forwards;
}

.logopluscom {
    width: auto;
}

#menu-menu-header {
    margin-bottom: 0;
}

@media screen and (min-width: 900px) {
    .footer_mentions {
        display: flex;
    }
    .main-header .menu-icon {
        display: none;
    }
    .main-header .menu-icon__line {
        animation: none;
    }
    .main-header .menu-icon__line::before {
        animation: none;
    }
    .main-header .menu-icon__line::after {
        animation: none;
    }
    .main-header .nav-links,
    .main-header .nav-nav {
        list-style: none;
        align-items: center;
        position: relative;
        top: none;
        left: none;
        opacity: 1;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        padding: 0rem 0;
        width: auto;
        height: auto;
        font-size: 1rem;
        transition: none;
        clip-path: none;
        background: none;
    }
    .main-header .main-menu {
        display: flex;
        width: 100%;
    }
    nav {
        width: -webkit-fill-available;
    }
    .main-header .nav-links .nav-link {
        opacity: 1;
        transform: none;
    }
    .main-header .nav-links .nav-link a {
        margin: 0;
        padding: 0;
        transition: all 0.3s ease-out;
    }
    .nav-link-main {
        padding: 1rem 1rem;
    }
    .main-header .menu-btn:checked~.nav-links {
        opacity: 1;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link {
        opacity: 1;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(1) {
        transition-delay: none;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(2) {
        transition-delay: none;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(3) {
        transition-delay: none;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(4) {
        transition-delay: none;
    }
    .main-header .menu-btn:checked~.nav-links .nav-link:nth-of-type(5) {
        transition-delay: none;
    }
    .main-header .menu-btn:checked~.menu-icon {
        position: relative;
        padding: 26px 10px;
        cursor: pointer;
        z-index: 1;
        display: none;
    }
    .main-header .menu-btn:checked~.menu-icon .menu-icon__line {
        display: block;
        position: relative;
        background: #000;
        height: 2px;
        width: 20px;
        border-radius: 4px;
    }
    .main-header .menu-btn:checked~.menu-icon .menu-icon__line::before {
        background: none;
        animation: none;
    }
    .main-header .menu-btn:checked~.menu-icon .menu-icon__line::after {
        background: none;
        animation: none;
    }
    .logopluscom {
        width: 180px;
    }
    .reseaux {
        display: none;
    }
}

@media (min-width: 1200px) {
    .reseaux {
        display: flex;
    }
}

@keyframes pulse {
    from {
        box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.6);
        background: rgba(255, 255, 255, 0.6);
    }
    to {
        box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0);
        background: rgba(255, 255, 255, 0);
    }
}

@keyframes openTop {
    0% {
        transform: translateY(-5px) rotate(0deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(90deg);
    }
}

@keyframes closedTop {
    0% {
        transform: translateY(-5px) rotate(0deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(90deg);
    }
}

@keyframes openMid {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes closedMid {
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes openBtm {
    0% {
        transform: translateY(5px) rotate(0deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(90deg);
    }
}

@keyframes closedBtm {
    0% {
        transform: translateY(5px) rotate(0deg);
    }
    50% {
        transform: translateY(0px) rotate(0deg);
    }
    100% {
        transform: translateY(0px) rotate(90deg);
    }
}


/* Surcharge Bootstrap */

a:hover {
    color: inherit;
    text-decoration: none;
}


/* Hover menu */

.main-menu {
    position: relative;
}


/*
		#     #   #      ####### #     # ######  ####### #     # ######  ### ####### ####### ####### ######
		#     #  ##         #     #   #  #     # #       #  #  # #     #  #     #       #    #       #     #
		#     # # #         #      # #   #     # #       #  #  # #     #  #     #       #    #       #     #
		#######   #         #       #    ######  #####   #  #  # ######   #     #       #    #####   ######
		#     #   #         #       #    #       #       #  #  # #   #    #     #       #    #       #   #
		#     #   #         #       #    #       #       #  #  # #    #   #     #       #    #       #    #
		#     # #####       #       #    #       #######  ## ##  #     # ###    #       #    ####### #     #

 */

#h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 7.5rem;
    font-weight: 900;
}

.titrehome {
    z-index: 1000;
    width: 59%;
    display: flex;
    /* justify-content: center; */
    left: -14vw;
    top: 7vw;
    position: relative;
    line-height: 9em;
}

.titrehome {
    line-height: 3em;
    top: 15vw;
    width: 77%;
}

#h1 {
    font-size: 2.1rem;
}


/* Surcharge du curseur */

.ti-cursor {
    font: 1em / 1em sans-serif !important;
    margin: 0px -21.2031px 0px 3.7969px !important;
}

@media (min-width: 375px) {
    .titrehome {
        line-height: 3em;
        top: 15vw;
        width: 66%;
    }
    #h1 {
        font-size: 2.5rem;
    }
}

@media (min-width: 425px) {
    .titrehome {
        line-height: 3em;
        top: 11vw;
        width: 72%;
    }
    #h1 {
        font-size: 3rem;
    }
}

@media (min-width: 768px) {
    .titrehome {
        line-height: 5em;
        top: 6vw;
    }
    #h1 {
        font-size: 4.5rem;
    }
}

@media (min-width: 1024px) {
    .titrehome {
        line-height: 6em;
        top: 8vw;
    }
    #h1 {
        font-size: 5.5rem;
    }
}

@media (min-width: 1200px) {
    .titrehome {
        width: 52%;
    }
    #h1 {
        font-size: 7rem;
    }
}


/*
	#####
 #     #  ####  #####   ####  #      #           ##   #    # # #    #   ##   ##### #  ####  #    #
 #       #    # #    # #    # #      #          #  #  ##   # # ##  ##  #  #    #   # #    # ##   #
	#####  #      #    # #    # #      #         #    # # #  # # # ## # #    #   #   # #    # # #  #
			 # #      #####  #    # #      #         ###### #  # # # #    # ######   #   # #    # #  # #
 #     # #    # #   #  #    # #      #         #    # #   ## # #    # #    #   #   # #    # #   ##
	#####   ####  #    #  ####  ###### ######    #    # #    # # #    # #    #   #   #  ####  #    #

*/

@-webkit-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@-moz-keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

@keyframes ani-mouse {
    0% {
        opacity: 1;
        top: 29%;
    }
    15% {
        opacity: 1;
        top: 50%;
    }
    50% {
        opacity: 0;
        top: 50%;
    }
    100% {
        opacity: 0;
        top: 29%;
    }
}

.scroll-btn {
    display: flex;
    position: relative;
    left: auto;
    right: auto;
    bottom: 12vh;
    text-align: center;
    padding-bottom: 10px;
    z-index: 1;
}

.scroll-btn>* {
    font-style: inherit;
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: normal;
    color: #7f8c8d;
    color: #ffffff;
    font-family: "Montserrat-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*.active {
    color: #ffffff;
}

.scroll-btn>*:hover,
.scroll-btn>*:focus,
.scroll-btn>*:active,
.scroll-btn>*.active {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.scroll-btn .mouse {
    position: relative;
    display: block;
    width: 35px;
    height: 55px;
    margin: 0 auto 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white;
    border-radius: 23px;
}

.scroll-btn .mouse>* {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: white;
    border-radius: 50%;
    -webkit-animation: ani-mouse 2.5s linear infinite;
    -moz-animation: ani-mouse 2.5s linear infinite;
    animation: ani-mouse 2.5s linear infinite;
}


/*On cache la souris de scroll si l'ecran est trop peu haut */


/* @media (min-aspect-ratio: 21/8) {
	.scroll-btn {
		display: none;
	}
} */

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        visibility: visible;
        opacity: 1;
    }
}

.scroll-btn {
    opacity: 0;
    animation: 8s fadeIn;
    animation-fill-mode: forwards;
    visibility: hidden;
}

.eclair_pluscom1 {
    width: 10vw;
    position: absolute;
    /* mix-blend-mode: screen; */
    /* left: 85.5vw;
		top: 137px; */
    z-index: 102;
    /* position: relative; */
    /* right: -58px;
		top: 71px; */
    background: transparent;
}

.eclair_pluscom2 {
    width: 10vw;
    /* position: absolute; */
    /* right: 0; */
    /* left: 88vw;
		top: 200px; */
    z-index: 102;
    position: absolute;
    /* right: -2.6vw;
		top: 71px; */
    background: transparent;
    /* top: calc(2vw + 151px); */
    /* right: auto; */
}


/* .eclair_pluscom3{
		width: 10vw;
		position: fixed;
		mix-blend-mode: screen;
} */

.isolate {
    isolation: isolate;
}

.agence_container {
    /* position: relative; */
    background-color: transparent;
    /* width: 100vw!important;
		margin-top: -1rem;
		z-index: 15;
		position: relative;
		overflow: hidden;
		/* height: 100vh; */
    min-height: 45vh;
}


/*
 ######                                                               ######                             #     #####  ####### #     #  #####  #######
 #     # ######  ####  #####   ####  #    #  ####  # #    # ######    #     # #       ####   ####       # #   #     # #       ##    # #     # #
 #     # #      #      #    # #    # ##   # #      # #    # #         #     # #      #    # #    #     #   #  #       #       # #   # #       #
 ######  #####   ####  #    # #    # # #  #  ####  # #    # #####     ######  #      #    # #         #     # #  #### #####   #  #  # #       #####
 #   #   #           # #####  #    # #  # #      # # #    # #         #     # #      #    # #         ####### #     # #       #   # # #       #
 #    #  #      #    # #      #    # #   ## #    # #  #  #  #         #     # #      #    # #    #    #     # #     # #       #    ## #     # #
 #     # ######  ####  #       ####  #    #  ####  #   ##   ######    ######  ######  ####   ####     #     #  #####  ####### #     #  #####  #######

*/

@media (min-width: 320px) {
    .agence_container {
        max-width: 95vw;
    }
}

@media (min-width: 768px) {
    .agence_container {
        max-width: 90vw;
    }
}

@media (min-width: 992px) {
    .agence_container {
        max-width: 85vw;
    }
}

@media (min-width: 1200px) {
    .agence_container {
        max-width: 80vw;
    }
}

.agence_container_overlay {
    /* position: relative;
		background-color: white;
		width: 100vw!important;
		max-width: 100vw!important;
		margin-top: -104px; */
    background-color: white;
    -webkit-mask-image: url(../images/eclairs_pluscom1.svg);
    mask-image: url(../images/eclairs_pluscom1.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 10vw;
    mask-size: 10vw;
    -webkit-mask-position: center;
    mask-position: center;
    right: -46px;
    top: 80px;
    position: fixed;
    z-index: -2;
    width: 22vw;
    height: 417px;
    z-index: 12;
}

#DIV_MOVE {
    margin-top: calc(2vw + 151px);
}

#DIV_MOVE2 {
    margin-top: calc(2vw + 151px);
    z-index: 0;
}


/*
 ######                                                               #######
 #     # ######  ####  #####   ####  #    #  ####  # #    # ######    #        ####  #        ##   # #####   ####
 #     # #      #      #    # #    # ##   # #      # #    # #         #       #    # #       #  #  # #    # #
 ######  #####   ####  #    # #    # # #  #  ####  # #    # #####     #####   #      #      #    # # #    #  ####
 #   #   #           # #####  #    # #  # #      # # #    # #         #       #      #      ###### # #####       #
 #    #  #      #    # #      #    # #   ## #    # #  #  #  #         #       #    # #      #    # # #   #  #    #
 #     # ######  ####  #       ####  #    #  ####  #   ##   ######    #######  ####  ###### #    # # #    #  ####

*/

#DIV_MOVE2,
#DIV_MOVE {
    right: calc(5vw + 40px);
    display: none;
}

@media (min-width: 768px) {
    #DIV_MOVE2,
    #DIV_MOVE {
        right: calc(5vw + 60px);
        display: none;
    }
}

@media (min-width: 992px) {
    #DIV_MOVE2,
    #DIV_MOVE {
        right: calc(5vw + 90px);
        display: block;
    }
}

@media (min-width: 1200px) {
    #DIV_MOVE2,
    #DIV_MOVE {
        right: calc(5vw + 130px);
    }
}


/*
	#####
 #     # ###### #    # ###### #####    ##   #
 #       #      ##   # #      #    #  #  #  #
 #  #### #####  # #  # #####  #    # #    # #
 #     # #      #  # # #      #####  ###### #
 #     # #      #   ## #      #   #  #    # #
	#####  ###### #    # ###### #    # #    # ######

 */

h2 a {
    color: #262626;
}

.titrehome h2:not(#h1),
.agence_container h2:not(#h1),
.creations_container h2:not(#h1) {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    font-size: 2rem;
    width: fit-content;
    width: -moz-fit-content;
    font-weight: 800;
}

h2 a {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}

.underline:hover,
.underline:focus,
.underline:active {
    cursor: pointer;
}

.underline:hover:after,
.underline:focus:after,
.underline:active:after {
    width: 40%;
}

.underline:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    height: 2px;
    background-color: #999999;
    width: 70%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

h3 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    color: #262626;
    font-size: 1.3rem;
    text-align: left;
    font-weight: 700;
}

@media(min-width:768px) {
    .agence_container p {
        text-align: justify;
    }
}

.container p {
    /*text-align: justify;*/
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    /* font-size: 1.1rem; */
}

blockquote p {
    font-family: "Gloria Hallelujah", sans-serif !important;
    text-align: center !important;
    width: 50%;
    padding: 35px 0px 20px 0px;
    line-height: 1.5rem;
}

blockquote p a {
    font-family: "Gloria Hallelujah", sans-serif !important;
}

.curly-quotes:before,
.curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .5;
}

.curly-quotes:before {
    content: url(../images/quote_before.svg);
    margin-right: 4px;
    margin-left: -63%;
    width: 50px;
    position: absolute;
}

.color-noir-pluscom .curly-quotes:before,
.color-orange .curly-quotes:before {
    content: url(../images/quote_before_white.svg);
    opacity: .9;
}

.curly-quotes:after {
    content: url(../images/quote_after.svg);
    margin-left: 4px;
    margin-right: -8px;
    width: 50px;
    position: absolute;
    left: 73%;
    top: 54%;
}

.color-noir-pluscom .curly-quotes:after,
.color-orange .curly-quotes:after {
    content: url(../images/quote_after_white.svg);
    opacity: .9;
}

.blockquote {
    display: flex;
    /* flex-direction: column; */
    justify-content: center;
}

.color-white .single .hr,
.color-white .single hr {
    background-image: url('../images/eclair_noir.svg');
}

.color-noir-pluscom .single .hr,
.color-noir-pluscom .single hr {
    background-image: url('../images/eclair_blanc.svg');
}

.color-noir-pluscom .single .hr:after,
.color-noir-pluscom .single hr:after,
.color-noir-pluscom .single .hr:before,
.color-noir-pluscom .single hr:before {
    background: #f4f4f4;
}

.single .hr,
.single hr {
    display: inline-block;
    width: 23px;
    height: 50px;
    background-image: url('../images/eclair_noir.svg');
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    position: relative;
    left: calc(50% - 23px/2);
}

.single .hr:after,
.single hr:after,
.single .hr:before,
.single hr:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background: #e9610a;
    display: block;
    top: calc(50px/2 - 3px/2);
    overflow-x: hidden;
}

.single .hr:after,
.single hr:after {
    right: -300px;
}

.single .hr:before,
.single hr:before {
    left: -307px;
}

del {
    color: #fff;
}


/*
 ######
 #     # #    # ##### #####  ####  #    #
 #     # #    #   #     #   #    # ##   #
 ######  #    #   #     #   #    # # #  #
 #     # #    #   #     #   #    # #  # #
 #     # #    #   #     #   #    # #   ##
 ######   ####    #     #    ####  #    #

*/

.btn,
button {
    background: #1d1d1d;
    border: none;
    font-size: 10px;
    font-size: 1rem;
    background-color: #1d1d1d;
    color: white;
    /*letter-spacing: 0.4px;*/
    padding: 14px 21px;
    padding: 0.3rem 0.1rem;
    border: 2px solid #000000;
    -webkit-transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    /*width: 100%;*/
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #fff!important;
    font-size: 1.1rem !important;
    font-size: 1rem !important;
    padding: 0.3rem 3.1rem !important;
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    border-color: #e9610a !important;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    transition: all ease-in-out .3s !important;
}

.color-white div.wpforms-container-full .wpforms-form input[type=submit],
.color-white div.wpforms-container-full .wpforms-form button[type=submit],
.color-white div.wpforms-container-full .wpforms-form .wpforms-page-button {
    color: #000 !important;
    border-color: #000 !important;
}

div.wpforms-container-full .wpforms-form input[type=submit]:hover,
div.wpforms-container-full .wpforms-form button[type=submit]:hover,
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    letter-spacing: 1px;
}

.btn {
    min-width: 200px;
    min-width: 15rem;
    margin-top: 0.6rem;
    text-transform: uppercase;
}

.btn {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.btnwhite:hover {
    color: #212529 !important;
}

.btnblack:hover {
    color: white !important;
}

@media (min-width: 576px) {
    .btn,
    button {
        width: auto;
    }
}

@media (min-width: 992px) {
    .btn,
    button {
        font-size: 1.1rem;
        padding: 0.3rem 0.1rem;
    }
}

.btn:hover,
button:hover .btn-arrow i * {
    /* background: #2a2a2a;
	border-color: #2a2a2a; */
    /* color: #f2a06c; */
    color: #f2a06c;
}

.color_arrow {
    color: #e9610a;
}

.color-orange .color_arrow {
    color: #ffff;
}

.color-orange h2 {
    color: white;
}

.btn-border {
    background-color: transparent;
    color: #1d1d1d;
}

.btn-arrow {
    position: relative;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
}

.btn-arrow span {
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: transform;
}

.btn-arrow:hover span {
    -webkit-transform: translate3d(-1rem, 0, 0);
    transform: translate3d(-1rem, 0, 0);
}

.btn-arrow svg {
    position: absolute;
    width: 1.1em;
    right: 0px;
    right: 0rem;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    will-change: right, opacity;
}

.btn-arrow svg * {
    stroke-width: 5;
    stroke: #e9610a;
}

.btn-arrow:hover svg {
    opacity: 1;
    right: -2rem;
}


/* .cta_agence{
	display: flex;
	justify-content: space-between;
} */

button span {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    color: #262626;
}


/*
	#####
 #     #  ####  #    # #####  ###### ##### ###### #    #  ####  ######  ####
 #       #    # ##  ## #    # #        #   #      ##   # #    # #      #
 #       #    # # ## # #    # #####    #   #####  # #  # #      #####   ####
 #       #    # #    # #####  #        #   #      #  # # #      #           #
 #     # #    # #    # #      #        #   #      #   ## #    # #      #    #
	#####   ####  #    # #      ######   #   ###### #    #  ####  ######  ####

*/

.competences_container {
    min-height: 55vh;
    /* background-color:black; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
}

.wrapper {
    overflow-x: hidden;
}


/*
 #######
		#    #####    ##   #    #  ####  # ##### #  ####  #    #    #####   ####
		#    #    #  #  #  ##   # #      #   #   # #    # ##   #    #    # #    #
		#    #    # #    # # #  #  ####  #   #   # #    # # #  #    #####  #
		#    #####  ###### #  # #      # #   #   # #    # #  # #    #    # #  ###
		#    #   #  #    # #   ## #    # #   #   # #    # #   ##    #    # #    #
		#    #    # #    # #    #  ####  #   #   #  ####  #    #    #####   ####

*/

body {
    color: #000;
    background-color: #f4f4f4;
    transition: background-color 1s ease;
}


/* panel styles */


/* colours */

.color-noir-pluscom {
    background-color: #262626;
    color: #fff;
}

.color-noir-pluscom .btn-border span,
.color-noir-pluscom h2 a,
.color-noir-pluscom .crea_result h4 {
    color: #fff;
}

.color-noir-pluscom .btn-border,
.color-orange .btn-border,
.color-orange .btn-border span {
    color: #fff;
    border-color: #fff;
}

.color-noir-pluscom .agence .btn-border {
    color: #e9610a;
    border-color: #e9610a;
}

.color-noir-pluscom .ajustement-agence h3,
.color-orange .ajustement-agence h3 {
    color: #fff;
}

.color-orange {
    background-color: #e9610a;
    color: #fff;
}

.color-orange .playlist a {
    color: white;
}

.color-orange .figure-caption {
    color: white;
}

.color-orange footer ul li a,
.color-orange footer .footer_adresse a {
    color: #fff;
}

.color-orange footer .footer_adresse a:hover,
.color-orange footer a:hover {
    color: #fff !important;
    ;
}


/* Ligne orange bandeau compétences */

.competences_container hr {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #e9610a;
}


/*

	####   ####  #    # #####  ###### ##### ###### #    #  ####  ######  ####
 #    # #    # ##  ## #    # #        #   #      ##   # #    # #      #
 #      #    # # ## # #    # #####    #   #####  # #  # #      #####   ####
 #      #    # #    # #####  #        #   #      #  # # #      #           #
 #    # #    # #    # #      #        #   #      #   ## #    # #      #    #
	####   ####  #    # #      ######   #   ###### #    #  ####  ######  ####

*/

.creations_container {
    /* height: 120vh; */
    /* background-color:black; */
    position: relative;
    margin-top: 150px;
    margin-bottom: 50px;
}

.img-competences {
    width: 95vw;
    object-fit: cover;
    position: relative;
}


/* images plus large sur mobile et tablette */

@media (min-width: 768px) {
    .img-competences {
        width: 40vw;
        height: 40vw;
    }
}

@media (min-width: 992px) {
    .img-competences {
        width: 20vw;
        height: 20vw;
    }
}

.competences_container h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    margin-top: 5px;
}

.competences_container h4 b,
.competences_container p {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}

.competences_container h4 b {
    font-size: 2.4rem;
}

.competences_container p {
    font-size: 6rem;
}

.competences_container .info>* {
    text-transform: uppercase;
}

.competences_container .pub>* {
    color: #e9610a;
}

.competences_container .pub {
    position: absolute;
    right: 15px;
    top: -105px;
}

.competences_container .crea>* {
    color: #ca835d;
}

.competences_container .crea {
    position: absolute;
    right: 15px;
    bottom: -100px;
}

.competences_container .internet>* {
    color: #b6674c;
}

.competences_container .internet {
    position: absolute;
    right: 15px;
    top: -105px;
}

.competences_container .photo>* {
    color: #e3b7ae;
}

.competences_container .photo {
    position: absolute;
    right: 15px;
    bottom: -100px;
}

.competences_container .pub p,
.competences_container .internet p {
    margin-top: -3px;
}

.competences_container .crea p,
.competences_container .photo p {
    margin-bottom: -3px;
}

.bloc_photo,
.bloc_internet,
.bloc_crea,
.bloc_pub {
    display: none;
}

.img-competences {
    width: 93vw;
    height: 40vw;
}

.overflow_hidden {
    width: 93vw;
}

@media (min-width: 992px) {
    .bloc_photo,
    .bloc_internet,
    .bloc_crea,
    .bloc_pub {
        display: block;
    }
    .img-competences {
        width: 20vw;
        height: 20vw;
        object-fit: cover;
        position: relative;
    }
    .overflow_hidden {
        width: 100%;
    }
    .bloc_pub {
        position: absolute;
        width: 10vw;
        height: 9vw;
        background: #e9610a;
        left: -35px;
        bottom: -22px;
    }
    .bloc_crea {
        position: absolute;
        width: 10vw;
        height: 9vw;
        background: #ca835d;
        left: -15px;
        top: -30px;
    }
    .bloc_internet {
        position: absolute;
        width: 10vw;
        height: 9vw;
        background: #ca835d;
        right: -24px;
        bottom: -18px;
    }
    .bloc_photo {
        position: absolute;
        width: 10vw;
        height: 9vw;
        background: #e3b7ae;
        right: -30px;
        top: -20px;
    }
}

.container_pub {
    margin-top: 290px;
}

.container_crea {
    margin-top: 75px;
}

.container_internet {
    margin-top: 255px;
}

.container_photo {
    margin-top: 90px;
}


/* Taille police compétence responsive */

.competences_container h4 {
    font-size: 2.0rem;
}

.competences_container h4 b {
    font-size: 2.6rem;
}

.competences_container p {
    font-size: 5rem;
}

.competences_container .pub {
    top: -85px;
}

.competences_container .crea {
    /* bottom: 87px; */
    left: 5.1vw;
    text-align: left;
}

.container_internet {
    margin-top: 120px;
}

.competences_container .internet {
    top: -85px;
}

.competences_container .photo {
    top: -74px;
}

.container_pub {
    margin-top: 90px;
}

.competences_container .photo {
    left: 5.1vw;
    text-align: left;
}

@media (min-width: 992px) {
    .competences_container h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        margin-top: 5px;
    }
    .competences_container h4 b {
        font-size: 2.4rem;
    }
    .competences_container p {
        font-size: 6rem;
    }
    .competences_container .pub {
        position: absolute;
        right: 15px;
        top: -105px;
        text-align: right;
    }
    .competences_container .crea {
        position: absolute;
        right: 15px;
        bottom: -100px;
        text-align: right;
        left: 0;
    }
    .container_internet {
        margin-top: 255px;
    }
    .competences_container .internet {
        position: absolute;
        right: 15px;
        top: -105px;
        text-align: right;
    }
    .container_pub {
        margin-top: 290px;
    }
    .competences_container .photo {
        position: absolute;
        right: 15px;
        bottom: -100px;
        text-align: right;
        top: unset;
    }
}

@media (min-width: 200px) and (max-width: 992px) {
    .competences_container .crea {
        top: -72px;
    }
}


/*
	#####  ######  #######    #
 #     # #     # #         # #
 #       #     # #        #   #
 #       ######  #####   #     #
 #       #   #   #       #######
 #     # #    #  #       #     #
	#####  #     # ####### #     #

*/

.underline2:hover,
.underline2:focus,
.underline2:active {
    cursor: pointer;
}

.underline2:hover:after,
.underline2:focus:after,
.underline2:active:after {
    width: 20%;
}

.underline2:after {
    content: '';
    position: absolute;
    left: 39%;
    /* right: 51%; */
    bottom: -22px;
    height: 2px;
    background-color: #999999;
    width: 25%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.creations_container img {
    position: relative;
    object-fit: cover;
}

.crea_gauche {
    text-align: end;
}

.crea_droite {
    text-align: start;
}


/* Taille des img */


/* Première image à gauche */

.creations_container .crea_gauche article:nth-child(1) img:nth-child(1) {
    width: 70%;
    height: 640px;
}


/* Deuxième image à gauche */

.creations_container .crea_gauche article:nth-child(2) img:nth-child(1) {
    width: 100%;
    height: 540px;
}


/* Première image à droite */

.creations_container .crea_droite article:nth-child(1) img:nth-child(1) {
    width: 100%;
    height: 540px;
}


/* Deuxième image à droite */

.creations_container .crea_droite article:nth-child(2) img:nth-child(1) {
    width: 70%;
    height: 640px;
}


/* ul de gauche à droite # hashtag */

.crea_result ul {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    color: #e9610a;
    padding-bottom: 25px;
    padding-top: 5px;
    position: relative;
    width: fit-content;
    /* width: 100%; */
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
    max-width: 100%;
}

.crea_result ul li {
    padding-left: 5px;
}

.crea_gauche ul {
    justify-content: flex-end;
    position: relative;
    margin-left: auto;
}

.crea_result article {
    position: relative;
}


/* Titre des créas */

.crea_result h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    color: #262626;
    font-size: 1.7rem;
    width: 28%;
    position: absolute;
    z-index: 100;
}

.crea_gauche article:nth-child(1) h4 {
    top: 45px;
    left: 10%;
}

.crea_gauche article:nth-child(2) h4 {
    top: 24px;
    left: -18%;
}

.crea_droite article:nth-child(1) h4 {
    top: 460px;
    right: -18%;
}

.crea_droite article:nth-child(2) h4 {
    bottom: 60px;
    right: 10%;
}

@media (min-width: 768px) {
    .crea_droite ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: fit-content;
    }
}

.loading {
    display: none;
    transition: all ease-in-out 1s;
}

.is-active-spinner {
    display: block;
}


/*

 ###### # #      ##### #####  ######    #####  #    #  ####  #####  ####
 #      # #        #   #    # #         #    # #    # #    #   #   #    #
 #####  # #        #   #    # #####     #    # ###### #    #   #   #    #
 #      # #        #   #####  #         #####  #    # #    #   #   #    #
 #      # #        #   #   #  #         #      #    # #    #   #   #    #
 #      # ######   #   #    # ######    #      #    #  ####    #    ####

*/

.grad {
    opacity: .7;
    position: absolute;
    top: 0;
    /* z-index: 99; */
    z-index: 0;
}

@media(min-width:992px) {
    .grad1 {
        height: 540px;
        width: 70%;
        right: 0;
    }
    .grad2 {
        height: 540px;
        width: 100%;
        left: 0;
    }
    .grad3 {
        height: 640px;
        width: 70%;
        left: 0;
    }
    .grad_white2 {
        background: linear-gradient(135deg, white 0%, transparent 35%, transparent 100%);
    }
    .grad_white3 {
        background: linear-gradient(280deg, white 0%, transparent 35%, transparent 100%);
    }
}

.filtre-selected {
    background-color: black;
    border-radius: 10px;
}

.filtre-selected a {
    color: white !important;
}


/* .loader {
		width: 250px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		font-family: helvetica, arial, sans-serif;
		text-transform: uppercase;
		font-weight: 900;
		color: #e9610a;
		letter-spacing: 0.2em;
		z-index: 1000;
}

.loader::before,
.loader::after {
		content: "";
		display: block;
		width: 15px;
		height: 15px;
		background: #e9610a;
		position: absolute;
		-webkit-animation: load .7s infinite alternate ease-in-out;
		animation: load .7s infinite alternate ease-in-out;
}

.loader::before {
		top: 0;
}

.loader::after {
		bottom: 0;
}

@-webkit-keyframes load {
		0% {
				left: 0;
				height: 30px;
				width: 15px;
		}
		50% {
				height: 8px;
				width: 40px;
		}
		100% {
				left: 235px;
				height: 30px;
				width: 15px;
		}
}

@keyframes load {
		0% {
				left: 0;
				height: 30px;
				width: 15px;
		}
		50% {
				height: 8px;
				width: 40px;
		}
		100% {
				left: 235px;
				height: 30px;
				width: 15px;
		}
} */

@-webkit-keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes loader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader {
    position: fixed;
    z-index: 10;
    margin: -18px 0 0 -18px;
    border: 3.6px solid #ff974d;
    box-sizing: border-box;
    overflow: hidden;
    width: 65px;
    height: 65px;
    left: 50%;
    top: 50%;
    animation: loader-spin 2s linear infinite reverse;
    /* -webkit-filter: url(#goo);
    filter: url(#goo); */
    box-shadow: 0 0 0 1px #ff974d inset;
    border-radius: 5px;
}

.loader:before {
    content: "";
    position: absolute;
    -webkit-animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
    animation: loader-spin 2s cubic-bezier(0.59, 0.25, 0.4, 0.69) infinite;
    background: #ff974d;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 50%;
    width: 150%;
    height: 150%;
    top: 50%;
    left: -12.5%;
}

#custom-alm-loader #bm {
    position: fixed;
    z-index: 10;
    overflow: hidden;
    width: 200px;
    height: 200px;
    left: calc(50% - 200px/2);
    top: 50%;
    pointer-events: none;
}


/*

	 ##   #    # # #    #     ####  #####  ######   ##
	#  #  ##   # # ##  ##    #    # #    # #       #  #
 #    # # #  # # # ## #    #      #    # #####  #    #
 ###### #  # # # #    #    #      #####  #      ######
 #    # #   ## # #    #    #    # #   #  #      #    #
 #    # #    # # #    #     ####  #    # ###### #    #

*/


/* animation du txt */

.span_trigger span {
    position: absolute;
    top: 5px;
    right: 0;
    background: #f4f4f4;
    width: 100%;
    border-left: .1em solid #e9610a;
    -webkit-animation: typing 3s steps(16) forwards, cursor 1s infinite;
    animation: typing 3s steps(16) forwards, cursor 1s infinite;
}


/* Animation */

@-webkit-keyframes typing {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@-webkit-keyframes cursor {
    50% {
        border-color: white;
    }
}

@keyframes typing {
    from {
        width: 100%;
    }
    to {
        width: 0;
    }
}

@keyframes cursor {
    50% {
        border-color: white;
    }
}

ul {
    list-style: none;
}


/*

 ######  ####   ####  ##### ###### #####
 #      #    # #    #   #   #      #    #
 #####  #    # #    #   #   #####  #    #
 #      #    # #    #   #   #      #####
 #      #    # #    #   #   #      #   #
 #       ####   ####    #   ###### #    #

*/

footer {
    min-height: 700px;
    margin-top: 80px;
    clear: both;
}

footer .footer_network {
    font-size: 0.5rem;
}

footer img {
    width: fit-content;
}

footer .menu_footer {
    text-align: center;
    font-size: 0.8rem !important;
}

footer .menu_footer ul {
    display: block;
}

footer .row,
footer h2 {
    width: 100%;
    justify-content: center;
    position: relative;
    font-size: 0.8rem;
}

.color-noir-pluscom footer h2,
.color-noir-pluscom ul li a {
    color: #fff;
}


/*.color-white footer a>img {*/


/*    filter: drop-shadow(1px 4px 6px #262626);*/


/*}*/

footer .footer_mentions {
    text-align: center;
}

footer ul li a {
    color: #262626
}

footer a:hover {
    color: #e9610a !important;
}

footer .footer_adresse {
    color: #e9610a;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-align: center;
    line-height: 1.2em;
    font-size: 0.9rem;
}

footer .footer_adresse a {
    color: #e9610a;
}

footer h2::after {
    content: '';
    position: absolute;
    height: 3px;
    width: 15%;
    border-radius: 4px;
    background: #cccccc;
    top: 80%;
    left: 42%;
}

footer {
    position: relative;
    /* top: 150px; */
}

.logofooter {
    width: 150px;
}

.crea_result h4 {
    width: 100%;
}

.crea_droite article:nth-child(1) h4 {
    /* top: 268px; */
    top: 230px;
    right: 1%;
    text-align: right;
}

.crea_droite article:nth-child(2) h4 {
    /* bottom: 85px; */
    bottom: 74px;
    right: 1%;
    text-align: right;
}

.crea_gauche article:nth-child(1) h4 {
    top: 5px;
    left: 1%;
    text-align: left;
}

.crea_gauche article:nth-child(2) h4 {
    top: 6px;
    left: 1%;
    text-align: left;
}

@media(min-width:992px) {
    .grad1 {
        height: 540px;
        width: 100%;
        right: 0;
    }
    .grad2 {
        height: 300px;
        width: 100%;
        left: 0;
    }
    .grad3 {
        height: 300px;
        width: 100%;
        left: 0;
    }
}

.creations_container .crea_gauche article:nth-child(1) img:nth-child(1) {
    width: 100%;
    height: 300px;
}

.creations_container .crea_gauche article:nth-child(2) img:nth-child(1) {
    width: 100%;
    height: 300px;
}

.creations_container .crea_droite article:nth-child(1) img:nth-child(1) {
    width: 100%;
    height: 300px;
}

.creations_container .crea_droite article:nth-child(2) img:nth-child(1) {
    width: 100%;
    height: 300px;
}

.crea_gauche ul,
.crea_droite ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
}

.grad_white3 {
    background: linear-gradient(350deg, white 0%, transparent 35%, transparent 100%);
    height: 300px;
    width: 100%;
}

.grad_white2 {
    background: linear-gradient(175deg, white 0%, transparent 35%, transparent 100%);
    height: 300px;
    width: 100%;
}

@media (min-width: 992px) {
    .crea_result h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 900;
        color: #262626;
        font-size: 1.7rem;
        width: 45%;
        position: absolute;
        z-index: 100;
    }
    .crea_droite article:nth-child(1) h4 {
        top: 460px;
        right: -7%;
    }
    .crea_droite article:nth-child(2) h4 {
        bottom: 60px;
        right: 15%;
    }
    .crea_gauche article:nth-child(1) h4 {
        top: 45px;
        left: 9%;
        text-align: right;
    }
    .crea_gauche article:nth-child(2) h4 {
        top: 24px;
        left: -18%;
        text-align: right;
    }
    .grad1 {
        height: 540px;
        width: 70%;
        right: 0;
    }
    .grad2 {
        height: 540px;
        width: 100%;
        left: 0;
    }
    .grad3 {
        height: 640px;
        width: 70%;
        left: 0;
    }
    .creations_container .crea_gauche article:nth-child(1) img:nth-child(1) {
        width: 70%;
        height: 640px;
    }
    .creations_container .crea_gauche article:nth-child(2) img:nth-child(1) {
        width: 100%;
        height: 540px;
    }
    .creations_container .crea_droite article:nth-child(1) img:nth-child(1) {
        width: 100%;
        height: 540px;
    }
    .creations_container .crea_droite article:nth-child(2) img:nth-child(1) {
        width: 70%;
        height: 640px;
    }
    .creations_container .alm-reveal article .grad1 {
        height: 250px;
        width: 94.8%;
        right: 14px;
    }
    .creations_container .alm-reveal article .grad_white2 {
        z-index: 1;
    }
    .creations_container .alm-reveal article img {
        opacity: 0.92;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .creations_container .alm-reveal article:hover h3 {
        letter-spacing: 1px;
    }
    .creations_container .alm-reveal article:hover img {
        opacity: 1;
    }
    .creations_container .alm-reveal article h3 {
        z-index: 110;
        transition: all 0.7s ease;
    }
    .creations_container .alm-reveal .grad_white2 {
        background: linear-gradient(175deg, black 0%, transparent 35%, transparent 100%);
    }
    .creations_container .alm-reveal article:nth-child(1) h3 {
        position: absolute;
        top: 0px;
        left: 19px;
        width: 91%;
        text-align: right;
    }
    .creations_container .alm-reveal article:nth-child(2) h3 {
        top: 460px;
        right: -7%;
        position: absolute;
    }
    .creations_container .alm-reveal article:nth-child(3) h3 {
        top: 24px;
        left: -18%;
        text-align: right;
        position: absolute;
    }
    .creations_container .alm-reveal article:nth-child(4) h3 {
        bottom: 120px;
        right: 15%;
        text-align: right;
        position: absolute;
    }
    /*autres page */
    @media(min-width:992px) {
        .creations_container .alm-reveal article:nth-child(1) img:nth-child(1) {
            width: 70%;
            height: 640px;
        }
        .creations_container .alm-reveal article h3 {
            z-index: 110;
            width: 55%;
            transition: all 0.7s ease;
        }
        .creations_container .alm-reveal article img {
            opacity: 0.92;
            -webkit-transition: all 0.7s ease;
            transition: all 0.7s ease;
        }
        .creations_container .alm-reveal article:hover h3 {
            letter-spacing: 1px;
        }
        .creations_container .alm-reveal article:hover img {
            opacity: 1;
        }
        .creations_container .alm-reveal article:nth-child(1) h3 {
            top: 45px;
            left: 9%;
            text-align: left !important;
            position: absolute;
        }
        .creations_container .alm-reveal article:nth-child(2) h3 {
            top: 460px;
            right: -7%;
            position: absolute;
        }
        .creations_container .alm-reveal article:nth-child(3) h3 {
            top: 24px;
            left: -1vw;
            text-align: right;
            position: absolute;
        }
        .creations_container .alm-reveal article:nth-child(4) h3 {
            bottom: 120px;
            right: 15%;
            text-align: right;
            position: absolute;
        }
        .creations_container .alm-reveal article:nth-child(1) .grad1,
        .creations_container .alm-reveal article:nth-child(4) .grad1 {
            height: 540px;
            width: 68.9%;
            right: 0;
        }
        .creations_container .alm-reveal article:nth-child(4) .grad1 {
            height: 560px;
            width: 71%;
            left: 14px;
        }
        .creations_container .alm-reveal article:nth-child(1) .grad_white2 {
            background: linear-gradient(135deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
        }
        .creations_container .alm-reveal article:nth-child(2) .grad_white2 {
            background: linear-gradient(280deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
        }
        .creations_container .alm-reveal article:nth-child(2) .grad1 {
            height: 540px;
            width: 97.5%;
            left: 0;
        }
        .creations_container .alm-reveal article:nth-child(3) .grad_white2 {
            background: linear-gradient(135deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
        }
        .creations_container .alm-reveal article:nth-child(3) .grad1 {
            height: 540px;
            width: 97.5%;
            right: 0;
        }
        .creations_container .alm-reveal article:nth-child(4) .grad_white2 {
            background: linear-gradient(280deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
        }
        .creations_container .alm-reveal article:nth-child(4) .grad1 {
            height: 640px;
            width: 66.5%;
            left: 14px;
        }
        .creations_container .alm-reveal article:nth-child(1),
        .creations_container .alm-reveal article:nth-child(1) h3,
        .creations_container .alm-reveal article:nth-child(3),
        .creations_container .alm-reveal article:nth-child(3) h3 {
            text-align: end;
        }
        .creations_container .alm-reveal article:nth-child(1) ul,
        .creations_container .alm-reveal article:nth-child(3) ul {
            justify-content: flex-end;
        }
        .creations_container .alm-reveal article:nth-child(3) img:nth-child(1) {
            width: 100%;
            height: 540px;
        }
        .creations_container .alm-reveal article:nth-child(2) img:nth-child(1) {
            width: 100%;
            height: 540px;
        }
        .creations_container .alm-reveal article:nth-child(4) img:nth-child(1) {
            width: 70%;
            height: 640px;
        }
        .creations_container .alm-reveal article:nth-child(4) {
            position: relative;
            top: -100px;
        }
        /* .creations_container .alm-reveal:not(:first-child) {
								position: relative;
								top: -100px;
								height: 1400px !important;
						} */
    }
    .crea_gauche ul {
        justify-content: flex-end;
        position: relative;
        margin-left: auto;
    }
    .grad_white3 {
        background: linear-gradient(280deg, white 0%, transparent 35%, transparent 100%);
    }
    .grad_white2 {
        background: linear-gradient(135deg, white 0%, transparent 35%, transparent 100%);
    }
}

@media (min-width: 992px) {
    .crea_result ul {
        width: fit-content;
    }
    .alm-item ul {
        width: auto !important;
    }
}

@media(min-width:1200px) {
    .creations_container .alm-reveal article:nth-child(3) h3 {
        left: -6vw;
    }
}


/*
 #     #
 #     #  ####  #    # ###### #####     #####  #    #  ####  #####  ####
 #     # #    # #    # #      #    #    #    # #    # #    #   #   #    #
 ####### #    # #    # #####  #    #    #    # ###### #    #   #   #    #
 #     # #    # #    # #      #####     #####  #    # #    #   #   #    #
 #     # #    #  #  #  #      #   #     #      #    # #    #   #   #    #
 #     #  ####    ##   ###### #    #    #      #    #  ####    #    ####

*/

.competences_container a {
    position: initial;
}

.overflow_hidden {
    overflow: hidden;
    width: 20vw;
    height: 20vw;
}

.competences_container article img,
.competences_container article {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.competences_container article:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.competences_container article:hover {
    /* text-shadow:0px 0px 30px; */
    letter-spacing: 1px;
}

.overflow_hidden {
    width: 95vw;
    height: 40vw;
}

@media (min-width: 576px) {
    .overflow_hidden {
        width: 95vw;
        height: 40vw;
    }
}

@media (min-width: 768px) {
    .overflow_hidden {
        width: 93vw;
    }
}

@media (min-width: 992px) {
    .overflow_hidden {
        overflow: hidden;
        width: 20vw;
        height: 20vw;
    }
}


/* .crea_result .stretched-link img{
	transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.crea_result .stretched-link:hover img{
	box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}
.crea_result .stretched-link .glow-wrap {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
.crea_result .stretched-link .glow{
	display: block;
	position:absolute;
	width: 100%;
	height: 300%;
	background: rgba(255,255,255,.2);
	top: 0;
	filter: blur(5px);
	transform: rotate(45deg) translate(-450%, 0);
	transition: all 4s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.crea_result .stretched-link:hover .glow{
	transform: rotate(45deg) translate(450%, 0);
	transition: all 4s cubic-bezier(0.645, 0.045, 0.355, 1);
} */

.crea_result .stretched-link h4 {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.crea_result .stretched-link img {
    opacity: 0.97;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.crea_result .stretched-link:hover h4 {
    letter-spacing: 1px;
}

.crea_result .stretched-link:hover img {
    opacity: 1;
}

.black {
    color: #c1c8d6;
    mix-blend-mode: difference;
}


/* Adaptation line-height competences */

.crea p,
.internet p,
.photo p,
.pub p {
    line-height: 4rem;
}

footer h2 {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: auto !important;
    position: relative !important;
    font-size: 0.9rem !important;
    font-weight: 800;
}

#hide {
    opacity: 0;
    position: absolute;
}


/* décalage ancre */

.anchor {
    display: block;
    height: 150px;
    /*same height as header*/
    margin-top: -150px;
    /*same height as header*/
    visibility: hidden;
}

a {
    color: #e9610a;
}

p a {
    color: #fff;
    font-weight: bold;
}

#breadcrumbs a {
    color: #e9610a;
}

.color-orange #breadcrumbs a:hover {
    color: #000 !important;
}

.color-white p a,
.site-content p a,
.site-content ul a {
    color: #000;
}

.site-content ul a:hover {
    color: #e9610a;
}

.page_home p a {
    color: #000;
}

.color-noir-pluscom .page_home p a,
.color-noir-pluscom .site-content p a {
    color: #fff;
}

p a:hover,
.color-noir-pluscom .site-content p a:hover {
    color: #e9610a;
}

.color-orange .wp-block-column a,
.color-orange .wp-block a {
    color: black;
}

.color-orange .wp-block-column a:hover,
.color-orange .wp-block a:hover {
    color: white;
}


/* site content */

#site-content {
    position: relative;
    min-height: 600vh;
    /* background: red; */
    margin-top: 100px;
}

.gestion_filtre {
    display: none;
}

.appears {
    display: block;
}

#filtre {
    cursor: pointer;
}


/* Page Agence */


/*.header_agence {*/


/*    background: #262626;*/


/*}*/

.header_agence .video2 {
    position: relative !important;
}

.video2 {
    width: 100vw;
    height: 70vh;
    object-fit: contain;
    position: absolute;
    min-height: 511px;
}

.agence .container p,
.agence .container h3 {
    text-align: center !important;
}

.cta_btn {
    justify-content: center;
}

.agence .btn,
button {
    font-size: 1.1rem;
    padding: 0.3rem 3.1rem;
}

.agence h3 {
    color: white;
}

.figure-img {
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: 100% !important;
}

.ajustement-agence {
    padding: 0 10%;
    position: relative;
    z-index: 102;
}

.playlist {
    /*position: absolute;*/
    bottom: 15px;
}

.figure>* {
    font-size: 0.9rem;
}

.agence h1,
.ajustement-agence h2 {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
}

.figure-caption {
    color: white;
}

.agence h1 {
    position: relative;
}

.agence h1::after {
    content: '';
    position: absolute;
    left: 45%;
    /* right: 51%; */
    bottom: -22px;
    height: 3px;
    background-color: #e9610a;
    width: 10%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.ajustement-agence h2 {
    position: relative;
}

.ajustement-agence h2::after {
    content: '';
    position: absolute;
    left: 46%;
    /* right: 51%; */
    bottom: -22px;
    height: 3px;
    background-color: #fff;
    width: 7%;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
    /* margin-bottom: 2px; */
}

figure p {
    font-size: 0.8rem;
}


/*Ajax load more ovveride */

.alm-reveal {
    /*display: flex;*/
}

.alm-reveal img {
    width: 100%;
    object-fit: cover;
    height: 250px;
}

.alm-item h3 a {
    color: white!important;
}

.alm-item ul li {
    color: #e9610a !important;
}

.alm-filter-nav li.active a {
    font-weight: bold;
}


/* .alm-reveal article:hover h3 a, .alm-reveal article:hover ul li{
		color: #e9610a !important;
} */


/* .alm-reveal article h3 a, .alm-reveal article ul li{
		transition: all ease-in-out 1s;
} */

.single h2::after {
    display: none;
}

.single blockquote p,
.ispage blockquote p {
    width: 100% !important;
}

.grayscale {
    filter: grayscale(1);
    transition: all ease-in-out 1s;
}

.grayscale:hover {
    filter: none;
}

.single img,
.ispage img {
    max-width: 100%;
    /* width: 100%; */
    object-fit: contain;
    height: auto;
}

.ispage ul li img {
    height: 200px;
}

.single ul,
.single ol,
.ispage ul,
.ispage ol {
    display: block;
    padding-left: 20px;
}

.single ul,
.ispage ul {
    list-style: initial;
}

.single h1,
.ispage h1 {
    text-transform: uppercase;
}

.ajax-load-more-wrap.infinite .alm-load-more-btn {
    background-size: contain;
}

.contact {
    height: 0px;
    margin-top: -175px;
}

div.wpforms-container-full .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full .wpforms-form select.wpforms-field-medium,
div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
    max-width: 100%;
}

.wpforms-submit-container {
    text-align: center;
}

.crea_result2 h2 {
    width: auto !important;
}

.crea_result2 p {
    text-align: center;
}


/* test css iframe center */

body form.mj-form {
    text-align: center;
}

.wpforms-field-container input,
wpforms-field-container textarea,
div.wpforms-container-full .wpforms-form textarea {
    border: none!important;
    border-bottom: solid!important;
    background-color: transparent!important;
}

.wpforms-field-container textarea {
    min-height: 100px!important;
}

#map_canvas {
    height: 300px;
    width: 100%;
    margin: auto;
}

#titreprincipal {
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    width: fit-content;
    position: relative;
    font-size: 2rem;
    font-weight: 800;
}

#titreprincipal a {
    font-family: "Montserrat", sans-serif;
    color: black;
    font-weight: 800;
}

.color-noir-pluscom #titreprincipal a,
.color-noir-pluscom h3 {
    color: white;
}

.color-noir-pluscom .wpforms-field-container input,
.color-noir-pluscom .wpforms-field-container textarea,
.color-noir-pluscom div.wpforms-container-full .wpforms-form textarea {
    border-color: white!important;
    color: white!important;
}

.color-noir-pluscom div.wpforms-container-full .wpforms-form label.wpforms-error {
    color: white;
}

.color-noir-pluscom #content {
    color: black;
}

.w100 {
    width: 100% !important;
}

.uppercase {
    text-transform: uppercase;
}

.grey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease-in-out !important;
}

.grey:hover {
    filter: grayscale(0%);
}

.color-noir-pluscom .grey {
    filter: grayscale(0%);
}

.partenariat img {
    max-width: 150px;
    object-fit: cover;
}

figure img {
    object-fit: cover;
}

.wp-block-quote p {
    width: 100%;
}

.header_page {
    height: 50vh;
    min-height: 500px;
}

.alm-filter-nav,
.alm-reveal ul {
    display: flex;
    flex-direction: column;
}

.listeflex {
    display: flex;
    flex-direction: column;
}

@media(min-width:992px) {
    .alm-filter-nav,
    .alm-reveal ul,
    .listeflex {
        flex-direction: row;
    }
}

.wp-block-kadence-column p a {
    color: white;
}

.vw100 img {
    width: 100vw;
}


/* Ajustement page contact */

.color-orange div.wpforms-container-full .wpforms-form input[type=date],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime-local],
.color-orange div.wpforms-container-full .wpforms-form input[type=email],
.color-orange div.wpforms-container-full .wpforms-form input[type=month],
.color-orange div.wpforms-container-full .wpforms-form input[type=number],
.color-orange div.wpforms-container-full .wpforms-form input[type=password],
.color-orange div.wpforms-container-full .wpforms-form input[type=range],
.color-orange div.wpforms-container-full .wpforms-form input[type=search],
.color-orange div.wpforms-container-full .wpforms-form input[type=tel],
.color-orange div.wpforms-container-full .wpforms-form input[type=text],
.color-orange div.wpforms-container-full .wpforms-form input[type=time],
.color-orange div.wpforms-container-full .wpforms-form input[type=url],
.color-orange div.wpforms-container-full .wpforms-form input[type=week],
.color-orange div.wpforms-container-full .wpforms-form select,
.color-orange div.wpforms-container-full .wpforms-form textarea,
.color-orange a,
.color-orange h3,
.color-orange #titreprincipal a {
    color: #fff !important;
}

.color-orange .underline2:after {
    background-color: #fff;
}

#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}

#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0 0.4375em;
    border: 1px solid #d1d1d1;
}

#ajax_fitler_search_results li.no-result {
    width: 100%;
    text-align: center;
}

#ajax_fitler_search_results a {
    color: #2a2a2a;
}

.color-noir-pluscom #ajax_fitler_search_results a {
    color: #fff;
}

#ajax_filter_search_results li img {
    height: 200px;
}

.leclient {
    clear: both;
}


/* custom loader css reas */

.alm-btn-wrap {
    height: 0;
    visibility: hidden !important;
}

.alm-load-more-btn {
    height: 0;
    visibility: hidden;
}

#custom-alm-loader {
    opacity: 0;
    transition: all 0.1s ease;
}

.alm-loading #custom-alm-loader {
    display: block;
    opacity: 1;
}

div.wpforms-container-full .wpforms-form .wpforms-required-label {
    color: #e9610a !important;
}


/*Modifs aline*/

h4.underline-rea {
    text-transform: uppercase;
    color: #e9610a;
    position: relative;
}

h4.underline-rea::after {
    content: '';
    position: absolute;
    left: 0%;
    /* right: 51%; */
    bottom: -22px;
    height: 2px;
    background-color: #e9610a;
    width: 100px;
    -webkit-transition: width 0.25s;
    transition: width 0.25s;
}

.reseaux {
    display: none !important;
}


/* @media(max-width:900px) {
		.reseaux {
				display: flex !important;
				position: absolute !important;
				bottom: 0px !important;
				height: auto !important;
				flex-direction: row !important;
				margin-top: 70vh !important;
				background: transparent !important;
		}
} */

@media(min-width:900px) {
    .reseaux {
        display: flex !important;
    }
}

hr.hrfooter {
    position: absolute;
    width: 100%;
    top: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 2px solid #fff;
    z-index: -1;
    width: 90%;
}

@media(min-width:768px) {
    hr.hrfooter {
        top: 2%;
        width: 100%;
    }
}

@media(min-width:900px) {
    hr.hrfooter {
        top: 10%;
    }
}

@media(min-width:992px) {
    hr.hrfooter {
        top: 0px;
    }
}

@media(max-width:992px) {
    .alm-reveal .grad {
        display: none !important;
    }
}

.btn-nav-post {
    flex-direction: column;
    align-items: center;
}

@media(min-width:576px) {
    .btn-nav-post {
        flex-direction: row;
    }
}

@media(min-width:992px) {
    .alm-listing .alm-reveal {
        max-height: 1310px !important;
    }
    .alm-filter-nav li::after {
        content: '';
        width: 2px;
        height: 17px;
        position: absolute;
        background-color: #e9610a;
        right: -2px;
        top: 50%;
        /* left: 50%; */
        transform: translate(-50%, -50%);
    }
    .alm-filter-nav li:last-child::after {
        display: none;
    }
}

.alm-filter-nav li {
    position: relative;
}


/*
 #         ###   #
 #    #   #   #  #    #
 #    #  #     # #    #
 #    #  #     # #    #
 ####### #     # #######
			#   #   #       #
			#    ###        #

*/

main.p404,
main.partenaires {
    position: relative;
    top: 100px;
}

main.partenaires {
    min-height: 250px;
}

main.p404 .text-orange {
    position: relative;
}


/*404 pc*/

.tnot {
    position: absolute;
    bottom: 17px;
    left: -18px;
    transform: rotate(270deg);
    font-size: 1.4rem;
}

.tfound {
    position: relative;
    bottom: -25px;
    left: 20px;
    font-size: 2rem;
}

.t404 {
    font-size: 3.5rem;
}

span.error {
    font-size: 1.9rem;
}

.t404,
span.error {
    line-height: 0.8;
}

.tpage {
    font-size: 1.5rem;
    line-height: 1.4;
    position: absolute;
}

main.p404 .text-orange {
    color: #e9610a;
}

main.p404 #titreprincipal {
    margin-left: auto;
    right: 0;
    width: fit-content;
    width: -moz-fit-content;
}

@media(min-width:992px) {
    .tnot {
        font-size: 2.8rem;
        position: absolute;
        bottom: 28px;
        left: -31px;
        transform: rotate(270deg);
    }
    .tfound {
        font-size: 9rem;
        position: relative;
        bottom: -30px;
        left: 36px;
    }
    .t404 {
        font-size: 7rem;
    }
    span.error {
        font-size: 3.8rem;
    }
    .tpage {
        font-size: 3rem;
    }
    .t404,
    span.error {
        line-height: 1;
    }
}

#container {
    width: 100%;
    height: 500px;
    position: relative;
}

#container h2::after {
    display: none;
}

#container canvas {
    width: 100% !important;
    height: auto !important;
    max-height: 100% !important;
}

#container #score {
    position: absolute;
    /* top: -4%; */
    top: 20px;
    width: 100%;
    text-align: center;
    font-size: 3rem;
    transition: transform 0.5s ease;
    color: #fff;
    transform: translatey(-200px) scale(1);
}

#container #game {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#container .game-over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#container .game-over * {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translatey(-50px);
    color: #fff;
}

#container .game-over h2 {
    margin: 0;
    padding: 0;
    font-size: 39px;
}

#container .game-ready {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

#container .game-ready #start-button {
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
    transform: translatey(-50px);
    border: 3px solid #fff;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    font-size: 30px;
}

#container #instructions {
    position: absolute;
    width: 100%;
    top: 16vh;
    left: 0;
    text-align: center;
    transition: opacity 0.5s ease, transform 0.5s ease;
    opacity: 0;
}

#container #instructions.hide {
    opacity: 0 !important;
}

#container.playing #score,
#container.resetting #score {
    transform: translatey(0px) scale(1);
}

#container.playing #instructions {
    opacity: 1;
}

#container.ready .game-ready #start-button {
    opacity: 1;
    transform: translatey(0);
}

#container.ended #score {
    transform: translatey(6vh) scale(1.5);
}

#container.ended .game-over * {
    opacity: 1;
    transform: translatey(0);
}

#container.ended .game-over p {
    transition-delay: 0.3s;
}


/*

 ###### # #    # #    # ###### #    # #    #
 #      #  #  #  ##  ## #      ##   # #    #
 #####  #   ##   # ## # #####  # #  # #    #
 #      #   ##   #    # #      #  # # #    #
 #      #  #  #  #    # #      #   ## #    #
 #      # #    # #    # ###### #    #  ####

*/

@media(min-width:900px) {
    .main-header .nav-links .nav-link {
        padding: 0.5rem 0.5rem !important;
        font-size: 0.9rem;
    }
}

@media(min-width:1040px) {
    .main-header .nav-links .nav-link {
        padding: unset;
        font-size: 1rem;
    }
}

body::-webkit-scrollbar-track {
    border: 0px solid #262626;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #262626;
}


/* Scrollbar textarea */

textarea::-webkit-scrollbar-track {
    border: 0px solid #262626;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #262626;
}


/* Ajustement page contact */

.color-orange div.wpforms-container-full .wpforms-form input[type=date],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime-local],
.color-orange div.wpforms-container-full .wpforms-form input[type=email],
.color-orange div.wpforms-container-full .wpforms-form input[type=month],
.color-orange div.wpforms-container-full .wpforms-form input[type=number],
.color-orange div.wpforms-container-full .wpforms-form input[type=password],
.color-orange div.wpforms-container-full .wpforms-form input[type=range],
.color-orange div.wpforms-container-full .wpforms-form input[type=search],
.color-orange div.wpforms-container-full .wpforms-form input[type=tel],
.color-orange div.wpforms-container-full .wpforms-form input[type=text],
.color-orange div.wpforms-container-full .wpforms-form input[type=time],
.color-orange div.wpforms-container-full .wpforms-form input[type=url],
.color-orange div.wpforms-container-full .wpforms-form input[type=week],
.color-orange div.wpforms-container-full .wpforms-form select,
.color-orange div.wpforms-container-full .wpforms-form textarea,
.color-orange a,
.color-orange h3,
.color-orange #titreprincipal a {
    color: #fff !important;
}

.color-orange .underline2:after {
    background-color: #fff;
}

#my-ajax-filter-search label {
    display: block;
    font-weight: bold;
    font-style: italic;
}

#my-ajax-filter-search select {
    width: 100%;
    background-color: #f7f7f7;
    padding: 0.625em 0.4375em;
    border: 1px solid #d1d1d1;
}

#ajax_fitler_search_results li.no-result {
    width: 100%;
    text-align: center;
}

#ajax_fitler_search_results a {
    color: #2a2a2a;
}

.color-noir-pluscom #ajax_fitler_search_results a {
    color: #fff;
}

#ajax_fitler_search_results li img {
    height: 200px;
}


/* css additionnel */

.color-orange .equipe2 p a {
    color: black;
}

@media(max-width:900px) {
    .svg-inline--fa.fa-w-16 {
        width: 30px;
    }
    .main-header .reseaux {
        display: flex;
        justify-content: space-evenly;
        flex-direction: row;
        position: absolute;
        background: none;
        /* bottom: 2px; */
        padding: 0;
        /* top: 87vh; */
        height: 20px;
    }
}

@media(min-width:900px) {
    .reseaux li:last-of-type {
        display: none;
    }
}

@media (orientation: landscape) and (max-device-width: 900px) {
    .main-header .nav-links .nav-link a {
        display: block;
        padding: 0rem 0;
    }
    .reseaux {
        display: none !important;
    }
}

@media(min-width:900px) and (max-width:1000px) {
    .reseaux {
        display: none !important;
    }
}

.main-header {
    background: -moz-linear-gradient(180deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    background: linear-gradient(180deg, rgba(38, 38, 38, 0.6) 0%, rgba(38, 38, 38, 0.3) 65%, rgba(38, 38, 38, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#262626", endColorstr="#262626", GradientType=1);
}


/* Ajustement page contact */

.color-orange div.wpforms-container-full .wpforms-form input[type=date],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime],
.color-orange div.wpforms-container-full .wpforms-form input[type=datetime-local],
.color-orange div.wpforms-container-full .wpforms-form input[type=email],
.color-orange div.wpforms-container-full .wpforms-form input[type=month],
.color-orange div.wpforms-container-full .wpforms-form input[type=number],
.color-orange div.wpforms-container-full .wpforms-form input[type=password],
.color-orange div.wpforms-container-full .wpforms-form input[type=range],
.color-orange div.wpforms-container-full .wpforms-form input[type=search],
.color-orange div.wpforms-container-full .wpforms-form input[type=tel],
.color-orange div.wpforms-container-full .wpforms-form input[type=text],
.color-orange div.wpforms-container-full .wpforms-form input[type=time],
.color-orange div.wpforms-container-full .wpforms-form input[type=url],
.color-orange div.wpforms-container-full .wpforms-form input[type=week],
.color-orange div.wpforms-container-full .wpforms-form select,
.color-orange div.wpforms-container-full .wpforms-form textarea,
.color-orange a,
.color-orange h3,
.color-orange #titreprincipal a {
    color: #fff !important;
}

.color-orange .underline2:after {
    background-color: #fff;
}

div.wpforms-container-full .wpforms-form input[type=submit],
div.wpforms-container-full .wpforms-form button[type=submit],
div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: transparent !important;
    border: 1px solid #fff;
    cursor: pointer;
    color: #fff !important;
    border-radius: .25rem;
}

.color-white div.wpforms-container-full .wpforms-form button[type=submit] {
    border: 1px solid black;
    color: black !important;
}

.creations_container .alm-reveal article .grad1 {
    height: 250px;
    width: calc(100% - 29px);
    right: 14px;
    z-index: 1;
}

.creations_container .alm-reveal article img {
    opacity: 0.92;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.creations_container .alm-reveal article:hover h3 {
    letter-spacing: 1px;
}

.creations_container .alm-reveal article:hover img {
    opacity: 1;
}

.creations_container .alm-reveal article h3 {
    z-index: 110;
    transition: all 0.7s ease;
}

@media(max-width:992px) {
    .creations_container .alm-reveal article:nth-child(1) .grad_white2 {
        background: linear-gradient(135deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
    }
    .creations_container .alm-reveal article:nth-child(2) .grad_white2 {
        background: linear-gradient(280deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
    }
    .creations_container .alm-reveal article:nth-child(3) .grad_white2 {
        background: linear-gradient(135deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
    }
    .creations_container .alm-reveal article:nth-child(4) .grad_white2 {
        background: linear-gradient(280deg, rgb(0, 0, 0) 0%, transparent 35%, transparent 100%);
    }
    .creations_container .alm-reveal article:nth-child(1) h3 {
        position: absolute;
        top: 0px;
        left: 19px;
        width: 91%;
    }
    .creations_container .alm-reveal article:nth-child(2) h3 {
        position: absolute;
        top: 195px;
        right: 17px;
        text-align: right;
    }
    .creations_container .alm-reveal article:nth-child(3) h3 {
        position: absolute;
        top: 0;
        width: 91%;
        left: 20px;
    }
    .creations_container .alm-reveal article:nth-child(4) h3 {
        position: absolute;
        right: 19px;
        text-align: right;
        top: 176px;
        width: 91%;
    }
}

body::-webkit-scrollbar-track {
    border: 0px solid #262626;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #262626;
}

body::-webkit-scrollbar-thumb {
    background-color: #262626;
}

.leclient {
    clear: both;
}

#custom-alm-loader {
    opacity: 0;
    transition: all 0.1s ease;
}

.alm-loading #custom-alm-loader {
    display: block;
    opacity: 1;
}


/*fix eclairs supperpose le txt*/


/*.container{
	position:relative;
	z-index: 1000;
}*/

.video_home {
    object-fit: cover;
    top: 0;
}


/*Lazy load*/


/* PART 1 - Before Lazy Load */

img[data-lazyloaded] {
    opacity: 0;
}


/* PART 2 - Upon Lazy Load */

img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow-wrap: break-word !important;
}

.searchbar {
    background: none;
    border: none;
    border-bottom: 2px solid #fff;
    padding: 10px;
    outline: none;
    color: #fff;
}

input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
.searchbar {
    color: #fff !important;
}

.color-noir-pluscom .wp-block-kadence-advancedbtn.kt-btns_d019e3-b0 .kt-btn-wrap-0 .kt-button {
    color: #fff;
    border-color: #fff;
}
