/*
Theme Name: Seconde Peau
Text Domain: lhb
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Agence ELEMENT
Author URI: https://agenceelement.com/
License: © 2023 - Agence ELEMENT
// License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup   
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap'); */

 

html,
body {
	border: none;
	margin: 0;
	padding: 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

ul {
    list-style: outside none none;
    padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
  scroll-behavior: smooth;
}


* {
	box-sizing: border-box; outline:0; -webkit-tap-highlight-color: transparent;

}


/* @font-face {font-family: "Futura Light"; src: url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.eot"); src: url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.woff") format("woff"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.svg#Futura Light") format("svg"); } */




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
	
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

button {
	cursor: pointer;
	background-color: transparent;
	cursor: pointer;
}






* {
    box-sizing: border-box;
    outline: 0 none;
}
 

.only_smart {
    display: none;
}



body {
    color: #1d1d1b;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
	font-weight: 400;
    font-size: 16px;
    background-color: #FFF;
 
}

.home {
    background-size: 100%;
}

 
figure {
    margin: 0;
    padding: 0;
}
 
 
h1 {
    font-size: 60px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: -1px;
    font-family: "isonorm", sans-serif;
    font-weight: 400;
    font-style: normal;

}

h2 {
    font-size: 38px;
    font-weight: normal;
    line-height: 38px;
    margin-bottom: 20px;
    width: 100%;
    font-family: "isonorm", sans-serif;
    font-weight: 400;
    font-style: normal;
}
 
h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: "isonorm", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
}




p, ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: inherit;
}
 

input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="date"], select {
   background-color: transparent;
    border: none;
    border-bottom: 1px solid #3D362C;
    border-radius: 0px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0px 0 0px;
    padding: 0px;
    width: calc(100% - 10px);
    color: #3D362C;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 0px;
    padding-right: 7px;
}

textarea {
    background-color: transparent;
    border: 1px solid #3D362C;
    display: inline-block;
    font-family: 'Roboto', sans-serif;    font-size: 16px;
    margin: 10px 0 20px;
    padding: 7px;
    resize: none;
    width: 100%;
    color: #3D362C;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, input[type="submit"]:hover {
    background-color: rgba(255,255,255,0.18);
}

input[type="submit"] {
	background-color: transparent;
    border: 1px solid;
    width: auto;
    cursor: pointer;
    padding: 10px 20px;
    margin: auto;
}

.open_menu {
    overflow: hidden;
}

.wrap {
    margin: auto;
    max-width: 1800px;
    padding: 0 50px;
    position: relative;
    width: 100%;
    
}

footer .wrap, header .wrap {
     padding: 0 50px;
    
}

.flex {
	display: flex;
	
}

.big {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #1d1d1b;
}

ol {
    list-style-position: inside;
}


.upp {
	text-transform: uppercase;
}

 

strong {
	font-weight: bold;
}


img {
    max-width: 100%;
    height: auto;
}


.btn a {
    padding: 16px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: inherit;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    border-radius: 6px;
    
    align-items: center;
    justify-content: flex-start;
}
.btn.left_icon a, .btn.right_icon a {
display: flex;

}
.btn.left_icon a [class^="icon-"], .btn.left_icon a [class*=" icon-"] {
    font-size: 52px;
    margin-right: 8px;
}
.btn.right_icon a [class^="icon-"], .btn.right_icon a [class*=" icon-"] {
    font-size: 52px;
    margin-left: 8px;
}

/* COULEURS */


.violet, .violet a {
    color: #d768a5;
}

.bg_violet {
    background-color: #d768a5;
}


.green, .green a {
    color: #015c3b;
}
.bg_green {
    color: #015c3b;
}

.marron, .marron  a {
    color: #3d362b;
}
.bg_marron {
    background-color: #3d362b;
}

.bg_gradient_violet {
    background: linear-gradient(90deg, rgba(180,109,153,1) 0%, rgba(36,95,68,1) 100%);
    background-color: #b6709a;
}
  
 

p a {
    text-decoration: underline;
    font-weight: 400;
}



#site-header {
    background-color: #042a2b;
    padding: 36px 0;
    position: fixed;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 30;
}
.logo img {
    width: 240px;
    height: auto;
    margin-bottom: 10px;
}

.logo {
    margin: auto;
}


#site-header .right {
    display: flex;
    align-items: center;
}



#site-header .left.flex {
    flex-flow: column;
    width: 270px; 
    position: absolute;
    left: 50%;
    transform: translate(-50%, -20px);
    background-color: #042a2b;
}


#site-header .inner {
    display: flex;
    justify-content: flex-end;
}


 a.social_btn {
    font-size: 28px;
    margin-right: 6px;
}
a.social_btn.contact_btn {
    font-size: 16px;
    color: #FFF;
}

#site-header .left.flex {
    flex-flow: column;
    width: 260px;
    margin: auto;
    border-radius: 0;
}

#site-header ul.sub-menu {
    display: none;
    position: absolute;
}

#site-header .menu-item-has-children:hover ul.sub-menu {
    display: inline-block;
    position: absolute;
    background-color: #052627;
    top: 32px;
    left: 0;
    width: 100%;
    padding: 20px;
    text-align: center;
}
#site-header .menu-item a:hover {
    text-decoration: underline;
}

#site-header .primary-menu a {
    color: #FFF;
    font-size: 14px;
}

#site-header .primary-menu {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    position: relative;
}

.menu-item-has-children:after {
    font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    content: "";
    display: inline-block;
    height: 16px;
    width: 30px;
    position: absolute;
    bottom: -16px;
    left: 66%;
    transform: translateX(-50%);
    content: "\e90c";
    color: #d0eaf7;
    text-align: center;
}
#site-header .menu-item-has-children:hover:after {
    display: none;
}
 


.col_titre h1 {
     margin-bottom: 0;
    margin: auto;
    display: block;
}


section.section.fullscreen {
    min-height: calc(100vh - 0px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 120px;
}

.inner.cols {
    display: flex;
    column-gap: 40px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.inner.cols-reverse {
    flex-flow: row-reverse;
}


.home .col_content .inner_col a {
    color: #FFF;
}

.home .col_content .inner_col h3 a {
    text-decoration: none;
}


.col-1 {
    flex: 1;
    position: relative;
}

.col_titre .inner_col .bg_icone {
}

.col_content .inner_col {
    color: #FFF;
    max-width: 430px;
    margin: auto;
}


.bg_icone {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("assets/img/bg_symbol_01.png");
    background-position: center;
    width: 650px;
    height: 650px;
    display: block;
    background-size: cover;
}
 

.col_titre .inner_col .content {
    position: relative;
    z-index: 20;
    margin: auto;
    width: 450px;
    height: 450px;
    display: flex;
    align-items: center;
    border-radius: 100%;
    padding: 40px;
    font-size: 26px;
    background-size: cover;
}



.col-4 {
    flex: 4;
}

.col-4 .bg_icone {
    width: 210px;
    height: 210px;
}

.col-4 .col_titre .inner_col .content {
    width: 140px;
    height: 140px;
    margin-bottom: 40px;
}


.inner_col {
    position: relative;
}

.inner.inner_simple {
    max-width: 500px;
    margin: auto;
    margin-bottom: 70px;
    color: #FFF;
    margin-top: -400px;
}


.intro .wrap {
    position: relative;
    z-index: 1;
}
 


.diaporama.diaporama-vertical {
    pointer-events: none;
}

.swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}

.swiper-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


.swiper-slide {
        background-size:cover;
    background-position: center;
}



.col-1b .inner_col .content {
    width: 310px;
    height: 310px;
    margin-bottom: 94px;
}

.col-1b .inner_col .bg_icone {
    width: 460px;
    height: 460px;
}




#categorie-4 .bg_icone {
    background-image: url("assets/img/shape-01@4x.png");
}

#categorie-5 .bg_icone {
    background-image: url("assets/img/shape-02@4x.png");
}

#categorie-6 .bg_icone {
    background-image: url("assets/img/shape-03@4x.png");
}

#categorie-7 .bg_icone {
    background-image: url("assets/img/shape-04@4x.png");
}
#categorie-8 .bg_icone {
    background-image: url("assets/img/shape-05@4x.png");
}



.col-1.col_content.bg_white .inner_col {
    background-color: #FFF;
    width: 100%;
    max-width: inherit;
    padding: 40px;
    margin-top: 140px;
    color:inherit;
    margin-bottom: 100px;
}


h1 {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 48px;
    
}

.col-1.col_content.bg_white .inner_col img {
    margin: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.inner.cols.align_top {
    align-items: flex-start;
}

.inner.cols.align_top .col-1.col_titre {
    position: sticky;
    top: 280px;
}

.page-template-page-collection .inner.cols.align_top .col-1.col_titre .content {
    font-size:56px;
    font-family: "isonorm", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #1f7679;
    justify-content: center;
    text-transform: uppercase;
    /* display: inline-flex; */
} 

.page-template-page-collection .col-1.col_content.bg_white .inner_col h2 {
    margin-bottom: 0;
}



.page-template-page-categorie .bottom {
    margin-top: 90px;
}


.page-template-page-categorie hr, .faq-template-default hr  {
    margin-bottom: 30px;
}


.col_titre h1, .col_titre h2, .col_titre h3 {
    margin-bottom: 0;
    margin: auto;
    display: block;
    font-size: 44px;
    line-height: 44px;
    width: auto;
}


.col-1b h1, .col-1b h2, .col-1b h3 {
    margin-bottom: 0;
    margin: auto;
    display: block;
    font-size: 40px;
    line-height: 40px;
    width: auto;
}



ul.faq-list {
    text-align: center;
    list-style-type: circle;
    display: inline-block;
    text-align: left;
    margin-top: 20px;
}

ul.faq-list a {
    color: #1f7679;
}

ul.faq-list a:after {
    /* content: ""; */
    width: 6px;
    height: 2px;
    background-color: #1f7679;
    display: inline-block;
    /* vertical-align: middle; */
    margin-left: 4px;
    top: -4px;
    position: relative;
    margin-right: 4px;
}

.faq-list li {
    display: inline-block;
    width: 100%;
}

ul.faq-list li:last-child a:after {
    display: none;
}






.contact .right {
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 310px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
}

.contact .right a {
    font-size: 92px;
    margin-right: 0;
}

.contact .inner.cols {
    display: inline-block;
    width: 100%;
}

section.section.fullscreen.contact {
    padding-top: 0;
    margin-top: -220px;
}

.contact .col-1 .inner_col .bg_icone {
    width: 400px;
    height: 400px;
}

.contact .col_content .inner_col {
    max-width: 800px;
}

.form {
    background-color: #FFF;
    color: #1d1d1b;
    padding: 40px;
    border: none;
    margin-top: 80px;
    margin-bottom: 80px;
}

.form .inner {
    max-width: 430px;
    margin: auto;
}
.contact .inner a {
    color: #FFF;
}


.form-row {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.form-row label {
    width: 170px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

button {
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: underline;
    margin: auto;
    width: 240px;
    display: block;
    margin-top: 60px;
    text-align: center;
}


.form h3 {
    margin-bottom: 20px;
}

form.contact-form.inner {
    margin-top: 40px;
}


footer {
     margin-top: 170px;
    color: #FFF;
    margin-bottom: 40px;
}

.home footer {
    margin-top: 0px;
}


footer h3 {
    border-bottom: 1px solid;
    margin-bottom: 20px;
}

footer .inner.cols {
    justify-content: flex-start;
}

footer .social a {
    font-size: 20px;
    margin-right: 2px;
}

footer .social {
    margin-top: 10px;
}

footer a {
    color: #FFF;
}





.page-template-page-categorie .col_content h1,
.page-template-page-collection .col_content h1 {
    font-size: 36px;
    line-height: 36px;
    font-family: 'Roboto', sans-serif;
}



.page-template-page-categorie .col_content h2,
.page-template-page-collection .col_content h2  {
    font-size: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px!important;
}

.page-template-page-categorie .col_content h3,
.page-template-page-collection .col_content h3 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px!important;
}


.page-template-page-collection .col_content  h2.titre_collection {
    margin-bottom: 0 !important;
}

img.attachment-thumbnail.size-thumbnail {
    border: none!important;
}

.gallery {
    justify-content: space-between;
    display: flex;
    width: 100%!important;
    column-gap: 0!important;
}

dt.gallery-icon.landscape {
    /* width: 99%; */
}

.gallery-item {
    width: 32.5%!important;
    margin: 0 !important;
}

.gallery br {
    display: none;
}

a.close_bnt {
    display: none;
}
.download {
    cursor: pointer;
    text-decoration: underline;
}
.form_up  .form a.close_bnt, .form_up_contact .form a.close_bnt  {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 34px;
    transform: rotate(45deg);
    display: block;
    cursor: pointer;
}

.form_up .contact_1, .form_up_contact .contact_1 {
    display: none;
}

.form_up, .form_up_contact {
    position: fixed;
    right: -60vw;
    top: 50vh;
    z-index: 1000;
    width: 50vw;
    transform: translateY(-50%);
    transition: all .3s ease-in-out;
    overflow: auto;
    max-height: 100vh;
   
}

.form_up.active, .form_up_contact.active {
    right: 0;
}
.form_up  .form, .form_up_contact .form {
     box-shadow: 0 0 13px #000;
    padding: 90px 0;
    position: relative;
}




#categories {              /* ou une classe commune à tes sections */
  scroll-margin-top: 150px;   /* ajuste à la hauteur de ton header */
}
#contact {              /* ou une classe commune à tes sections */
  scroll-margin-top: -430px;   /* ajuste à la hauteur de ton header */
}


section.section.fullscreen.defaut_content {
    padding-top: 260px;
}


.page-template-default footer {
    display: none;
}




.confirm {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0 0 0 / 61%);
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: center;
}

.confirm .inner {
    background-color: #FFF;
    padding: 40px;
    border-radius: 8px;
}



@media all and (max-width: 1500px) {

 
    
}


@media all and (max-width: 900px) {

 
    
.bg_icone {

    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
   
}
 .col_titre .inner_col .content {

    width: calc(70vw - 20px);
    height: calc(70vw - 20px);
    margin-bottom: calc(23vw - 0px);
    text-align: center;
     padding: 20px;
    }
    
    
.col_content .inner_col {
    color: #FFF;
    max-width: 100%;
    margin: auto;
    text-align: center;
}
    
    
.inner.cols {
    flex-flow: column;
}
    
.wrap {
    padding: 0 20px;
    }
    
    




.inner.cols.align_top .col-1.col_titre {
    position: inherit;
    margin-top: 190px;
    width: 100%;
}



 
 
.col-1.col_content.bg_white .inner_col {
    background-color: #FFF;
    width: 100%;
    max-width: inherit;
    padding: 20px;
    margin-top: 20px;
    color: inherit;
    margin-bottom: 100px;
    padding-top: 40px;
}



#site-header .right {
    display: none;
    align-items: center;
}

#site-header {
    background-color: #042a2b;
    padding: 26px 0;
    position: fixed;
    width: 100%;
    height: 80px;
    display: flex
;
    align-items: center;
    justify-content: flex-end;
    z-index: 30;
}


#site-header .right {
    display: none;
    
}


.page-template-page-collection .col_titre h1, .page-template-page-collection .col_titre h2, .page-template-page-collection .col_titre h3,
.page-template-page-categorie .col_titre h1, .page-template-page-categorie .col_titre h2, .page-template-page-categorie .col_titre h3 {
    margin-bottom: 0;
    margin: auto;
    display: inline-block;
    font-size: 26px;
    line-height: 26px;
    width: auto;
}

.home .col_titre h1, .home .col_titre h2, .home .col_titre h3 {
    font-size: 38px;
    line-height: 38px;
}


.diaporama .col_titre .inner_col .content {
    dominant-baseline: 0;
}




.page-template-page-categorie .col_content h1, .page-template-page-collection .col_content h1 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Roboto', sans-serif;
}


.page-template-page-categorie .col_content h2, .page-template-page-collection .col_content h2 {
    font-size: 22px;
    line-height: 22px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 20px !important;
}

footer .inner.cols {
    justify-content: flex-start;
    align-items: flex-start;
}
    
    footer .social a {
    font-size: 30px;
    margin-right: 6px;
    margin-top: 20px;
    display: inline-block;
}
    
    
    
.col-1b .inner_col .bg_icone {
    width: calc(100vw - 20px);
    height: calc(100vw - 20px);
}
    
  

.inner.inner_simple {
    max-width: 500px;
    margin: auto;
    margin-bottom: 70px;
    color: #FFF;
    margin-top: 0px;
}
    
    
#sur-mesure .col-1 {
    margin-bottom: 30vw;
}

section#sur-mesure {
    margin-bottom: -40vw;
}
    
    
    
#sur-mesure .col-1 {
    margin-bottom: 30vw;
}

section#sur-mesure {
    margin-bottom: -40vw;
}

.col-4 {
    margin-bottom: 22vw;
    flex: 2;
}

section#categories .inner.cols {
    flex-flow: row;
    flex-wrap: wrap;
}
    
    
.col-4 .col_titre .inner_col .content {
    width: calc(36vw - 20px);
    height: calc(36vw - 20px);
    margin-bottom: 40px;
}
    
    
section.section.fullscreen.contact {
    padding-top: 0;
    margin-top: 70px;
}
    
    
.contact .right {
    position: inherit;
    right: 0;
    top: 0;
    transform: none;
    width: 100vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #FFF;
    display: none;
}
    
    
.form {
    background-color: #FFF;
    color: #1d1d1b;
    padding: 20px;
    border: none;
    margin-top: 80px;
    margin-bottom: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
}
    
 
footer .wrap, header .wrap {
    padding: 0 20px;
}
    
.form-row {
    display: inline-block;
    width: 100%;
    text-align: left;
}
    
.col-4 .bg_icone {
    width: calc(50vw - 20px);
    height: calc(50vw - 20px);
}
    

.page-template-page-collection .inner.cols.align_top .col-1.col_titre .content {
    font-size: 30px;    
}
    

.form_up, .form_up_contact {
    position: fixed;
    right: -110vw;
    top: 0;
    z-index: 1000;
    width: 100vw;
    transform: none;
    transition: all .3s ease-in-out;
}
 
.form_up.active, .form_up_contact.active {
    right: 0;
}
    
.form_up .form, .form_up_contact .form {
    box-shadow: 0 0 13px #000;
    padding: 90px 20px;
    position: relative;
    min-height: 100vh;
    margin-top: 0;
    margin-bottom: 0;
}
    
    
}


@media all and (max-width: 980px) {
    
    
 
 
    
}

