*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    object-fit: cover;
    text-decoration: none;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-ExtraLight.ttf');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Thin.ttf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Regular.ttf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Barlow';
    src: url('fonts/Barlow/Barlow-Black.ttf');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Movement';
    src: url('fonts/Movement/MovementV.ttf');
    font-style: normal;
}

@font-face {
    font-family: 'Bricolage';
    src: url('fonts/Bricolage/BricolageGrotesqueVariable.ttf');
    font-style: normal;
}
/*****--**-----*****--|!|-*****-----**--*****/
    html,body{
         overflow-x:hidden;
         scroll-behavior: smooth;
         background-color: white;
    }
/*****--**-----*****--§§§-*****-----**--****/

/*****--**-----*****--|ACCUEIL|-*****-----**--*****/
    body{
        height: 100vh;
        width: 100vw;
        margin: 0;
        padding: 0;
    }

    #accueil{
        margin: 0px;
        border-radius: 0px;
        background-color: #232322;
        height: 100vh;
        animation: chargement 0.3s linear 1.6s;
        animation-fill-mode: forwards;
    }

    #accueil nav{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0.5em;
        text-transform: uppercase;
    }

    #accueil nav h1{
        transition: 0.3s;
        font-size: 2.5em;
    }

    /*#accueil nav a{
        transition: 0.3s;
    }*/

    #accueil nav h1, #accueil nav p{
        font-family: barlow;
        color: white;
        padding: 12px;
        font-weight: 500;
    }

    /*#accueil nav a h1, #accueil nav p{
        font-family: barlow;
        color: white;
        padding: 12px;
        font-weight: 500;
    }*/

    #accueil aside{
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: sticky;
        top: 92vh;
        width: calc(100% - 12px);
        padding: 0 24px 3vh 24px;
    }

    #accueil aside div:nth-child(1){
        display: flex;
        flex-direction: column;
        width: 33%;
    }

    #accueil aside h2{
        font-family: Movement;
        color: white;
        font-weight: 200;
        font-size: 24px;
        -webkit-animation: fade-in 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
                animation: fade-in 10s cubic-bezier(0.390, 0.575, 0.565, 1.000) 3s both;
    }

    #accueil aside div:nth-child(3){
        display: flex;
        width: 33%;
        justify-content: end;
    }

    #accueil aside div:nth-child(3) a svg{
        height: 42px;
        margin: 0 3px;
        padding: 3px;
    }

    #accueil aside div a{
        font-family: barlow;
        color: white;
        font-size: 21px;
    }

    #accueilcentral{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 80vh;
    }

    #logo{
        width: 140px;
    }

    #bgright, #bgleft{
        background-color: yellow;
    }

    #bgright path, #bgleft path{
        background-color: pink;
    }

    /*****--**-----*****--|ACCUEIL ANIMATIONS|-*****-----**--****/
        #logo {
            -webkit-animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
                    animation: fade-in 5s cubic-bezier(0.390, 0.575, 0.565, 1.000) 1s both;
        }

        @-webkit-keyframes fade-in {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }
        @keyframes fade-in {
            0% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
        }

        #accueil aside div:nth-child(1) {
            -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
                    animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
        }
        #accueil aside div:nth-child(3) {
            -webkit-animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
                    animation: slide-in-right 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2s both;
        }

        @-webkit-keyframes slide-in-left {
            0% {
                -webkit-transform: translateX(-1000px);
                        transform: translateX(-1000px);
                opacity: 0;
            }
            100% {
                -webkit-transform: translateX(0);
                        transform: translateX(0);
                opacity: 1;
            }
        }
        @keyframes slide-in-left {
            0% {
                -webkit-transform: translateX(-1000px);
                        transform: translateX(-1000px);
                opacity: 0;
            }
            100% {
                -webkit-transform: translateX(0);
                        transform: translateX(0);
                opacity: 1;
            }
        }

        @-webkit-keyframes slide-in-right {
            0% {
                -webkit-transform: translateX(1000px);
                        transform: translateX(1000px);
                opacity: 0;
            }
            100% {
                -webkit-transform: translateX(0);
                        transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes slide-in-right {
            0% {
                -webkit-transform: translateX(1000px);
                        transform: translateX(1000px);
                opacity: 0;
            }
            100% {
                -webkit-transform: translateX(0);
                        transform: translateX(0);
                opacity: 1;
            }
        }

        @keyframes chargement {
            0%{
                margin: 0;
                border-radius: 0;
                height: 100vh;
            }
            100% {
                margin: 6px;
                border-radius: 12px;
                height: calc(100vh - 12px);
            }
        }

        #accueil nav h1:hover{
            letter-spacing: 1px;
        }
        #accueil nav a:nth-child(1):hover h1{
            color: #ccc228;
        }
        #accueil nav a:nth-child(3):hover h1{
            color: #6a62a5;
        }
        #accueil nav a:nth-child(5):hover h1{
            color: #669a5c;
        }

        #accueil aside div:nth-child(1) a:hover{
            color: lightgrey;
        }

        /*#accueil nav a:hover{
            letter-spacing: 1px;
        }
        #accueil nav a:nth-child(1):hover h1{
            color: #ccc228;
        }
        #accueil nav a:nth-child(3):hover h1{
            color: #6a62a5;
        }
        #accueil nav a:nth-child(5):hover h1{
            color: #669a5c;
        }

        #accueil aside div:nth-child(1) a:hover{
            color: lightgrey;
        }*/

        .trait-jaune, .trait-violet, .trait-vert {
            transition: fill 1s ease 3s;
        }

        .trait-jaune:hover, .trait-violet:hover, .trait-vert:hover {
            transition: fill 0s ease 0s;
            fill: white;
        }

        #accueil aside div a:hover svg path{
            fill: #ccc228!important;
        }
    /*****--**-----*****--|ACCUEIL ANIMATIONS|-*****-----**--****/

    /*****--**-----*****--|ACCUEIL TABLETTE|-*****-----**--****/
        @media screen and (max-width: 960px){
        }
    /*****--**-----*****--|ACCUEIL TABLETTE|-*****-----**--****/

    /*****--**-----*****--|ACCUEIL MOBILE|-*****-----**--****/
        @media screen and (max-width: 576px){
            #accueil nav{
                flex-direction: column;
                align-items: start;
                padding: 5vw;
            }

            #accueil nav p{
                display: none;
            }

            #accueil nav h1{
                padding: 4px;
                margin: 0;
                font-size: 2em;
            }

            #accueil #accueilcentral{
                height: auto;
                position: relative;
                top: 19vh;
            }

            #logo{
                width: 50vw;
            }

            #accueil aside{
                flex-direction: column;
                align-items: flex-start;
            }

            #accueil aside div:nth-child(1){
                order: 1;
                padding: 6px 0px 12px 0;
                width: 100%;
            }

            #accueil aside h2{
                font-size: 24px;
            }

            #accueil aside div:nth-child(3){
                order: 2;
                justify-content: start;
                -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.3s both;
                        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 2.3s both;
            }

            #accueil > aside > div:nth-child(1){
                font-size: 21px;
            }

            #accueil aside div a{
                font-size: 16px;
            }
        }
    /*****--**-----*****--|ACCUEIL MOBILE|-*****-----**--****/
/*****--**-----*****--|ACCUEIL|-*****-----**--****/

svg .fond { fill: #232322; }
svg .trait-jaune { fill: #ccc228; }
svg .trait-blanc { fill: #ffffff; }
svg .blanc-oeil { fill: #fff; }
svg .paupiere { fill: #232322; }
svg .trait-violet { fill: #6a62a5; }
svg .trait-vert { fill: #669a5c; }

svg .svgrs1 { fill: white; }

/*****--**-----*****--|ACTIVITES|-*****-----**--****/
    .sectionactivites{
        display: flex;
        padding: 10vh 0;
        justify-content: space-between;
    }

    .sectionactivites div{
        display: flex;
    }

    .sectionactivites div img{
        height: 60vh;
        width: 6vw;
        transition: 0.3s;
        border: solid 0px #232322;
    }

    .sectionactivites div img:hover{
        border: solid 6px #232322;
        cursor: pointer;
    }

    .sectionactivites div img.image-selected {
        width: 40vw;
    }

    .sectionactivites div img.image-selected:hover {
        border: none;
    }

    .sectionactivites aside{
        width: 40vw;
        padding-left: 5vw;
    }

    .sectionactivites aside h2{
        font-family: Movement;
        font-size: 54px;
        margin-left: -19px;
        padding: 16px 0;
        color: #232322;
        transition: 1s;
    }

    .sectionactivites aside h3{
        font-family: Movement;
        font-size: 21px;
        padding: 6px 0 6px 36px;
        color: #232322;
    }

     .sectionactivites aside span{
        background-color: #232322;
        height: 4px;
        width: 26vw;
        display: block;
        margin-left: 16px;
     }

     .sectionactivites aside p{
        font-family: Bricolage;
        font-size: 16px;
        margin: 19px 54px 0 36px;
        color: #232322;
     }

     #sectionagenccement{
        padding-bottom: 10vh;
     }

    /*****--**-----*****--|ACTIVITES ANIMATION|-*****-----**--****/

    /*****--**-----*****--|ACTIVITES ANIMATION|-*****-----**--****/

    /*****--**-----*****--|ACTIVITES TABLETTE|-*****-----**--****/
        @media screen and (max-width: 960px){
            .sectionactivites {
                flex-direction: column-reverse;
                padding: 0;
            }

            .sectionactivites aside {
                width: 80%;
                padding-left: 10vw;
            }

            .sectionactivites div img {
                height: 40vh;
                width: 10vw;
            }

            .sectionactivites div {
                display: flex;
                padding-top: 5vh;
            }

            .sectionactivites div img.image-selected {
                width: 60vw;
            }

            #sectioncharpente{
                flex-direction: column;
            }

            #sectionmenuiserie{
                padding-top: 10vh;
            }

            #sectionmenuiserie{
                padding-top: 10vh;
            }

            #sectioncharpente{
                padding: 5vh 0;
            }

            #sectionagenccement{
                padding-bottom: 10vh;
            }
        }
    /*****--**-----*****--|ACTIVITES TABLETTE|-*****-----**--****/

    /*****--**-----*****--|ACTIVITES MOBILE|-*****-----**--****/
        @media screen and (max-width: 576px){
            #logo{
                width: 50vw;
            }

            .sectionactivites aside h2{
                font-size: 12vw;
                margin-left: 0;
                text-align: center;
            }

            .sectionactivites aside {
                width: 90%;
                padding-left: 0;
                margin: auto;
            }

            .sectionactivites aside p {
                margin: 19px 12px 0 12px;
                font-size: 14px;
            }

            .sectionactivites div img.image-selected {
                width: 61vw;
            }

            .sectionactivites div img {
                width: 13vw;
            }

            .sectionactivites aside h3{
                font-size: 16px;
            }
        }
    /*****--**-----*****--|ACTIVITES MOBILE|-*****-----**--****/
/*****--**-----*****--|ACTIVITES|-*****-----**--****/

/*****--**-----*****--|GALERIE INSTA|-*****-----**--****/

/*****--**-----*****--|GALERIE INSTA|-*****-----**--****/

/*****--**-----*****--|CEDRIC ET RAPH|-*****-----**--****/
    #cedricetraph{
          display: flex;
          perspective: 1000px;
          padding: 10vh 0;
    }

    #cedricetraph img{
          height: 80vh;
          width: 20vw;
          padding: 5vh 0;
          z-index: 1;
          filter: grayscale(100%);
          transition: 1s;
    }

     #cedricetraph div h3{
          font-family: Movement;
          font-size: 6vw;
     }

     #cedricetraph div p{
          text-align: justify;
          font-family: Bricolage;
          font-size: 14px;
/*          padding-left: 36px;*/
          padding: 4px 0 4px 36px;
     }

     #cedricetraph div:nth-child(1){
          z-index: 10;
          align-self: start;
          padding: 10vh 36px 0 10vw;
    }

    #cedricetraph div:nth-child(3){
          z-index: 10;
          align-self: end;
          padding: 0 10vw 10vh 36px;
    }

    /*****--**-----*****--|CEDRIC ET RAPH ANIMATION|-*****-----**--****/

    /*****--**-----*****--|CEDRIC ET RAPH ANIMATION|-*****-----**--****/

    /*****--**-----*****--|CEDRIC ET RAPH TABLETTE|-*****-----**--****/
        @media screen and (max-width: 960px){
            #cedricetraph {
                flex-direction:column;
            }

            #cedricetraph div:nth-child(1){
                order: 1;
            }
            #cedricetraph img{
                order: 3;
            }
            #cedricetraph div:nth-child(3){
                order: 2;
                display: flex;
                flex-direction: column;
            }

            #cedricetraph > div:nth-child(3) > h3:nth-child(6){
                order: -1;
            }

            #cedricetraph img {
                height: 60vh;
                width: 80vw;
                margin: auto;
                padding: 0;
            }

            #cedricetraph div{
                width: 80%;
                margin: auto;
            }

            #cedricetraph div:nth-child(1), #cedricetraph div:nth-child(3){
                padding: 0 10vw 5vh 5vw;
            }
        }
    /*****--**-----*****--|CEDRIC ET RAPH TABLETTE|-*****-----**--****/
/*****--**-----*****--|CEDRIC ET RAPH|-*****-----**--****/

/*****--**-----*****--|FOOTER CONTACT|-*****-----**--****/
     #footercontact{
          display: flex;
          flex-direction: column;
          padding: 12px;
          margin: 6px;
          border-radius: 12px;
          background-color: #232322;
     }

     #footercontact section{
          display: flex;
          justify-content: space-evenly;
          align-items: center;
          padding: 10vh 0;
     }

     #footercontact section form{
          width: 30%;
          max-width: 420px;
     }

     #footercontact section form input, #footercontact section form textarea{
          background-color: white;
          width: 100%;
          border: none;
          padding: 6px 12px;
          resize: none;
          border-radius: 9px;
          font-family: barlow;
     }

     #footercontact section form input::placeholder, #footercontact section form textarea::placeholder {
          color: black; /* Exemple de couleur grise */
     }

     #footercontact section #contactForm > input[type=submit]:nth-child(18):hover{
          color: white;
          background-color: #222221;
          cursor: pointer;
     }

     #footercontact section form textarea{
          margin-bottom: 21px;
     }

     #footercontact section div{
          width: 40%;
          text-align: right;
     }

     #footercontact section div p, #footercontact section div h3{
          color: white;
     }

     #footercontact section div p{
          font-family: Bricolage;
     }

     #footercontact section div h3{
          font-family: Movement;
          font-size: 21px;
     }

     #footercontact div{
          display: flex;
          flex-direction: column;
     }

     #footercontact div a{
          text-decoration: none;
     }

     #footercontact div a p{
          color: white;
     }

     #footerchamow{
          margin: auto;
          font-size: 12px;
          text-align: center;
          display: flex;
          flex-direction: row!important;
          font-family: 'Helvetica', 'Arial', sans-serif;
          width: 99%;
          justify-content: space-between;
          align-items: end;
     }

     #footerchamow a:nth-child(2) p {
          color: black;
          padding: 6px 11px 3px 11px;
          transition: 0.5s ease, color 0.5s ease;
          background-image: linear-gradient(to right, white, white);
     }

     #footerchamow a:nth-child(2):hover p {
          color: white;
          padding: 6px 16px 3px 16px;
          background-image: linear-gradient(45deg, #E71A7B, #E9511D);
     }

     /*****--**-----*****--|FOOTER CONTACT ANIMATION|-*****-----**--****/
          #footerchamow a:nth-child(1):hover p{
               color: lightgrey;
          }

     /*****--**-----*****--|FOOTER CONTACT ANIMATION|-*****-----**--****/

     /*****--**-----*****--|FOOTER CONTACT TABLETTE|-*****-----**--****/
        @media screen and (max-width: 960px){
            #footercontact section{
                flex-direction: column!important;
            }

            #footercontact section form {
                width: 60%;
                max-width: none;
            }

            #footercontact section div {
                text-align: center;
                padding-top: 10vh;
            }
        }
    /*****--**-----*****--|FOOTER CONTACT TABLETTE|-*****-----**--****/

    /*****--**-----*****--|FOOTER CONTACT MOBILE|-*****-----**--****/
        @media screen and (max-width: 576px){
            #footercontact section form {
                width: 90%;
            }

            #footercontact section div {
                width: 80%;
            }

            #footercontact section {
                min-height: 93vh;
            }

            #footercontact section form textarea {
                height: 25vh;
            }
        }
    /*****--**-----*****--|FOOTER CONTACT MOBILE|-*****-----**--****/
/*****--**-----*****--|FOOTER CONTACT|-*****-----**--****/

/*GRILLE INSTAFEED*/
    #instafeed {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Crée une grille de 3 colonnes */
    grid-gap: 10px; /* Espacement entre les images */
    padding: 54px;
    max-width: 1080px;
    margin: auto;
}

.insta-img img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 600px) { /* Ajustez ce breakpoint selon vos besoins */
    #instafeed {
        grid-template-columns: repeat(1, 1fr); /* Change en une colonne pour les mobiles */
    }
}

/*GRILLE INSTAFEED*/



div:where(.swal2-container) div:where(.swal2-popup){
    font-family: Movement;
}

body > div > div > div.swal2-icon.swal2-success.swal2-icon-show{
    display: none;
}

#swal2-html-container{
    font-family: Barlow;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm{
    background-color: black;
}
