
/*-----------------------------------------------------------------------
   Typographie
----------------------------------------------------------------------- */
* {
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}
body {
	font-size: 1.4rem;
	line-height: 1.5;
	font-family: 'Outfit', sans-serif;
	letter-spacing: 2px;
	color: #3B3A38;
	background-color: white;
    transition: all 1s ease-in;
}
.original-color{
	background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	line-height: 1em;
}
p, ul, ol {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #3B3A38;
}
a:hover, a:focus {
	text-decoration: underline;
}
figure {
	margin: 0;
}

/*-----------------------------------------------------------------------
   Mise en page
----------------------------------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1180px;
}
.centering-container{
	display: flex;
	align-items: center;
	justify-content:center;
	align-content: center;
	height: 100vh;
}
.flex-centering{
	display: flex;
	align-items: center;
	justify-content:center;
	align-content: center;
}

/*-----------------------------------------------------------------------
   Tableaux
----------------------------------------------------------------------- */

table {
	width: 100%;
	vertical-align: top;
}
th {
	font-weight: normal;
	text-align: left;
}
td {
	vertical-align: top
}

/*-----------------------------------------------------------------------
   Contenus
----------------------------------------------------------------------- */

a.social{
	background-position:  center center;
    background-repeat: no-repeat;
    background-size: 40px;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-top: 0px;
    margin:8px 8px;
    transition: all 0.1s ease-in;
}
a.social:hover{
    background-size: 36px;
}
a.facebook{
	background-image: url("../img/facebook.png");
	margin-right: 0;
}
a.instagram{
	background-image: url("../img/instagram.png");
}
a.linkedin{
	background-image: url("../img/linkedin.png");
}
a.youtube{
	background-image: url("../img/youtube.png");
}
a.twitter{
	background-image: url("../img/twitter.png");
}


#wpfront-scroll-top-container img{
	width: 60px !important;
	height: auto;	
}


/*-----------------------------------------------------------------------
   Forms
----------------------------------------------------------------------- */
.form-container .block{
	margin-bottom: 20px;
}
.form-container .block .left{
	display: inline-block;
	width: 48%;
	margin-right: 2%;
}
.form-container .block .right{
	display: inline-block;
	width: 48%;
}
.form-container input, .form-container textarea{
    width: 98%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 5px;
    color: #999;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
}
.form-container input, .form-container textarea{
    width: 98%;
    padding: 16px;
    border-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 8px;
    color: #999;
    background-color: #fff;
    font-size: 14px;
    -webkit-appearance: none;
}

.form-container .submit input{
	background-color: #FC4D3F;
	color: #fff;
	font-weight: bold;
	width: auto;
	font-size: 22px;
	padding: 8px 12px;
}
.form-container .captcha{
	font-size: 20px;
}
.wpcf7-captchac{
	margin-bottom: -5px;
	border-radius: 5px;
}
