/*
Theme Name: Alliancy
Theme URI:
Author: pour action !
Author URI: http://www.pouraction.fr/
Description: Thème pour alliancy.fr
Version: 2017
License:
License URI:
Text Domain: alliancy
*/

@font-face{
  font-family:"Proxima Nova W08 Reg";
  src:url("fonts/proxima/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix");
  src:url("fonts/proxima/0020eb30-c98c-4a76-aaa5-c39374f14534.eot?#iefix") format("eot"),
  url("fonts/proxima/781c5453-0067-4e64-9386-7c0726d63d57.woff2") format("woff2"),
  url("fonts/proxima/510df0e5-5b9f-4a1c-b46a-bcf1739bda43.woff") format("woff"),
  url("fonts/proxima/47e08118-5050-469b-a40c-dc3b2307e87e.ttf") format("truetype");
}

@font-face{
  font-family:"Proxima Nova W08 Bd";
  src:url("fonts/proxima/c46a6af2-17e1-44cd-b22e-cde8ac5522bc.eot?#iefix");
  src:url("fonts/proxima/c46a6af2-17e1-44cd-b22e-cde8ac5522bc.eot?#iefix") format("eot"),
  url("fonts/proxima/36b2c5d9-5814-4505-ba7a-f94849f9d8d9.woff2") format("woff2"),
  url("fonts/proxima/a77f80ae-abcf-401e-9cb3-ab84498fc03b.woff") format("woff"),
  url("fonts/proxima/7f5a805f-22af-4c2d-b5f9-ab2f4738f783.ttf") format("truetype");
}

@font-face {
    font-family: 'breeregular';
    src: url('fonts/bree/bree_regular_bree_regular-webfont.woff2') format('woff2'),
         url('fonts/bree/bree_regular_bree_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'breebold';
    src: url('fonts/bree/bree_bold_bree_bold-webfont.woff2') format('woff2'),
         url('fonts/bree/bree_bold_bree_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* =Structure
----------------------------------------------- */

body{
  padding: 0;
  margin: 0;
  font-family:"Proxima Nova W08 Reg", Arial, Helvetica, sans-serif;
  font-size: 15px;
  position: relative;
  background-color: #f7f7f7;
}

/* =Global
----------------------------------------------- */

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.625em;
}

/* Text elements */
p {
  margin-bottom: 18px;
  line-height: 1.3;
}
ul, ol {
  margin: 0 0 1.625em 2.5em;
  line-height: 1.3em;
}
ul {
  list-style: square;
}
ol {
  list-style-type: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
  margin-bottom: 0;
}
dl {
  margin: 0 1.625em;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 1.625em;
}
strong {
  font-weight: bold;
}
cite, em, i {
  font-style: italic;
}
blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
  font-style: normal;
}
blockquote cite {
  color: #666;
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
pre {
  background: #f4f4f4;
  font: 13px "Courier 10 Pitch", Courier, monospace;
  line-height: 1.5;
  margin-bottom: 1.625em;
  overflow: auto;
  padding: 0.75em 1.625em;
}
code, kbd, samp, var {
  font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
  border-bottom: 1px dotted #666;
  cursor: help;
}
address {
  display: block;
  margin: 0 0 1.625em;
}
ins {
  background: #fff9c0;
  text-decoration: none;
}
sup,
sub {
  font-size: 10px;
  height: 0;
  line-height: 1;
  position: relative;
  vertical-align: baseline;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 13px;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 13px;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.article_une h1,
.article h1,
.bloc-lnep .titre,
.single-lnep article .entry-title,
h3.lnep-entreprise-articles-title,
.single-lnep-entreprise .articles .article .title,
.single-lnep-entreprise .articles-autres .article-autre .title,
.single-lnep-aside .articles .num,
.chroniques h1,
.chroniques h2,
.chroniques .chronique-title,
.single-chronique h2,
.chroniqueur-others-title,
.article-dossier-decouvrez-titre,
.widget-derniers-dossiers h3,
.article-dossier-aside-col h3
{
  font-family: 'breebold', Arial, Helvetica, sans-serif;
}

[style*="bree"]{
  font-family: 'breebold' !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing:    border-box;
  box-sizing:         border-box;
}

a, button{
  cursor: pointer;
}

h1, h2, h3, ul, li, fieldset{
  margin: 0;
  padding: 0;
}
fieldset{
  border: none;
}
input, textarea, img{
  max-width: 100%;
}
img{
  image-rendering: -webkit-optimize-contrast; /* rendu flou sur chrome */
}

/* Mautic Forms
----------------------------------------------- */

#mauticform_input_allappelretail_numero_de_telephone {
	width: 62% !important;
}
#mauticform_label_allappelretail_numero_de_telephone {
	padding: 15px 0 !important;
}
#mauticform_label_allappelretail_resume_de_lobjet_de_votre {
	width: 100% !important;
	float: none !important;
}
 #mauticform_allappelretail_theme_sur_lequel_vous_sou label {
	width: 100% !important;
	float: none !important;
}
#mauticform_allappelretail_accepteriezvous_que_la_re label {
	width: 100% !important;
	float: none !important;
	line-height: 20px;
}
article .mauticform-checkboxgrp-row {
    margin-left: 0;
}

.artsponsobgc {
  background-color: #f1f1f1;
  padding: 10px;
}
.artsponso {
  float: right;
  margin-top: -17px;
}
.artsponsosingle {
    float: right;
    margin-top: -287px;
}

.artalliancy-connect .picto {
    width: 20px;
    display: block;
    margin: 2px 5px;
}
.article-alliancy-connect-info {
    color: #333;
    position: absolute;
    right: 10px;
    bottom: 0;
    font-style: italic;
    font-size: inherit;
    font-size: 13px;
}

#article-identification-webmecanik {position: relative;top: -40px;}
#bandeau-identification-par-login  {position: relative;top: -40px;}
#bandeau-identification-par-login .cta-register {padding: 15px;}
#bandeau-sur-le-sommaire-de-chaque-dossier, #bandeau-sur-la-page-generale-de-tous-les-dossiers {background-color: #ebe9eb;padding: 10px;}
#bandeau-sur-le-sommaire-de-chaque-dossier p, #bandeau-sur-la-page-generale-de-tous-les-dossiers p {display:none;}
.cta-register {    background-color:rgba(235, 233, 235, .5) !important;}
#article-premium .cta-register{ margin: 15px 0; width: 100%;}
#article-identification-webmecanik .cta-register, #article-abonnement-premium .cta-register, #bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register { margin: 15px 0;padding: 15px;height: 150px;}
#article-identification-webmecanik .cta-register p  { margin:0;height:0;}
#article-abonnement-premium .cta-register p  { display: none;}
#bandeau-identification-par-login .cta-register, #bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register, #article-abonnement-premium .cta-register, #article-identification-webmecanik .cta-register {
    height: 160px;
    vertical-align: bottom;
    display: table-cell;
    width: 660px;}
#bandeau-article-dossier-offert-en-echange-dun-mail-youpi {
      position: relative;
      top: -40px;}
#article-abonnement-premium {
  position: relative;
    top: -55px;}
#bandeau-article-dossier-offert-en-echange-dun-mail-youpi p {display: none;}
#bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register a {float:right;margin-top:0 ;padding:16px 0;display:initial;margin:0;}
#bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register a.no-bouton {float:none;}
#bandeau-identification-article-premium {position: relative;top:-40px;}
#bandeau-identification-article-premium .cta-register {padding: 15px;}
#bandeau-identification-article-premium .cta-register p {display: none;}
.cta-register a.no-bouton { position: initial; background-color: transparent;color: #00ace2; float:none;width:auto;}
.cta-register a.no-bouton:hover {background-color: transparent;}
.cta-register {width:100%;background-color: #ebe9eb;height: auto;}
.cta-register em.title {font-weight: bold;font-size:18px;font-style: italic;font-family:"Proxima Nova W08 Bd";border-bottom:1px solid #999;width:100%;display:block;padding:0 0 10px 0;}
.cta-register em.titlenoborder {font-weight: bold;font-size:18px;font-style: italic;font-family:"Proxima Nova W08 Bd";width:100%;display:block;padding:0 0 10px 0;}
.cta-register strong {font-family:"Proxima Nova W08 Bd";}
.cta-register p {width:70%;display: inline-block;font-family:"Proxima Nova W08 Reg";}
.cta-register div.premium {width:70%;display: inline-block;font-family:"Proxima Nova W08 Reg";font-size: 12px;}
.cta-register a.premium {position: relative;left:187px;top: -43px;}
.cta-register a {float:right;background-color: #00ace2;color:#ffffff;width:130px;height: auto;padding: 10px 0;text-align: center;text-decoration: none;font-size: 16px;position:relative;top:6px;}
.cta-register a:hover {background-color: #ffffff;color:#00ace2;}
.cta-register a bouton {position:absolute;right:10px;top:250px;}
.cta-register .col-bandeau { width: 38%;display: inline-block;height: auto;padding: 0; margin: 0;}
.cta-register a.col-bandeau-register  {background-color: #00ace2;color:#ffffff;width:200px;height: auto;padding: 10px 0;text-align: center;text-decoration: none;margin: 0 auto; display: inline-block;}
.cta-register a.col-bandeau-register:hover  {background-color: #ffffff;color:#00ace2;width:200px;height: auto;padding: 10px 0;text-align: center;text-decoration: none;margin: 0 auto; display: inline-block;}
.cta-register a.col-bandeau-login {background-color: #00ace2;color:#ffffff;width:200px;height: auto;padding: 10px 0;text-align: center;text-decoration: none;margin: 0 auto; display: inline-block;}
.cta-register a.col-bandeau-login:hover {background-color: #ffffff;color:#00ace2;width:200px;height: auto;padding: 10px 0;text-align: center;text-decoration: none;margin: 0 auto; display: inline-block;}
.border-info { border-top: 1px solid #000000;padding: 10px 0;}
.header-nav-id-content .bouton {
    right: 60px;
    bottom: 16%;
}

.mes-infos-detail { background-color: #ebe9eb; width: 48%; display: inline-block; padding: 15px; margin-bottom: 20px; vertical-align: top; }

.single-chronique .chroniqueur-nom{
	font-family:"Proxima Nova W08 Bd";
}

@media all and (max-width:768px) {
   .col-adress, .col-password {
      display: block;
      width: 100%;
      margin: 0 0 20px 0;
      padding: 0;
      vertical-align: top;
    }
  #article-identification-webmecanik .cta-register, #article-abonnement-premium .cta-register, #bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register {
      margin: 15px 0;
      padding: 45px 5px 5px 5px;
      height: auto;
  }
  #bandeau-sur-le-sommaire-de-chaque-dossier .cta-register {height:233px;}
    #bandeau-sur-le-sommaire-de-chaque-dossier .cta-register a {
      margin-top: 0 !important;
      float: none;
      position: relative;
      top: 10px;
      left: 32%;
      width: 150px;
      display: block;
    }
    #article-identification-webmecanik .cta-register {
    height: 200px;
    vertical-align: middle;
    display: table-cell;
    width: 660px;
}
  #bandeau-article-dossier-offert-en-echange-dun-mail-youpi .cta-register a {float:none;margin-top:0 !important;padding:16px;display:block;margin:0 auto;}
  #article-abonnement-premium .cta-register a {float:none;margin-top:0 !important;padding:16px;display:block;margin:0 auto;}
  #article-identification-webmecanik .cta-register div.premium {width: 100%;}
  #article-identification-webmecanik  .cta-register a { position: relative;left:0;top:-10px;}
  #bandeau-identification-article-premium .cta-register { height: 310px; }
  #bandeau-identification-article-premium .cta-register a {
      float: none;
      background-color: #00ace2;
      color: #fff;
      width: 130px;
      height: auto;
      padding: 10px 0;
      text-align: center;
      text-decoration: none;
      font-size: 16px;
      display: block;
      margin: 0 auto;
      top: 60px;
      position: relative;
  }
  #bandeau-identification-article-premium .cta-register a.no-bouton {
      position: initial;
      background-color: transparent;
      color: #00ace2;
      float: none;
      width: auto;
  }
  #bandeau-identification-par-login .cta-register p {
    width: 100%;
    display: block;
    font-family:"Proxima Nova W08 Reg";
  }
  #bandeau-identification-par-login .cta-register .col-bandeau {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 30px auto;
    display: flex;
  }
}

#footer-p1, #footer-p2, #footer-p3 {
    width: 33%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#footer-p2 ul {
    width: 100%;
}
#footer-p2 ul li {
    width: 23%;
    height: auto;
    margin: 0;
    padding: 0;
    display: inline-block;
}
#footer-p2 #footer-content-center {
    float: left;
    padding-top: 0;
    text-align: center;
    position: absolute;
    top: 190px;
}

#footer-p3 p a {
    color: #00ace2;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none !important;
}

.footer-content .crp_related {
  display: none;
}

@media all and (max-width:768px) {
#footer-p1, #footer-p2, #footer-p3 {
      width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      display: inline-block;
  }
  #footer-p1 #footer-content-left {
    padding: 70px 0 0 0px;
  }
  #footer-p2 #footer-content-center {
      float: left;
      padding-top: 0;
      text-align: center;
      position: initial;
      top: 0;
  }
}

.page-title-tag {
    font-family: 'breebold';
    font-weight: normal !important;
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 35px;
    color: #545454;
}

.primary-bloc .main h3 {
    font-family:"Proxima Nova W08 Bd";
    font-weight: normal;
}

.bloc-lnep .keywords > span {
	font-family:"Proxima Nova W08 Bd";
}

.dossier-article-title {
	font-family:"Proxima Nova W08 Bd";
}

.dossier-article-excerpt,
.dossier-article-suite,
.widget-derniers-dossiers .consultez {
	 font-family:"Proxima Nova W08 Reg";
}

/* Forms */
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #fafafa;
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input[type=submit]{
	cursor: pointer;
	display: block;
	background-color: #E50040;
	color: white;
	font-family: 'breeregular';
	text-decoration:none;
	padding: 8px 15px;
	text-align: center;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.1;
	display: inline-block;
	border: none;
}

/* Links */
a {
	color: #00ace2;
	text-decoration: underline;
	cursor: pointer;
}
h1 a, h2 a, h3 a{
	color: inherit;
}

.cf:after {
	content:"";
	display:table;
	clear:both;
}

/* Main
----------------------------------------------- */

#main {
	background-color: white;
	background-repeat: repeat-y;
	background-position: center;

	width: 1020px;
	margin: auto;
	position: relative;
	padding-top: 0px;
}
.home #main{
	padding-top: 0px;
}

#main-content{
	padding: 0 11px;
	padding-top: 12px;
	margin: auto;
	background-color: white;
	padding-bottom: 15px;
	position: relative;
	padding-top: 10px;
}
#main-content:after{
	clear: both;
	content: '';
	display: table;
}

#main-primary{
	width: 676px;
	float: left;
	padding-top: 20px;
	position: relative;
}
.home #main-primary{
	padding-top: 0px;
}

.alliancy-no-columns #main-primary{
	width: 100%;
}
.alliancy-no-columns #main-sidebar{
	display: block;
}

#main-primary h1{
	margin-bottom: 8px;
}

#main-primary-left{
	_float: left;
	_width: 459px;
}
#main-primary-right{
	float: right;
	width: 193px;
	padding-top: 2px;
	display: none;
}

#main-sidebar{
	padding-top: 5px;
	float: right;
	width: 300px;
}
.home #main-sidebar{
	padding-top: 28px;
}

.single-cas_client #main-sidebar,
.post-type-archive-cas_client #main-sidebar{
	padding-top: 40px;
}


#main-sidebar a{
	text-decoration: none;
}



/* breadcrumb */
.breadcrumb{
	background-repeat: no-repeat;
	background-position: 0 0;

	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;

	padding-top: 8px;
	padding-right: 11px;
}




.logo-ecosysteme-sante{
	width: 95px;
	position: absolute;
	top: -5px;
	left: 600px;
}

.logo-ecommerce{
	width: 140px;
	position: absolute;
	top: -0px;
	left: 545px;
}

/* Home */

#main-primary h3.alaune,
#main-primary h3.alaffiche,
.page-id-2514 article h1	/* mon compte */ {
	font-family:"Proxima Nova W08 Bd";
 	font-size: 20px;
 	margin-bottom: 10px;
 	height: 18px;
  	color: black;
 	margin-top: 0;
}

h3 a{
	text-decoration: none;
}

#main-primary article h1 a{
	color: #545454;
}

#main-primary article h1 a:hover{
	text-decoration: none;
}

/* Liste articles */
.article {
	font-size: 12px;
	margin-bottom: 24px;
}
div.h1{
	border-bottom: 1px solid #00ace2;
	color: #545454;
	padding-bottom: 5px;
	margin-bottom: 8px;
	padding-left: 25px;
	position: relative;
}

.article div.h1 .picto{
	position: absolute;
	top: 2px;
	left: 0px;
}
.picto .tooltip{
	position: absolute;
	background-color: #f7f7f7;
	color: #333;
	top: -20px;
	left: -50px;
	padding: 3px 5px;
	border: 1px solid #ddd;
	font-size: 11px;
	white-space: nowrap;
	opacity: 0;	transition: opacity 0.3s ease-in-out;
	visibility: hidden;

}
.picto:hover .tooltip{
	opacity: 1;
	visibility: visible;
}


.article h1{
	font-size: 19px;
	margin: 0 !important;
	padding: 0 !important;
}
.article h1 a {
	text-decoration: none;
}
.article div.image{
	float: left;
	margin-right: 12px;
	position: relative;
	width: 180px;

}
.article div.image img{
	display: block;
}
.video div.image a {
	position: relative;
	display: block;
}
.video div.image a:after{
	display: block;
	content: '';
	background-image: url(images/chroniques/chroniques-youtube-play2.png);
	background-size: 100% auto;
	width: 40px;
	height: 38px;
	position: absolute;
	bottom: 10px;
	left: 10px;
}

.article .content{
	text-align: justify;
	font-size: 14px;
}
.article .content:after{
	clear: both;
	content: '';
	display: table;
}
.article p{
	margin: 0;
}

#une{
	margin-bottom: 20px;
	height: 282px;
	position: relative;
}

.article_une{
	border: 3px solid #cfcfcf;
	position: relative;
	margin-bottom: 12px;
	height: 276px;
	overflow: hidden;

	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;

}
.article_une .content{
	height: 246px;
	position: relative;

}
.article_une h1{
	font-size: 24px;
	color: #545454;
	padding-top: 6px;
	margin-left: 8px;
}
.article_une h1 a{
	text-decoration: none;
}
.article_une a.excerpt{
	width: 182px;
	height: 229px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background-image: url(images/home_article-une_bg.png);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.15);
	line-height: 229px;
	padding: 5px;
	display: block;
	color: black;
	font-size: 14px;
}
.article_une a.excerpt p{
	margin: 0;
}
.article_une .content span.extrait {
	display: inline-block;
	line-height: normal;

}
.article_une img{
	position: absolute;
	left: 2px;
	bottom: 2px;
}

.artretailbgc { 
    color: white;
    background-color: rgba(232, 0, 93, 0.30);
}
.artretailbgc div.h1 {
    border-bottom: 1px solid white;
    background-color: #e8005d;
}
.artretailbgc div.h1 a {
  color: white !important;
  width: 24px;
}
.artretailbgc .picto {
  width: 20px;
    display: block;
    margin: 2px 5px;
}
.artretailbgc .image {
  padding: 0 10px 10px 10px;
}
.artretailbgc .content {
  color:  black;
  padding: 0 10px 10px 10px;
}

.h{
	display: none;
}

#une_nav{
	position: absolute;
	bottom: 15px;
	left: 20px;

}
#une_nav a{
	display: inline-block;
	margin-right: 5px;
	width: 12px;
	height: 12px;
	background-image: url(images/puce_une.png);
}
#une_nav a.actif{
	background-image: url(images/puce_une_hover.png) !important;
	cursor: default;
}
#une_nav span{
	display: none;
}

/* blocs milieu */

.primary-bloc{
	margin-bottom: 12px;
	font-size: 12px;
	border: 1px solid #aaa;
	border-radius: 2px;
}
.primary-bloc a {
	color: #575757;
	text-decoration: none;
}

.primary-bloc-rouge .headerbg{
	background-color: #E50040;
}
.primary-bloc-rouge h3,
.primary-bloc-rouge .lire a{
	color: #E50040;
}

.primary-bloc-orange .headerbg{
	background-color: #EF7D00;
}
.primary-bloc-orange h3,
.primary-bloc-orange .lire a{
	color: #EF7D00;
}

.primary-bloc-vert .headerbg{
	background-color: #75B843;
}
.primary-bloc-vert h3,
.primary-bloc-vert .lire a{
	color: #75B843;
}

.primary-bloc-bleu .headerbg{
	background-color: #00ace2;
}
.primary-bloc-bleu h3,
.primary-bloc-bleu .lire a{
	color: #00ace2;
}

.primary-bloc-violet .headerbg{
	background-color: #8F5DA3;
}
.primary-bloc-violet h3,
.primary-bloc-violet .lire a{
	color: #8F5DA3;
}

.primary-bloc-marron .headerbg{
	background-color: #9F8B86;
}
.primary-bloc-marron h3,
.primary-bloc-marron .lire a{
	color: #9F8B86;
}

.primary-bloc .headerbg{
	height: 6px;
	width: auto;

}
.primary-bloc .footerbg{

}
.primary-bloc .main{
	overflow: hidden;
}
.primary-bloc .main .content{
	padding: 0px 4px 0 4px;
	margin-bottom: 5px;
}
.primary-bloc .main h3{
	margin: 0;
	padding: 8px 4px;
	font-size: 20px;
	background-image: url(images/primary-bloc-title-bg.png);
	text-transform: uppercase;
}
.primary-bloc .main h3 a{
	color: inherit;
}

.primary-bloc .content ul{
	margin: 0;
	padding: 0;
	list-style: none;

}
.primary-bloc .content li{
	border-bottom: 2px solid #e7e5e5;
	padding: 8px 0 10px 0;
	line-height: 1.25em;

}
.primary-bloc .content li:last-child{
	border-bottom: none;
}


.primary-bloc-bleu span.date_evenement{
	font-weight: bold;
	text-transform: uppercase;
	color: #00ace2;
}

.primary-bloc .lire{
	padding-bottom: 5px;
	text-align: right;

}


/*********************/
/* sidebar - Widgets */

#main-sidebar ul a{
	color: #575757;
}


.widget-title{
	display: none;
}
aside.widget_text{
	margin-bottom: 15px;
}


.widget{
	margin-bottom: 18px;
}

/* bloc abonnes */
#bloc-abonnes{
	border: 3px solid #407d3c;
	background-image: url(images/sidebar-bloc-abonnes_bg.png);
	font-size: 15px;
	margin-bottom: 18px;
}

#bloc-abonnes h3{
	padding: 18px 0 0 20px;
  margin: 0;
	font-family:"Proxima Nova W08 Reg";
	font-size: 20px;
	background-image: url(images/primary-bloc-title-bg.png);
	text-transform: uppercase;
	color: #407d3c;
}
#bloc-abonnes .content{
	padding: 18px;
}
#bloc-abonnes ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#bloc-abonnes li{
	border-top: 1px solid #d0d0d0;
	box-shadow: 0px -1px 0px #e6e6e6; /* pour faire une double bordure */
	padding: 10px 0 10px 20px;
	color: #383737;
	background-image: url(images/sidebar-bloc-abonnes_puce.png);
	background-repeat: no-repeat;
	background-position: 3px center;
}

/* bloc newsletter */
#bloc-newsletter{
	margin-bottom: 15px;
}

/* bloc carré pub 1 */
#bloc-carre_pub1{
	margin-bottom: 20px;
	min-height: 250px;
}

/* bloc carré pub 2 */
#bloc-carre_pub2{
	margin-bottom: 20px;
	height: 250px;
}

/* bloc carré partenaires */
#bloc-carre_partenaires{
	margin-bottom: 20px;

	position: relative;

}
#bloc-carre_partenaires h3{
	padding: 0 0 0 8px;
}



/* bloc carré partenaires */
#bloc-carre_cas_clients_soc{
	margin-bottom: 20px;
	height: 250px;
	position: relative;
}

#bloc-carre_cas_clients_soc img{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: auto;
}

/* bloc prix */
#bloc-prix{
	border: 3px solid #EF7D00;
	background-image: url(images/sidebar-bloc-abonnes_bg.png);
	font-size: 13px;
	margin-bottom: 16px;
}

#bloc-prix h3{
	padding: 18px 0 0 20px;
	margin: 0;
  font-family:"Proxima Nova W08 Reg";
	font-size: 20px;
	background-image: url(images/primary-bloc-title-bg.png);
	text-transform: uppercase;
	color: #EF7D00;
}
#bloc-prix h3 a{
	color: inherit;
}
#bloc-prix .content{
	padding: 18px;
}
#bloc-prix ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#bloc-prix li{
	border-top: 1px solid #d0d0d0;
	box-shadow: 0px -1px 0px #e6e6e6; /* pour faire une double bordure */
	padding: 10px 0 10px 20px;
	color: #383737;
	background-image: url(images/sidebar-bloc-prix_puce2.png);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}


/* bloc cas client */
#bloc-cas_client{
	border: 3px solid #00ace2;
	background-image: url(images/sidebar-bloc-abonnes_bg.png);
	font-size: 13px;
	margin-bottom: 16px;
}

#bloc-cas_client h3{
	padding: 18px 0 0 20px;
	margin: 0;
  font-family:"Proxima Nova W08 Bd";
	font-size: 20px;
	background-image: url(images/primary-bloc-title-bg.png);
	text-transform: uppercase;
	color: #00ace2;
}
#bloc-cas_client h3 a{
	color: inherit;
}
#bloc-cas_client .content{
	padding: 18px;
}
#bloc-cas_client ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
#bloc-cas_client li{
	border-top: 1px solid #d0d0d0;
	box-shadow: 0px -1px 0px #e6e6e6; /* pour faire une double bordure */
	padding: 10px 0 10px 20px;
	color: #383737;
	background-image: url(images/sidebar-bloc-cas_client_puce.png);
	background-repeat: no-repeat;
	background-position: 3px 13px;
}


/* Bloc prix formulaire */
#_bloc-prix-formulaire{
	margin-bottom: 30px;
	padding: 15px;
	border: 3px solid #EF7D00;

}
#bloc-prix-formulaire h2{
	font-size: 21px;
	color: #EF7D00;
	margin-bottom: 20px;
}
#bloc-prix-formulaire label{
	display: inline-block;
	width: 90px;
	color: #555;
	font-size: 1.1em;
}
#bloc-prix-formulaire .frm_form_field{
	margin-bottom: 6px;
}
#bloc-prix-formulaire .frm_blank_field label{
	color: red;
}
#bloc-prix-formulaire .frm_error{
	display: none;
}

#bloc-prix-formulaire input[type="text"],
#bloc-prix-formulaire input[type="email"]
{
	border-radius: 3px;
	padding: 4px 4px;
	width: 154px;
}

#bloc-prix-formulaire .frm_submit{
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}

#bloc-prix-formulaire input[type="submit"]{
	background-image: url(images/sidebar-bloc-prix-formulaire_submit.png);
	text-indent: -999px;
	overflow: hidden;
	text-transform: uppercase; /* ie */
	width: 140px;
	height: 34px;
	border: none;
	margin: 0;
}


/* widget article */
.widget-alliancy-article{

}

.widget-alliancy-article .article-title{
	font-size: 17px;
	font-family: 'breebold';
	color: white;
	margin-bottom: 10px;
}


/*
Single post (pages article)
----------------------------------------*/

article{
	position: relative;
}
.single-post article .entry-header{
	position: relative;

}
.single-post article{
	padding-top: 18px;
	margin-bottom: 20px;
}
.post-edit-link{
	position: absolute;
	right: 0px;
	top: 0px;
}

.single-post h1.entry-title {
	color: #545454;
	font-size: 28px;
  font-family: 'breebold';
}
.single-post.category-9 h1.entry-title,
.single-post.category-1331 h1.entry-title { /* a l'affiche */
	border-color: #9F8B86;
}
.single-post.category-6 h1.entry-title,
.single-post.category-7 h1.entry-title,
.single-post.category-8 h1.entry-title {
	border-color: #00ace2;
}
.single-post.category-3 h1.entry-title,
.single-post.category-4 h1.entry-title,
.single-post.category-2105 h1.entry-title
 {
	border-color: #E50040;
}
.single-post.category-722 h1.entry-title {
	border-color: #8F5DA3;
}
.single-post.category-2103 h1.entry-title { /* juridiques */
	border-color: #75B843;
}
.single-post.category-5 h1.entry-title,
.single-post.category-2106 h1.entry-title,
.single-post.category-2107 h1.entry-title { /* nominations */
	border-color: #EF7D00;
}


.entry-meta {
	font-style: italic;
	color: #6c6c6c;
	font-weight: bold;
	padding-right: 80px;
}
.entry-meta a {
	color: #525252;
}


.soc_share{
	vertical-align: middle;
	margin-right: 10px;
	text-align: right;
}
.soc_share a{
	display: inline-block;
}
.soc_share a img{
	width: 18px;
	display: block;
}
.single .soc_share{
	margin-top: -19px;
	position: relative;
	z-index: 1;
}

#article_connexion{
	overflow: hidden;

	padding: 10px;
	margin-bottom: 20px;
}
#article_connexion h2{
	color: #00ace2;
	font-size: 19px;
	margin-bottom: 15px;
}
#article_connexion h3{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	text-transform: none;
	color: #333;
}
#article_connexion .abonne{
	float: left;
	width: 300px;
}
#article_connexion .sabonner{
	float: right;
	width: 330px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
#article_connexion .sabonner img{
	width: 300px;
}
#article_connexion .notice{
	margin-bottom: 20px;
}

.single-post article h2{
	font-size: 19px;
}


/* Formulaire lire la suite */

.article-cta-inscription{
	display: block;

	background-image: linear-gradient(to top, rgba(230, 230, 230, 1) 50%,
								rgba(230, 230, 230, .9) 66%,
								rgba(230, 230, 230, .8) 100%);

	color: black !important;
	text-decoration: none;
	padding: 15px 160px 15px 15px;
	margin: 20px 0;
	position: relative;
	text-align: left;
	font-style: italic;
	line-height: 1.3;

	margin-top: -35px;
}

.article-cta-inscription strong{
	color: #00ace2;
	margin-bottom: 5px;
}
.article-cta-inscription .bouton-wrap{
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.article-cta-inscription .bouton{
	background-color: #00ace2;
	color: white;
	font-style: normal;
	text-decoration: none;
	font-size: 17px;
	display: block;
	padding: 6px 15px;
	font-weight: 600;
  font-family: 'breeregular';
}

.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding: 20px 0 0 0;
}
.entry-content h1,
.entry-content h2,
..menu-content h1,
..menu-content h2 {
	color: #000;
	font-weight: bold;
	margin: 0 0 .8125em;
}
.entry-content > h3,
..menu-content > h3 {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	text-transform: uppercase;
}
.entry-content table,
..menu-content table {
	width: 100%;
}

.entry-content #s {
	width: 50%;
}
..menu-content ul,
..menu-content ol {
	margin-bottom: 1.625em;
}
..menu-content ul ul,
..menu-content ol ol,
..menu-content ul ol,
..menu-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}


.entry-meta .edit-link a,
..menulist .edit-link a {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover,
..menulist .edit-link a:hover {
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}


/* =Navigation
-------------------------------------------------------------- */
#nav-single, #nav-below {
	padding-top: 20px;
	position: relative;
	overflow: hidden;
}

.nav-next {
	display: block;
	float: right;
}
.nav-previous {
	display: block;
	float: left;
}

.nav-next a,
.nav-previous a{
	color: #333;
}
.nav-next a span,
.nav-previous a span{
	color: #555;
}

.nav-next a:hover,
.nav-previous a:hover{
	color: #551120;
	text-decoration: none;
}





/* Images */
.entry-content img,
..menu-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, .menus, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large {
	max-width: 97.5%;
	width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 10px;
}

.wp-caption {
	background: #eee;
	margin-bottom: 1.625em;
	max-width: 96%;
	padding: 9px;
}
.wp-caption.alignnone{
	width: auto !important;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-family: Georgia, serif;
	font-size: 12px;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0.6em;
	padding: 10px 0 5px 40px;
	position: relative;
}
.wp-caption .wp-caption-text:before {
	color: #666;
	content: '\2014';
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin-right: 5px;
	position: absolute;
	left: 10px;
	top: 7px;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* .menus link */
.entry-header ..menus-link a {
	background: #eee url(images/.menu-bubble.png) no-repeat;
	color: #666;
	font-size: 13px;
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header ..menus-link a:hover,
.entry-header ..menus-link a:focus,
.entry-header ..menus-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header ..menus-link .leave-reply {
	visibility: hidden;
}



/* page liste agenda (archives-event.php) */
h1 span.date_evenement{
	font-weight: bold;
	text-transform: uppercase;
	color: #00ace2;
}


/* pages agenda */
article{
	position: relative;
}
.single-event article{
	padding-top: 18px;
}

.single-event h1.entry-title {
	color: #545454;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px solid;
	padding-bottom: 4px;
}

.single-event h1.entry-title { /* agenda */
	border-color: #00ace2;
}
.single-event p em.date_evenement{
	color: #00ace2;
	font-style: normal;
	font-weight: bold;
}


/* pages formulaires */

.alliancy_form input[type="text"],
.alliancy_form input[type="password"]
{
	width: 260px;
}
.alliancy_form select
{
	width: 274px;
}

.alliancy_form .af_submit{
	cursor: pointer;
	border: none;
	background-color: #dd005b;
	color: white;
	font-family: 'breeregular';
	font-size: 21px;
	padding: 10px 20px;
	line-height: 1;
	display: inline-block;

}
.alliancy_form input[type="text"], .alliancy_form input[type="password"], .alliancy_form textarea{
	border-radius: 4px;
	padding: 8px 8px;
	box-shadow: inset -1px -1px 1px rgba(0,0,0,0.1);
}
.alliancy_form input[type="radio"]{
	vertical-align: middle;
}

.alliancy_form div{
	margin-bottom: 5px;
}

.af_error_alert, .af_error_msg {
	padding: 10px;
	border: 1px solid red;
	background-color: #f6e2e2;
	text-align: center;
	font-size: 1.1em;
	margin: 0 auto 10px auto;
}
label.invalid{
	color: red;
}
span.invalid{
	border: 1px dashed red !important;
}

.h{
	display: none;
}

/* pour la page abo */
.alliancy_form{
	border: 1px solid #dccdd0;
	border-radius: 4px;
	padding: 15px 20px 12px 20px;
	background-image: url(images/.menu_bg.jpg);
	overflow: auto;
	color: #373737;
}

.abo_off .alliancy_form{
	background-image: none;
	background-color: #f5f5f5;
	border: 1px solid green;
}
.abo_off .alliancy_form h2,
.abo_off .alliancy_form h3,
.abo_off .alliancy_form h4
{
	display: none;
}

.alliancy_form h2{
	font-size: 22px !important;
}
.alliancy_form h3{
	color: #00ace2;
	font-size: 16px;
	margin: 10px 0 15px 0;
	font-weight: bold;

	border-bottom: 1px solid #a4ccda;
	padding-bottom: 5px;
}

#alliancy_form-abo .af_civilite_lab{
	width: auto !important;
	margin-right: 20px;
}
#alliancy_form-abo .fieldset2a label{
	text-transform: uppercase;
}

#alliancy_form-abo .fieldset2b label,
#alliancy_form-abo .fieldset3 label,
#alliancy_form-abo .fieldset4 label,
#alliancy_form-abo .fieldset5 label,
#alliancy_form-abo .fieldset6 label
{
	display: inline-block;
	width: 150px;
	text-transform: uppercase;
	vertical-align: middle;
}

label span.notice {
	color:#555;
	font-size:0.8em;
	text-transform: none;
}

#alliancy_form-abo .fieldset1 label{
	cursor: pointer;
}
#alliancy_form-abo .fieldset1{
	margin-bottom: 20px;
	font-size: 1.2em;
}
#alliancy_form-abo .fieldset2b{
	float: left;
	margin-bottom: 25px;
}
#alliancy_form-abo .fieldset3{
	float: left;
	margin-left: 70px;
	margin-bottom: 25px;
}
#alliancy_form-abo .fieldset4{
	margin-bottom: 40px;
}

.code_reduc_ok{
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #bede7e;
	padding: 5px 15px 5px 10px;
	font-size: 1.2em;
	margin-left: 20px;
	display: inline-block;
}
.code_reduc_ok span{
	color: #bede7e;
	font-weight: bold;
}


#alliancy_form-abo .fieldset5 input{
	width: 160px;
}
#alliancy_form-abo .fieldset5 label{
	width: 140px;
}
#alliancy_form-abo .fieldset6{
	margin-bottom: 40px;
}


#alliancy_form-abo .fieldset_facturation_identique{
	font-size: 1em;
	padding: 10px 0 20px 0;
	color: #9F8B86;
	font-weight: bold;
}

#alliancy_form-abo .creation_compte{
	overflow: hidden;
	background: rgba(255,255,255,0.4);
	padding: 10px;
	margin-bottom: 50px;
}
#alliancy_form-abo .creation_compte h4{
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 15px;
	font-family: "Trebuchet MS";
	margin-bottom: 20px;
}
#alliancy_form-abo .creation_compte h5{
	text-transform: none;
	letter-spacing: normal;
	font-weight: bold;
	font-size: 14px;
	font-family: "Trebuchet MS";
	margin-bottom: 10px;
}

#alliancy_form-abo .creation_compte_pwd{
	float: left;
	width: 40%;

}
#alliancy_form-abo .creation_compte_socnet{
	float: left;
	margin-left: 10px;
	border-left: 2px solid #ddd;
	padding-left: 40px;
	position: relative;
	min-height: 130px;

}
#alliancy_form-abo .creation_compte .ou{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ddd;
	top: 50px;
	left: -15px;
	border-radius: 15px;
}
#alliancy_form-abo .creation_compte .ou span{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 28px;
}

#alliancy_form-abo .creation_compte #af_socnet_ok{
	display: none;
	padding-right: 25px;
	position: relative;
	background-color: #f9f9f9;
	border: 1px solid #bede7e;
	padding: 8px;
	border-radius: 3px;
}
#alliancy_form-abo .creation_compte #af_socnet_ok .check{
	color: #9acd32;
	font-weight: bold;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 20px;
}
#alliancy_form-abo .creation_compte #af_socnet_ok .nom_prenom{
	font-size: 1.1em;
	font-weight: bold;
}

#af_viadeo_button{
	width: 146px;
	height: 31px;
	display: inline-block;
	background-image: url(images/connect_viadeo.png);
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}
#af_linkedin_button{
	width: 146px;
	height: 31px;
	display: inline-block;
	background-image: url(images/connect_linkedin.png);
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}

div.div_submit{
	text-align: right;
	margin-top: -30px;
}

.af_succes{
	padding: 10px;
	margin: auto 20px;
	background-color: #00ace2;
	color: white;
	font-size: 1.1em;
}

/* Page "le prix" */
.page-id-119 .post-119 h1{
	display: none;
}
.post-119 .entry-content{
	padding-top: 0;
}

/* page */

.page h1.entry-title {
	color: #545454;
	font-size: 23px;
	margin-bottom: 10px;
  font-family: 'breebold';
}

.page .entry-content{
	color: #444;
}

.page .entry-content h2{
	font-size: 17px;
	margin-bottom: 18px;
	padding-top: 10px;
	color: #545454;
}
.page .entry-content p{
	margin: 0 0 10px 0;
}

/* pages sans sidebar complete */

/* 329 = numéro janvier */

.page-id-168 #main-primary,
.page-id-44 #main-primary,
.page-id-306 #main-primary,
.page-id-329 #main-primary,
.page-id-1900 #main-primary,
.page-id-2284 #main-primary,
#main-primary.nosidebar
 {
	width: 100%;
}

.page-id-168 .entry-content,
.page-id-44 .entry-content,
.page-id-306 .entry-content,
.page-id-329 .entry-content,
.page-id-1900 .entry-content,
.page-id-2284 .entry-content,
#main-primary.nosidebar .entry-content
{
	padding-top: 10px;
}

/* page (post custom type) "sommaire" */
.single-mag_sommaire h1.entry-title {
	color: #00ace2;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;

}
.single-mag_sommaire .entry-content{
	color: #444;
	padding-top: 20px;
}

.single-mag_sommaire .entry-content p{
	margin: 0 0 10px 0;
}

.single-mag_sommaire .couverture{
	float: right;
	margin-left: 20px;
	background-color: #f2f2f2;
	padding: 13px;
}
.single-mag_sommaire .couverture .bouton{
	display: block;
	background-color: #E50040;
	color: white;
	font-family: 'breeregular';
	text-decoration:none;
	padding: 8px 10px;
	text-align: center;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.1;
}
.single-mag_sommaire .couverture .bouton span{
	font-size: 0.8em;
}


.single-mag_sommaire .entry-content{
	padding-top: 20px;
}
.single-mag_sommaire .entry-content h2{
	font-size: 17px;
	color: #545454;
	margin-bottom: 0px;
	padding-top: 15px !important;
}



/* Dossier (custom type "dossier") */

.single-dossier h1.entry-title {
	color: #545454;
	font-size: 30px;
	padding-bottom: 4px;
	border-bottom: 3px solid #00ace2;
  font-family: 'breebold';
}
.single-dossier article h2{
	font-size: 22px;
	color: #00ace2;
	margin-bottom: 15px;
}
.single-dossier article ul{
	list-style: none;
	font-size: 1.1em;
	margin: 0;
}
.single-dossier article  li{
	margin-bottom: 8px;
	color: #999;
	position: relative;
	padding-left: 20px;
}
.single-dossier article li a{
	color: #003a6a;
}
.single-dossier article li .picto{
	position: absolute;
	left: 0px;
	top: 2px;
}
.single-dossier article li .picto img{
	width: 16px;
}
.single-dossier .dossier_articles{
	margin-top: 20px;
}

.single-dossier .dossier_article .titre_dossier{
	font-size: 16px;
	margin-bottom: 5px;
	font-style: italic;
	color: #999;
}
.single-dossier .dossier_article .titre_dossier a{
	color: #555;

}

.single-dossier .dossier-articles ul{
	display: flex;
	flex-wrap: wrap;
}
.single-dossier .dossier-articles li{
	flex: 0 1 auto;
   width: calc(100% * (1/2) - 16px - 1px);
	margin: 0 8px 60px 8px;

	padding: 0;
}
.single-dossier .dossier-articles a{
	text-decoration: none;
}
.single-dossier .dossier-articles .dossier-article-image{
	height: 0;
	padding-top: 50%;
	overflow: hidden;
	position: relative;
}
.single-dossier .dossier-articles .dossier-article-image img{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.single-dossier .dossier-articles .dossier-article-title{
	color: black;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 19px;
	margin-top: 8px;
}
.single-dossier .dossier-articles .dossier-article-excerpt{
	color: #555;
}
.single-dossier .dossier-articles .dossier-article-excerpt p{
	margin: 0;
}
.single-dossier .dossier-articles .dossier-article-suite{
	margin-top: 15px;
}
.single-dossier .dossier-articles .dossier-article-suite a{
	text-decoration: underline;
}


/* =.menus
----------------------------------------------- */

#respond{
	border: 1px solid #ddd;
	background-color: #f0f0f0;
	padding: 20px 20px 12px 20px;
	overflow: auto;
	color: #373737;
}
#respond #reply-title{
	font-family: 'breeregular';
	font-size: 23px;
	padding-bottom: 13px;
	box-shadow: 0px 1px 0px white;
	margin-bottom: 15px;
	color: #00ace2;
}
#respond input, #respond textarea{
	padding: 8px 8px;
}
#respond input{
	width: 300px;

}
#respond textarea{
	width: 500px;
	vertical-align: top;
	margin-bottom: 0px;
}
#respond ..menu-notes{
	font-size: 12px;
	margin-bottom: 20px;
}
#respond p{
	margin: 9px 0;
}
#respond label{
	width: 120px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
}
..menu-form-.menu {
	margin-bottom: 20px !important;
}
..menu-form-.menu label{
	padding-top: 15px;
}
#respond #submit{
	height: 43px;
	width: auto;
	border: none;
	background-color: #dd005b;
	color: white;
	font-size: 18px;
	font-family: 'breeregular';
	padding: 0 30px;

}

#cancel-.menu-reply-link{
	float: right;
	color: gray;
	font-size: 13px;
	font-weight: normal;
}

..menu-reply-link{
	font-size: 12px;
	color: #6b2d3d;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 2px solid #e0d7d9;
	display: inline-block;
}

/* =Footer
----------------------------------------------- */

.footer {
	clear: both;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	max-width: 1022px;
	margin: auto;
	position: relative;
}
.footer-content{
	background-image: url(images/footer-content_bg.png);
	background-repeat: repeat;
	margin: auto;
	color: #f5f5f5;
	line-height: 1.22em;
	padding: 0 20px 30px 20px;
}
.footer-content:after{
	clear: both;
	content: '';
	display: table;
}

.footer-content > div{
	width: 33.33%;
}

#footer-content-left{ /* alliancy, le mag */
	padding: 70px 0 0 10px;
	background-image: url(images/footer-logo.png);
	background-size: 120px;
	background-repeat: no-repeat;
	background-position: 13px 16px;
	float: left;
  font-size: 14px;
}

#footer-content-left strong{
	font-family:"Proxima Nova W08 Bd";
	font-weight: normal;
}

#footer-content-left p{
	margin: 0 0 12px 0;

}
#footer-content h3{
	display: none;
}

#footer-content-center{
	float: left;
	padding-top: 110px;
	text-align: center;
}

#footer-content-center img{
	margin: 0 7px;
}

#footer-content-right{
	float: right;
	padding-top: 70px;

}
#footer-content-right a{
	color: #00ace2;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
}
#footer-content-right ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer-content-right ul li{
	margin-bottom: 4px;
}

/* plugin addthis */
.addthis_toolbox{

}
.addthis_default_style .at300b{
	padding: 0 5px 0 0;
}
.addthis_default_style .at300m{
	padding: 0;
}

.single .addthis_toolbox{
	float: right;
	margin: 0 !important;
	margin-bottom: 5px;
}

.category .addthis_toolbox,
.archive .addthis_toolbox{
	padding-top: 10px;
}
.page .addthis_toolbox{
	float: right;
}
.page .addthis_div:after{
	clear: both;
	content: '';
	display: table;
}


/********************/
/* Page Cas Client */

.single-cas_client h3{
	font-size: 1.1em;
	margin-bottom: 5px;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
}

.single-cas_client .entry-meta{
	font-weight: normal;
}

.single-cas_client .addthis_toolbox{
	margin: 0;
}

.single-cas_client h1.entry-title {
	color: #545454;
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 4px;
	border-bottom: 3px solid #9F8B86;
}

.single-cas_client .pdf{
	text-align: right;
	margin-bottom: 20px;
}

.single-cas_client .pdf a{
	color: #555;
}

.single-cas_client article h2{
	font-size: 19px;
	color: #00ace2;
	padding: 0;
	margin: 0 0 10px 0;
}

.single-cas_client .editeur_client{
	margin-bottom: 20px;
	overflow: hidden;
}
.single-cas_client .editeur_client h2 {
	margin: 0;
}

#cas_client_connexion{
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 10px;
}
#cas_client_connexion h2{
	color: #9F8B86;
}
#cas_client_connexion h3{
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
#cas_client_connexion .abonne{
	float: left;
	width: 310px;
}
#cas_client_connexion .visiteur{
	float: right;
	width: 320px;
	border-left: 1px solid #ccc;
	padding-left: 20px;
}
#cas_client_connexion .notice{
	margin-bottom: 20px;
}

/* fiche editeur */

.single-cas_client .fiche_editeur{
	float: right;
	width: 310px;
	border: 1px solid #00ace2;
	padding: 8px;
	position: relative;
}

.single-cas_client .fiche_editeur .titre{
	width: 120px;
	float: left;
}
.single-cas_client .fiche_editeur .logo{
	position: absolute;
	top: 30px;
	bottom: 5px;
	width: 120px;
}

.single-cas_client .fiche_editeur .logo img{
position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.single-cas_client .fiche_editeur .nom{
	margin-left: 130px;
	margin-bottom: 10px;
}
.single-cas_client .fiche_editeur .nom h3{
	color: #333;
	font-size: 19px;
}
.single-cas_client .fiche_editeur .presentation{
	margin-left: 130px;
	color: #333;
}



/* fiche client */

.single-cas_client h1.entry-title{
	border-color: #00ace2;
}

.single-cas_client .fiche_client{
	float: left;
	width: 310px;
	border: 1px solid #00ace2;
	padding: 8px;
	position: relative;
}
.single-cas_client .fiche_client .titre{
	width: 120px;
	float: left;
}
.single-cas_client .fiche_client .logo{
	position: absolute;
	top: 30px;
	bottom: 5px;
	width: 120px;
}
.single-cas_client .fiche_client .logo img{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}
.single-cas_client .fiche_client .nom{
	margin-left: 130px;
	margin-bottom: 10px;
}
.single-cas_client .fiche_client .nom h3{
	color: #333;
	font-size: 19px;
}
.single-cas_client .fiche_client .presentation{
	margin-left: 130px;
	color: #333;
}


.single-cas_client hr{
	width: 60%;
}

/* archives cas client */
.post-type-archive-cas_client .presentation{
	padding: 10px 0;
	color: #333;
	margin: 0 0 10px 0;
}
.post-type-archive-cas_client .presentation p{
	margin: 5px 0;
}


.post-type-archive-cas_client .filtres {
	margin: 0px 0 40px 0;
	background-color: #f9f9f9;
	padding: 10px;
	border-radius: 5px;
}
.post-type-archive-cas_client .filtres .titre{
	font-family: "Trebuchet MS";
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 15px;
	color: #333;
}
.post-type-archive-cas_client .filtres select{
	width: 160px;
	padding: 2px 1px 2px 3px;
	border-radius: 2px;
	border: 1px solid #fff;
	box-shadow: 0 0 0 1px #d4d4d4;

	-webkit-appearance:none;
	-moz-appearance:menulist;
	appearance:none;

	background: white;
	margin: 1px 0 5px 0;
	cursor: pointer;

	color: #333;
}

.post-type-archive-cas_client .filtres .valider {
	background-image: url(images/cas_client_valider_nb.png);
	width: 120px;
	height: 29px;
	text-indent: -999px;
	overflow: hidden;
	display: inline-block;
	margin-left: 20px;
	margin-top: 10px;
	cursor: pointer;
}

.post-type-archive-cas_client div.h1{
	padding-left: 0; /* pas de picto ici */
}

.post-type-archive-cas_client article{
	margin-bottom: 30px;
}


/***************************/
/* Page partenaires */

.post-type-archive-partenaire div.h1{
	border-bottom-color: #8F5DA3;
	padding-left: 0; /* pas de picto ici */
}
.post-type-archive-partenaire article {
	color: #333;
	margin-bottom: 30px;
}
.post-type-archive-partenaire p{
	margin-bottom: 5px;
}
.post-type-archive-partenaire .presentation {
	color: #333;
	padding: 10px 0 0 0 ;
	margin-bottom: 30px;
}
.post-type-archive-partenaire .presentation h3{
	font-size: 20px;
}
.post-type-archive-partenaire .presentation .wpgmza_map{
	margin-top: 10px !important;
}




.page-id-2424 div.h1{
	border-bottom-color: #8F5DA3;
	padding-left: 0; /* pas de picto ici */
}
.page-id-2424 article {
	color: #333;
	margin-bottom: 30px;
}
.page-id-2424 p{
	margin-bottom: 5px;
}
.page-id-2424 .presentation {
	color: #333;
	padding: 10px 0 0 0 ;
	margin-bottom: 30px;
}
.page-id-2424  h3{
	font-size: 20px;
}
.page-id-2424 .presentation .wpgmza_map{
	margin-top: 10px !important;
}
.page-id-2424 .partenaires{
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 40px;
	padding-top: 10px;
}

.page-id-2424 .partenaire{
	float: left;
	width: 130px;
	height: 120px;
	margin-right: 20px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

.page-id-2424 .partenaire img{
	position: absolute;
	margin: auto;
	top: 0; right: 0;
	bottom: 0; left: 0;
}


/* single partenaire */

.single-partenaire h1.entry-title {
	color: #545454;
	font-size: 28px;
	border-bottom: 3px solid;
	padding-bottom: 4px;
  font-family: 'breebold';
}

.single-partenaire .thumb{
	margin-top: 10px;
	text-align: center;
}


/****************************************/
/* Page archive sommaires  mag_sommaire */
.post-type-archive-mag_sommaire .sommaires{
	padding: 20px 0 0 15px;
}

.post-type-archive-mag_sommaire article {
	float: left;
	width: 30%;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 5px;
}

.post-type-archive-mag_sommaire article img{
	float: none;
	box-shadow: 0 0 5px #ccc;
}
.post-type-archive-mag_sommaire article.mag h1 {
	font-size: 14px;
	border: none;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 5px;
}
.post-type-archive-mag_sommaire article .voir_sommaire {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: center;
}
.post-type-archive-mag_sommaire article .version_numerique {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: center;
}
.post-type-archive-mag_sommaire article a{
	text-decoration: none;
}



/* Page connexion (pour les abonnés) */
.page-id-2314 #main-primary{
	padding-top: 5px;
}

#subscriber_login{
	overflow: hidden;
	color: #333;
}

#subscriber_login h2{
	font-size: 18px;
	margin-bottom: 20px;
}
#subscriber_login h3{
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Trebuchet MS";
}


#subscriber_login_1{
	float: left;
	width: 640px;
	padding: 10px;
}
#subscriber_login_2{ /* pas encore abonné */
	float: right;
	width: 280px;
	_background-color: #f5f5f5;
	padding: 10px;
	_border: 1px solid #eee;
	text-align: center;
}
#subscriber_login_2 img{
	width: 250px;
}
#subscriber_login_2 h2{
	color: #00ace2;
}
#subscriber_login_2 a.bouton{
	display: block;
	background-color: #E50040;
	color: white;
	font-family: 'breeregular';
	text-decoration:none;
	padding: 8px 15px;
	text-align: center;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.1;
	display: inline-block;
}

#subscriber_login_email,
#subscriber_login_socnet{
	padding-top: 10px;
}
#subscriber_login_email{
	float: left;
	width: 320px;
}


#subscriber_login_socnet{
	float: left;
	position: relative;
	margin-left: 20px;
	padding-left: 40px;
	border-left: 2px solid #ddd;
	min-height: 200px;
	width: 250px;
}
#subscriber_login_email label{
	display: inline-block;
	width: 120px;
	text-transform: uppercase;
	vertical-align: middle;
}
#subscriber_login_email input[type="text"],
#subscriber_login_email input[type="password"]
{
	border-radius: 4px;
	padding: 8px 8px;
	box-shadow: inset -1px -1px 1px rgba(0,0,0,0.1);
	margin-bottom: 5px;
}
#subscriber_login_email input[type="submit"]{
	display: block;
	background-color: #E50040;
	color: white;
	font-family: 'breeregular';
	text-decoration:none;
	padding: 8px 15px;
	text-align: center;
	margin-top: 8px;
	font-size: 20px;
	line-height: 1.1;
	display: inline-block;
	border: none;
}
#subscriber_login_socnet .ou{
	position: absolute;
	width: 30px;
	height: 30px;
	background-color: #ddd;
	top: 50px;
	left: -15px;
	border-radius: 15px;
}
#subscriber_login_socnet .ou span{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 28px;
}
.invalid{
	color: red;
}

.subscriber_notice{
	color: #9F8B86;
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
}

#subscriber_login_socnet_erreur{
	margin-bottom: 10px;
	font-weight: bold;
}

/* lighbox plus colorbox */
#cboxOverlay{
	background-color: #333 !important;
}




/*******************************/
/* Page / article  avec formulaire        */
/*******************************/

div.frm_forms{
	background-color: #f9f9f9;
	padding: 15px;
}

div.frm_forms  label{
	color: #555;
	font-size: 1.1em;
	margin-bottom: 2px;
}

div.frm_forms .frm_top_container label.frm_primary_label{
	width: auto;
	display: block;
	margin-bottom: 4px;
}
div.frm_forms .frm_left_container label{
	width: 150px;
	display: inline-block;
}
div.frm_forms  .frm_none_container > label{
	display: none;
}
div.frm_forms  h3.frm_pos_hidden{
	visibility: hidden;
}

.page-id-4357 div.frm_forms  .frm_inline_container label{
	width: auto;
}

div.frm_forms  .frm_form_field{
	margin-bottom: 10px;
}

div.frm_forms  .frm_blank_field label{
	color: red;
}

div.frm_forms  .frm_error{
	display: none;
}

div.frm_forms  textarea{
	background-color: white;
}

div.frm_forms  input[type="text"],
div.frm_forms  input[type="email"]{
	border-radius: 3px;
	padding: 4px 4px;
	width: 250px;
	background-color: white;
}
div.frm_forms select{
	width: 260px;
}

div.frm_forms  .frm_submit{
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}
div.frm_forms  .frm_submit:before{
	clear: both;
	content: '';
	display: table;
}

div.frm_forms  input[type="submit"]{
	background-image: linear-gradient(to bottom, #97C119 50%, #7AAD0D 100%);
	border-radius: 3px;
	color: white;
	text-indent: inherit;
	padding: 10px 10px !important;
	font-weight: bold;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
	width: auto;
	border: 1px solid #7bad0d;
	height: auto;
}

/* Page avec formulaire, cas particuliers */

/* Page satisfaction */
.page-id-9131 .frm_form_field{
	margin-bottom: 20px !important;
}
.page-id-9131 .frm_primary_label{
	font-weight: bold !important;
	margin-bottom: 8px !important;
}

/* Page diner */
.single-diner div.frm_forms  input[type="submit"]{
	background-image: linear-gradient(to bottom, #00aeed 50%, #00aeed 100%);
	border: 1px solid #009bd2;
}

/* Page 20845 */
.page-id-20845 div.frm_forms  input[type="submit"]{
	background-image: linear-gradient(to bottom, #ef832c 50%, #ef832c 100%);
	border: 1px solid #ef832c;
	font-weight: bold;
	text-shadow: 0 0 0;
  font-family:"Proxima Nova W08 Bd";
	letter-spacing: 0;
	padding: 8px 10px !important;
	font-size: 15px;
}

/******************************/
/* Page abonnement newsletter */
.page-id-4357 .entry-content{

}

.page-id-4357 div.frm_forms{
	background-color: #f9f9f9;
	padding: 15px;	width: 340px;

}

.page-id-4357 form.frm-show-form{
	margin-left: 10px;
}

.page-id-4357 div.frm_forms  label,
.page-id-4573 div.frm_forms  label
{
	display: inline-block;
	width: 120px;
	color: #555;
	font-size: 1.1em;
	margin-bottom: 2px;
}
.page-id-4357 div.frm_forms  .frm_none_container label,
.page-id-4573 div.frm_forms  .frm_none_container label
{
	display: none;
}

.page-id-4357 div.frm_forms  .frm_inline_container label,
.page-id-4573 div.frm_forms  .frm_inline_container label
{
	width: auto;
}

.page-id-4357 div.frm_forms  .frm_form_field,
.page-id-4573 div.frm_forms  .frm_form_field
{
	margin-bottom: 6px;
}

.page-id-4357 div.frm_forms  .frm_blank_field label,
.page-id-4573 div.frm_forms  .frm_blank_field label
{
	color: red;
}

.page-id-4357 div.frm_forms  .frm_error,
.page-id-4573 div.frm_forms  .frm_error
{
	display: none;
}

.page-id-4357 div.frm_forms  textarea,
.page-id-4573 div.frm_forms  textarea
{
	background-color: white;
}

.page-id-4357 div.frm_forms  input[type="text"],
.page-id-4357 div.frm_forms  input[type="email"],
.page-id-4573 div.frm_forms  input[type="text"],
.page-id-4573 div.frm_forms  input[type="email"]
{
	border-radius: 3px;
	padding: 4px 4px;
	width: 250px;
	background-color: white;
}
.page-id-4357 div.frm_forms select,
.page-id-4573 div.frm_forms select{
	width: 260px;
}

.page-id-4357 div.frm_forms  .frm_submit,
.page-id-4573 div.frm_forms  .frm_submit
{
	text-align: center;
	margin-top: 10px;
	margin-left: 10px;
}

.page-id-4357 div.frm_forms  input[type="submit"],
.page-id-4573 div.frm_forms  input[type="submit"]
{
	background-image: url(images/formulaire-newsletter_submit.png);
	text-indent: -999px;
	overflow: hidden;
	text-transform: uppercase; /* ie */
	width: 154px;
	height: 37px;
	border: none;
	margin: 0;
}

/* page jeux concours */

.page-id-4573 div.frm_forms  label{
	width: 130px;
}
.frm_hidden_container .frm_primary_label{
	display: none !important;
}
.page-id-4573 div.frm_forms  input[type="checkbox"]{
vertical-align: middle;
margin-top: -1px;
margin-right: 5px;

}
.page-id-4573 div.frm_forms .frm_checkbox  label{
	display: inline;
	width: auto;

}
.page-id-4573 div.frm_forms .frm_form_field{
	margin-bottom: 10px;
}
.page-id-4573 div.frm_forms{
	background-color: #f9f9f9;
	padding: 15px;	width: 80%;
	margin: auto;

}

/* Diner (custom type "diner") */

.single-diner h1.entry-title,
.single-ressource h1.entry-title {
	color: #545454;
	font-size: 28px;
	padding-bottom: 4px;
	border-bottom: 3px solid #8F5DA3;
  font-family: 'breebold';

}

/* Page d'index des diners  5578 */
.sommaire_diners {
	position: relative;
	margin-top: 30px;
}
.sommaire_diners > div{
	display: inline-block;
	width: 49.5%;
	text-align: center;
	margin-bottom: 20px;
}

/* Carte regions de france */

.carte_regions{
  margin: auto;
	margin-bottom: 0px;
	margin-top: -55px;
	position: relative;
	width: 360px;
	height: 408px;
}

.carte_regions img{
	position: absolute;
	top: 0px;
	left: 0px;
}

#carte_legende{
	display: none;
	position: absolute;
	background-color: white;
	border: 1px solid #ccc;
	padding: 5px;
	color: #333;
	z-index: 3;
}
.region{
	z-index: 2;
	display: none;
}
area{
	cursor: pointer;
}
area.hover{
	border: 1px solid red;
}
.retour_carte-top,
.retour_carte-bottom
{
	position: relative;
	text-align: right;
}
.retour_carte-top .retour_carte{
	position: absolute;
	right: 0px;
	top: -30px;
	z-index: 10;
}

/* Page d'index des guides  10698 */

.sommaire_guides > div.guide {
	float: left;
	width: 170px;
	margin-left: 10px;
	text-align: center;
	overflow: hidden;
	padding: 10px;
	margin-bottom: 5px;
}

.sommaire_guides > div.guide img{
	float: none;
	_box-shadow: 0 0 5px #ccc;
}
.sommaire_guides > div.guide h1 {
	font-size: 14px;
	border: none;
	font-weight: normal;
	letter-spacing: normal;
	margin-bottom: 5px;
	text-decoration: none;
}
.post-type-archive-mag_sommaire article .voir_sommaire {
	font-size: 0.9em;
	padding-top: 10px;
	text-align: center;
}

/* Page "Centre de ressources" (Guides)
----------------------------------------*/
.guides{
	display: flex;
	flex-wrap: wrap;
}

.guides .guide{
	flex: 0 1 auto;
	width: 50%;
	margin-bottom: 42px;
	padding: 0 15px;
	display: block;
	text-decoration: none;
}
.guides .guide .titre{
	font-size: 24px;
	margin-bottom: 15px;
  font-family: 'breeregular';
  display: block;
}

.guides .guide img{
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}

/* Page "Dîners"
----------------------------------------*/
.diners{
	display: flex;
	flex-wrap: wrap;
	_margin: 0 -20px;
}
.diners .diner{
	flex: 0 1 auto;
	width: 50%;
	margin-bottom: 42px;
	padding: 0 15px;
	display: block;
	text-decoration: none;
}
.diners .diner .titre{
	font-size: 24px;
	margin-bottom: 15px;
	font-family: 'breeregular';
	display: block;

	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.diners .diner .image{
	position: relative;
	text-decoration: none;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
	display: block;
}
.diners .diner img{
	display: block;
}

.diners .diner .legende{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(50, 50, 50, 0.7);
	color: white;
	padding: 8px 10px;
	width: 100%;
}
.diners .diner .soustitre{
	font-size: 19px;
	margin-bottom: 5px;
	font-family: 'breeregular';
	display: block;
}
.diners .diner .date{
	font-family: 'breeregular';
	font-size: 22px;
	font-weight: bold;
}

.diners .diner .soustitre2{
	font-size: 19px;
	margin-bottom: 5px;
	font-family: 'breeregular';
	display: block;
}

/* Plugin better tweet to click */
.bctt-ctt-text a{
	font-size: 1.2em !important;
}

/* Landing Pages
----------------------------------------*/

body.landing {
  font-family:"Proxima Nova W08 Reg";
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

body.landing header img.size-full {
  max-width: 100%;
}

body.landing h1, body.landing h2,body.landing h3 {
    font-weight: 700;
}

body.landing #stack-1 {
  position: relative;
}

body.landing #stack-1 .col-gauche .uabb-image-content {
    margin: -125px auto 15px auto;
    display: block;
    text-align: center;
}

body.landing #stack-1 .col-gauche .uabb-image-content img {
    box-shadow: -5px 5px 5px rgba(0, 0, 0, .3);
}

body.landing #stack-1 .col-gauche ul {
  margin: 0;
}

body.landing #stack-1 .col-gauche li {
  list-style-type: none;
  margin-bottom: 5px;
}

body.landing #stack-1 .col-gauche li:last-child {
  margin-bottom: 0;
}

body.landing #stack-1 .col-gauche li:before {
  color: #faa634;
  content: "► ";
}

body.landing #stack-1:after {
  content: '';
  background-image: url(images/landing/wave-1.png);
  background-position: 50% 0;
  background-size: cover;
  height: 300px;
  width: 102%;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

body.landing #stack-1 .formulaire {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 45px 10px rgba(34, 34, 34, 0.08);
}

body.landing #stack-1 .formulaire h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #61a2f4;
  text-align: center;
  margin-bottom: 15px;
}

body.landing #stack-1 .formulaire input[type="text"],
body.landing #stack-1 .formulaire input[type="email"],
body.landing #stack-1 .formulaire input[type="tel"],
body.landing #stack-1 .formulaire select {
  border: none;
  padding: 6px 15px;
  height: 36px;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-box-shadow: 0 0 5px rgba(0,0,0,0.28);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.28);
  box-shadow: 0 0 5px rgba(0,0,0,0.28);
  font-size: 16px;
  line-height: normal;
  font-family: Arial !important;
  font-weight: 400;
}

body.landing #stack-1 .formulaire .mauticform-row.mauticform-required .mauticform-label:after {
  content: none;
}

body.landing #stack-1 .formulaire .mauticform-row.mauticform-checkboxgrp.mauticform-required .mauticform-label:after {
  content: ' *';
}

body.landing #stack-1 .formulaire .mauticform-button {
  background-color: #456fff;
  color: white !important;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  border-radius: 8px;
  padding: 10px;
  margin-top: 8px;
  border: 1px solid #3963f3;
}

body.landing #stack-1 .formulaire .mauticform-button:hover,
body.landing #stack-1 .formulaire .mauticform-button:focus { 
  background-color: #1bb1ff;
  border-color: #1bb1ff;
}

body.landing #stack-1 .formulaire .mauticform-button-wrapper {
  text-align: center;
  position: relative;
  z-index: 100;
}

body.landing #stack-1 .formulaire .mauticform-checkboxgrp .mauticform-label {
  font-weight: bold;
  color: black;
  text-align: left;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 20px;
}

body.landing #stack-1 .formulaire .mauticform-checkboxgrp-label {
  font-size: 0.9em;
  font-weight: normal;
  line-height: 22px;
  color: #000;
}

body.landing #stack-2 .social-share img {
    border-radius: 100%;
}

body.landing #stack-3 .medaillon img {
  max-width: 50%;
  margin: 0 auto 20px auto;
  border-radius: 100%;
  filter: grayscale(100%);
}

body.landing #stack-3 .prenom-nom {
  margin: 20px 0 0;
  display: block;
  color: #222;
  font-weight: 700;
}

body.landing #stack-3 .fonction {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 10px;
  text-align: center;
  min-height: 92px;
}

body.landing #stack-3 .temoignage {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 30px;
  min-height: 150px;
}

body.landing #stack-3 .logo {
  max-width: 50%;
  margin: 0 auto;
}

body.landing #stack-7:before {
  content: '';
  background-image: url(images/landing/footer-bg-waves.png);
  background-position: 50% 0;
  background-size: auto;
  height: 120px;
  width: 100%;
}

body.landing .slick-next:hover:after,
body.landing .slick-prev:hover:after {
  display:none;
}

body.landing .slick-prev .dashicons-before:before,
body.landing .slick-next .dashicons-before:before {
  vertical-align: middle !important;
  font-size: 25px;
}

body.landing .slick-prev:after,
body.landing .slick-next:after {
  content: none;
}

@media all and (max-width:1700px) {

  body.landing header .fl-photo {
    text-align: left
  }

}

@media all and (max-width:960px) {

  body.landing header .fl-photo {
    text-align: center;
  }
  
  body.landing #stack-1 .col-gauche .uabb-image-content {
    margin-top: 0;
  }

  body.landing #stack-3 .uabb-blog-posts .uabb-post-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media all and (min-width:768px) and (max-width: 1024px) {
  header .fl-col {
    width: 50% !important;
    float: left;
    clear: none;
  }
}

/* Alliancy Connect
----------------------------------------*/

body.alliancy-connect #main {
  width: 100%;
  font-family:"Proxima Nova W08 Reg";
}

body.alliancy-connect #main-content {
  padding: 0;
}

body.alliancy-connect h1,
body.alliancy-connect h2 {
  font-family: 'breebold';
}

body.alliancy-connect #stack-1 .uabb-infobox-text-wrap {
  padding: 0 15%;
}

body.alliancy-connect #stack-2 .formulaire {
  margin-bottom: 0px;
  padding: 60px 60px 35px;
  border-radius: 16px;
  background-color: #f2f2f5;
}

body.alliancy-connect .formulaire h2 {
  font-family:"Proxima Nova W08 Reg";
  font-size: 28px;
  font-weight: bold;
  line-height: 58px;
  color: #282828;
  padding-bottom: 20px;
  margin-bottom: 5px;
}

body.alliancy-connect .formulaire label,
body.alliancy-connect .formulaire label:after {
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #ccc !important;
}

body.alliancy-connect .formulaire input[type=text],
body.alliancy-connect .formulaire input[type=email],
body.alliancy-connect .formulaire input[type=tel] {
  background-color: #f2f2f5;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  font-size: 16px;
  line-height: 25px;
}

body.alliancy-connect .formulaire button[type=submit] {
  display: block;
  padding: 13px 80px 12px;
  margin: 30px auto 0;
  border-radius: 10px;
  background-color: #00acdf;
  color: #fff;
  border: 2px solid #00acdf;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
  text-align: center;
}

body.alliancy-connect .formulaire button[type=submit]:hover,
body.alliancy-connect .formulaire button[type=submit]:focus {
  background-color: #f2f2f5;
  color: #00acdf;
}

body.alliancy-connect #stack-3 .title-wrapper p {
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #60606b;
}

body.alliancy-connect #stack-3 .title-wrapper p span {
	font-size: 22px;
	font-weight: bold;
	line-height: 50px;
	color: #000;
	display: block;
	margin: 15px 0;
}

body.alliancy-connect #stack-5 .uabb-post-thumbnail img {
  height: auto !important;
}

body.alliancy-connect #stack-5 .uabb-post-meta {
  margin-top: 5px;
  color: #707070;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

body.alliancy-connect #stack-5 h3 {
  margin-top: 15px;
  margin-bottom: 14px;
  font-family:"Proxima Nova W08 Bd" !important;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  min-height: 90px;
}

body.alliancy-connect #stack-5 .uabb-blog-posts-description {
  color: #60606b;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  padding-top: 0;
}

body.alliancy-connect #stack-5 .uabb-blog-posts-description p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}

body.alliancy-connect #stack-5 .uabb-blog-posts-description p strong {
  font-weight: normal !important;
}

body.alliancy-connect #stack-5 .uabb-read-more-text {
  padding: 10px 0px;
  border: 2px solid #00acff;
  border-radius: 8px;
  background-color: #00acff;
  font-size: 16px;
  line-height: 25px;
}

body.alliancy-connect #stack-5 .uabb-read-more-text a {
  color: #fff;
}

body.alliancy-connect #stack-5 .uabb-read-more-text:hover,
body.alliancy-connect #stack-5 .uabb-read-more-text:focus {
  background-color: #f2f2f5;
  color: #00acff;
  cursor: pointer;
}

body.alliancy-connect #stack-5 .uabb-read-more-text:hover a,
body.alliancy-connect #stack-5 .uabb-read-more-text:focus a {
  color: #00acff;
}

body.alliancy-connect #stack-5 ul.slick-dots {
  margin: 40px 0 20px 0;
}

body.alliancy-connect #stack-5 .slick-prev:after,
body.alliancy-connect #stack-5 .slick-next:after {
  content: none;
}

body.alliancy-connect #stack-5 li.slick-active button:before {
  color: #00acff;
  opacity: 1;
}

body.alliancy-connect #stack-5 .slick-arrow i,
body.alliancy-connect #stack-5 .slick-arrow .dashicons-before:before {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

body.alliancy-connect #stack-5 .slick-arrow .dashicons-before:hover:before {
  color: #000;
}

body.alliancy-connect #stack-5 .slick-prev {
  left: -65px;
  right: auto;
}

body.alliancy-connect #stack-5 .slick-next {
  right: -65px;
}

body.alliancy-connect #stack-6 .uabb-creative-button-wrap a {
  padding: 13px 65px !important;
}

body.alliancy-connect #stack-8 .evenement {
  background-color: #fff;
  padding: 25px 50px 20px 30px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body.alliancy-connect #stack-8 .evenement .date {
  font-family: 'breebold';
  font-size: 40px;
  line-height: 58px;
  color: #00acff;
  padding-right: 10px;
  vertical-align: -webkit-baseline-middle;
}

body.alliancy-connect #stack-8 .evenement .mois-annee {
  display: inline-flex;
  flex-direction: column;
  color: #282828;
  font-size: 22px;
  line-height: 27px;
}

body.alliancy-connect #stack-8 .evenement .nom-evenement {
  color: #282828;
  font-size: 22px;
  line-height: 27px;
}

body.alliancy-connect #stack-8 .evenement .type-evenement {
  color: #99999e;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

body.alliancy-connect #stack-10 strong {
  font-family:"Proxima Nova W08 Bd" !important;
  font-weight: normal !important;
}

body.alliancy-connect #stack-10 .prix-annuel .uabb-infobox-title {
  display: inline-block;
  background-color: #fff;
  padding: 27px 79px 26px 80px;
  font-family: 'breebold';  
}

body.alliancy-connect #stack-10 ul {
  padding-left: 40px;
  margin: 0;
}

body.alliancy-connect #stack-10 ul li {
  margin-bottom: 30px;
  list-style-type: none;
}

body.alliancy-connect #stack-10 ul li:before {
  content: '\2022';
  color: #00acdf;
  font-weight: bold;
  width: 35px;
  margin-left: -1.5em;
  display: inline-block;
}

body.alliancy-connect #stack-10 .formulaire {
  background-color: #fff;
  padding: 54px 70px 46px 70px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

body.alliancy-connect #stack-10 .formulaire input[type=text],
body.alliancy-connect #stack-10 .formulaire input[type=email],
body.alliancy-connect #stack-10 .formulaire input[type=tel],
body.alliancy-connect #stack-10 .formulaire button[type=submit]:hover,
body.alliancy-connect #stack-10 .formulaire button[type=submit]:focus {
  background-color: #fff;
}

body.alliancy-connect #stack-10 .formulaire textarea {
  background-color: #f5f5f5;
  border: none;
  font-family:"Proxima Nova W08 Reg";
  font-size: 16px;
}

body.alliancy-connect .header-nav {
	background-color: #00ace2;
}

body.alliancy-connect .header-menu {
	padding-top: 0;
}

body.alliancy-connect .header-menu ul a {
	padding: 5px;
}

body.alliancy-connect .header-menu ul ul {
	top: 38px;
}

body.alliancy-connect .footer {
	max-width: 100%;
	background-image: url(images/footer-content_bg.png);
	background-repeat: repeat;
}

body.alliancy-connect .footer-content {
	max-width: 1220px;
}

@media all and (max-width:960px) { 

	body.alliancy-connect #stack-1 .uabb-infobox-text-wrap {
		padding: 0;
	}

	body.alliancy-connect #stack-2 .col-gauche .uabb-infobox-title {
		margin-top: 0;
	}

	body.alliancy-connect #stack-2 .formulaire {
		padding: 0;
		border-radius: 0;
	}

	body.alliancy-connect #stack-5 h3 {
		min-height: 0;
	}

  body.alliancy-connect #stack-5 .uabb-blog-posts .uabb-post-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

	body.alliancy-connect #stack-5 .slick-prev {
    left: -15px;
	}

  body.alliancy-connect #stack-5 .slick-next {
    right: -15px;
  }

	body.alliancy-connect .infobox-photo-above-title .uabb-infobox-text {
		margin-top: 20px;
	}

	body.alliancy-connect #stack-8 .evenement {
		display: block;
		text-align: center;
	}

	body.alliancy-connect #stack-8 .evenement .date {
		font-size: 27px;
		line-height: 27px;
		vertical-align: baseline;
		padding-right: 5px;
	}

	body.alliancy-connect #stack-8 .evenement .mois-annee {
		display: inline-block;
		font-size: 20px;
	}

	body.alliancy-connect #stack-8 .evenement .mois-annee span {
		margin-left: 5px;
	}

	body.alliancy-connect #stack-8 .evenement .nom-evenement {
		font-size: 20px;
	}

	body.alliancy-connect #stack-10 .formulaire {
		padding: 0;
		border: none;
		border-radius: 0;
	}

	body.alliancy-connect #stack-10 .prix-annuel .uabb-infobox-title {
		padding: 20px;
		width: 100%;
		text-align: center;
	}

	body.alliancy-connect #stack-10 ul li:before {
		width: 20px;
	}

	body.alliancy-connect .formulaire button[type=submit] {
		padding: 13px;
	}

	body.alliancy-connect .formulaire h2 {
		font-size: 22px;
		line-height: 32px;
	}

}