@charset "iso-8859-1";


/* Older browsers */

html{ 
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #fff;
    font-size: 1.4rem;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
    overflow-x: hidden;
}

input[type=submit]{
	-webkit-appearance: none;
	border-radius: 0;
}


*{
		-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.lt-ie7 *{behavior:url(../scripts/boxsizing.htc)}


.displayib{
	display: inline-block;
	vertical-align: top;
}
.dim{
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}


.ovh{
	overflow: hidden;
}

a, a:hover, a:focus{
		-moz-transition: background 0.3s, color 0.3s;
		-webkit-transition: background 0.3s, color 0.3s;
	transition: background 0.3s, color 0.3s;
}


.mr{
	font-family: 'Montserrat', serif;
	font-weight: 300;
}
.mb{
	font-family: 'Montserrat', serif;
	font-weight: 600;
}
.lr{
	font-family: 'Ledger', serif !important;
	font-weight: 600;
}
.overflow-hidden{
	overflow: hidden;
}

/* ---------------
APPARENCE DES IMAGES
-----------------*/
img{
	border:0;
	vertical-align: bottom;
	max-width:100%;
}
.map img:hover{

}
/* .map img{
	max-width:inherit;
} */



/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

.box-shadows{
	box-shadow: 0 0 24px 0 rgb(169 169 169 / 75%);
    -webkit-box-shadow: 0 0 24px 0 rgb(169 169 169 / 75%);
    -moz-box-shadow: 0 0 24px 0 rgba(169,169,169,.75);
}


/* --------------
CALAGE DES BLOCS
-----------------*/
.clear{
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
	display:block;
	margin:0;
}
.clear-box{
	clear: both;
}

.clearfix::after{
	content:'';  
	display:block;  
	clear:both;
}


/* FORMULAIRES */

.gform_wrapper textarea.medium,
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
	background-color: transparent;
	border: 1px solid var(--color00);
}

.entry .gform_wrapper.gf_browser_chrome ul li:after, .entry .gform_wrapper.gf_browser_chrome ul li:before, .gform_wrapper.gf_browser_chrome ul li:after, .gform_wrapper.gf_browser_chrome ul li:before{
	display: none;
}
.gform_wrapper, #field_1_1, #field_1_2{margin-top: 0;}