@charset "UTF-8";
/* CSS Document */


 
#main ol {
	counter-reset:allequest;
} 

#main ol > li {
    list-style-type: none;
    counter-increment: allequest; 
    margin-bottom: 10px;
}

#main ol ol {
	margin-left: 20px;
}

#main ul {
	list-style-image: url(../images/list-style-red.png);
}

#main ul ul,
#main ol ul {
	list-style-image: url(../images/list-style-red2.png);
	margin-left: 20px;
}

#main ul ul ul,
#main ol ul ul {
	list-style-image: url(../images/list-style-red3.png);
	margin-left: 20px;
}

#main ol > li:before {
	background:#d9001a;
	border-radius:4px;
	color: white;
	content: counter(allequest);
	font-size:0.8em;
	font-weight: bold;
	margin-right: 8px;
	margin-left: -20px;
	padding: 0 6px 1px;
	vertical-align: top;
}

	#main ol ol > li:before {
		border-radius:10px;
		padding: 1px 6px 2px;
	}

		#main ol ol ol > li:before {
			background:#e89f00;
		}

	#main ol ol > li:first-child {
    	margin-top: 10px;
	}


#home #main ol li:before {
    display:none; 
}

#home #main ul li:before {
	display:none;
}

#main blockquote {
	font-weight: 300;
	padding: 20px 45px;
	position: relative;
	font-size: 14px;
	line-height:14px;
	border-left: none;
	text-align: center;
	border-radius:5px;
	margin: 20px 10%;
	border: 1px solid #d9001a;
	color:#d9001a;
	background:#FFF;
}

#main h2 {
	color: #d9001a;
	font-size: 24px;
	line-height: 24px;
	margin: 20px 0 5px 0px;
	text-transform: uppercase;
	width: 100%;
}

#main h3 {
	font-size: 18px;
	color: #d9001a;
	line-height: 20px;
}

.home #main h3 {
	color: #656565;
	font-size: 20px;
	margin-top: 20px;
}

#main h4 {
	font-size: 14px;
	margin: 25px 0;
	border-bottom: 2px solid #656565;
	color:#656565;
}

#main h5 {
	font-size: 14px;
	margin: 30px 0;
	color:#d9001a;
	text-align:center;
}

#main h6 {
	font-size: 14px;
	margin: 36px 0;
	background:#d9001a;
	border-radius:6px;
	color:#FFF;
	padding:10px 20px 9px 20px;
	display: inline-block;
}

/*Blog DÉFILER*/
.site-content .article-blogH{
	margin-bottom: 20px;
	margin-top: 20px;
	min-height: 400px;
	position: relative;
}

#main .text-blogH a h4{
	margin-bottom:0px;
}

#main .text-blogH a:hover h4,
#main .text-blogH a:hover {
	text-decoration:none;
	color:#d9001a;
	border-color:#d9001a;
}

#main .text-blogH .metaBlog{
	color:#999;
	font-size:12px;
}



.IMG-blogH{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 150px;
	width: 100%;
}

.btn-blogH,
.gf_widget_btn,
.gform_button {
	background: #d9001a; /* Old browsers */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5MDAxYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNDAwMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d9001a 0%, #a4001a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d9001a), color-stop(100%,#a4001a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d9001a 0%,#a4001a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d9001a 0%,#a4001a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d9001a 0%,#a4001a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d9001a 0%,#a4001a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9001a', endColorstr='#a4001a',GradientType=0 ); /* IE6-8 */
	border-radius:5px;
	bottom: 0;
	color: #FFF;
	display: block;
	margin-top: 20px;
	padding: 3px;
	position: absolute;
	text-align: center;
	width: 100%;
}

.btn-blogH:hover,
.gf_widget_btn:hover,
.gform_button:hover{
	width:100%;
	text-decoration:none;
	background-image:#a4001a;
	background:#a4001a;
	color:#FFF;
	padding:3px;
}


/*----------------titre article-----------------------------*/

.articlFinTitre{
	border-bottom:1px #CCC solid;
	color:#CCC !important;
	text-transform:uppercase;
	text-align:center;
}

/*----------------offre-----------------------------*/

.offre img{
	margin-bottom:10px;
}

.offre h3{
	text-align:center;
}

.offre a,
.offre .gf_widget_btn{
	position: static;
}

body .ui-dialog .ui-dialog-titlebar-close span {
	margin: -9px;
}

#gform_popup_widget .gform_wrapper .gform_footer input.button, 
#gform_popup_widget .gform_wrapper .gform_footer input[type=submit] {
width: 100%;
}

@media (max-width: 359px) {

#main h1 {
	word-break: break-word;
}

#main p {
	text-align:center;
}

/*------------GESTION DES COULEUR DE LANDINGPAGE-------*/




/*jaune*/


#main .jaune ul {
	list-style-image: url(../images/list-style-yellow.png);
}

#main .jaune ul ul,
#main .jaune ol ul {
	list-style-image: url(../images/list-style-yellow.png);
	margin-left: 20px;
}

#main .jaune ul ul ul,
#main .jaune ol ul ul {
	list-style-image: url(../images/list-style-yellow.png);
	margin-left: 20px;
}

#main .jaune ol li:before {
	background:#e99d0b;
}

#main .jaune blockquote {
	border: 1px solid #e99d0b;
	color:#e99d0b;
}

#main .jaune h1 {
	color: #e99d0b;
}

#main .jaune h2 {
	color: #e99d0b;
}

#main .jaune h3 {
	color: #e99d0b;
}


#main .jaune h5 {
	color:#e99d0b;
}

#main .jaune h6 {
	background:#e99d0b;
}

#main .jaune .text-blogH a:hover h4,
#main .jaune .text-blogH a:hover {
	color:#e99d0b;
	border-color:#e99d0b;
}

#main .jaune .btn-blogH,
#main .jaune .gf_widget_btn,
#main .jaune .gform_button {
		background: #e99d0b; /* Old browsers */
		background: -moz-linear-gradient(top, #e99d0b 0%, #d48d04 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e99d0b), color-stop(100%,#d48d04)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #e99d0b 0%,#d48d04 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #e99d0b 0%,#d48d04 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #e99d0b 0%,#d48d04 100%); /* IE10+ */
		background: linear-gradient(to bottom, #e99d0b 0%,#d48d04 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e99d0b', endColorstr='#d48d04',GradientType=0 ); /* IE6-8 */
}

#main .jaune .btn-blogH:hover,
#main .jaune .gf_widget_btn:hover,
#main .jaune .gform_button:hover{
	background-image:#d48d04;
	background:#d48d04;
}


/*vert*/


#main .vert ul {
	list-style-image: url(../images/list-style-green.png);
}

#main .vert ul ul,
#main .vert ol ul {
	list-style-image: url(../images/list-style-green.png);
	margin-left: 20px;
}

#main .vert ul ul ul,
#main .vert ol ul ul {
	list-style-image: url(../images/list-style-green.png);
	margin-left: 20px;
}

#main .vert ol li:before {
	background:#8ab033;
}

#main .vert blockquote {
	border: 1px solid #8ab033;
	color:#8ab033;
}

#main .vert h1 {
	color: #8ab033;
}

#main .vert h2 {
	color: #8ab033;
}

#main .vert h3 {
	color: #8ab033;
}


#main .vert h5 {
	color:#8ab033;
}

#main .vert h6 {
	background:#8ab033;
}

#main .vert .text-blogH a:hover h4,
#main .vert .text-blogH a:hover {
	color:#8ab033;
	border-color:#8ab033;
}

#main .vert .btn-blogH,
#main .vert .gf_widget_btn,
#main .vert .gform_button {
		background: #8ab033; /* Old browsers */
		background: -moz-linear-gradient(top, #8ab033 0%, #db440f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8ab033), color-stop(100%,#6e8e24)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #8ab033 0%,#6e8e24 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #8ab033 0%,#6e8e24 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #8ab033 0%,#6e8e24 100%); /* IE10+ */
		background: linear-gradient(to bottom, #8ab033 0%,#6e8e24 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab033', endColorstr='#6e8e24',GradientType=0 ); /* IE6-8 */
}

#main .vert .btn-blogH:hover,
#main .vert .gf_widget_btn:hover,
#main .vert .gform_button:hover{
	background-image:#6e8e24;
	background:#6e8e24;
}

/*orange*/


#main .orange ul {
	list-style-image: url(../images/list-style-orange.png);
}

#main .orange ol li:before {
	background:#ff5113;
}

#main .orange blockquote {
	border: 1px solid #ff5113;
	color:#ff5113;
}

#main .orange h1 {
	color: #ff5113;
}

#main .orange h2 {
	color: #ff5113;
}

#main .orange h3 {
	color: #ff5113;
}


#main .orange h5 {
	color:#ff5113;
}

#main .orange h6 {
	background:#ff5113;
}

#main .orange .text-blogH a:hover h4,
#main .orange .text-blogH a:hover {
	color:#ff5113;
	border-color:#ff5113;
}

#main .orange .btn-blogH,
#main .orange .gf_widget_btn,
#main .orange .gform_button {
		background: #ff5113; /* Old browsers */
		background: -moz-linear-gradient(top, #ff5113 0%, #db440f 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff5113), color-stop(100%,#db440f)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top, #ff5113 0%,#db440f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top, #ff5113 0%,#db440f 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top, #ff5113 0%,#db440f 100%); /* IE10+ */
		background: linear-gradient(to bottom, #ff5113 0%,#db440f 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5113', endColorstr='#db440f',GradientType=0 ); /* IE6-8 */
}

#main .orange .btn-blogH:hover,
#main .orange .gf_widget_btn:hover,
#main .orange .gform_button:hover{
	background-image:#db440f;
	background:#db440f;
}