* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
    margin: 0;
    color: #555f69;
    overflow-y: hidden;
    background-color: #ffffff;
    }

body {
    width: 100%;
    height: 100%;
    margin: 0;
background-color: #ffffff;
line-height: 1;}

#grid {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: [col1] 2.5vw [col2] 2.5vw [col3] 7vw [col4] 4vw [col5] 19.25vw [col6] 1vw [col7] 27.5vw [col8] 1vw [col9] 19.25vw [col10] 4vw [col11] 7vw [col12] 2.5vw [col13] 2.5vw [end];
	grid-template-rows: [row1] 1vh [row2] 2vh [row3] 1vh [row4] 1vh [row5] 1vh [row6] 1vh [row7] 2vh [row8] 1vh [row9] 85vh [row10] 2.5vh [row11] 2.5vh [end];
}

@media (max-width:1100px){
    #grid {
        grid-template-columns: [col1] 2.5vw [col2] 2.5vw [col3] 4vw [col4] 7vw [col5] 12vw [col6] 1vw [col7] 42vw [col8] 1vw [col9] 12vw [col10] 7vw [col11] 4vw [col12] 2.5vw [col13] 2.5vw [end];
        grid-template-rows: [row1] 1vh [row2] 2vh [row3] 1vh [row4] 1vh [row5] 1vh [row6] 1vh [row7] 2vh [row8] 1vh [row9] 85vh [row10] 2.5vh [row11] 2.5vh [end];
            } 
}


@media (max-width:640px){
    #grid {
        grid-template-columns: [col1] 2.5vw [col2] 2.5vw [col3] 2vw [col4] 9vw [col5] 7vw [col6] 1vw [col7] 52vw [col8] 1vw [col9] 7vw [col10] 9vw [col11] 2vw [col12] 2.5vw [col13] 2.5vw [end];
        grid-template-rows: [row1] 1vh [row2] 2vh [row3] 1vh [row4] 1vh [row5] 1vh [row6] 1vh [row7] 2vh [row8] 1vh [row9] 85vh [row10] 2.5vh [row11] 2.5vh [end];
            } 
}

header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    grid-row: 1 / 9;
    grid-column: 1 / end;
    }

#trait-top-1 {
    width: 100%;
    grid-row: 4 / 4;
    grid-column: 2 / 4;
    border-bottom: 1px solid black;
    z-index: 1;
}

#trait-top-2 {
    width: 100%;
    grid-row: 4 / 4;
    grid-column: 5 / 6;
    border-bottom: 1px solid black;
    z-index: 1;
    justify-self: center;
}

#trait-top-3 {
    width: 100%;
    grid-row: 4 / 4;
    grid-column: 9 / 10;
    border-bottom: 1px solid black;
    z-index: 1;
    justify-self: center;

}

#trait-top-4 {
    width: 100%;
    grid-row: 4 / 4;
    grid-column: 11 / 13;
    border-bottom: 1px solid black;
    z-index: 1;
    justify-self: right;
}

#bouton-menu {
    width: 100%;
    height: 20px;
    grid-row: 4 / 6;
    grid-column: 4 / 5;
    padding: 0;
    align-self: center;
    justify-self: center;
    z-index: 1;
}

#trait-cage-menu-1 {
    width: 100%;
    grid-row: 3 / 3;
    grid-column: 4 / 5;
    border-top: 1px solid black;
    border-right: 1px solid black;
    z-index: 1;
    justify-self: right;    
}

#trait-cage-menu-2 {
    width: 100%;
    grid-row: 6 / 6;
    grid-column: 4 / 5;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    z-index: 1;
    justify-self: right;    
}

#trait-cage-menu-3 {
    width: 100%;
    height: 100%;
    grid-row: 3 / 5;
    grid-column: 4 / 4;
    border-left: 1px solid black;
    z-index: 1;
    justify-self: right;    
}



#trait-cage-menu-5 {
    width: 100%;
    height: 100%;
    grid-row: 5 / 7;
    grid-column: 4 / 4;
    border-right: 1px solid black;
    z-index: 1;
    justify-self: right;    
}


#trait-cage-langue-1 {
    width: 100%;
    grid-row: 3 / 3;
    grid-column: 10 / 11;
    border-top: 1px solid black;
    border-left: 1px solid black;
    z-index: 1;
    justify-self: right;    
}

#trait-cage-langue-2 {
    width: 100%;
    grid-row: 6 / 6;
    grid-column: 10 /11;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
    z-index: 1;
    justify-self: right;    
}

#trait-cage-langue-3 {
    width: 100%;
    height: 100%;
    grid-row: 5 / 7;
    grid-column: 10 / 10;
    border-left: 1px solid black;
    z-index: 1;
    justify-self: right;    
}


#trait-cage-langue-5 {
    width: 100%;
    height: 100%;
    grid-row: 3 / 5;
    grid-column: 10 / 10;
    border-right: 1px solid black;
    z-index: 1;
    justify-self: right;    
}



footer  {        
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    grid-row: 4 / end;
    grid-column: 1 / end;
    }

    .titre-footer {
        float: none;
        margin: 1em 0 0.5em 0;
        font-size: 1em;
    }

#box-footer-index {
    width: 100%;
    text-align: center;
    margin: auto;
}

#box-info {
    margin: auto;
}

.info {
    display: block;
    margin: auto;
}

#trait-bottom {
        width: 100%;
        grid-row: 11 / 11;
        grid-column: 2 / 13;
        border-top: 1px solid black;
        z-index: 1;
    }


aside {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

#aside-left {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
}

#trait-left {
    height: 100%;
    grid-row: 5 / 11;
    grid-column: 1 / 2;
    border-right: 1px solid black;
    z-index: 1;
}


#aside-right {
    grid-row: 3 / 4;
    grid-column: 10 / end;
}

#trait-right {
    height: 100%;
    grid-row: 5 / 11;
    grid-column: 12 / 12;
    border-right: 1px solid black;
    z-index: 1;
}

/* Logo */

#logo {
    height: 100%;
    width: 100%;
    background-image: url(../image/logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#lien-acceuil {
    height: 80%;
    width: 100%;
    grid-row: 1 / 9;
    z-index: 1;
    grid-column: 7 / 8;
    align-self: center;
    justify-self: center;
}

/* Fin logo */

/* Sélecteur de langue */

#selecteur-langue {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    grid-row: 3 / 7;
    grid-column: 10 / 11;
    justify-self: center;
    z-index: 9999   ;
}

#langue-active {
    margin: 0;
    padding: 0;
    z-index: 1;
    background-color: white;
    border: none;

}

#langue-choix {
    width: 100%;
    height: 100%;
    grid-row: 1 / 9;
    grid-column: 10 / 11;
    align-self: center;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    display: none;
}

#langue-active:hover #langue-choix {
    display: contents
}

.langue-option {
    display: flex;
}

/* Fin sélecteur de langue */


main {
        width: 100%;
        height: 100%;
        background-color: #ffffff;  
        margin: 0; 
        grid-row: 9 / 10;
        grid-column: 3 / 12;
        overflow-y: scroll;
        overflow-x: hidden;
    }

#presentation {
        min-height: 82.5vh;
    }

    #presentation-one-page {
        min-height: 80vh;
    }

#pre-banner {
    margin-top: 2em;
    margin-bottom : 1.5em
}

#between-banner {
    margin-top: 1.5em;
    margin-bottom : 1.5em
}

#post-banner {
    min-height: 10vh;
    margin-top: 2em;
    margin-bottom:2em;
}


#footer {
    width: 90%;
    height: 26vh;
    background-color: #ffffff;
    align-content: center;
    margin: 0 5% 0 5%;
}

#social-icons {
    margin:2vh auto 0 0;
}

.box-social {
    background: #c3c3c7;
    width: 50px;
    height: 50px;
    margin: 0 5px;
}

.icon {
    color: white;
    font-size: 2em;
    margin: 10px auto;
}

.box-social:hover {
    background: #555f69;
}


.lien-social:hover {
    text-shadow: none;
}

@media (max-width:1100px) {
    .icon {
        color: white;
        font-size: 1.5em;
        margin: 9.5px auto;
    }
    .box-social {
        background: #c3c3c7;
        width: 40px;
        height: 40px;
        margin: 0 5px;
    }
}

.box-footer {
    display: inline;
}
    

/* Niveau de style */

strong {
    font-weight: 300;
    z-index: 50;
}
.orange {
    color: #F18B04!important;
}


.rouge {
    color: #E20717!important;
}

.decking-decors {
    font-weight: 700!important
}


h1 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.35em;
    text-align: center;
    font-weight: 100;
    flex: auto;
    margin: 1.5em 0 0 0;
    letter-spacing: 0.2vw;
    display: block;
    text-transform: uppercase;
    line-height: 1.5;
    }

#h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;

        }

.h1:hover {
        text-shadow:0px -0.5px 0px #eaeaea,0px 0.5px 0px #eaeaea,0.5px 0px 0px #eaeaea,-0.5px 0px 0px #eaeaea;
    }

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.2vw;
    display: block;
}

.h2-mentions {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 0.2vw;
    display: block;
    line-height: 5;

}

.last {
    margin-bottom: 3em;
}




.h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.6em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    margin: 0;
    line-height: 2;
}



h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 2em;
    text-align: center;
    font-weight: 100;
    float: left;
    flex: auto;
    margin: 0;
    letter-spacing: 0.2 vw;
    display: block;
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    line-height: 1.5;
    }

h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.05em;
    text-align: center;
    font-weight: 100;
    margin: 0;
    letter-spacing: 0.2vw;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
}


h4:hover {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

.h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    text-align: center;
    font-weight: 100;
    margin: 0;
    letter-spacing: 0.2vw;
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 2px black;
}

@media (max-width:640px) {
    .h4 {
        font-size: 1.1em;}
}

.h4-showcase {
    font-family: 'Poppins', sans-serif;
    font-size: 1.25em;
    text-align: center;
    font-weight: 100;
    margin: 0;
    letter-spacing: 0.2vw;
    display: block;
    text-transform: uppercase;
    color: #555f69;
    line-height: 2
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin-bottom: 1.25em;
}

.h5 {
    font-family: 'poppins', sans-serif;
    font-size: 0.7em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin-bottom: 1em;
}

.h5-team {
    font-family: 'poppins', sans-serif;
    font-size: 0.5em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin-bottom: 1em;
}

.h5-2nd {
    font-family: 'poppins', sans-serif;
    font-size: 0.55em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.3vw;
    display: block;
    margin-bottom: 2em;
    margin-top: 4em;
}

.h5-second {
    font-family: 'poppins', sans-serif;
    font-size: 0.7vw;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin: 0 0 1   em 1em;
}

.h5-media {
    font-family: 'poppins', sans-serif;
    font-size: 0.8em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin-bottom: 1em;
    margin-top: 1em;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 0.7em;
    text-align: center;
    font-weight: 100;
    flex: auto;
    margin: 0;
    letter-spacing: 0.1vw;
    display: block; 
    line-height: 2;
}

.p-team {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.7em;
    text-align: center;
    font-weight: 300;
    letter-spacing: 0.1vw;
    line-height: 2;
    color: #555f69;
}

#copyright {
    margin: auto;
    grid-row: 11/12;
    grid-column: 7/7;
    z-index: 2;
}


.strong {
    font-family: 'poppins', sans-serif;
    font-size: 0.8em;
    text-align: center;
    font-weight: 300;
    flex: auto;
    text-transform: uppercase;
    letter-spacing: 0.2vw;
    display: block;
    margin-bottom: 2em;
    margin-top: 1em;
}

.text-in-box {
    padding: 1em 4em 2em 4em;

}

a {
    color: inherit;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
}

a:hover {
    text-shadow:0px -0.5px 0px #eaeaea,0px 0.5px 0px #eaeaea,0.5px 0px 0px #eaeaea,-0.5px 0px 0px #eaeaea;
}

.gras {
    font-size: 1.5em;
}

/* Navigation */

#menu {
    width: 100%;
        height: 0%;
        background-color: #ffffff;  
        margin: 0; 
        grid-row: 9 / 10;
        grid-column: 3 / 12;
        display: none;
        z-index: 200;

}

.box-menu {
    padding: 2em 2em;
    min-width: 4vw;
}

@media (max-width:1600px) {
    .box-menu {
        padding: 2em 3.5em
    }
}

@media (max-width:1250px) {
    .box-menu {
        padding: 2em auto;

    }
}


@media (max-width:765px) {
    .box-menu {
        padding: 1em 2em
    }
    #menu { justify-content: space-between}
}

@media (max-width:640px) {
    .box-menu {
        padding: 1em 3em
    }
    #menu { justify-content: space-between}
}

#menu-navigation {
    width: 100%;
    height: 100%;
    margin:auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    overflow-y: scroll;
}

nav {
    width: 100%;
    height: auto;
}

li .menu {
    display: inline;
}

.container-box-li {
    width: 100%;
    display: flex;
    margin-top: 2em;
    justify-content: space-between;
}

.inline {
    display: inline
}

#nav-left {
    width: 35%;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: left;
    align-items: center;
    justify-content: center;
}

#nav-right {
    display: flex;
    width: calc(35% - 20px);
    margin: 0;
    padding: 0;
    vertical-align: middle;
    float: right;
    align-items: center;
    justify-content: center
}

.box a {
    width: 100%;
    height: 100%;
    display: inline-block
}

.agencement-interieur {
    position: relative;
    max-width: 140px;
    float: left;
}

.agencement-exterieur {
    position: relative;
    max-width: 140px;
    float: left
}

.nous-connaitre {
    position: relative;
}

.presse {
    position: relative;
}

.contact {
    position: relative;
}

.fa {
    font-size: 30px;
    text-align: center;
    text-decoration: none;
  }
  
  .fa:hover {
      opacity: 0.7;
  }

#social-media-footer {
    display: flex;
    justify-content: space-around;
    width: inherit
}

#social-media-contact {
    display: flex;
    justify-content: space-around;
    width: inherit
}

@media (max-width: 1100px) {
    #social-media-contact {
        margin: 0 auto;
        width: 20vw;
    }
}

#social-media-menu-mobile {
    display: flex;
    justify-content: space-around;
    width: 5vw
}


.agencement-interieur-menu {
    position: relative;
    width: 100%;
}

.agencement-exterieur-menu {
    position: relative;
    width: 100%;
}

.nous-connaitre-menu {
    position: relative;
    width: 100%;
}

.presse-menu {
    position: relative;
    width: 100%;
}

.contact-menu {
    position: relative;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;

}

li {
    list-style: none;
}


@media (max-width:1100px) {
    header {justify-content: space-between}
}

@media (max-width:600px) {
    h3 {font-size:1.35em}
    h1 {font-size:0.9em}
    .titre {width: 80%!important; margin-left: 10%;}

}

/* Fin navigation */

/* Banner-index */

#banner-index {
    width: 100%;
    height: 100%;
    margin: 0;
    text-align: center;
    background-image: url(../image/index/1.jpeg);
    background-size: cover;
    opacity: 0.9;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0;
    background-attachment: fixed;
}

/* Fin banner index */

/* Titre sur 50% page */

#body-page {
    display: inline;
    text-align: center;
    justify-content: center;
}

#body-page-content {
    width: 95%;
    margin: auto;
}

#body-align {
    text-align: center;
    justify-content: center;
    width: 80%;
    justify-content: center;
    margin: auto;
    min-height: 85vh;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}



.titre {
    height: 6.5vh;
    width: 100%;
    display: flex;
}

.lien-titre {
    margin: auto auto;
}

/* Fin titre sur 50% page */

/* Auto loop banner */

#slideshow {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 1.5em;
 }



 .slideshow {
     height: 100%;
     width: 100%;
 
 }
 
 #slideshow ul {
     /* X images donc X x 100% */
    width: 500%;
    height: 100%;
    padding:0; 
    margin:-85vh 0 0 0;
    list-style: none;
 }
 #slideshow li {
    float: left;
    width: calc(100% / 5);
    height: 100%;
 }

 #slideshow-index {
     height: 100%;
     width: 100%;
 }

#img-slideshow-index-5 {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/Decking-%26-Decors-Menuiserie-Grimaud-Golfe-de-saint-tropez-Index-2025%20%281%29.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-index-2 {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/Decking-%26-Decors-Menuiserie-Grimaud-Golfe-de-saint-tropez-Index-2025%20%281%29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-index-3 {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/decking-&-decors-grimaud-saint-tropez-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-index-4 {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/Decking-%26-Decors-Menuiserie-Grimaud-Golfe-de-saint-tropez-Index-2025%20%283%29.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-index-1 {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/Decking-%26-Decors-Menuiserie-Grimaud-Golfe-de-saint-tropez-Index-2025%20%283%29.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#lien-slideshow a {
    flex: auto;
    height: 100%;
    width: calc(100% / 3);
}

#lien-slideshow a:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

@media (max-width:1100px) {
    #lien-slideshow a {width: 100%;height: calc(100% / 3);}
    #lien-slideshow {display: inherit!important}

    
    .lien-slideshow {
        display: flex;
        justify-content: center;
        align-content: center;
        height: inherit;
        margin: 0;
    }
    
    #lien-slideshow-index-agencement {
        height: inherit!important;
    }
    
    #lien-slideshow-index-mobilier {
        height: inherit!important;
    }
    
    #lien-slideshow-index-contact {
        height: inherit!important;
    
    }

    .lien-slideshow-index {
        margin: 0;
    }
}

.barre-titre {
    border-bottom: 2.5px ridge #FFFFFF;
    width: 100px;
    margin: 1em auto;
}

#lien-slideshow {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    position: relative;
}

#lien-slideshow-index-agencement {
    height: 100%;
    margin: auto 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

#lien-slideshow-index-mobilier {
    height: 100%;
    margin: auto 0;
    justify-content: center;
    display: flex;
    flex-direction: column;}

#lien-slideshow-index-contact {
    height: 100%;
    margin: auto 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

/* Fin autoloop banner*/



/* Container box index lien vers onglets */

#container-box-index {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
justify-content: space-around;
flex-wrap: wrap;
}

.box {
    width: 50%;
    float: left;
    display: flex;
    justify-content: center;
    text-align: center
}





@media (max-width:1100px) {
    h4 {font-size:1em}
    #img-interieur, #img-exterieur, #img-contact, #img-decking-decors {height: 25vh!important;}
    #container-box-index a {width: 100%!important;}
    .titre-box {margin-top: 12vh!important}
}


#img-interieur {
    height: 50vh;
    background-image: url(../image/index/4.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    width: 100%;
    opacity: 0.85;


}

#img-exterieur {
    height: 50vh;
    width: 100%;
    background-image: url(../image/index/3.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    opacity: 0.85;
}

#img-decking-decors {
    height: 50vh;
    width: 100%;
    background-image: url(../image/index/5.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    opacity: 0.85;

}

#img-contact {
    height: 50vh;
    width: 100%;
    background-image: url(../image/index/6.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    opacity: 0.85;

}



#img-interieur:hover, #img-exterieur:hover, #img-contact:hover, #img-decking-decors:hover {
    opacity: 1;
}

#container-box-index a {
    width: 50%;
    height: 50%;
}

.box:hover div{
    opacity: 0.9;
}

.box:hover h4{
    text-shadow:0px -0.5px 0px #000000,0px 0.5px 0px #000000,0.5px 0px 0px #000000,-0.5px 0px 0px #000000;
}

/* Fin Index Container box index  lien vers onglets */

/* Index Bloc dernières actualités */

.titre-box {
    margin-top: 22.5vh;
}

#actualite {
    width: 70%;
    height: calc(33% - 2px);
    display: flex;
    margin: 10vh 0 10vh 15%;
}

#img-actu {
    width: 50%;
    height: 50vh;
    margin: 5% 0 5% 0;
    background-image: url(../image/index/turquoise.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


#text-actu {
    width: 50%;
    margin: 5% 0 5% 0;
    border-top: 1px solid #555f69;
    border-left: 1px solid #555f69;
    border-bottom: 1px solid #555f69;

}

@media (max-width:1000px) {
    footer {width: 95%; margin: 0 2.5% 0 2.5%}
    h2 {font-size: 0.7em}
    .h2 {font-size: 0.55em}
}

/* Fin index Bloc dernières actualités */

/* Scrollbar */

::-webkit-scrollbar {
    width: 3.14px;
    overflow:overlay;
    
  }

  ::-webkit-scrollbar-track {
    background: #ffffff; 
  }
 
  ::-webkit-scrollbar-thumb {
    background: #555f69; 
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background: black; 
  }

  /* Fin scrollbar */

  /* Back to top */

  #myBtn {
    display: none; 
    position: fixed; 
    bottom: 75px;
    right: 6vw; 
    z-index: 99; 
    border: none;
    outline: none; 
    background-color: transparent; 
    color: none;
    cursor: pointer; 
    padding: 15px;
    font-size: 18px;
    grid-column: 9 / 10;
    grid-row: 3 / 4;
    
  }

@media (max-width: 1000px) {
    #myBtn {right: 6vw;}
}

@media (max-width: 640px) {
    #myBtn {right: 7vw;}
}

.arrow{
    position: absolute;
    transform: translate(-50%,-50%);
}
.arrow span{
    display: block;
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #F18B04;
    border-right: 2px solid #F18B04;
    transform: rotate(-45deg);
    margin: -5px;
    animation: animate 3s infinite;
}



.arrow span:nth-child(2){
    animation-delay: -0.2s;
}
.arrow span:nth-child(3){
    animation-delay: -0.4s;
}
@keyframes animate {
    0%{
        opacity: 0;
        transform: rotate(-135deg) translate(-20px,-20px);
    }
    50%{
        opacity: 1;
    }
    100%{
        opacity: 0;
        transform: rotate(-135deg) translate(20px,20px);
    }
}

/* Fin back to top */

/* Page contact */



@media (max-width:1200px ){
    .main-onepage {
        height: inherit;
        margin-bottom: 2em;
    }

    
}

#container-contact {
    display: flex;
    justify-content: space-around;
    line-height: 3;
}

.column-contact {
    height: auto;
    margin-top: 2em;
    margin-bottom: 2em;
    text-align: center;
}


#map {
    width: 25vw;
    height: 55vh;
}

@media (max-width:1100px) {
    .column-contact {
        width: 100%;
    }
    #container-contact {display: inline-block;text-align: center;width: 100%;}
    #map { width: 65vw;
        height: 50vh;
    margin: 0 auto}
}

/* Fin page contact */

/* Page mention */

#mentions {
    width: 75%;
    margin: 0 auto 4em auto;

}

/* Fin page mention */

/* Page decking-&-decors */

#liens-en-bandeaux {
    width: 90%;
    height: 72vh;
    margin: 2em auto 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#lien-workshop-grimaud {
    width: 100%;
    height: calc(97% / 4);
}

#workshop-grimaud {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/decking-&-decors/decking-&-decors-menuiserie-grimaud-saint-tropez-atelier-2025.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;

}

#lien-partnership {
    width: 100%;
    height: calc(97% / 4);
    margin-top: 0.25em;

}

#partnership {
        width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/decking-&-decors/decking-&-decors-grimaud-saint-tropez-partnership.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;

}

#lien-qualifications {
    width: 100%;
    height: calc(97% / 4);
}

#qualifications {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/decking-&-decors/decking-&-decors-menuiserie-grimaud-saint-tropez-qualifications-2025.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.85;
}

#lien-team {
    width: 100%;
    height: calc(97% / 4);
}

#team {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/decking-&-decors/decking-&-decors-grimaud-saint-tropez-team.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    opacity: 0.9;

}



#lien-workshop-grimaud:hover #workshop-grimaud {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;
}

#lien-workshop-grimaud:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

#lien-qualifications:hover #qualifications {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;;
}

#lien-qualifications:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

#lien-team:hover #team {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;;
}

#lien-team:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}


#lien-partnership:hover #partnership {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;;
}

#lien-partnership:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}


/* Fin page nous connaître */

/* Page partnership */

#container-partenaires {
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: auto;
    align-content: space-evenly;
    flex-wrap: wrap;
}

.logo-partenaire {
    width: 100%;
    height: 100%;
}

.lien-logo-partenaire {
    width: calc(100% / 3);
    height: calc(100% / 3);
}

@media (max-width:1400px) and (min-width:851px){
    .lien-logo-partenaire {
        margin: 0 0.5em;
        width: calc(100% / 3.5);
    }
}

@media (max-width:850px){
    .lien-logo-partenaire {
        margin: 0 0.5em;
        width: calc(100% / 2.5);
    }
    .mobile {
        margin: 0 3.5em;
    }
}


#dauby {
    background-image: url(../image/decking-&-decors/partnership/dauby.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#oreka-architecture {
    background-image: url(../image/decking-&-decors/partnership/oreka-architecture.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

}

#kessebohmer {
    background-image: url(../image/decking-&-decors/partnership/kessebohmer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#cote-bois {
    background-image: url(../image/decking-&-decors/partnership/cote-bois.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#argenta {
    background-image: url(../image/decking-&-decors/partnership/argenta.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#lg-hausys-hi-macs {
    background-image: url(../image/decking-&-decors/partnership/lg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media (max-width:640px) {
    #container-partenaires {
        height: 56vh;
    }
}

/* Fin page partnership*/

/* Page performances */

#lien-performances-study-desk {
    width: 100%;
    height: calc(97% / 3);
}

#performances-study-desk {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/performances/decking-&-decors-grimaud-saint-tropez-study-desk.jpg);
    background-size: 105%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;
}



#lien-performances-woodwork-and-facilities {
    width: 100%;
    height: calc(97% / 3);
}

#performances-woodwork-and-facilities {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/performances/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;

}


#lien-performances-wooden-exterior-facilities {
    width: 100%;
    height: calc(97% / 3);
}

#performances-wooden-exterior-facilities {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/performances/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities.jpeg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    opacity: 0.9;

}

#lien-performances-agencement {
    width: 45%;
    height: 33%;
    margin-top: 0.25em;

}

#performances-agencement {
        width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/performances/decking-&-decors-grimaud-saint-tropez-agencement.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;

}

#lien-performances-mobilier {
    width: 45%;
    height: 35%;
}

#performances-mobilier {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/performances/decking-&-decors-grimaud-saint-tropez-mobilier.jpg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
    opacity: 0.9;

}

#lien-performances-study-desk:hover #performances-study-desk {
    background-size: 130%;
    opacity: 1;
    transition:  1.5s ease;
}

#lien-performances-study-desk:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

#lien-performances-woodwork-and-facilities:hover #performances-woodwork-and-facilities {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;;
}

#lien-performances-woodwork-and-facilities:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}

#lien-performances-wooden-exterior-facilities:hover #performances-wooden-exterior-facilities {
    background-size: 125%;
    opacity: 1;
    transition:  1.5s ease;;
}

#lien-performances-wooden-exterior-facilities:hover h4 {
    text-shadow: 1px 1px 2px white, 2px 2px 4px black;
}


/* Fin page performances */

/* Page realisations */

#lien-realisations-study-desk {
    width: 45%;
    height: 35%;
}

#realisations-study-desk {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/realisations/1.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
}

#lien-realisations-menuiseries-en-bois {
    width: 45%;
    height: 35%;
}

#realisations-menuiseries-en-bois {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/realisations/4.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
}


#lien-realisations-amenagement-exterieur-en-bois {
    width: 90.2%;
    height: 34%;
}

#realisations-amenagement-exterieur-en-bois {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/realisations/5.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around
}

#lien-realisations-agencement {
    width: 45%;
    height: 35%;
    margin-top: 0.25em;

}

#realisations-agencement {
        width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/realisations/3.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;
}

#lien-realisations-mobilier {
    width: 45%;
    height: 35%;
}

#realisations-mobilier {
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    background-image: url(../image/realisations/2.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-around;
    float: left;

}




@media (max-width:1100px) {

    
    #lien-realisations-study-desk {
        width: 100%;
        height: 20%;
    }
    
    #lien-realisations-menuiseries-en-bois {
        width: 100%;
        height: 20%;
    }
    
    #lien-realisations-amenagement-exterieur-en-bois {
        width: 100%;
        height: 20%;
    }
    
    #lien-realisations-agencement {
        width: 100%;
        height: 20%;
    }

    
    #lien-realisations-mobilier {
        width: 100%;
        height: 20%;
    }
    
}


/* Fin page realisations */


/* Page agencement */


#box-text-section {
    height: 45%;
    width: 75%;
    margin: auto;
    display: flex
}

#box-text-section p {
    margin: auto;
}

.showcase-interieur {
    height: calc(50% - 2em);
    margin-top: 2em;
}

.showcase-text-agencement-interieur {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(20% , -112.5%)
}

.showcase-box-text {
    width: 65%;
    margin: auto;
    color: #555f69;
}

.showcase-box-img-agencement-interieur {
    height: 100%;
    width: 75%;
    transform: translate(24% , 0)
    
}

#showcase-agencement-img-interieur {
    height: 100%;
    width: 100%;
    background-image: url(../image/agencement/1.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.showcase-exterieur {
    height: calc(50% - 2em);
    margin-top: 2em;
    margin-bottom: 2em;
}

.showcase-text-agencement-exterieur {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(165% , -112.5%)
}

.showcase-box-text {
    width: 65%;
    margin: auto;
    color: #555f69;
}

.showcase-box-img-agencement-exterieur {
    height: 100%;
    width: 75%;
    transform: translate(9.25% , 0)
    
}

#showcase-agencement-img-exterieur {
    height: 100%;
    width: 100%;
    background-image: url(../image/agencement/2.jpeg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

}

@media (max-width:1100px) {
    .showcase-interieur {
        height: 40%;
    }

    .showcase-box-img-agencement-interieur {
        height: 100%;
        width: 75%;
        transform: translate(0 , 0);
        margin: auto
    }

    .showcase-text-agencement-interieur {
        height: 35%;
        width: 65%;
        margin: auto;
        transform: translate(0% , -75%)
    }

    .showcase-exterieur {
        height: 40%;
        margin-top: 4em;
    }

    .showcase-box-img-agencement-exterieur {
        height: 100%;
        width: 75%;
        transform: translate(0 , 0);
        margin: auto
    }

    .showcase-text-agencement-exterieur {
        height: 35%;
        width: 65%;
        margin: auto;
        transform: translate(0% , -75%)
    }



    .h4-showcase {font-size: 1em}
}

/* Fin page agencement */

/* Page interieur */

#container-agencement {
    height: 100%;
    width: 80%;
    margin: auto;
}

.box-agencement {
    height: 40%;
    width: 100%;
}


.showcase {
    height: calc(100% - 2em);
    margin-top: 2em;
    margin-bottom: 2em;
    border: 1px solid #555f69;
    padding: 1em 0;
}

.box-margin-auto {
    margin: auto;
}

.showcase-text-interieur {
        height: 80%;
        width: 35%;
        background-color: rgba(255, 255, 255, 0.85);
        display: flex;
        border: 1px solid #555f69;
        z-index: 1;
        transform: translate(20% , -112.5%)
}

#shwocase-img-interieur1 {
        height: 100%;
        width: 100%;
        background-image: url(../image/agencement/interieur/1.jpeg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
}

#shwocase-img-interieur2 {
    height: 100%;
    width: 100%;
    background-image: url(../image/agencement/interieur/2.jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

/* Fin page interieur



/* Page Mobilier */


.showcase-cave-a-vin {
    height: calc(25% - 2em);
    margin-top: 2em;
}

.showcase-text-mobilier-cave-a-vin {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(20% , -112.5%)
}

.showcase-box-img-mobilier-cave-a-vin{
    height: 100%;
    width: 75%;
    transform: translate(24% , 0)
}

#showcase-mobilier-img-cave-a-vin {
    height: 100%;
    width: 100%;
    background-image: url(../image/mobilier/decking-decors-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.showcase-dressing {
    height: calc(25% - 2em);
    margin-top: 2em;
}

.showcase-text-mobilier-dressing {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(165% , -112.5%)
}

.showcase-box-img-mobilier-dressing{
    height: 100%;
    width: 75%;
    transform: translate(9.25% , 0)
}

#showcase-mobilier-img-dressing {
    height: 100%;
    width: 100%;
    background-image: url(../image/mobilier/decking-decors-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.showcase-rangement {
    height: calc(25% - 2em);
    margin-top: 2em;
    margin-bottom: 2em;
}

.showcase-text-mobilier-rangement {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(20% , -112.5%)
}

.showcase-box-img-mobilier-rangement{
    height: 100%;
    width: 75%;
    transform: translate(24% , 0)
}


#showcase-mobilier-img-rangement {
    height: 100%;
    width: 100%;
    background-image: url(../image/mobilier/decking-decors-3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


.showcase-autre {
    height: calc(25% - 2em);
    margin-top: 2em;
    margin-bottom: 2em;
}

.showcase-text-mobilier-autre {
    height: 80%;
    width: 35%;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(165% , -112.5%)
}

.showcase-box-img-mobilier-autre{
    height: 100%;
    width: 75%;
    transform: translate(9.25% , 0)
}


#showcase-mobilier-img-autre {
    height: 100%;
    width: 100%;
    background-image: url(../image/mobilier/decking-decors-4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



@media (max-width:1100px) {
    .showcase-cave-a-vin {
        height: calc(25% - 3em);    }

    .showcase-box-img-mobilier-cave-a-vin {
        height: 100%;
        width: 75%;
        transform: translate(0 , 0);
        margin: auto
    }

    .showcase-text-mobilier-cave-a-vin {
        height: 25%;
        width: 65%;
        margin: auto;
        transform: translate(0% , -75%)
    }

    .showcase-dressing {
        height: calc(25% - 3em);
    }

    .showcase-box-img-mobilier-dressing {
        height: 100%;
        width: 75%;
        transform: translate(0 , 0);
        margin: auto
    }

    .showcase-text-mobilier-dressing {
        height: 25%;
        width: 65%;
        margin: auto;
        transform: translate(0% , -75%)
    }

        .showcase-rangement {
            height: calc(25% - 3em);
    }

    .showcase-box-img-mobilier-rangement {
        height: 100%;
        width: 75%;
        transform: translate(0 , 0);
        margin: auto
    }

    .showcase-text-mobilier-rangement {
        height: 25%;
        width: 65%;
        margin: auto;
        transform: translate(0% , -75%)
    }

    .showcase-autre {
        height: calc(25% - 3em);
}

.showcase-box-img-mobilier-autre {
    height: 100%;
    width: 75%;
    transform: translate(0 , 0);
    margin: auto
}

.showcase-text-mobilier-autre {
    height: 25%;
    width: 65%;
    margin: auto;
    transform: translate(0% , -75%)
}

}

/* Fin page mobilier */

/* Page Media */

.two-column {
    width: calc(50% - 1px);
    float: left;
    height: 100%;
    display: flex;
    margin: 0;

}

#container-presse {
    width: 90%;
    height: 100%;
    margin: 0 5% 2em 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    overflow-y: scroll;
}

.article-presse {
    width: 25%;
    height: 50%;
    float: left;
    text-align: center;
    padding: 0 1em;
}

.article-presse-decking-decor1 {
    width: 100%;
    height: 100%;
    background-image: url(../image/media/presse/1.jpg);
    background-repeat: none;
    background-position: center;
    background-size: cover;
}

.img-presse {
    width: 95%;
    height: 75%;
    margin: auto;
}

.titre-article-presse {
    height: 20%;
}

#container-video {
    width: 90%;
    height: 100%;
    margin: 0 5% 2em 5%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#player {
    width: 80%;
    height: 100%;
}

.tabs {
    position: relative;   
    height: 78vh;
    clear: both;
    margin: 25px 0;
  }
  .tab {
    float: left;
    width: 50%;
  }
  .tab label {
    margin-left: -1px; 
    position: relative;
    left: 1px; 
  }
  .tab [type=radio] {
    display: none;   
  }
  .content {
    position: absolute;
    top: 50px;
    left: 0;
    background: white;
    right: 0;
    bottom: 0;
    padding: 20px;
  }
  [type=radio]:checked ~ label {
    background: white;
    border-bottom: 1px solid white;
    z-index: 2;
  }
  [type=radio]:checked ~ label ~ .content {
    z-index: 1;
  }



/* Fin page media */

/* page équipe */

#box-text-team {
    min-height: 25%;
    width: 100%;
    margin: auto;
    display: flex;
}

#box-text-team-center {
    margin: auto;
}

#container-photo-team {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.bloc-photo-team {
    border: 1px solid #555f69;
    height: 400px;
    width: 70vw;
    margin: 1em auto;
    display: flex;
    align-content: center;
    padding: 10px;
}



.texte-team {
    font-size: 120%;
    width: 50%;
    height: 80%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

@media (max-width:1050px) {

    .photo-team {
        width: 50%;
        height: 100%!important;
    }   
    .texte-team {
        width: 50%;
        height: 100%;

    }

    .bloc-photo-team {
        height: 20vh;
    }

    #container-photo-team {
        justify-content: space-between;
    }  

}

#photo-team-by-quentin-pastor-antoine {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-antoine.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;}

#photo-team-by-quentin-pastor-julie {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-julie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;}

#photo-team-by-quentin-pastor-david {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-david.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-david-2 {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-david-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-quentin {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-quentin.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center 24%;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-fabien {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-fabien.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-cyril {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-cyril.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-cyril-2 {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-cyril-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 25%;
    margin: -0.5px 0 0 0;
}


#photo-team-by-quentin-pastor-mathieu {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-mathieu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-cathy {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-cathy.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-michel {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-michel.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}


#photo-team-by-quentin-pastor-leo {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-leo.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    margin: -0.5px 0 0 0;
}
    
#photo-team-by-quentin-pastor-juliette {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-juliette.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-alban {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-alban.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-claire {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-claire.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}


#photo-team-by-quentin-pastor-bryan {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-bryan.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}
    
#photo-team-by-quentin-pastor-lucien {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-lucien.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

#photo-team-by-quentin-pastor-camille {
    width: 50%;
    height: 401px;
    background-image:  url(../image/decking-&-decors/team/decking-&-decors-grimaud-saint-tropez-photo-by-quentin-pastor-camille.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: -0.5px 0 0 0;
}

.cache-cache {
    display: none;
}

/* Fin page équipe */

/* page performances bureau etude */

#banner-performances-study-desk {
    width: 100%;
    height: 45vh;
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Fin page performances study-desk */

/* page performances amenagement-exterieur-en-bois */

#banner-performances-wooden-exterior-facilities {
    width: 100%;
    height: 45vh;
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* Fin page performances amenagement-exterieur-en-bois */

/* page performances menuiseries en bois */

#banner-performances-woodwork-and-facilities-1 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner-performances-woodwork-and-facilities-2 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Fin page performances menuiseries en bois  */

/* page workshop */

#banner-workshop-grimaud-1 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner-workshop-grimaud-2 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#container-galerie-workshop-grimaud {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.marge-bloc-galerie {
    margin: 1em;
}

.bloc-galerie-workshop-grimaud {
    width: auto;
    height: 25vw;
}

@media (max-width:640px) {

    .bloc-galerie-workshop-grimaud {
        width: 35vw;
        height: auto;
    }

    #bloc-galerie-mobile {
        width: 25vw;
        height: auto;
        margin: 0 3em;
    }
    
}

#galerie-workshop-grimaud-photo-1 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-galerie-1.jpg);
    background-size: cover;
    background-position: center;
}

#galerie-workshop-grimaud-photo-2 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-galerie-2.jpg);
    background-size: cover;
    background-position: center;
}

#galerie-workshop-grimaud-photo-3 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-galerie-3.jpg);
    background-size: cover;
    background-position: center;
}

#galerie-workshop-grimaud-photo-4 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-galerie-4.jpg);
    background-size: cover;
    background-position: center;
}

#galerie-workshop-grimaud-photo-5 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-galerie-5.jpg);
    background-size: cover;
    background-position: center;
}


/* Fin page workshop */

/* page qualifications */

#banner-qualifications-1 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/decking-&-decors/qualifications/decking-&-decors-grimaud-saint-tropez-qualifications-menuiserie-2025-1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#banner-qualifications-2 {
    width: 100%;
    height: 45vh;
    background-image: url(../image/decking-&-decors/qualifications/decking-&-decors-grimaud-saint-tropez-qualifications-menuiserie-2025-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}


/* Fin page qualifications */

/* Page partnership */


#showcase-img-lg {
        height: 100%;
        width: 100%;
        background-image: url(../image/nous-connaitre/partnership/lg.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right;
}

#showcase-img-kesseböhmer {
    height: 100%;
    width: 100%;
    background-image: url(../image/nous-connaitre/partnership/kesseböhmer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#showcase-img-dauby {
    height: 100%;
    width: 100%;
    background-image: url(../image/nous-connaitre/partnership/dauby.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;    
}

#shwocase-img-partnership2 {
    height: 100%;
    width: 100%;
    background-image: url(../image/nous-connaitre/partnership/dauby.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;    
}

/* Page etcetera */

#container-bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.bloc-realisation {
    border: 1px solid #555f69;
    height: 50vh;
    width: 30vw;
    margin-bottom: 2em;
}

.img-bloc-realisation {
    height: 80%;
    width: 80%;
    margin: 2em auto;
}

#realisation1 {
    background-image: url(../image/mobilier/etcetera/decking-&-decors-grimaud-saint-tropez-1.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#realisation2 {
    background-image: url(../image/mobilier/etcetera/decking-&-decors-grimaud-saint-tropez-2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#realisation3 {
    background-image: url(../image/mobilier/etcetera/decking-&-decors-grimaud-saint-tropez-3.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#realisation4 {
    background-image: url(../image/mobilier/etcetera/decking-&-decors-grimaud-saint-tropez-4.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bloc-text-realisation {
    width: 65%;
    padding: 1em;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    border: 1px solid #555f69;
    z-index: 1;
    transform: translate(0 , -80%)
}

@media (max-width: 1000px) {
    .bloc-realisation {
        height: 50vh;
        width: 100%;
        margin-bottom: 2em;
    }
}

.inline {
    display: inline;
}

#logo-kesseboehmer {
    width: 200px;
    height: 250px;
    background-image: url(../image/nous-connaitre/partnership/kesseböhmer.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

#logo-youtube {
    width: 100px;
    height: 75px;
    background-image: url(../image/nous-connaitre/partnership/youtube.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
}

#box-swiper {
    width: 100%;
    height: 85vh;
    display: flex;
}

.swiper-container {
    width: 90%;
    height: 100%;
}

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    width: 5vw;
  }



 

  .swiper-slide img {
      height: 100%;

  }

  .swiper-button-prev {
    position: relative!important;
    float: left;
      color: #555f69!important;
      left: 0!important;
  }

  .swiper-button-next {
position: relative!important;
    color: #555f69!important;
    float: right;
    right: 0!important;
}

/* Réalisations workshop-grimaud */

#swiper-slide-workshop-grimaud-1 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;  
}

#swiper-slide-workshop-grimaud-2 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-workshop-grimaud-3 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-workshop-grimaud-4 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-workshop-grimaud-5 {
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}


/* Fin réalisations workshop-grimaud */

/* Réalisations aménagement exterieur en bois */

#swiper-slide-wooden-exterior-facilities-1 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-1.jpeg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-2 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#swiper-slide-wooden-exterior-facilities-3 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-wooden-exterior-facilities-4 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-4.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-5 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-wooden-exterior-facilities-6 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-wooden-exterior-facilities-7 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-7.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-8 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-8.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-wooden-exterior-facilities-9 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-9.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-wooden-exterior-facilities-10 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-10.jpeg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-11 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-11.jpeg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-12 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-12.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-wooden-exterior-facilities-13 {
    background-image: url(../image/wooden-exterior-facilities/decking-&-decors-grimaud-saint-tropez-wooden-exterior-facilities-8.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

/* Fin réalisations aménagement extérieur en bois */

/* Réalisations bureau etude */

#swiper-slide-study-desk-1 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-1.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-study-desk-2 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-study-desk-3 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-study-desk-4 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-4.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-study-desk-5 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-study-desk-6 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-study-desk-7 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-7.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
}

#swiper-slide-study-desk-8 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-study-desk-9 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-study-desk-10 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-10.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-study-desk-11 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
 
}

#swiper-slide-study-desk-12 {
    background-image: url(../image/study-desk/decking-&-decors-grimaud-saint-tropez-study-desk-12.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% center; 
}
/* Fin réalisations bureau etude */

/* Réalisations menuiseries en bois */

#swiper-slide-woodwork-and-facilities-1 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-1.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-2 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-3 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-3.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-4 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-4.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-5 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-5.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-6 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-7 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-7.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-8 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-8.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-9 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-10 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-10.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-11 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-11.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-12 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-12.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-13 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-13.jpg);
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
}

#swiper-slide-woodwork-and-facilities-14 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-14.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-15 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-15.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-16 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-16.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

#swiper-slide-woodwork-and-facilities-17 {
    background-image: url(../image/woodwork-&-facilities/decking-&-decors-grimaud-saint-tropez-woodwork-&-facilities-17.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; 
}

/* Fin menuiseries en bois */




ul.swiper-wrapper {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  
  .swiper-container {
    max-width: 100%;
  }
  
  .swiper-container img {
    width: 100%;
    height: auto;
  }
  
  .swiper-slide {
    width: 80%;
  }
  
  .swiper-pagination-bullet {
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.3);
  }

  .swiper-pagination-bullet-active {
    color: #fff;
    background: black;
  }
  
  .swiper-button-prev{
    height: 100%;
    top: 0;
    left:0;
    padding: 8px;
      opacity: 0.2;
    -webkit-transition: opacity 0.6s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.6s;
  }
  
  .swiper-button-next{
    height: 100%;
    top: 0;
    right:0;
    padding: 8px;
      opacity: 0.2;
    -webkit-transition: opacity 0.6s; /* For Safari 3.1 to 6.0 */
    transition: opacity 0.6s;
  }
  
  .swiper-button-prev:hover, .swiper-button-next:hover{
    opacity: 1;
  }

  .slide {
      width: 100%;
      height: 100%;
  }
.pswp__share-tooltip {
    color: #555f69;
    font-family: 'Poppins', sans-serif;
}

.pswp__share-tooltip a:hover {
    text-shadow: none;
}

.my-gallery {
    width: 100%;
}

.pswp {
    z-index: 9999999!important;
}

.pswp__img {
  width: auto !important;
}

/* Auto loop banner */

.slideshow-workshop-grimaud {
    width: 100%;
    height: 45vh;
    overflow: hidden;
    margin-bottom: 1.5em;
 }

 
 .slideshow-workshop-grimaud ul {
     /* X images donc X x 100% */
    width: 400%;
    height: 45vh;
    padding:0; 
    list-style: none;
 }

 .slideshow-workshop-grimaud li {
    float: left;
    width: calc(100% / 4);
    height: 100%;
 }

 .slideshow-workshop-grimaud-index {
     height: 100%;
     width: 100%;
 }

 #img-slideshow-workshop-grimaud-new {
    width: 100%;
    height: 45vh;
    overflow: hidden;
    margin-bottom: 1.5em;
    background-image: url(../image/decking-&-decors/decking-&-decors-menuiserie-grimaud-saint-tropez-atelier-2025.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

 #img-slideshow-workshop-grimaud-1 {
    width: 100%;
    height: 100%;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-workshop-grimaud-2 {
    width: 100%;
    height: 100%;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-workshop-grimaud-3 {
    width: 100%;
    height: 100%;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#img-slideshow-workshop-grimaud-4 {
    width: 100%;
    height: 100%;
    background-image: url(../image/decking-&-decors/workshop-grimaud/decking-&-decors-grimaud-saint-tropez-workshop-grimaud-banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/* Fin autoloop banner*/

#slideshow-index {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

#slideshow-index li {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
}

#slideshow-index li.active {
    opacity: 1;
    z-index: 2;
}

#slideshow-index li div {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
