/*
 Theme Name:   DIVI Child Theme
 Theme URI:    http://www.elegantthemes.com/gallery/divi/
 Description:  Child theme de Divi
 Author:       Thomas BARIL
 Author URL:   https://thomas-baril.fr
 Template:     Divi
 Version:      1.0.0
}*/


/*---- Design général ----*/

@font-face {
	font-family: 'Source Sans Pro', sans-serif;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px;
	font-weight: 700;
	color: #004643;
}


body h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	line-height: 1.1em;
}

.text-banner p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 1.9em;
}

.liste-banner li {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 1.9em;
}

#left-area ul, .entry-content ul, .et-l--body ul, .et-l--footer ul, .et-l--header ul {
    list-style-type: disc;
    padding: 0 0 23px 4%;
    line-height: 26px;
}


body h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 40px;
    font-weight: 600;
    color: #004643;
}


body h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px!important;
    font-weight: 600;
    line-height: 1.4em;
    color: #004643;
}


body p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #004643;
    line-height: 1.8em;
}

.description_expertise_hp p {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #004643;
    line-height: 1.5em;
}


body a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #F9BC60;
}

/*-- Responsive --*/
@media only screen and (max-width: 980px) {
	body h1 {
    font-size: 30px;
	font-weight: 700;
	}
	
	body a {
    font-size: 14px;
	}
	
	body h2 {
    font-size: 28px;
	font-weight: 700;
    line-height: 1.4em;
	}
	
	body h3 {
	font-size: 22px!important;
	}
	
	.text-banner p {
    font-size: 15px;
	}
	
	body p {
    font-size: 14px;
	}
	
	.description_expertise_hp p {
    font-size: 15px;
	}
	
	#footer-info {
	font-size: 12px;
}

	#footer-info a {
    font-size: 13px;
	}
}



/*---- Header & menu ----*/

@media only screen and (min-width: 981px) {
	.et_pb_svg_logo #logo {
    height: 40%!important;
	}
}

#top-menu li {
    display: inline-block;
    font-size: 15px;
    padding-right: 50px;
}

@media (min-width: 981px) {
	.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 75px;
    padding-left: 75px;
	}
}

#menu-item-28 a, #menu-item-195 a, #menu-item-30 a, #menu-item-31 a, #menu-item-32 a {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px!important;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
}

#menu-item-195 a:hover, #menu-item-30 a:hover, #menu-item-31 a:hover, #menu-item-32 a:hover {
    opacity: 1;
	color: #F9BC60!important;
	text-decoration: underline;
	font-weight: 400;
}

#menu-item-195 a {
	padding-bottom: 35px!important;
}


#menu-item-29 a {
	padding-bottom: 15px!important;
}

#menu-item-198 a {
	padding-bottom: 0px!important;
	line-height: 1.4em;
}

#menu-item-29 a:hover, #menu-item-198 a:hover {
	font-weight: 600!important;
}

#top-menu-nav>ul>li>a:hover {
    opacity: 1;
	-webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

@media only screen and (min-width: 981px) {
	#menu-item-28 {
	border: solid 1px #F9BC60;
	border-radius: 5px;
	}
}

#menu-item-28 a {
	padding: 15px!important;
}

#menu-item-28 a:hover {
	color: #fff!important;
}

#menu-item-28:hover {
	background-color: #F9BC60;
	color: #fff!important;
	-webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#menu-item-28 a:hover {
	color: #fff!important;
	text-decoration: none!important;
}

/*.et_header_style_left #et-top-navigation nav>ul>li>a {
    padding-bottom: 15px!important;
}*/

@media only screen and (min-width: 981px) {
	.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 30px 0 10px 0!important;
	}
}

.mobile_menu_bar:before, .mobile_menu_bar:after, #top-menu li.current-menu-ancestor>a, #top-menu li.current-menu-item>a {
    color: #F9BC60;
}

.et_mobile_menu {
    position: absolute;
    left: 0;
    padding: 5%;
    background: #fff;
    width: 100%;
    visibility: visible;
    opacity: 1;
    display: none;
    z-index: 9999;
    border-top: 3px solid #F9BC60;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
}

ul.sub-menu {
    background-color: #fff!important;
    border-radius: 5px;
    -webkit-box-shadow: 0 0px 20px rgb(0 0 0 / 15%)!important;
    -webkit-transform: translateZ(0)!important;
	animation: Grow .4s ease-in-out;
	top: calc(100% - 0px);
    left: 0;
}

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: unset;
}

#top-menu li li a {
    padding: 6px 20px;
    width: 200px;
}

.nav li ul {
    padding: 30px 0px;
}


#top-header {
	display: none!important;
}


@media only screen and (max-width: 980px) {
	#menu-item-28, #menu-item-31, #menu-item-32, #menu-item-30, #menu-item-195 {
	display: none;
	}
}

.menu-item-199 a, .menu-item-200 a, .menu-item-201 a, .menu-item-202 a, .menu-item-207 a {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px!important;
    font-weight: 400;
    color: #fff!important;
    text-transform: uppercase;
	padding: 20px 5%!important;
} 

.menu-item-199 a:hover, .menu-item-200 a:hover, .menu-item-201 a:hover, .menu-item-202 a:hover, .menu-item-207 a:hover {
	color: #F9BC60!important;
    text-decoration: underline;
    font-weight: 400;
	opacity: 1!important;
} 


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

.footer-column-1 {
	
}

.logo-footer {
	max-width: 50%;
	margin-bottom: 20px;
}

#email-footer {
	margin-bottom: 0px;
	padding: 0px;
}

#email-footer a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #F9BC60!important;
    text-decoration: underline;
}

#tel-footer a {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #F9BC60!important;
    text-decoration: underline;
}

.logo-linkedin-footer {
	max-width: 25%;
    margin-top: 10%;
}

@media only screen and (max-width: 980px) {
	.footer-column-1 {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
	}
	
	.logo-footer {
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
	}
	
	.logo-linkedin-footer {
	max-width: 90%;
    margin-top: 30px;
	}
}

.titre-menu-footer {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    color: #fff!important;
    font-weight: 600;
    margin-top: 3%;
    margin-bottom: 6%;
}

.menu-footer {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
	color: #fff;
	font-weight: 300;	
}

.footer-widget li a {
    color: #fff;
    text-decoration: none;
}

#footer-widgets .footer-widget li a:hover {
    color: #fff;
    text-decoration: underline #F9BC60;
}


#footer-widgets .footer-widget li:before {
    border-width: 0px;
}

#footer-widgets .footer-widget li {
    padding-left: 12%;
}

#lien-footer-1 a::before {
    content: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-15.svg);
    position: absolute;
    top: 8px;
    margin-left: -12%;
}

#lien-footer-2 a::before {
    content: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-15.svg);
    position: absolute;
    top: 8px;
    margin-left: -12%;
}

#lien-footer-3 a::before {
    content: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-15.svg);
    position: absolute;
    top: 8px;
    margin-left: -12%;
}


#lien-footer-4 a::before {
    content: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-15.svg);
    position: absolute;
    top: 8px;
    margin-left: -12%;
}

.et_pb_widget {
    float: none;
    max-width: 100%;
    word-wrap: break-word;
}


@media only screen and (min-width: 981px) {
	.footer-widget:nth-child(2n) {
	margin-right: 4%!important;
	}
}



/*---- Crédits footer ----*/

#footer-info {
    text-align: center;
    padding-bottom: 10px;
    float: none;
    margin-bottom: 10px;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 30px;
}

#footer-info a {
    color: #F9BC60!important;
    font-weight: 400;
    font-size: 15px;
}

#footer-info a:hover {
	text-decoration: underline;
	opacity: 1;
}



/*---- Bannières haut de page ----*/

@media (max-width: 980px) {
	.hauteur_banner {
	height: 75vh!important;
	display: flex;
	align-items: center;
	}
	
	.hauteur_banner_hp {
	height: 75vh!important;
	display: flex;
	align-items: center;
	}
	
	.hauteur_banner {
	background-position-x:right!important;	
	}
}

@media (min-width: 1451px) {
	.banner_column_1 {
	width: 45%!important;
	}
	
	.banner_column_1_conception {
	width: 45%!important;
	}
}

@media only screen and (min-width: 981px) and (max-width: 1450px) {
	.banner_column_1 {
	width: 60%!important;
	}
	
	.banner_column_1_conception {
	width: 70%!important;
	}
}

/*#banner-hp-1{
	width: 40%;
}

#banner-hp-2 {
	width: 60%;
}*/

.hauteur_banner {
	height: 70vh;
	display: flex;
	align-items: center;
}

.hauteur_banner_hp {
	height: 75vh;
	display: flex;
	align-items: center;
}

@media (max-width: 980px) {
	.hauteur_banner_reflexion {
	height: 60vh;
	display: flex;
	align-items: center;
	background-position-x: right!important;
	}
}

/*---- Homepage ----*/
.boutons_expertises_hp .et_pb_bg_layout_light.et_pb_button:hover, .boutons_expertises_hp .et_pb_bg_layout_light .et_pb_button:hover {
    background-color: #fff;
}


/*---- Pages expertises ----*/

@media (min-width: 981px) {
	.banner_column_1_page {
	width: 45%!important;
	}
	
	.banner_column_1_page_reflexion {
	width: 60%!important;
	}
	
}

#liste-banniere-expertise {
	padding-bottom: 0!important;
	padding-left: 2%!important;
}

.container_card_contact {
	margin-left: 10%;
}

.container_card_contact a {
	font-weight: 600;
}

#card_contact_tel::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-18.svg);
    background-size: 100%;
    margin-left: -8%;
    top: 15%;
}

#card_contact_mail::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-16.svg);
    background-size: 100%;
    margin-left: -8%;
    top: 25%;
}

#card_contact_lk::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Icone-Lk.svg);
    background-size: 100%;
    margin-left: -8%;
    top: 15%;
}

@media (max-width: 980px) {
	#card_contact_tel::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-18.svg);
    background-size: 100%;
    margin-left: -16%;
    top: 15%;
	}
	
	#card_contact_mail::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Group-16.svg);
    background-size: 100%;
    margin-left: -16%;
    top: 15%;
	}
	
	#card_contact_lk::before {
    content: "";
    position: absolute;
    width: 25px;
    height: 25px;
    background: url(https://www.francoise-blind.com/wp-content/uploads/2023/02/Icone-Lk.svg);
    background-size: 100%;
    margin-left: -16%;
    top: 15%;
	}
}


/*---- Page contact ----*/
.section_contact .et_pb_row {
	width: 100%;
	max-width: 6000px;
}

#section_contact_col_1 {
	margin-right: 0;
	width: 50%;
}


#section_contact_col_2 {
	margin-right: 0;
	width: 50%;
}

@media (min-width: 2500px) {
	.responsive_image_contact img {
    height: auto;
    width: 150%;
    max-width: 1200px;
	}
	
	#section_contact_col_1 {
	margin-right: 0;
	width: 42%;
	}
}




/*---- Page thématique : urgence écologique ----*/

/*Liste articles avec filtres catégories*/
.brbl_smart_post_list_0 .brbl-smart-post-item.brbl-default {
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3)!important;
}

.brbl-smart-post-content h4 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 1.2em!important;
    font-weight: 600;
    color: #004643;
}

.brbl-default .brbl-smart-post-content {
    padding-top: 5px!important;
    padding-right: 25px!important;
    padding-bottom: 30px!important;
    padding-left: 25px!important;
}

.brbl-post-excerpt {
    margin-top: 10px!important;
}

.brbl_smart_post_list_0 .brbl-default .brbl-smart-post-thumb { 
    overflow: hidden;
    max-height: 350px;
	margin-bottom: 5%!important;
}

.brbl-smart-post-item.brbl-default .brbl-smart-post-thumb img {
    -o-object-fit: cover;
    /*height: 195px!important;*/
    object-fit: cover;
    width: 100%;
}

.brbl_smart_post_list_0 .brbl-smart-post-item.brbl-default {
    border-radius: 5px 5px 5px 5px;
    overflow: hidden;
    height: fit-content;
}



@media (max-width: 980px) {
.hauteur_banner_thematique {
	height: 55vh!important;
	display: flex;
	align-items: center;
	}
}

@media (min-width: 981px) {
.hauteur_banner_thematique {
	height: 50vh;
	display: flex;
	align-items: center;
	}
}

.et_pb_blog_grid h2 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 600;
}

.et_pb_blog_grid p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.7em;
    margin-top: 15px;
    font-weight: 500;
}

.post-meta a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
	font-weight: 600;
	color: #fff!important;
	background-color: #F9BC60;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 10px;
}

.et_pb_blog_grid .et_pb_image_container img {
    min-width: 100%;
    max-width: 150%;
}

.post-meta#text {
	color: #fff;
}

.et_pb_post:hover {
    transform: translateX(0px) translateY(-20px)!important;
	transition: transform 300ms ease 0ms;
}

/*.container-nav-footer-module {
    margin-top: 8%;
    text-align: center;
    display: flex;
    justify-content: center;
}*/


/*Post grid masonry V2*/
.brbl_post_masonry img {
    min-width: 100%;
    max-width: 150%;
	height: auto;
}

.brbl_post_masonry h2 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 0.7em!important;
    font-weight: 600;
}

.brbl-post-excerpt {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 1.3em;
    margin-top: 15px;
    font-weight: 500;
}

.brbl-blog-item:hover {
    transform: translateX(0px) translateY(-20px)!important;
	transition: transform 300ms ease 0ms;
}

.brbl-masonry-card .brbl-post-thumb {
    overflow: hidden;
    max-height: 250px;
}

figure.brbl-post-thumb {
    margin:0!important;
}

.brbl-masonry-content {
    padding-top: 20px!important;
    padding-right: 25px!important;
    padding-bottom: 30px!important;
    padding-left: 25px!important;
}

/*.brbl-post-excerpt {
    margin-top: 25px!important;
}*/

.brbl-masonry-card {
    border: none!important;
}

.brbl-masonry-categories a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
	font-weight: 600;
	color: #fff!important;
	background-color: #F9BC60;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 10px;	
}

.brbl-masonry-categories {
    left: 20px;
    background: none!important;
	color: transparent;
    top: 20px;
}



/*Carrousel articles les plus consultés*/
.brbl_post_masonry img {
    min-width: 100%;
    max-width: 150%;
	height: auto;
}

.brbl-carousel h2 a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
    line-height: 1em;
    font-weight: 600;
}

.brbl-blog-item:hover {
    transform: translateX(0px) translateY(-20px)!important;
	transition: transform 300ms ease 0ms;
}

.brbl-masonry-card .brbl-post-thumb {
    overflow: hidden;
    max-height: 250px;
}

figure.brbl-post-thumb {
    margin:0!important;
}

.brbl-masonry-content {
    padding-top: 20px!important;
    padding-right: 25px!important;
    padding-bottom: 30px!important;
    padding-left: 25px!important;
}

/*.brbl-post-excerpt {
    margin-top: 25px!important;
}*/

.brbl-masonry-card {
    border: none!important;
}

.brbl-post-categories a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
	font-weight: 600;
	color: #fff!important;
	background-color: #F9BC60;
	border-radius: 5px;
	padding: 5px 10px;
	margin-right: 10px;	
}

.brbl-post-categories {
    left: 20px;
    background: none!important;
	color: transparent;
    top: 20px;
}

.brbl-blog-carousel .brbl-post-title {
    line-height: 0.7em;
}


/*---- Template article ----*/

@media (max-width: 980px) {

	.citation-article-blog p {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 0.8em!important;
    font-weight: 600;
    color: #004643;
    line-height: 1.2em;
    margin-top: 10%;
	margin-bottom: 10%;
	}	
}

@media (min-width: 981px) {
	.largeur-colonne-chapo-article-blog {
	width: 42.25%!important;
	}
	
	.citation-article-blog p {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
    font-size: 1.5em;
    font-weight: 600;
    color: #004643;
    line-height: 1.2em;
    margin-top: 10%;
    margin-bottom: 10%;
	}
}

.extrait-articles-blog {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
    font-style: italic;
    font-weight: 600;
    color: #004643;
    line-height: 1.5em;
}

.extrait-articles-blog a {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em!important;
    font-style: italic!important;
    font-weight: 600!important;
    line-height: 1.5em!important;
}

.extrait-articles-blog a:hover {
	text-decoration: underline!important;
}

.legende-photo-article-blog p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 0.6em;
    font-style: italic;
    font-weight: 400;
    margin-top: 4%;
    text-align: center;
    color: #004643;
    line-height: 1.4em;
}

#comments {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 22px!important;
	font-weight: 500;
	text-transform: lowercase;
	color: #004643!important;
}

#reply-title {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 25px!important;
	font-weight: 600;
	color: #004643!important;
	margin-top: 25px;
	margin-bottom: 10px;
}

#commentform p {
	margin-bottom: 15px;
}

.comment_postinfo .fn {
	font-family: 'Source Sans Pro', sans-serif;
	color: #F9BC60!important;
}

.comment_postinfo .fn a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #F9BC60!important;
}

.comment_postinfo .comment_date {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px!important;
	font-weight: 400;
	color: #004643!important;
}

.et_pb_section_0_tb_body .et_pb_row_1_tb_body .et_pb_text_inner {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 50px!important;
	font-weight: 600;
	color: #004643!important;	
	text-transform: uppercase;
	text-align: center;
	line-height: 1.4em;
}

@media (max-width: 980px) {
	.et_pb_section_0_tb_body .et_pb_row_1_tb_body .et_pb_text_inner {
	font-size: 1.2em!important;
	}
	
	.et_pb_text_0_tb_body a {
    font-size: 12px!important;
	}
	
	.legende-photo-article-blog p {
    font-size: 0.4em!important;
	}
	
	.article-blog-container h2 {
	font-size: 1em!important;
	}
	
	.extrait-articles-blog {
    font-size: 0.6em!important;
	}
}

.et_pb_text_0_tb_body a {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    background-color: #F9BC60;
    padding: 10px;
}


.et_pb_text_2_tb_body a {
	font-weight: 600;
	text-decoration: underline;
}