.page {
    position: relative;
    background: #FFFFFF;
}

.content {
    border-bottom: 1px solid #d5d3d3;
    padding-bottom: 2em;
}

.site-main {
    overflow: hidden;
}

.single-product .product{
    background: #FFFFFF;
    padding: 2rem;
}

article .entry-content {
    text-align: justify;
    padding: 0;
}

article .entry-content h2, article .entry-content h3 {
    text-align: left;
}

article .entry-content .wrapper {
    padding: 3em 10%;
}

article .entry-content .wrapper .labels {
    text-align: center;
}

article .entry-content .wrapper .labels img {
    width: 100%;
    max-width: 400px;
}

article .entry-content ul {
    text-align: left;
}

article .entry-content section.mtr {
    padding: 3em 10%;
}

article .entry-content section.mtr:nth-child(even) {
    background-color: rgb(235, 235, 235);
}

article h1.entry-title {
    text-transform: uppercase;
    color: rgb(70, 70, 70);
    text-align: center;
}

.entry-content img {
    width: auto;
}

.entry-content .sect {
    padding: 2em 5%;
    text-align: center;
}

.entry-content .sect.argu img {
    width: 100%;
    max-width: 600px;
}

.entry-content .sect.start-module {
    padding-bottom: 0;
}

.entry-content .sect.start-module a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.entry-content .sect.start-module a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.entry-content .sect.start-module img {
    width: 100%;
    max-width: 500px;
}

.entry-content .etapes {
    background-color: rgb(143, 210, 199);
    position: relative;
    padding: 3em 5%;
}

.entry-content .etapes h2 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    padding: 0 0 2em 0;
    text-align: center;
}

#custom-pager {
    font-family: 'Times New Roman', serif;
    font-size: 35px;
    margin-bottom: 0.5em;
}

#custom-pager a {
    color: #FFFFFF;
    display: inline-block;
    border: 1px solid white;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    margin: 0 5px;
    transition: all 0.3s ease;
}

#custom-pager a.cycle-pager-active {
    background-color: rgb(255, 119, 0);
}

#custom-pager a:hover {
    background-color: #56A094;
}

.entry-content .tutoriels .item {
    padding: 1em 4em;
    width: 50%;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.entry-content .tutoriels .item.vid {
    background-color: rgb(0, 0, 0);
    color: #FFFFFF;
    display: none; /* a suppr quand les tutos videos seront faits */
}

.entry-content .tutoriels .item.faq {
    background-color: rgb(224, 210, 230);
    padding: 0 5% 2em 5%;
    text-align: left;
    width: 100%; /* a suppr quand les tutos videos seront faits */
}

.entry-content .tutoriels .item.vid h3 {
    color: rgb(240, 240, 240);
    text-align: center;
}

.entry-content .tutoriels .item h3 {
    text-align: center;
    font-size: 2em;
    text-transform: none;
}

.entry-content .tutoriels .item h3 img {
    width: 40px;
}

.entry-content .tutoriels .item h3::after {
    content: " ";
    background: rgb(0, 0, 0);
    display: block;
    width: 80px;
    height: 5px;
    margin: 0.5em auto 0 auto;
}

.entry-content .tutoriels .item.vid h3::after {
    background: rgb(240, 240, 240);
}

.entry-content .sect.labels img {
    width: 100%;
    max-width: 600px;
}

.entry-content .etapes .cycle-slideshow > div {
    width: 100%;
}

.entry-content .etapes .cycle-slideshow > div > div {
    display: inline-block;
    vertical-align: middle;
    color: rgb(255, 255, 255);
    text-align: center;
}

.entry-content .etapes .cycle-slideshow .chiffre {
    width: 30%;
    font-family: "Times New Roman";
    text-align: center;
}

.entry-content .etapes .cycle-slideshow .chiffre p {
    border: 2px solid #FFFFFF;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto;
    font-size: 2.5em;
    line-height: 50px;
}

.entry-content .etapes .cycle-slideshow .chiffre h3 {
    font-size: 1.75em;
    font-weight: normal;
    margin: 0;
    text-align: center;
}

.entry-content .etapes .cycle-slideshow .picto {
    width: 20%;
}

.entry-content .etapes .cycle-slideshow .picto img {
    width: 105px
}

.entry-content .etapes .cycle-slideshow .resume {
    width: 50%;
    text-align: justify;
}

.post-thumbnail {
    position: relative;
    height: 20em;
    border-top: 1px solid rgb(200, 200, 200);
    border-bottom: 1px solid rgb(200, 200, 200);
    margin-bottom: 1em;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
}

.post-thumbnail h1 {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    margin: 0;
    font-weight: 400;
}

.post-thumbnail h1 span {
    position: relative;
    display: inline-block;
    background: rgba(255, 255, 255, .9) url('../img/h1-arrow.png') no-repeat center 2.25em;
    padding: 1em 2em;
    text-transform: uppercase;
}

.post-thumbnail h1 span::before {
    content: url('../img/pw-white.png');
    position: absolute;
    left: 50%;
    top: -80px;
    margin-left: -40px;
}

ul.slides {
    margin: 0;
    padding: 0;
    list-style: none;
    height: 535px;
}

.products img, .product img {
    width: auto;
}


/*FAQ*/
h3.arconix-faq-term-title {
    margin: 1em 0;
    text-transform: uppercase;
    font-weight: 400;
}

.arconix-faq-wrap {
    border: none;
    border-radius: 0;
    background: none;
    margin: 0;
    padding: 0;
}

.arconix-faq-title {
    padding: 0.5em 0 0.5em 2em !important;
    background: url('../img/toggle-open.png') no-repeat left transparent;
    background-size: 25px;
}

.arconix-faq-title.faq-open {
    background: url('../img/toggle-close.png') no-repeat left transparent;
    background-size: 25px;
}

.arconix-faq-content p {
    padding: 1em !important;
    background-color: rgb(245, 245, 245);
}


/*VIDEOS*/

.wrap-video {
    margin: 0 auto;
    position: relative;
}

.wrap-video img {
    width: 100%;
    height: auto;
}

.wrap-video iframe {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.home .content {
    padding-bottom: 0;
}

.home-sections {
    background: #F2F2F2;
    padding: 3rem 0;
}

.home-steps .step {
    background-color: var(--color-green);
    color: #FFFFFF;
    text-align: center;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 400px;
    border: solid 1px #FFFFFF;
}

@media screen and (min-width: 992px) {
    .home-sections .item:nth-child(odd) .grid-x {
        flex-direction: row-reverse;
    }
}



.home-steps .step-image {
    width: 70px;
}

.home-steps .step-picto {
    width: 100px;
}

.home-steps .step-text {
    font-family: 'Times New Roman', serif;
    font-size: 1.5em;
    padding: 1.3rem;
}

.home-steps .prod {
    display: block;
    text-align: center;
    width: 100%;
    color: #000000;
}

.home-steps .prod .maj {
    font-size: 1.3rem;
}

.home-steps .prod span.white {
    display: inline-block;
    background: rgba(255,255,255,.85);
    padding: 1em 2em;
    box-sizing: border-box;
    border-radius: 0 0 8px 8px;
    width: 70%;
}

.home-steps .prod span.white img {
    width: 40px;
    display: block;
    margin: 1em auto;
}

.home-steps .prod span.white span {
    display: block;
    padding: 0.5em 0 0 0
}
.home-steps .item {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 400px;
    margin-top: 1rem;
    margin-bottom: 4rem;
}

.home-steps .item.right {
    background-position: right center;
}

.home-steps .item.left {
    background-position: left center;
}

.home-steps .item.left .grid-x {
    flex-direction: row-reverse;
}

.home-steps .item-1 {
    background-image: url('../img/ppp-0.jpg');
}

.home-steps .item-1.b {
    background-image: url('../img/ppp.jpg');
}

.home-steps .item-2 {
    background-image: url('../img/adhesif-mural.jpg');
}

.home-steps .item-3 {
    background-image: url('../img/adhesif-mural.jpg');
}

.home-steps .item-4 {
    background-image: url('../img/r-6-2.jpg');
}

@media screen and (min-width: 768px) {
    .home-steps .prod span.white {
        width: 80%;
    }
    .home-steps .prod .maj {
        font-size: 1.5rem;
    }
}
/*GUTENBERG*/

@media screen and (min-width: 768px) {
    .entry-content {
        max-width: 768px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1024px) {
    .entry-content {
        max-width: 1024px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1280px) {
    .entry-content {
        max-width: 1180px;
        margin-left: auto;
        margin-right: auto;
    }
}

.alignfull {
    margin: 32px calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
}

/*GUTENSLIDER*/
.gutenslider-content-initial {
    margin: 0;
}

.wp-block-eedee-block-gutenslider .slide-content {
    position: relative;
    z-index: 1;
}

.wp-block-eedee-block-gutenslider .slide-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.25);
    z-index: 2;
}

.wp-block-eedee-block-gutenslider .slide-content p {
    position: relative;
    z-index: 4;
    color: #FFFFFF;
    font-weight: 700;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 120;
    display: none;
}

.modal.show {
    display: block;
    overflow-x: auto;
}

.modal-inner {
    width: 840px;
    max-width: 86%;
    margin: 4vh auto;
    background-color: #FFFFFF;
    padding: 3%;
    position: relative;
    overflow-x: auto;
}

.product-explicatif {
    text-align: center;
}

.close-modal {
    font-size: 3rem;
    position: absolute;
    right: 2rem;
    top: 2rem;
    z-index: 121;
    color: #000000;
    cursor: pointer;
}

.site-reassurance {
    border-bottom: solid 1px #ECECEC;
}

.reassurance-picto img {
    max-width: 160px;
    height: auto;
}