/******************************************************
	MODE EDITION
	En mode édition pour plus de clarté 
	*/



body.sfPageEditor header {
   background: #a90616;
}

body.sfPageEditor nav{
	background:#F20920;
	float:none;
}
body.sfPageEditor main {
	background:#045379;
}


body.sfPageEditor aside {
	background:#0784c1;
}
body.sfPageEditor footer {
	background:#F2A209;
}

body.sfPageEditor .bloc-intro{
    margin-bottom: 100px;
}

body.sfPageEditor .grid-x1,
body.sfPageEditor .grid-x2,
body.sfPageEditor .grid-x3,
body.sfPageEditor .grid-x4,
body.sfPageEditor .grid-x6 {
    margin-left: 0;
    margin-right: 12rem;
    margin-bottom: 4rem;
	background: aliceblue;
    padding: 2rem;
}
body.sfPageEditor .custom-container {
	background: aquamarine;
    padding: 2rem;
    margin: 2rem;
}

/******************************************************
	INIT
	Default settings
*/	

body {
	margin:0;
}

main,
section {
	padding:0;
}	

 section .row{
	padding:2rem;
}

.label-required:after {​​​​

    content: " *";

}​​​​​​​​​​​

.orange {
    color: #ef7d00;
}

.red{
    color: #cf022b;
}

.select-wrapper._hide,
._hide {
	display:none;
}
