/*
Theme Name: ZAKRA Child
Description: Theme enfant de ZAKRA
Author: Olivia Theilliere
Theme URI: https://zakratheme.com/
Template: zakra 
Version: 0.1.0
*/


/*Header*/
.tg-site-header-bottom img {
    width: 70px;
}
.tg-site-header-bottom{
	padding-top: 0;
	padding-bottom: 0;
	background-color: #6d8d80;
	width: 95%;
    margin: 0 auto;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0px 10px 10px 0px rgba(54,77,69,0.75);
}
.tg-site-header.tg-site-header--transparent .tg-header-transparent-wrapper{
	border-bottom: none;
}
/*Header menu*/
.tg-block--one, .tg-block--three{
	width: 20%;
}
.tg-block--two {
    margin-left: 0 !important;
}
.tg-block--one .site-branding {
    width: 90px;
    margin: 0 auto;
}
.tg-block--two .menu{
	text-align: center;
}
.tg-primary-menu > div > ul{
	display: inline-flex;
}
.tg-primary-menu > div ul li a {
    color: #D4EDE6;
}
#top-menu-button a{
	background-color: #277B7C;
	color: #D4D4D4;
	text-transform: uppercase;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    width: 130px;
    padding: 10px 23px;
    text-align: center;
    line-height: 21px;
    right: 7%;
    margin-top: -28px;
    font-weight: 900;
    height: 70px;
    font-size: 18px;
}
.menu li a {
    text-transform: uppercase;
}
.tg-primary-menu > div ul > li:not(.tg-header-button-wrap).current_page_item > a {
    color: #074045 !important;
    font-weight: 600;
}
.tg-primary-menu > div ul li ul {
    background: #6d8d80;
}
.tg-primary-menu > div ul li ul{
	width: 300px;
}

/*Footer*/
.footer-sidebar-1 .widget_nav_menu, .footer-sidebar-3 .widget_nav_menu{
	text-align: center;
}
.footer-sidebar-2 p,.footer-sidebar-2 .widget_text,.footer-sidebar-2 .widget_media_image{
	margin-bottom: 20px;
}
.footer-bar-social-icons img {
    height: 28px;
    margin-left: 5px;
    margin-right: 5px;
}
.footer-bar-social-icons {
    text-align: center;
}
.tg-site-footer .tg-site-footer-bar {
    padding-top: 0;
}
.tg-site-footer .tg-site-footer-widgets {
    border-top: none;
}

/* Footer Newsletter widget */
.tg-site-footer-top-bar{
	background-image: url("https://doobleimpact.org/wp-content/uploads/2023/04/feuilles.jpg");
	padding: 30px 0 !important;
}
.tg-site-footer-top-bar .widget_sib_subscribe_form .widget-title{
	display: none;
}
#sendinblue-nl .col {
    width: 18%;
    display: inline-block;
    padding-left: 1%;
    padding-right: 1%;
}
#sendinblue-nl .col:last-child{
	text-align: left;
}
#sendinblue-nl input[type="text"], #sendinblue-nl input[type="email"]{
	background-color: #D4D4D4;
}
#sendinblue-nl input[type="text"]::placeholder, #sendinblue-nl input[type="email"]::placeholder{
	color: #074045;
	opacity: 1;
}
#sendinblue-nl input[type="text"], #sendinblue-nl input[type="email"], #sendinblue-nl input[type="submit"]{
	color: #074045;
	border-radius: 10px;
	font-family: 'Montserrat';
}

/* Global */
p {
    margin-bottom: 0;
}

/*Testimonials*/
#home-testimonial div.CommuniActor{
	/*	Dans le testimonial de la HomePage, on cache la catégorie CommuniActor*/
	display: none;
}
#communiactor-testimonial div.Association{
	/*	Dans le testimonial de la page CommuniActors, on cache la catégorie Association*/
	display: none;
}
#home-testimonial .single-item-wrapper,
#home-testimonial .item-content-wrapper,
#home-testimonial .tss-wrapper .single-item-wrapper h4.author-bio,
#communiactor-testimonial .single-item-wrapper,
#communiactor-testimonial .item-content-wrapper,
#communiactor-testimonial .tss-wrapper .single-item-wrapper h4.author-bio{
	background-color: #78C0A8;
	color: #074045;
    font-weight: normal;
    font-family: 'Montserrat';
    padding: 20px;
}
#home-testimonial .tss-wrapper .single-item-wrapper h4.author-bio .item-company,
#communiactor-testimonial .tss-wrapper .single-item-wrapper h4.author-bio .item-company{
	font-weight: bold;
}
#home-testimonial .tss-wrapper .tss-carousel3 .item-content-wrapper:before,
#communiactor-testimonial .tss-wrapper .tss-carousel3 .item-content-wrapper:before{
	color: #D4EDE6;
}
#home-testimonial .tss-wrapper .single-item-wrapper h4.author-bio:after,
#communiactor-testimonial .tss-wrapper .single-item-wrapper h4.author-bio:after{
	content: "\f10e";
    color: #D4EDE6;
    position: absolute;
    right: 40px;
    bottom: 0px;
    font-family: "FontAwesome";
    font-size: 30px;
}
#home-testimonial .single-item-wrapper,
#communiactor-testimonial .single-item-wrapper
{
	padding-bottom: 100%;
    margin-bottom: -100%;
    border-radius: 20px;
}
#home-testimonial span.author-location a,
#communiactor-testimonial span.author-location a{
    text-decoration: underline;
}

/* A Propos */
#propos-subtitle{
	margin-bottom: 0;
}
#subtitle-top-left, #subtitle-top-right, #subtitle-bottom-left, #subtitle-bottom-right {
	width: 25px; 
	height: 25px;
	position: absolute;
	margin-bottom: 0;
}
#subtitle-top-left{
	top: 15px; 
	left: 15px;
}
#subtitle-top-right{
	top: 15px; 
	right: 15px;
}
#subtitle-bottom-left{
	bottom: 15px; 
	left: 15px;
}
#subtitle-bottom-right{
	bottom: 15px; 
	right: 15px;
}

/*Imp'Actors*/
a#jimpacte{
	fill: #FFFFFF;
    color: #FFFFFF;
    background-color: transparent;
    border-style: solid;
    border-color: #FFFFFF;
}
#tabs-impactors table, #tabs-impactors td, #tabs-impactors th{
	border: none;
}
#tabs-impactors td.coltxt{
	width: 50%;
	background-color: #5B9692;
	padding: 30px;
}
#tabs-impactors .elementor-tab-title.elementor-active{
	background-color: #C4C4C440;
}
#tabs-impactors td.colimg,
#tabs-impactors .elementor-tab-content.elementor-active{
	padding: 0;
}

/* ACF global */
.acf-primary{
	width: 100%;
/*	padding-right: 0;*/
	padding: 0 30px;
}
.acf-primary .empty-50{
	height: 50px;
}
.acf-primary .vertical-center{
	vertical-align: middle;
}
.acf-primary .horizontal-center{
	text-align: center;
}

/* ACF Imp'Actor single */
.impactor-single .multi-cols{
	display: table;
	width: 100%;
}
.impactor-single .col{
	display: table-cell;
}
.impactor-single .col-5{
	width: 5%;
}
.impactor-single .col-20{
	width: 20%;
}
.impactor-single .col-30{
	width: 30%;
}
.impactor-single .col-40{
	width: 40%;
}
.impactor-single .col-50{
	width: 50%;
}
.impactor-single .col-60{
	width: 60%;
}
.impactor-single .col-70{
	width: 70%;
}
.impactor-single .col-80{
	width: 80%;
}
#imp-lien-retour{
	color: #096068;
	margin-bottom: 30px;
	display: inline-block;
}
.impactor-single .logo {
    width: 250px;
    height: 250px;
    border-radius: 100%;
    object-fit: cover;
}
#imp-reseaux-sociaux{
	margin-top: 20px;
}
#imp-reseaux-sociaux i{
	background-color: #78C0A8;
    border-radius: 100%;
    color: white;
    font-size: 20px;
    margin-right: 3px;
}
#imp-reseaux-sociaux i.fa-facebook{
	padding: 10px 15px;
}
#imp-reseaux-sociaux i.fa-linkedin{
	padding: 10px 12px;
}
#imp-reseaux-sociaux i.fa-youtube-play{
	padding: 10px;
}
#imp-reseaux-sociaux i.fa-instagram{
	padding: 10px 12px;
}
#imp-infos i {
    font-size: 20px;
    margin-right: 10px;
    color: #277B7C;
}
#imp-infos span {
    font-size: 13px;
    display: inherit;
    font-family: 'Montserrat';
    line-height: 28px;
}
#imp-infos{
	margin: 20px auto;
    width: 75%;
}
a#imp-lien-map,
a#imp-lien-article,
a#imp-lien-don {
    background-color: #78C0A8;
    color: #074045;
    padding: 5px 10px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 20px 0;
    display: inline-block;
}
.impactor-single h1{
	text-transform: uppercase;
	font-family: 'Josefin Sans';
	color: #277B7C;
	font-weight: 600;
	text-align: center;
}
.impactor-single h2,
.impactor-single .secteur, 
.impactor-single .odd{
	font-family: 'Montserrat';
	color: #277B7C;
	font-weight: 600;
}
.impactor-single .secteur, .impactor-single .odd{
	text-align: center;
}

/* Article */
article,
#comments,
.post-navigation{
    max-width: 1140px;
    margin-right: auto !important;
    margin-left: auto !important;
}
.zakra-single-article h1{
	color: #277B7C;
	text-transform: uppercase;
}
.zakra-single-article .post-thumbnail{
	text-align: center;
}
article .posted-on,
article .posted-on a{
	color: #277B7C;
	font-weight: 500;
}
article .post-views {
    display: inline-block;
    margin-left: 20px;
    margin-right: 30px;
}
article .heateor_sss_sharing_container {
    margin-bottom: 30px;
}
article .logged-in-as a {
    padding-right: 10px;
}

/* ACF */
.acf-button{
	background-color: #78C0A8;
	color: #277B7C;
}
.acf-button:focus, .acf-button:hover, .acf-button:visited{
	color: white;
}
.acf-label {
    width: 20%;
    display: inline-block;
}
.acf-input {
    width: 80%;
    display: inline-block;
}
.acf-label label{
	font-weight: 600;
}
.acf-field p.description{
	margin-top: 0 !important;
	font-style: italic;
}
.acf-field-submit-button .acf-input{
	display: table !important;
	width: 100px !important;
}
.fea-submit-button{
	padding: 10px 100px;
}
.fea-submit-button:focus, .fea-submit-button:hover, .fea-submit-button:visited{
	background-color: #277B7C;
}
.acf-actions{
	text-align: left;
}
.acf-field-647df9c5a1f0e,
.acf-field-649aa1d131cf1 {
/* Cacher le champ Statut de la publication	*/
    display: none;
}

/* Contact Form 7 */
#formulaire-responsive {
	max-width:600px /*-- à modifier en fonction de la largeur désirée --*/;
	margin:0 auto;
        width:100%;
}
.rang-form {
	width: 100%;
}
.demi-colonne, .colonne {
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #fff;
}
.wpcf7-submit{
	float: right;
	color: #69af36; 
    font-family: 'Noto Sans', sans-serif;
    border-color: #69af36; 
    font-size: 14px; 
  	line-height: 23px; 
    height: 49px; 
    font-weight: 600; 
    background-color: #ffffff; 
    border-radius: 4px; 
    -moz-border-radius: 4px; 
    -webkit-border-radius: 4px; 
    text-transform: uppercase; 
    border-width: 2px;  
    padding-left: 26px; 
    padding-right: 26px;
}
.wpcf7-submit:hover{
	background: #69af36;
      color: #ffffff;
  }
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}

/* ReCaptcha */
.grecaptcha-badge {
    display: none !important;
}

/************************/
/**** Responsive ********/
/***********************/
@media only screen and (min-width: 48em) { 
	.demi-colonne {
		width: 50%;
	}
}
