.header-top{
	display: none;
}

#main{
	width: 100%;
	margin: 0 !important; /* contrer l'habillage pub */
}

#main-content{
	padding: 0;
}
/* Polices */
.section-top{
	font-family:"Proxima Nova W08 Bd";
}
.stitre{
	font-family: 'breeregular';
}
.landing-page{
	font-family:"Proxima Nova W08 Reg";
}
h3 {
	font-family:"Proxima Nova W08 Bd";
	font-size: 24px;
}

/* */
.site-header{
	display: none;
}
.header-nav-id,
.breadcrumb,
.site-footer{
	display: none;
}


.top_content,
.formulaire_content,
.apropos_content,
.footer_content,
.section-content,
.bandeau-content{
	width: 900px;
	margin: auto;
	
	position: relative;
}



.section-top{
	width: 100%;
	background-color: white;
}
.section-top .titre{
	height: 85px;
	font-weight: 400;
	text-align: center;
	color: white;
	font-size: 48px;
	line-height: 85px;
	text-transform: uppercase;
	margin-bottom: 3px;
}


.bandeau{
	background-size: cover;
	background-position: center top;
	height: 222px;
}
.bandeau img.couverture{
	position: absolute;
	top: 14px;
	left: -40px;
	box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
}
.bandeau .stitre{
	position: absolute;
	top: 35px;
	left: 217px;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.3;
}

.section-cols{
	margin: auto;
	position: relative;
}

.section-cols:after{
	clear: both;
	content: '';
	display: table;
}

.section-cols .col1{
	width: 52%;
	float: left;
	padding-top: 90px;
	color: #333;
	font-size: 16px;
	
}
.section-cols .col2{
	width: 44%;
	float: right;
	margin-top: -25px;
}

.col1 p:first-of-type{
	margin-bottom: 20px;
	font-size: 17px;
}

.col1 em{
	color: #2a2a2a;
	font-style: normal;
	font-weight: bold;
}

.col1 ul {
    list-style: none;
    padding:0;
    margin:0;
    margin-bottom: 15px;
    margin-top: 10px;
}
.col1 li { 
    padding-left: 1em; 
    text-indent: -.7em;
    margin-bottom: 8px;
    line-height: 1.2;
}
.col1 li:before {
    content: "► ";
}
.col1 p{
	margin-bottom: 12px;
	line-height: 1.2;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.col1 img{
	margin-top: 0px;
	vertical-align: middle;
}

.col2{
	margin-top: -20px;
	position: relative;
}
.form-titre{
	position: absolute;
	top: 0;
	font-size: 16px;
	transform: translateY(-100%);
	font-weight: bold;
	padding-bottom: 5px;
}

/* partie formulaire */
.mauticform_wrapper .mauticform-row:not(.mauticform-checkboxgrp) label{
    display: none;
}
.mauticform-row.mauticform-checkboxgrp{
	font-size: 0.80em;	
}

input[type="text"],
input[type="email"],
input[type="tel"],
select.mauticform-selectbox{
	width: 100%;
	max-width: none;
	border: none;
	padding: 6px 15px;
	height: 36px;
	background-color: white;
	box-shadow: 0 0 5px rgba(0,0,0,0.28);
}

.mauticform-row{
	margin-bottom: 15px;
}

.mauticform-button-wrapper .mauticform-button.btn-default{
	color: white !important;
	text-transform: uppercase;
	padding: 12px 0;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
	width: 100%;
}

/* partie icones */
.section-icones{
	background-image: url(images/message_bg.png);
	background-position: top;
	background-repeat: repeat-x;
	padding-bottom: 36px;
	padding-top: 38px;
	background-color: white;
}
.pictos{
	display: flex;
	margin: 0 -10px;
  align-items: center;
  justify-content: center;
}
.picto{
	flex: 1 0 auto;
	width: 33.33%;
	padding: 0 10px;
	line-height: 1.2;
	color: #333;

}

.picto-flexbox{
	display: flex;
  align-items: center;
  justify-content: center;
}
.picto-flexbox .picto-image{
	flex: 1 0 auto;
}

.picto .picto-image{
	margin-right: 12px;
	max-width: 95px;
}

/* Extrait */

.section-extraits{

	background-image: url(images/message_bg.png), url(images/message_bg.png);
	background-position: top, bottom;
	background-repeat: repeat-x;
	padding-top: 38px;
	padding-bottom: 2px;
	background-color: white;
}
.section-extraits h3{
	margin-bottom: 22px;
}

.extraits{
	display: flex;
	flex-wrap: wrap;
}
.extraits .extrait{
	flex: 0 0 auto;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 45px;
}
.extraits .extrait-content{

	position: relative;
	padding-bottom: 96px;
	height: 100%;
}

.extrait .texte{
	font-size: 14px;
	text-align: justify;
	color: #111;
	font-style: italic;
	line-height: 1.2;
	-webkit-hyphens: auto;  
   -moz-hyphens: auto;  
   -ms-hyphens: auto;  
   hyphens: auto; 
}

.extrait .cartouche{
	color: white;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 0 0;
	border-radius: 9px;
	overflow: hidden;
}

.extrait .photo{
	float: left;

}
.extrait .photo img{
	display: block;
}
.extrait .nom_fonction{
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
	left: 71px;
	right: 3px;

	line-height: 1.2;
}
.extrait .nom{
	font-weight: bold;
}
.extrait .fonction{

}
.extrait .societe{
	font-size: 0.9em;
}

/* Message président ("Avant propos") */

.section-president{
	background-color: white;
	padding-bottom: 22px;
	padding-top: 18px;
	
}

.section-president .section-content{
	padding-bottom: 180px;
}

.section-president .texte{
	color: #222;
	font-size: 15px;
	line-height: 1.25;
	text-align: justify;
	margin-left: 122px;
	
}
.section-president .texte p{
	margin-bottom: 10px;
}

.section-president .cartouche{
	margin-top: 40px;
	width: 511px;
	border-radius: 15px;
	height: 83px;
	position: relative;
	color: white;
	font-size: 17px;	
	
	display: none;
}
.section-president .president .photo{
	position: absolute;
	left: 14px;
	bottom: 0;

}
.president .nom_fonction{
	position: absolute;
	left: 117px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1.2;
}

.president .nom{
	font-weight: bold;
}

.section-president .logo{
	position: absolute;
	bottom: 35px;
	left: 100px;
	color: #555;
	white-space: nowrap;
	
	font-size: 15px;
}
.section-president .logo .partenariat{

}
.section-president .logo img{
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
	max-width: 250px;
	width: auto;
	_max-height: 90px;
	height: auto;
}

/* Lien formulaire */
.section-lien-formulaire{
	text-align: center;
	padding-bottom: 40px;
}
.section-lien-formulaire a{
	color: white;
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 2.8;
	display: inline-block;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	border-radius: 8px;
}

/* Section share */
.section-share{
	text-align: center;
	padding-bottom: 46px;
}
.section-share .article-header-soc{
	float: none;
}
.section-share-title{
	color: #555;
	font-size: 13px;
	margin-bottom: 15px;
}
.article-header-soc .soc_share{
	text-align: center;
}
.article-header-soc .soc_share a {
	margin: 0 20px;
}
.article-header-soc .soc_share a img {
    width: 32px;
    display: block;
}

.section-about{
	color: white;
	padding: 30px 0 40px 0;
	line-height: 1.2;
	border-bottom: 4px solid white;
}
.section-about h3{
	color: white;
	margin-bottom: 15px;
}
.section-about p{
	margin-bottom: 10px;
}
.section-about a{
	color: inherit;
}

/* Section footer */
.section-footer{
	padding: 25px 0;
	text-align: center;
	font-size: 12px;
}
.section-footer .section-content{
	padding-right: 180px;
}
.section-footer a{
	display: inline-block;
	margin-left: 60px;
	color: inherit;
}
.alliancy-logo{
	position: absolute;
right: 40px;
top: -38px;
width: 200px;
}

.footer{ /* alliancy footer */
	display: none;
}


/*  < 768 : Smartphone (iPad = 768)
------------------------------------*/
@media screen and (max-width: 767px) {


.site {
    padding-top: 0;
}

.section-content,
.bandeau-content{
	width: 100%;
	
	padding: 0 10px;
}
.bandeau{
	height: 125px;
}
.section-top .titre {
	height: auto;
    font-size: 42px;
}
.bandeau .stitre {
    position: relative;
    top: auto;
    left: auto;
    font-size: 20px;
    padding-left: 100px;
    padding-top: 10px;
}

.bandeau img.couverture {
    _position: relative;
    _top: auto;
    _left: auto;
    left: 10px;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.3);
    width: 90px;
}

.section-cols .col1,
.section-cols .col2
{
	float: none;
	width: 100%;	
}
.section-cols .col1{
	padding-top: 30px;
}
.section-cols .col2 {
    margin-top: 30px;
}

.form-titre {
    position: relative;
    top: auto;
    font-size: 16px;
    transform: none;
	color: #555 !important;
}


.pictos {
    display: block;
    margin: 0 0;
}
.pictos .picto{
	width: 100%;
	margin-top: 15px;
}
.picto-flexbox{
	justify-content: left;
}
.picto-flexbox .picto-image {
    flex: 0 0 auto;
}

.extraits {
    display: block;
}
.extraits .extrait{
	width: 100%;
	margin-top: 25px;
}

.section-president .section-content {
    padding-bottom: 0;
}
.section-president .texte {
	margin-top: 15px;
   margin-left: 0;
}
.section-president .logo {
    position: relative;
    bottom: auto;
    left: auto;
	white-space: normal;
	margin-top: 30px;
	padding: 0 15px;
	text-align: center;
}
.section-president .logo .partenariat{
	display: block;
	margin-bottom: 10px;
}
.section-president .logo img {

    max-width: 40%;
}

.section-lien-formulaire a{
	font-size: 14px;	
}

.article-header-soc{
	text-align: center;
}

.section-footer{

}
.section-footer a {
    margin-left: 0;
    display: block;
    margin-top: 10px;
}
.alliancy-logo {
    position: absolute;
    right: 15px;
    top:0px;
    width: 140px;
}



}