/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 02 2023 | 14:59:54 */
/* Ajouter votre code CSS ici.
                     
Par exemple:
.exemple {
    color: red;
}

Pour améliorer vos connaissances en CSS, visitez http://www.w3schools.com/css/css_syntax.asp

Fin du commentaire */ 

div.theme-container{
	display: flex;
	justify-content : space-between;
	align-items: center;
}

#colophon > div.footer-center > div{
	justify-content:center;
}

#site-navigation{
	margin-top: -1px;	
}

.header-right{
	margin-top: -11px;
}

#wpcf7-f11578-p476-o1 > form > p:nth-child(6) > span > span > span > label{
	display:flex;
	width:100%
	justify-content: flex-start;
	align-items: center;
	margin: 5px;
}
#wpcf7-f11578-p476-o1 > form > p:nth-child(6) > span > span > span > label > input[type=checkbox]{
	width:8%;
	margin-right: 20px;
}
#wpcf7-f11578-p476-o1 > form > p:nth-child(6) > span > span > span > label > span{
	width: 92%
}

@media screen and (max-width: 530px){
	.vc_row.wpb_row.vc_row-fluid.theme-container.slider-blog.vc_custom_1594199141380{
		display: flex;
		flex-direction: column-reverse ;
	}
	#mc4wp-form-1 > div.mc4wp-form-fields > p{
		display:flex;
	}
	
	#site-navigation > h3{
		margin-top: 37px;
	}
}