/* PAGE INT */
#content_aeb{
    margin-top: 80px;
    padding: 2em 0;
}	
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
blockquote{
	box-shadow: 1px 0px 8px #00000029;
    padding: 0.5em 1.5em 0.25em;
	background: #e7e7e729;
    border-left: 5px solid var(--color-accent);
    margin: 1.5em 0;
	font-weight:600;
	position: relative;
}
blockquote:after{
    content: url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/guillemets-contours-rose.svg);
	position: absolute;
	right: 0;
	bottom:0;
}
blockquote strong{
	display: block;
	padding-top: 1em;
	font-style: italic;
}
.page-id-26115 #content_aeb, .page-id-25682 #content_aeb{
    padding: 2em 0 0;
}	
.page-id-26115 #portfolios, .page-id-25682 #agence {
    padding-bottom: 5.5em;
}
h1{
	font-weight:800;
	text-transform: uppercase;
}
h1 span{
	color: var(--color-accent);
	position:relative;
}
.single-post .post-aeb strong{
	font-weight:700;
}
.single-post .post-aeb a{
	font-weight:700;
	color: var(--color-primary);
}
.single-post .post-aeb em > a{
    font-style: italic;
}
.single-post .post-aeb a:hover{
	font-weight:700;
	color:#333;
}
.single-post .post-aeb em{
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    color: #333;
}
/* Générer un tableau */
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 2rem 0 2rem;
}
table tr td {
    padding: .5rem 0;
    width: 10%;
}
table tr td{
    padding-left: 10px;
    padding-right: 10px;
}
table thead td, table thead th {
    font-weight: 700;
    opacity: .8;
    padding-bottom: 1rem;
}
table tr th {
    text-align: left;
}
table tbody tr:first-child, table tr:nth-child(even) {
    border-top: 1px solid rgba(15,61,108,.1);
}
table tr:nth-child(even) {
    background: #fbfbfb;
    border-bottom: 1px solid rgba(15,61,108,.1);
}
@media screen and (max-width: 432px){
table tr td {
    font-size: 13px;
    padding-left: 0;
}
}
#breadcrumbs{
	margin-top: 0.5em;
}
#breadcrumbs * {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
/*    letter-spacing: 0.66px;
	font-style: italic;*/
    font-weight: 600;
}
.category #breadcrumbs * {
    color: #000;
}
.category .intro{
    background: #EFEFEF;
}
/*h1 span:after {
    content: url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/fleur_title.svg);
    position: absolute;
    right: -0.62em;
    top: -0.18em;
}*/
.subTitle {
    padding:0;
}	

/* TEST ANIMATION */
.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0!important;
    transform: translateY(180px)!important;
    transition: 0s!important;
}
.reveal-loaded [class*="reveal-"]{
    transition: 1s cubic-bezier(.5, 0, 0, 1);
}
.reveal-loaded  .reveal-1 {
    transition-delay: .1s;
}
.reveal-loaded .reveal-2 {
    transition-delay: .2s;
}
.reveal-loaded .reveal-3 {
    transition-delay: .3s;
}
.reveal-loaded .reveal-4 {
    transition-delay: .5s;
}
.reveal-loaded .reveal-4 *{
    transition-delay: 1s;
}

/* PAGE BLOG */
.page-template-blog #content_aeb, .category #content_aeb{
	padding:0;
}

.page-template-blog #content_aeb .subTitle {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
#actu_aeb{
	background:#EFEFEF;
    padding-top: 2em;
}
.category #actu_aeb h1 {
    line-height: 1;
    padding:0 0 0.25em;
}
 #actu_aeb h1 {
	color:#000;
}
#actu_aeb #article-actu{
	background:#fff;
}

.imgcat {
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.imgcat a{
	display: flex;
}
.article-actu.bloc-3 a>img {
    width: 100%;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 4%);
}
.attachment-vignette {
    transition: all .4s ease;
    margin-bottom: 0;
}
.imgcat:hover .attachment-vignette {
    transform: scale(1.2);
    object-fit: cover;
}
.categorie-accueil {
    position: absolute;
    bottom: 0;
    left: 0;
}
.categorie-accueil a {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: var(--color-primary);
    padding: 0.3em 1em;
    display: inline-block;
}
#actu_aeb #article-actu .blog-tite{
    padding: 1em;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 4%);
    background: #fff;
    margin-bottom: 2em;
}
#actu_aeb #article-actu h3{
    color: #000;
    font-weight: 900;
    line-height: 20px;
    font-size: 16px;
	text-transform: uppercase;
}
#actu_aeb #article-actu .date-accueil {
    font-size: 12px;
    font-weight: 300;
    padding-top: 0.5em;
    padding-left: 1.5em;
    color: #000;
    position: relative;
}
#actu_aeb #article-actu .date-accueil:before {
    content: url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/calendar.svg);
    position: absolute;
    left: 0;
	top: 0.65em;
}
/* COMPOSANT POST */
#actu_aeb.actu-composant{
    padding: 4em 0;
}
.actu-composant h2{
	font-size:30px;
	line-height:41px;
	font-weight:800;
	letter-spacing:1.5px;
	color:#000;
	text-transform: uppercase;
	margin-bottom: .5em;
}
#actu_aeb.actu-composant #article-actu .blog-tite{
	margin-bottom: 0;
}
/* SINGLE POST */
.post-aeb #breadcrumbs{
	margin-top: 0.5em;
}
.post-aeb #breadcrumbs * {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
/*    letter-spacing: 0.66px;
	font-style: italic;*/
    font-weight: 600;
}
.single-post .post-aeb{
	margin-top:80px;
	background:#fff;
}
.single-post .post-aeb *{
	color:#000;
}
.single-post .cats-date .post-categories a{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: var(--color-primary);
    padding: 0.3em 1em;
    display: inline-block;
	position: relative;
    padding-left: 1.75em;
}
.single-post .cats-date .post-categories a:before {
    content: url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/epingle.svg);
    position: absolute;
    left: 0.6em;
    top: 0.5em;
}
.single-post .date-accueil {
    font-size: 12px;
    font-weight: 300;
    padding-top: 0.5em;
    padding-left: 2em;
    color: #000;
    position: relative;
}
.single-post .date-accueil:before {
    content: url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/calendar.svg);
    position: absolute;
    left: 0.5em;
	top: 0.65em;
}
.single-post .post-aeb .container {
    max-width: 900px;
    margin: auto;
}
.single-post .rowbuild {
    max-width: inherit;
    margin: inherit;
}
.single-post .post-aeb h1{
	font-weight:900;
	font-size:40px;
	line-height:45px;
}
.single-post .post-aeb h2{
	font-weight:900;
	font-size:24px;
	line-height:33px;
	position:relative;
	margin:2em 0 .75em;
}
.single-post .post-aeb h2:after{
	content:'';
	border-bottom: 4px solid #000;
	width:58px;
	position:absolute;
	left:0;
	bottom:-0.25em;
}
.single-post .post-aeb h3{
	font-weight:900;
	font-size:20px;
	line-height:27px;
	margin:2em 0 .75em;
}
.single-post .post-aeb h4{
	font-weight:700;
	font-size:16px;
	line-height:22px;
	margin:2em 0 .75em;
	color: var(--color-primary);
}
.single-post .post-aeb p {
    font-size: 16px;
    margin: .5em 0;
	line-height:24px;	
}
.single-post .post-aeb img {
    margin: 1em 0;
}
.single-post .post-aeb .attachment-thumbnail-single {
    margin: 0;
}
.single-post .extrait {
    font-size: 20px;
	line-height:27px;	
	font-weight:700;
}
.single-post .post-aeb ul:not(.post-categories) {
    margin-left: 2em;
    margin-top: 0.5em;
}
.single-post .post-aeb ul:not(.post-categories) li {
    font-weight: 400;
    position: relative;
    padding: 0.25em 0 0 1em;
}
.single-post .post-aeb ul:not(.post-categories) li:before {
    content:url(https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/arrow-right.svg);
	position: absolute;
	left:0;
}
/*GESTION DESMARGES ENTRE POST BUILDER ET L'EDITEUR WORDPRESS */
.single-post .build:last-child, .single-post #away {
	padding-bottom:4em;
}
.single-post .rowbuild .cats-date{
	padding:1em .9375em;
}
.single-post #away .cats-date{
	padding-top:1em;
	padding-bottom:1em;
}
.wp-caption{
	position: relative;
	margin:1em 0;
	display: flex;
}
.wp-caption img, .single-post .wp-caption img{
	margin:0;
}
.wp-caption-text, .single-post .post-aeb .wp-caption-text{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
    margin: 0;
	width:100%;
	background:rgba(255,255,255,0.56);
	text-align:center;
	padding:0.5em 0;
	font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width: 1024px){
.single-post .post-aeb .row > *, .single-post .actu-composant .row > *{
    padding-left: 0;
    padding-right: 0;
}
}
@media screen and (max-width: 480px){
.single-post .post-aeb #breadcrumbs {
    line-height: 18px;
}
.single-post .post-aeb h1 {
    font-size: 30px;
    line-height: 34px;
}
}
/* PAGE CAS CLIENT */
#portfolios .bloc-3 {
    padding:0;
}
#portfolios .bloc-3{
	position:relative;
}
#portfolios .wrap {
    height: 100%;
    background: rgba(0,0,0,0.55);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#portfolios .bloc-3 .wrap h3{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	font-weight:800;
	font-size:31px;
	line-height:42px;
	text-transform: uppercase;
	text-align: center;
	width:95%;
} 
#portfolios .bloc-3 a{
    display: flex;
}
#portfolios .bloc-3 a:hover .wrap{
    background: rgba(0,0,0,0);
    transition: all .4s ease;
}
#portfolios .bloc-3 a:hover h3{
	color: var(--color-accent);
    transition: all .4s ease;
}
#portfolios .bloc-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* PAGE AEB TEAM */
#agence .bloc-4 {
    padding:0;
}	
#agence .bloc-4{
	position:relative;
	display:flex;
}		

#agence .bloc-4 img {
    width: 100%;
    object-fit: cover;
	height: 100%
}	
#agence .bloc-4 .image_team{
	position:absolute;
	top:0;
	left:0;
	-webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}			
#agence .bloc-4 .image_team:hover{
    transition: all .4s ease;
	opacity: 0;
}		
#agence .bloc-4 .name_fonct {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 0.4em 1em;
    margin: auto;
    width: 65%;
    background: #7F1272;
    text-align: center;
}	
#members>div.bloc-4.member-7.reveal>img.image_team {
    height: 100%
}
#agence .bloc-4 .name_fonct h3{
	font-weight:800;
	font-size:14px;
	line-height:19px;
}			
#agence .bloc-4 .name_fonct p{
	font-weight:600;
	font-size:13px;
	line-height:18px;
}		
#agence .name_fonct {
    background-image: -webkit-linear-gradient(112deg, #76C7C9 15%, transparent 0%);
    background-image: -o-linear-gradient(112deg, #76C7C9 15%, transparent 0%);
    background-image: linear-gradient(112deg, #76C7C9 15%, transparent 0);
}	
/* FIN PAGE AEB TEAM */
/* PAGES des mentions légales et politique de confidentialité*/
/*.content_menfconf {
	position:relative;
	height:100vh;
}
#menfonf .container .row{
    padding-top: 170px;
}*/
#menfonf h2 {
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
	margin:2em 0;
}
/*#menfonf .container{
    max-width: 85%;
}
#menfonf .content-scroll {
    position: fixed;
    max-height: 60vh;
    overflow: scroll;
    margin: 4em auto 0;
    margin-top: 4em;
    max-width: 85%; 
}*/
#menfonf .content-scroll h3{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
	line-height: 27px;
    margin: 0 0 0.5em;
}
#menfonf .content-scroll h4{
    font-weight: 700;
}
#menfonf .content-scroll p{
    font-weight:300;
}
#menfonf .content-scroll hr{
    margin: 1em 0;
	border:none;
}
#menfonf .content-scroll a{
    color:#FAFCFF;
	font-weight:600;
}
#menfonf .content-scroll ul {
    list-style-type: disc;
    margin-left: 2em;
}
#menfonf .content-scroll ul li {
    line-height: 20px;
    font-size: 16px;
}
.content_menfconf .footer{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
@media screen and (max-width: 480px){
#menfonf .container {
    max-width: 90%;
}
#menfonf .container .row{
    padding-top: 125px;
}
/*#menfonf .content-scroll {
    height: 55vh;
    max-height: 52%;
    margin-top: 3em;
    max-width: 100%;
    left: 0;
    right: 0;
}*/
#menfonf h2 {
    font-size: 13px;
    line-height: 16px;
}
#menfonf .content-scroll h3 {
    font-size: 12px;
    line-height: 14px;
}
#menfonf .content-scroll p, #menfonf .content-scroll ul li , #menfonf .content-scroll span {
    font-size: 11px;
	line-height: 1.2;
}
#menfonf .content-scroll hr {
    margin: 0.5em 0;
}
}

/* COMPOSANT FORMULAIRE */
#contact-composant {
    background: url('https://alencrebleue.com/wp-content/themes/AEB_AGENCY_V2/images/fond-contact-expert.jpg') center center no-repeat;
    background-size: cover;
	padding:4em 0 3.5em;
}
#contact-composant h2{
    font-size: 50px;
    line-height: 55px;
    font-weight: 900;
    width: 100%;
    display: flex;
    text-transform: uppercase;
}
#contact-composant .bloc-2 img{
    float: right;
}
#contact-composant form label:not(.gfield_consent_label){
    display:none;
}
#contact-composant form *{
	font-family: 'Open Sans', sans-serif;
}
body #contact-composant .gform_legacy_markup_wrapper .top_label div.ginput_container, body #contact-composant .gform_legacy_markup_wrapper li.hidden_label input {
    margin-top: 0;
}
body #contact-composant .gform_legacy_markup_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type=text] {
    margin-bottom: 0;
}
body #contact-composant #field_1_2 div.ginput_container , body #contact-composant #field_1_3 div.ginput_container {
    width: 100%;
}
#contact-composant .gfield_consent_description {
    display: none;
}
#gform_submit_button_1 {
    border: 0;
    background: var(--color-primary);
    margin: 0 auto;
    color: #FAFCFF;
	letter-spacing:1px;
    width: max-content;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-weight: 900;
	font-family: 'Open Sans', sans-serif;
}
body #contact-composant .gform_legacy_markup_wrapper .top_label div.ginput_container_consent{
	display: flex;
	margin-top:5px;
}
.gfield_consent_label{
    color: #868686;
    font-style: italic;
	font-size:15px;
	margin-left:8px;
}
.gfield_consent_label a{
    color: #868686;
    font-style: italic;
	font-weight:600;
}
#field_1_6{
	margin:0;
}
#contact-composant .gform_legacy_markup_wrapper .gform_footer{
    padding:0;
}
input[type=checkbox] {
    height: 20px;
    width: 20px;
    background: #FAFCFF;
    margin: 0;
}
#contact-composant .gform_heading {
    display: none;
}
#contact-composant .ginput_container_consent {
    display: flex;
    align-items: center;
}
#contact-composant .gform_wrapper .gfield_required{
    display:none;
}
@media only screen and (max-width: 800px) {
.page-id-26115 #content_aeb, .page-id-25682 #content_aeb {
    padding: 0;
}
.page-id-26115 #portfolios, .page-id-25682 #agence {
    padding-bottom: 3.5em;
}
#content_aeb {
    padding: 0;
}
#portfolios .bloc-3 .wrap h3{
	font-size:24px;
	line-height:30px;
} 
}
@media only screen and (max-width: 641px) {
#input_1_1_3_container, #input_1_1_6_container{
	width:100%;    
	padding-top: 0px;
}
#input_1_1_3_container {
    margin-bottom: 8px;
}	
body#top .gform_legacy_markup_wrapper ul li.gfield {
    margin-top: 8px;
}
}
@media only screen and (max-width: 480px) {
#contact-composant {
    padding: 3em 0 2.5em;
}
#contact-composant h2 {
    font-size: 36px;
    line-height: 42px;
}
#contact-composant .bloc-2 img {
	display: none;
}
}
@media only screen and (max-width: 431px) {
h1{
    font-size: 52px;
}
}
@media only screen and (max-width: 359px) {
h1{
    font-size: 46px;
}
}
@media only screen and (min-width: 432px) and (max-width: 480px) {
h1{
    font-size: 60px;
}
}
@media only screen and (max-width: 599px) {
.page-template-blog #actu_aeb .bloc-3 img{
    width:100%;
}
.page-template-blog #content_aeb .row > * {
    padding-left: 0;
    padding-right: 0;
}
}
@media only screen and (max-width: 800px) {
#actu_aeb.actu-composant {
    padding: 3em 0;
}
#actu_aeb.actu-composant .bloc-3 {
    width: max-content;
    margin: 0 auto 1.5em;
    max-width: 360px;
}
#actu_aeb.actu-composant .bloc-3:last-child{
	margin-bottom: 0;
}
#actu_aeb.actu-composant .bloc-3 img{
    width:100%;
}
.actu-composant h2 {
    line-height: 36px;
    text-align: center;
}
#contact-composant .bloc-2 {
    padding-left:0;
	padding-right:0;
}
}
@media only screen and (max-width: 1023px) {

}
@media only screen and (max-width: 360px) {
.actu-composant h2 {
    font-size: 26px;
    line-height: 30px;
}
}
@media only screen and (min-width: 481px) {
}
@media only screen and (min-width: 481px) and (max-width: 800px) {
h1{
    font-size: 70px;
    line-height: 96px;
}
#portfolios .bloc-3, #agence .bloc-4{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
#portfolios .bloc-3 .wrap h3{
	font-size:27px;
	line-height:32px;
} 
#contact-composant h2 {
    font-size: 42px;
    line-height: 46px;
}
#contact-composant .bloc-2:first-child {
    position:relative;
}
#contact-composant .bloc-2 img {
    float: inherit;
    position: absolute;
    right: 0;
    top: -2em;
    max-width: 40%;
}
}
@media only screen and (min-width: 481px) and (max-width: 600px) {
#portfolios .bloc-3 .wrap h3{
	font-size:22px;
	line-height:28px;
} 
}
/*@media only screen and (min-width: 642px) {
body #contact-composant #field_1_2, body #contact-composant #field_1_3 {
    width: 50%;
    display: inline-flex;
}
}*/
@media only screen and (min-width:600px) and (max-width: 962px) {
.page-template-blog #actu_aeb .bloc-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.page-template-blog #actu_aeb .bloc-3 img{
    width:100%;
}
.page-template-blog #actu_aeb .row{
    margin-left: -0.9375em;
    margin-right: -0.9375em;
}
}
@media only screen and (min-width: 801px) and (max-width: 1024px) {
#actu_aeb.actu-composant .bloc-3{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
#actu_aeb.actu-composant .bloc-3:last-child{
    display: none;
}
#actu_aeb.actu-composant .bloc-3 img{
    width:100%;
}
#contact-composant .bloc-2:last-child{
	padding-right:0;
}
}
@media only screen and (min-width: 801px) and (max-width: 1279px) {
h1{
    font-size: 80px;
    line-height: 106px;
}
}
@media only screen and (min-width: 1280px) {
h1{
    font-size: 90px;
    line-height: 122px;
}
.category #actu_aeb h1 {
    font-size: 66px;
}
}


.page-id-27475 #menfonf > div > div > h1{
    font-size: 24px;
    text-align: center;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 2em 0;
}
#cmplz-document {
    margin: auto;
}
#cmplz-document a {
    color: #FAFCFF;
    font-weight: 600;
}
#cmplz-document p {
    font-size: 16px;
}
#cmplz-document h2{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 27px;
	text-align: left;
    margin: 1.5em 0 0.25em;
}

/* ARTICLE DE BLOG */
.postid-27586 #sect-1 > div > div > div.bloc-2-3 > img{
	margin:0;
}
@media only screen and (max-width: 800px) {
.postid-27586 #sect-1 > div > div > div:nth-child(8){
	display:none;
}
.postid-27586 img{
	width:100%;
}
.postid-27586 #sect-1 > div > div > div.bloc-3 {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.postid-27586 #sect-1 > div > div > div.bloc-3 > img {
	position: absolute;
	left: 0;
	top: -50%;
}
.postid-27586.single-post .post-aeb h2 {
  margin: 1em 0 .75em;
}
}

.postid-27633 #sect-1 > div > div > img{
	display: none;
}


.postid-27639.single-post .post-aeb h2 {
    margin: 1em 0 0.75em;
}
.postid-27639.single-post .post-aeb img {
    margin: 1em 0 0;
}





/* STYLE POUR ARTICLE LIVRE BLANC DATA WEBMARKETING */
.postid-27692 .post-aeb #sect-1 > div > div > div:nth-child(9) {
	position: relative;
}
.postid-27692 .post-aeb #sect-1 > div > div > div:nth-child(9)::after {
	content: '';
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	pointer-events: none;
	background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.00) 30%, #FFFFFF 99%);
	background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.00) 30%, #FFFFFF 99%);
	background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.00) 30%, #FFFFFF 99%);
	background-image: linear-gradient(180deg, rgba(255,255,255,0.00) 30%, #FFFFFF 99%);
}
.postid-27692 .post-aeb h4 {
    margin: 1em 0 0.75em;
}
.postid-27692 .post-aeb h2 {
    margin: 1.5em 0 0.75em;
}
.postid-27692 #sect-1 > div > div > div:nth-child(8) > h4 {
    margin-top: 0;
}
.bloc-book{
    width: 600px;
    max-width: 90%;
    margin: 1em auto 0;
    box-shadow: 2px 2px 9px #00000029;
    padding: 1em;
    background: #000;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.postid-27692 .post-aeb .bloc-book *, #composantlb.bloc-book * {
    color: #fff;
    text-align: center;
}
.postid-27692 .post-aeb .bloc-book h3, #composantlb.bloc-book h3 {
    font-size: 24px;
    margin: 0.5em auto 0.25em;
    text-transform: uppercase;
}
.postid-27692 .post-aeb .bloc-book h3 strong, #composantlb.bloc-book h3 strong{
    color: var(--color-primary);
	font-weight:900;
}
.postid-27692 .post-aeb .bloc-book .gform_description, #composantlb.bloc-book .gform_description {
    font-weight: 700;
    margin-bottom: .75em;
	display: block;
}
#gform_submit_button_4 {
    border: 0;
    background: var(--color-primary);
    color: #FAFCFF;
    margin: auto;
    letter-spacing: 1px;
    width: max-content;
    text-transform: uppercase;
    padding: 0.5em 1em;
    font-size: 16px;
    font-weight: 900;
    font-family: 'Open Sans',sans-serif;
}
.postid-27692 .post-aeb .gform_wrapper .gfield_required, #composantlb .gform_wrapper .gfield_required{
	display: none;
}
.postid-27692 .gfield_consent_label, #composantlb .gfield_consent_label {
    font-size: 12px;
	margin-left: 6px;
    align-self: center;
}
.postid-27692 .post-aeb input[type=checkbox], #composantlb input[type=checkbox] {
    height: 14px;
    width: 14px;
}
.postid-27692 .post-aeb .gform_wrapper .gform_validation_errors, .postid-27692 .post-aeb .gform_wrapper .gfield_validation_message, .postid-27692 .post-aeb .gform_wrapper .validation_message,
#composantlb .gform_wrapper .gform_validation_errors, #composantlb .gform_wrapper .gfield_validation_message, #composantlb .gform_wrapper .validation_message{
    background: transparent;
    border: 1.5px solid var(--color-primary);
    border-radius: 0;
}
.postid-27692 .post-aeb #input_4_1, .postid-27692 .post-aeb #input_4_3_3, .postid-27692 .post-aeb #input_4_3_6,
#composantlb #input_4_1, #composantlb #input_4_3_3, #composantlb #input_4_3_6 {
	color:#000;
}
.postid-27692 #field_4_2 > div,
#composantlb #field_4_2 > div{
	display: flex;
}
.postid-27692 #gform_wrapper_4 .ginput_container_consent a:hover,
#composantlb #gform_wrapper_4 .ginput_container_consent a:hover{
	color: var(--color-primary);
}
.postid-27692 .gform_wrapper.gravity-theme .gform_fields,
#composantlb .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 8px;
}
.postid-27692 .gform_wrapper.gravity-theme .ginput_complex fieldset, .postid-27692 .gform_wrapper.gravity-theme .ginput_complex span,
#composantlb .gform_wrapper.gravity-theme .ginput_complex fieldset, #composantlb .gform_wrapper.gravity-theme .ginput_complex span {
    flex: auto;
}
.postid-27692 .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full), 
#composantlb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full) {
    padding-right: 0;
}
.postid-27692 .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
#composantlb .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0%;
    margin-top: 8px;
}
.postid-27692 #sect-1 > div > div > div:nth-child(5) > h2{
    margin-top: 2em;
    font-size: 24px;
    position: inherit;
    margin-bottom: 0.5em;
    line-height: 22px;
}
@media only screen and (min-width: 560px) {
.downloadbook, .whitebook{	
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	align-self: center;
	padding-left: 0.45em;
    padding-right: 0.45em;
}
}
@media only screen and (max-width: 559px) {
.downloadbook, .whitebook{	
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	padding-left: 0.9375em;
    padding-right: 0.9375em;
}
.postid-27692 .post-aeb .bloc-book img,
#composantlb .bloc-book img {
    margin: 1em auto;
	display: block;
}
}


.postid-27726 .lesaviezvous{
    padding: 1.5em;
    margin-top: 2em;
    background: var(--color-primary);
}
.postid-27726 .lesaviezvous h3 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0.5em;
}
.postid-27726 .lesaviezvous p {
    color: #fff;
    font-weight: 700;
	margin: 1em 0 0;
}
.postid-27726 .lesaviezvous p strong{
    font-size:20px;
	font-weight: 900;
	color:#fff;
}
.postid-27766 blockquote p{
    position: relative;
    z-index: 9;
}

@media only screen and (max-width: 800px) {
blockquote:after {
    content: url(https://s9d9j2s2.rocketcdn.me/wp-content/themes/AEB_AGENCY_V2/images/guillemets-contours-rose.svg);
    position: absolute;
    right: 1em;
    bottom: 1em;
    zoom: 0.5;
}
}

.cookies-per-purpose *, #cmplz-cookies-overview .cookies-per-purpose a{
	color: #3C3C3C;
}