/*
Theme Name: Thème pour AAA
Author: Catalyst Webdesign
Description: Thème pour Atelier d'Architecture et d'Aménagement
Version: 1.0

*/

/*GENERAL*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    GENERAL                                          */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

@font-face {
    font-family: 'Journal';
    src: url('font/hinted-Journal.woff2') format('woff2'),
        url('font/hinted-Journal.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
    --noir: #1a1a18;
    --marron: #c99d66;
    --journal: 'Journal', sans-serif;
    --lato: "lato", sans-serif;
}

html {
    margin-top: 0 !important;
    scroll-behavior: smooth;
}



body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    color: var(--noir);
    font-family: var(--lato);
    font-weight: 500;
}

.loader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: white;
    z-index: 99999999;
    top: 0;
    left: 0;
}

main {
    overflow: hidden;
    position: relative;
}


img {
    max-width: 100%;
}

.bg-lazy {
    background-position: center;
    background-size: cover;
}

/* * * Listes region*/
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*endregion*/

/* * * Boutons et liens region*/

a {
    text-decoration: none;
    transition: .5s;
    color: var(--marron);
}

a:hover {
    color: var(--noir);
}

a.bouton {}

a.bouton:hover {}




/*endregion*/

/* * * Wrapper region*/
.wrapper {
    width: 1200px !important;
    max-width: 90% !important;
    margin: 0 auto;
    position: relative;
}

.flex {
    display: flex;
}

.mobile .flex {
    flex-direction: column;
}

/*endregion*/

/*endregion*/

/* HEADER*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    HEADER                                           */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

header {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 30px;
    z-index: 999;
    background: white;
    min-height: 150px;
}

header .wrapper {
    max-width: 100% !important;
}

header .logo {
    width: 300px;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    max-width: 70%;
}

header .reseaux {
    position: absolute;
    bottom: 0;
    right: 0;
}

header .reseaux .triangle {
    background: var(--marron);
    position: absolute;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.mobile header .reseaux .triangle {
    width: 60px;
    height: 60px;
}

header .reseaux a {
    background: var(--noir);
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile header .reseaux a {
    width: 20px;
    height: 20px;
    right: 8px;
    bottom: 8px;
}

header .reseaux a:hover {
    color: var(--marron);
    background: white;
}

header .reseaux::before {
    content: '';
    height: 200px;
    width: 2px;
    border-left: 3px solid var(--noir);
    border-left-style: dashed;
    transform: rotate(45deg);
    transform-origin: top;
    display: block;
    position: absolute;
    top: -95px;
    right: 0;
}

.mobile header .reseaux::before {
    top: -70px;
}


/*endregion*/

/* ANIMATION LOGO*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                ANIMATION LOGO                                       */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.logo .traitsdroits path,
.logo .traitsgauches path {
    transition: .5s;
}

.logo:hover .traitsdroits path,
.logo:hover .traitsgauches path {
    opacity: 0;
}

.logo:hover .traitsdroits path:nth-of-type(1) {
    transform: translateX(-17px);
}

.logo:hover .traitsdroits path:nth-of-type(2) {
    transform: translateX(-18.5px);
}

.logo:hover .traitsdroits path:nth-of-type(3) {
    transform: translateX(-20px);
}

.logo:hover .traitsdroits path:nth-of-type(4) {
    transform: translateX(-22px);
}

.logo:hover .traitsdroits path:nth-of-type(5) {
    transform: translateX(-23px);
}

.logo:hover .traitsdroits path:nth-of-type(6) {
    transform: translateX(-25px);
}

.logo:hover .traitsdroits path:nth-of-type(7) {
    transform: translateX(-26px);
}

.logo:hover .traitsdroits path:nth-of-type(8) {
    transform: translateX(-28px);
}

.logo:hover .traitsdroits path:nth-of-type(9) {
    transform: translateX(-29px);
}

.logo:hover .traitsgauches path:nth-of-type(1) {
    transform: translateX(25px);
}

.logo:hover .traitsgauches path:nth-of-type(2) {
    transform: translateX(23.5px);
}

.logo:hover .traitsgauches path:nth-of-type(3) {
    transform: translateX(22px);
}

.logo:hover .traitsgauches path:nth-of-type(4) {
    transform: translateX(20px);
}

.logo:hover .traitsgauches path:nth-of-type(5) {
    transform: translateX(19px);
}

.logo:hover .traitsgauches path:nth-of-type(6) {
    transform: translateX(17px);
}

.logo:hover .traitsgauches path:nth-of-type(7) {
    transform: translateX(16px);
}

.logo:hover .traitsgauches path:nth-of-type(8) {
    transform: translateX(14px);
}

.logo:hover .traitsgauches path:nth-of-type(9) {
    transform: translateX(12px);
}

/*endregion*/

/* NAV*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    NAV                                              */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * * CONTENT region*/

.desktop header nav {
    text-align: center;
}

.desktop header nav {
    padding: 15px 20px 30px 0;
}

.mobile header nav {
    padding: 15px 0 10px 0;
}

.desktop header nav .content-menu {
    display: block !important;
}

.mobile header nav .content-menu {
    display: none;
    margin-top: 80px;
}

/*endregion*/

/* * * UL region*/
header nav #menu-principal {
    display: flex;
    justify-content: center;
}

.mobile header nav #menu-principal {
    flex-direction: column;
    align-items: center;
}

/*endregion*/

/* * * LI region*/
header nav #menu-principal > li {
    padding: 10px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.mobile header nav #menu-principal > li {
    font-size: 14px;
}

.desktop header nav #menu-principal > li:nth-of-type(2) {
    margin-right: 200px;
}

.desktop header nav #menu-principal > li:nth-of-type(3) {
    margin-left: 200px;
}

/*endregion*/

/* * * A region*/
header nav #menu-principal a {
    transition: .5s;
}

header nav #menu-principal a:hover {}

/*endregion*/

/* * * BURGER region*/
.burger {
    width: 40px;
    height: 30px;
    cursor: pointer;
    justify-content: space-between;
    flex-direction: column;
    margin: 10px 0;
    display: flex;
    background: var(--marron);
    padding: 5px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
}

.desktop .burger {
    display: none;
}

.burger div {
    background-color: #fff;
    width: 100%;
    height: 2px;
}

/*endregion*/

/*endregion*/

/* MAIN*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    MAIN                                             */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

main {
    min-height: 50vh;
    overflow: hidden;
}

/*endregion*/

/* FOOTER*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    FOOTER                                           */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

footer {
    background: var(--noir);
    width: 100%;
    clip-path: polygon(0 40%, 100% 0, 100% 100%, 0% 100%);
    padding: 150px 0 50px 0;
    color: #fff;
    position: relative;
    overflow-x: hidden;
}

footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: calc(var(--line-top) + 20px);
    width: var(--line-length);
    height: 3px;
    border-top: 3px solid var(--marron);
    border-top-style: dashed;
    transform-origin: left center;
    transform: rotate(var(--line-angle));
    pointer-events: none;
}


.mobile footer {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
}

footer .flex {
    justify-content: space-evenly;
    align-items: center;
    gap: 30px;
}

.mobile footer .flex {
    flex-direction: column-reverse;
}

footer .flex > div {
    max-width: 100%;
}


footer .zone1 {
    display: flex;
    gap: 30px;
    flex-direction: column;
    margin-top: 30px;
}

.mobile footer .zone1 {
    flex-direction: column-reverse;
}

footer .logo {
    width: 350px;
    max-width: 70%;
    display: block;
    margin: 0 auto;
}

footer .logo path {
    fill: white;
}

footer .actus {
    font-family: var(--journal);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-top: 3px solid var(--marron);
    border-top-style: dashed;
    padding-top: 5px;
    margin: 20px 0 0 0;
    transform: rotate(-5deg);
    text-align: center;
    flex-wrap: wrap;
    padding: 0 30px;
    letter-spacing: 1px;
    font-size: 30px;
    transform-origin: top;
}

footer .actus div {
    display: flex;
    gap: 5px;
}

footer .actus a {
    width: 25px;
    height: 25px;
    background: var(--marron);
    color: var(--noir);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

footer .actus a:hover {
    background: #fff;
}

.mobile footer .actus p {
    margin-bottom: 0;
    margin-top: 5px;
}

footer .zone2 > div {
    display: flex;
    align-items: center;
}

footer .zone2 > div.adresse {
    align-items: baseline;
}

footer .zone2 svg {
    margin: 5px 10px 0 0;
}

footer .zone2 svg#tel {
    margin: 5px 11px 0 2px;
}

footer .zone2 svg path {
    fill: var(--marron);
}

.credits {
    background: var(--marron);
}

.credits ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    padding: 10px 0;
}

.mobile .credits ul {
    flex-direction: column;
    text-align: center;
    gap: 20px;
}

.credits ul > li {
    position: relative;
}

.credits ul > li::after {
    content: '';
    background-color: var(--noir);
    position: absolute;
    display: block;
}

.desktop .credits ul > li::after {
    height: 30px;
    width: 1px;
    top: 0;
    right: -30px;
}

.mobile .credits ul > li::after {
    width: 30px;
    height: 1px;
    left: calc(50% - 15px);
    bottom: -10px;
}

.credits ul > li:last-of-type::after {
    display: none;
}

.credits a {
    color: white;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px;
}

.credits a:hover {
    color: var(--noir);
}

/*endregion*/

/* PAGES*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    PAGES                                            */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* * Front page region*/
.home #banniere {
    position: relative;
    min-height: calc(100vh - 150px);
    margin-top: 150px;
    height: 780px;
}


.home #banniere .fond {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--noir);
    width: 100%;
    height: 96%;
}

.home #banniere .carousel {
    position: absolute;
    right: 0;
    top: 0;
}

.desktop .home #banniere .carousel {
    height: calc(70vh - 150px);
    left: 320px;
    min-height: 700px;
    width: auto;
}

.mobile .home #banniere .carousel {
    height: calc(80vh - 300px);
    width: 90vw;
}

.home #banniere .carousel div {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}

.home #banniere .texte {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
}

.desktop .home #banniere .texte {
    top: 5%;
    left: 0;
    width: 300px;
    margin-right: 0 !important;
}

.mobile .home #banniere .texte {
    top: calc(80vh - 300px);
    right: 0;
    margin-left: 0 !important;
    width: auto;
    left: 260px;
}

.home #banniere .texte h1 {
    font-family: var(--journal);
    font-weight: 500;
    font-size: 60px;
    letter-spacing: 1px;
    line-height: 50px;
}

.home #banniere .portrait {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.desktop .home #banniere .portrait {
    left: 200px;
    bottom: 30px;
    width: 250px;
    height: 330px;
}

.mobile .home #banniere .portrait {
    left: 0;
    top: calc(80vh - 400px);
    width: 150px;
    height: 200px;
}

.home #banniere .portrait::before {
    content: '';
    background: var(--marron);
    position: absolute;
    width: 50%;
    height: 8px;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}

.home #banniere .portrait::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
}

@media screen and (max-width:520px) {
    .mobile .home #banniere .carousel {
        height: calc(70vh - 300px);
    }

    .mobile .home #banniere .texte {
        position: relative;
        top: auto;
        left: 5%;
        right: 5%;
        margin-top: 20px;
        margin-right: 0 !important;
        width: 90%;
    }

    .mobile .home #banniere .portrait {
        top: calc(70vh - 350px);
    }

    .mobile .home #banniere {
        height: auto;
        min-height: 0;
        padding-top: calc(60vh - 300px + 220px);
        padding-bottom: 40px;
    }
}

.home .zone2 {
    padding: 80px 0;
}

.home .zone2 a {
    margin-left: auto;
    display: block;
    width: fit-content;
}

.home .zone3 > div {
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    padding-top: 140px;
}

.home .zone3 a.lien {
    background: var(--noir);
    color: white;
    text-transform: uppercase;
    position: absolute;
    transition: .5s;
    top: 30px;
    font-size: 40px;
    width: 60%;
}

.mobile .home .zone3 a.lien {
    font-size: 32px;
    width: 95%;
}

.home .zone3 a.lien span {
    padding: 30px 100px 80px 100px;
    display: block;
    font-family: var(--journal);
    letter-spacing: 1px;
}

.mobile .home .zone3 a.lien span {
    padding: 30px 20px 80px 20px;
}

.home .zone3 a.lien:hover {
    color: var(--noir);
    background-color: white;
}

.home .zone3 .prive a.lien,
.home .zone3 .public a.lien {
    left: 0;
}

.home .zone3 .pro a.lien {
    right: 0;
}

.home .zone3 .posts {
    display: flex;
    justify-content: space-evenly;
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}

@media screen and (min-width:900px) and (max-width:1200px) {
    .home .zone3 .pro .posts {
        margin-top: 70px;
    }
}

.home .zone3 .posts article {
    width: 30%;
    transition: .5s;
}

.mobile .home .zone3 .posts article {
    width: 80%;
    max-width: 400px;
}

.mobile .home .zone3 .posts article:nth-of-type(2),
.mobile .home .zone3 .posts article:nth-of-type(3) {
    display: none;
}

.home .zone3 .posts article:hover {
    transform: scale(1.1);
}


.home .zone3 .backgroundimage {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.mobile .home .zone3 .backgroundimage {
    height: 300px;
}

.home .zone3 .backgroundimage::before {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 100%;
    width: 8px;
    left: -4px;
    top: 0;
}

.home .zone3 .tous {
    color: white;
    padding: 20px 0;
    margin: 50px 0;
    position: relative;
    font-weight: 600;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    width: fit-content;
    display: block;
    transform: rotate(-5deg);
    text-align: center;
}

.home .zone3 .tous::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-bottom: 2px solid white;
    border-bottom-style: dashed;
    transition: .5s;

}

.home .zone3 .tous:hover::before {
    bottom: 5px;
}

.home .zone3 .prive .tous,
.home .zone3 .public .tous {
    margin-left: auto;
}

.home .zone3 .pro .tous {
    margin-right: auto;
}

.desktop .home .zone3 .pro .tous {
    margin-left: 100px !important;
}

.home .zone3 .fond {
    background-image: url('images/fond-marron.png');
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}

.home .zone3 .prive .fond {
    width: 90%;
}

.mobile .home .zone3 .prive .fond {
    width: 95%;
}

.home .zone3 .pro .fond {
    width: 75%;
    opacity: 0.5;
}

.mobile .home .zone3 .pro .fond {
    width: 85%;
}

.home .zone3 .public .fond {
    width: 90%;
    opacity: 0.75;
}

.mobile .home .zone3 .public .fond {
    width: 95%;
}

/*endregion*/

/* * atelier region*/
.page-template-atelier main > div {
    position: relative;
}

.page-template-atelier #banniere {
    position: relative;
    min-height: calc(100vh - 150px);
    margin-top: 150px;
    height: 780px;
}


.page-template-atelier #banniere .fond {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--noir);
    width: 100%;
    height: 96%;
}

.page-template-atelier #banniere .image {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.page-template-atelier #banniere .image::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    left: -4px;
    bottom: 0;
}

.desktop.page-template-atelier #banniere .image {
    height: calc(50vh - 150px);
    left: 300px;
    min-height: 550px;
    width: auto;
}

.mobile.page-template-atelier #banniere .image {
    height: calc(80vh - 300px);
    width: 90vw;
}

.page-template-atelier #banniere .textetop {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
}

.desktop.page-template-atelier #banniere .textetop {
    top: 5%;
    left: 0;
    width: 300px;
    margin-right: 0 !important;
}

.mobile.page-template-atelier #banniere .textetop {
    top: calc(80vh - 280px);
    right: 0;
    margin-left: 0 !important;
    width: calc(100% - 280px);
    left: 260px;
    position: relative;
}

.page-template-atelier #banniere .textebottom {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    top: 600px;
    right: 0;
    width: auto;
    left: 370px;
}

.mobile.page-template-atelier #banniere .textebottom {
    top: calc(80vh - 300px);
    right: 0;
    margin-left: 0 !important;
    width: calc(100% - 280px);
    left: 260px;
    position: relative;
    margin-top: 30px;
}

.page-template-atelier #banniere .textetop h1 {
    font-family: var(--journal);
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 40px;
    font-weight: 500;
    padding-right: 10px;
}

.mobile.page-template-atelier #banniere .textetop h1 {
    font-size: 40px;
}

.page-template-atelier #banniere .portrait {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.desktop.page-template-atelier #banniere .portrait {
    left: 0;
    bottom: 0;
    width: 320px;
    height: 320px;
    background-position: top;
}

.mobile.page-template-atelier #banniere .portrait {
    left: 0;
    top: calc(80vh - 330px);
    width: 200px;
    height: 250px;
}

.page-template-atelier #banniere .portrait::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    right: -4px;
    bottom: 0;
}

@media screen and (max-width:520px) {
    .mobile.page-template-atelier #banniere .image {
        height: calc(70vh - 300px);
    }

    .mobile.page-template-atelier #banniere .textetop,
    .mobile.page-template-atelier #banniere .textebottom {
        position: relative;
        top: auto;
        left: 5%;
        right: 5%;
        margin-top: 20px;
        margin-right: 0 !important;
        width: 90%;
    }

    .mobile.page-template-atelier #banniere .portrait {
        top: calc(70vh - 330px);
    }

    .mobile.page-template-atelier #banniere {
        height: auto;
        min-height: 0;
        padding-top: calc(70vh - 300px + 220px);
        padding-bottom: 40px;
    }
}

.page-template-atelier h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 500;
    font-family: var(--journal);
    letter-spacing: 1px;
}

.page-template-atelier .zone2 h2,
.page-template-atelier .zone5 h2,
.page-template-atelier .zone7 h2 {
    color: var(--marron);
}

.page-template-atelier .zone3,
.page-template-atelier .zone4,
.page-template-atelier .zone6 {
    color: #fff;
}

.page-template-atelier div:not(#banniere) .fond {
    background-image: url('images/fond-marron.png');
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    box-sizing: border-box;
}

.page-template-atelier .zone2,
.page-template-atelier .zone3,
.page-template-atelier .zone4,
.page-template-atelier .zone5,
.page-template-atelier .zone6,
.page-template-atelier .zone7 {
    padding: 50px 0;
}

.page-template-atelier .zone7 .wrapper {
    padding-left: 0 !important;
}

.page-template-atelier .zone3 div,
.page-template-atelier .zone4 div,
.page-template-atelier .zone6 div {
    background-color: var(--noir);
    padding: 30px;
    width: 70%;
}

.desktop.page-template-atelier .zone3 div:not(.fond),
.desktop.page-template-atelier .zone4 div:not(.fond),
.desktop.page-template-atelier .zone6 div:not(.fond) {
    padding: 30px 100px;
    width: 50%;
}

.page-template-atelier .zone4 {
    display: flex;
    justify-content: flex-end;
}

.page-template-atelier .zone3 .fond {
    width: 95%;
}

.page-template-atelier .zone4 .fond {
    width: 75%;
    opacity: 0.5;
}

.page-template-atelier .zone4 h2 {
    text-align: right;
}

.page-template-atelier .zone5 img {
    max-width: 100%;
    width: 600px;
    margin: 0 auto;
    display: block;
}

.page-template-atelier .zone6 .fond {
    width: 98%;
    opacity: 0.75;
    right: 0;
    transform: unset !important;
    left: 2% !important;
}

/* endregion */

/* * archives region*/
.page-template-projets main > div {
    position: relative;
}

.page-template-projets #banniere {
    position: relative;
    min-height: calc(100vh - 150px);
    margin-top: 150px;
    height: 780px;
}

.mobile.page-template-projets #banniere {
    height: auto;
    min-height: 0;
    padding-top: calc(70vh - 300px + 280px);
    padding-bottom: 40px;
}

.page-template-projets #banniere .fond {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--noir);
    width: 100%;
    height: 96%;
}

.page-template-projets #banniere .image3 {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 9;
    width: auto;
}

.desktop.page-template-projets #banniere .image3 {
    height: calc(50vh - 150px);
    left: 40%;
    min-height: 550px;
}

.mobile.page-template-projets #banniere .image3 {
    height: calc(80vh - 300px);
    width: 90vw;
}


.page-template-projets #banniere .textebottom {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    top: 600px;
    right: 0;
    width: auto;
    text-align: center;
    left: 50%;
    font-weight: 700;
    font-size: 20px;
}

.desktop.page-template-projets #banniere .textebottom {
    margin-left: 0 !important;
}

.mobile.page-template-projets #banniere .textebottom {
    position: relative;
    top: auto;
    left: 5%;
    right: 5%;
    margin-top: 20px;
    margin-right: 0 !important;
    width: 90%;
    margin-left: 0 !important;
}


.page-template-projets #banniere .image2 {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 99;
    width: auto;
    left: 0;
    bottom: 0;
    height: 380px;
    right: 55%;
}

.mobile.page-template-projets #banniere .image2 {
    right: 30%;
    height: 250px;
    top: calc(70vh - 280px);
}


.page-template-projets #banniere .image2::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    right: -4px;
    bottom: 0;
}

.page-template-projets #banniere .image1 {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 998;
    left: 0;
    top: 0;
    right: 60%;
    height: 430px;
}

.mobile.page-template-projets #banniere .image1 {
    display: none;
}

.page-template-projets #banniere .image3::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    left: -1px;
    bottom: 0;
}

.page-template-projets #banniere .image1::before {
    content: '';
    background: var(--marron);
    position: absolute;
    width: 70%;
    height: 8px;
    bottom: -4px;
    left: 0;
}

.page-template-projets .zone2 {
    padding: 50px 0;
    text-align: center;
}

.page-template-projets .zone2 .flex {
    gap: 30px;
    justify-content: center;
    align-items: baseline;
}

.mobile.page-template-projets .zone2 .flex {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.mobile.page-template-projets .zone2 .flex .filtre {
    width: 45%;
}

.page-template-projets .zone2 .flex span.filtre {
    cursor: pointer;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.page-template-projets .zone2 .flex span:hover,
.page-template-projets .zone2 .flex span.active {
    color: var(--marron);
}

.page-template-projets .zone2 .flex span:hover svg * {
    transition: .5s;
}

.page-template-projets .zone2 .flex span:hover svg *,
.page-template-projets .zone2 .flex span.active svg * {
    stroke: var(--marron);
}

.page-template-projets .zone2 .flex span:hover svg .e,
.page-template-projets .zone2 .flex span.active svg .e {
    fill: var(--marron);
    stroke: transparent;
}

.page-template-projets .zone2 .texte {
    padding: 50px 0;
}

.page-template-projets .deco {
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-template-projets .deco .triangle {
    background: var(--marron);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.mobile.page-template-projets .deco .triangle {
    width: 60px;
    height: 60px;
}

.page-template-projets .deco::before {
    content: '';
    height: 200px;
    width: 2px;
    border-left: 3px solid var(--noir);
    border-left-style: dashed;
    transform: rotate(-45deg);
    transform-origin: top;
    display: block;
    position: absolute;
    top: -95px;
    left: 0;
}

.mobile.page-template-projets .deco::before {
    top: -70px;
}

.page-template-projets .zone3 {
    background-image: url(images/fond-noir.png);
    padding: 80px 0;
}

.page-template-projets .zone3 .flex {
    flex-wrap: wrap;
    flex-direction: row !important;
    gap: 30px 20px;
    justify-content: center;
}

.page-template-projets .zone3 .flex article {
    width: 30%;
    min-width: 300px;
    height: 250px;
    position: relative;
    justify-content: center;

}


.page-template-projets .zone3 .flex article .backgroundimage {
    width: 95%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.page-template-projets .zone3 .flex article .backgroundimage::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    left: -4px;
    bottom: 0;
    transition: .5s;
}

.page-template-projets .zone3 .flex article a:hover .backgroundimage::after {
    background: white;
}


.page-template-projets .zone3 .flex article .backgroundimage .terms {
    background-color: var(--marron);
    padding: 5px;
    position: absolute;
    top: -10px;
    right: 0;
    width: 80%;
    color: white;
    transition: .5s;
}

.page-template-projets .zone3 .flex article a:hover .backgroundimage .terms {
    color: var(--marron);
    background: white;
}

.page-template-projets .zone3 .flex article .backgroundimage .terms span {
    display: block;
    text-align: center;
    font-size: 13px;
}

.page-template-projets .zone3 .flex article .backgroundimage .terms span.client {
    font-weight: 800;
    font-size: 14px;
}


.page-template-projets .zone4 h2 {
    color: var(--marron);
    font-family: var(--journal);
    font-size: 36px;
    letter-spacing: 1px;
}



.page-template-projets .zone4 {
    padding: 50px 0;
}

.page-template-projets .zone4 .wrapper {
    padding-left: 0 !important;
}

/*endregion*/

/* * Real region*/
.single-real main > div {
    position: relative;
}

.single-real #banniere {
    position: relative;
    min-height: calc(100vh - 150px);
    margin-top: 150px;
    height: 780px;
}

.mobile.single-real #banniere {
    height: auto;
    min-height: 0;
    padding-top: calc(70vh - 300px + 220px);
    padding-bottom: 40px;
}

.single-real #banniere .fond {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--noir);
    width: 100%;
    height: 96%;
}

.single-real #banniere .image3 {
    position: absolute;
    right: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: 9;
    width: auto;
}

.desktop.single-real #banniere .image3 {
    height: calc(50vh - 150px);
    left: 40%;
    min-height: 550px;
}

.mobile.single-real #banniere .image3 {
    height: calc(80vh - 300px);
    width: 90vw;
}

.single-real #banniere .textetop {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;

}

.single-real #banniere .textetop h2 {
    font-size: 20px;
}

.single-real #banniere .textetop p {
    font-style: italic;
}

.desktop.single-real #banniere .textetop {
    top: 5%;
    left: 0;
    width: 300px;
    margin-right: 0 !important;
}

.mobile.single-real #banniere .textetop {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    margin-top: 20px;
    width: 90%;
}

.single-real #banniere .textebottom {
    color: white;
    position: absolute;
    z-index: 9;
    box-sizing: border-box;
    top: 600px;
    right: 0;
    width: auto;
    text-align: center;
    left: 50%;
    font-weight: 700;
    font-size: 20px;
}

.desktop.single-real #banniere .textebottom {
    margin-left: 0 !important;
}

.mobile.single-real #banniere .textebottom {
    position: relative;
    top: auto;
    left: 5%;
    right: 5%;
    margin-top: 20px;
    margin-right: 0 !important;
    width: 90%;
    margin-left: 0 !important;
}

.single-real #banniere .image2 {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 99;
    width: auto;
    left: 0;
    bottom: 0;
    height: 380px;
    right: 50%;
}

.mobile.single-real #banniere .image2 {
    right: 30%;
    height: 200px;
    top: calc(70vh - 280px);
}


.single-real #banniere .image2::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    right: -4px;
    bottom: 0;
}

.single-real #banniere .image1 {
    position: absolute;
    max-width: 100%;
    background-size: cover;
    background-position: center;
    z-index: 998;
    left: 0;
    top: 0;
    right: 60%;
    height: 430px;
}

.mobile.single-real #banniere .image1 {
    display: none;
}

.single-real #banniere .image3::after {
    content: '';
    background: var(--marron);
    position: absolute;
    height: 70%;
    width: 8px;
    left: -4px;
    top: 50%;
    transform: translateY(-50%);
}

.single-real .zone2 {
    padding: 50px 0;
}

.single-real .zone2 .flex {
    gap: 30px;
    justify-content: center;
    align-items: baseline;
}

.mobile.single-real .zone2 .flex {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.mobile.single-real .zone2 .flex .filtre {
    width: 45%;
}

.single-real .zone2 .flex a.filtre {
    cursor: pointer;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--noir);
}

.single-real .zone2 .flex a:hover {
    color: var(--marron);
}

.single-real .zone2 .flex a:hover svg * {
    transition: .5s;
}

.single-real .zone2 .flex a:hover svg * {
    stroke: var(--marron);
}

.single-real .zone2 .flex a:hover svg .e {
    fill: var(--marron);
    stroke: transparent;
}

.single-real .zone2 .flex a .label {
    padding-top: 10px;
    text-align: center;
}

.single-real .zone2 .texte {
    padding: 50px 0;
}

.single-real .deco {
    position: absolute;
    bottom: 0;
    left: 0;
}

.single-real .deco .triangle {
    background: var(--noir);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.mobile.single-real .deco .triangle {
    width: 60px;
    height: 60px;
}

.single-real .deco::before {
    content: '';
    height: 200px;
    width: 2px;
    border-left: 3px solid var(--noir);
    border-left-style: dashed;
    transform: rotate(-45deg);
    transform-origin: top;
    display: block;
    position: absolute;
    top: -95px;
    left: 0;
}

.mobile.single-real .deco::before {
    top: -70px;
}

.single-real .zone3 {
    background-image: url(images/fond-marron-fonce.jpg);
    background-size: cover;
    padding: 50px 0;
}

.single-real .carousel {
    padding: 50px 0;
    overflow: hidden;
    width: 100vw;
}

.single-real .carousel .owl-stage,
.single-real .carousel .owl-item {
    display: flex;
    justify-content: center;
}

.single-real .carousel .photo {
    width: 500px;
    height: 400px;
    background-size: cover;
    background-position: center;
    max-width: 80vw;
    position: relative;
    cursor: default;
}

.single-real .carousel .photo::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.single-real .owl-carousel .owl-item.is-center .photo::after {
    opacity: 0;
}

.single-real .owl-carousel .owl-item {
    transition: all 0.4s ease;
    transform: scale(0.7) translateZ(-200px);
    z-index: 0;
    filter: grayscale();
}

.single-real .owl-carousel .owl-item.is-center {
    transform: scale(1) translateZ(0);
    z-index: 5;
    filter: none;
}

.single-real .owl-carousel .owl-item.is-center .photo {
    cursor: pointer;
}

.single-real .owl-carousel .owl-item.is-center:hover {
    transform: scale(1.1) translateZ(0);
}

.single-real .owl-carousel .owl-item.is-left-1,
.single-real .owl-carousel .owl-item.is-right-1 {
    transform: scale(0.85) translateZ(-100px);
    z-index: 3;
}

.single-real .owl-carousel .owl-item.is-left-2,
.single-real .owl-carousel .owl-item.is-right-2 {
    transform: scale(0.7) translateZ(-250px);
    z-index: 1;
}

.single-real .owl-carousel .owl-nav {
    text-align: center;
    font-size: 70px;
    color: grey;
    transition: .5s;
    line-height: 50px;
    display: block !important;
}

.single-real .owl-carousel .owl-nav button {
    margin: 0 20px;
}

.single-real .owl-carousel .owl-nav button:hover {
    color: var(--marron);
}


.single-real .zone4 h2 {
    color: var(--marron);
    font-family: var(--journal);
    font-size: 36px;
    letter-spacing: 1px;
}

.single-real .zone4 {
    padding: 50px 0;
}

.single-real .zone4 .wrapper {
    padding-left: 0 !important;
}

/*endregion*/

/* * Page 404 region*/
.error404 {}

/*endregion*/

/* * Page ML  region*/
.page-template-mentionslegales main {
    margin-top: 150px
}

.page-template-mentionslegales main h2,
.page-template-mentionslegales main h3 {
    color: var(--marron);
}

/*endregion*/

.page-template-contact main {
    margin-top: 200px;
}

.page-template-contact main h2 {
    font-family: var(--journal);
    color: var(--marron);
    letter-spacing: 1px;
    font-size: 45px;
}

/*endregion*/

/* EXTENSIONS*/
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * region*/
/*                                                                                     */
/*                                    EXTENSIONS                                       */
/*                                                                                     */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/*endregion*/
.grecaptcha-badge {
    display: none;
}
