/*
Theme Name: Zakra Child
Theme URI: exig.fr
Description: Thème enfant de Zakra
Author: Exig
Author Uri: exig.fr
Template: zakra
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
p, h1, h2, h3, h4{
    font-family: 'Montserrat', sans-serif;
}
a:hover, a:focus {
	color: inherit;
    text-decoration: underline;
}
#primary {
    width: 100%;
    padding: 0;
}
.second.block-service, .third.block-annonces.block {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0 10px; 
    grid-template-areas: ". .";
}
.second.block-service.block, .third.block-annonces.block {
    padding: 0;
}
.third.block-annonces.block {
    background: #575f80;
}
.img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-template-accueil .site-content {
    margin-bottom: 0px;
}
body:not(.single) .tg-container--flex-space-between,
body.single #masthead .tg-container--flex-space-between {
	width: 100%;
	max-width: 100%;
}
.tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-ancestor > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current_page_item > a::before, .tg-primary-menu.tg-primary-menu--style-underline > div > ul > li.current-menu-item > a::before{
    display: none;
}
.tg-primary-menu > div ul li:hover > a {
    color: black;
	font-weight: bold;
}
.tg-site-header-bottom {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: solid 1px black;
}
.tg-primary-menu > div > ul > li {
    margin: 0;
    border-left: solid 1px;
    text-transform: uppercase;
}
.tg-primary-menu > div > ul > li > a{
    padding: 20px;
}
.tg-primary-menu > div ul li.current_page_ancestor > a, .tg-primary-menu > div ul li.current-menu-ancestor > a, .tg-primary-menu > div ul li.current_page_item > a, .tg-primary-menu > div ul li.current-menu-item > a, .tg-primary-menu > div ul li a:hover {
    text-decoration: none;
	color: #455574;
    font-weight: bold;
}
.tg-site-header {
    border-bottom: none;
}
.tg-mobile-navigation > div ul li.current_page_ancestor > a, .tg-mobile-navigation > div ul li.current-menu-ancestor > a, .tg-mobile-navigation > div ul li.current_page_item > a, .tg-mobile-navigation > div ul li.current-menu-item > a {
	color: #535a7a;
}
/*Acceuil*/
.custom-logo-link {
	text-align: center;
	width: 100%;
	padding: 3em;
}
.custom-logo {
    margin: auto;
}
.home #content {
	margin-top: 0;
}
.block {
    padding: 4em 2em;
    position: relative;
    text-align: center;
}
.first.block, .third.block, .second-block-service .background_img_bis, .last-block-service .background_img, .third-block-annonces .background_img_bis {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
.home .first.block {
	padding: 0;
}
.home .first.block .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    width: 90%;
}
.home .first.block .slick-dotted.slick-slider {
	max-height: 800px;
}
.home .first.block .slick-dots li.slick-active button::before {
	color: #575f80;
}
.first.block h1 {
    font-size: 4em;
    text-shadow: 3px 2px 4px grey;
    font-weight: 300;
    margin: 0;
	text-align: center;
}
.first.block h1, .third.block h2{
    color: white;
    min-height: 350px;
}
.second.block {
	background-color: #575f80;
    width: 100%;
}
.second.block, .fourth.block{
    display: flex;
    flex-flow: column ;
}
.second.block p, .fourth.block p {
	font-size: 1.2em;
    color: white;
}
.third.block h2 {
    font-size: 3em;
    font-weight: 400;
    margin: 0;
    text-align: center;
}
h2.second-title, .fourth.block h2 {
    font-size: 3em;
    font-weight: 300;
    color: white;
}
.fourth.block {
    background-color: #575f80;
    width: 100%;
}
.center-txt{
    display: flex;
    justify-content: center;
}
.block a, .right-size a, .last-block-service a {
    font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    padding: 10px;
    background-color: white;
    min-width: 250px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.block a:hover, .block a:focus, .block a:active, .right-size a:hover, .right-size a:focus, .right-size a:active {
    border-style: solid;
    border-width: 0;
    background-color: white;
    color: black;
    font-size: 1.2em;
}
ul.blocks-gallery-grid{
    margin: auto;
}
.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}
/*Les Services*/
.site-content {
	margin-top: 0;
	margin-bottom: 80px;
}
.subtitles {
	margin-bottom: 80px;
}
.tg-page-header.tg-page-header--both-center {
	margin-top: 80px;
}
.block {
    position: relative;
    text-align: center;
}
.first-block-service.block, .third-block-service.block {
    padding: 0 !important;
}
.second.block-service {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: 1fr; 
    gap: 0 10px; 
    grid-template-areas: ". .";
}
.img, .last-block-service.block.background_img {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.page-template-services .last-block-service.block.background_img {
	background-position: top center;
}
.tg-page-header.tg-page-header--both-center .tg-page-header__title {
    text-align: center;
    font-size: 1.2em;
    font-weight: 300;
}
.right-size {
	padding: 3em 0;
}
.right-size p {
	text-align: justify;
}
.third.block-annonces.block .right-size h2 {
    min-height: auto;
}
.last-block-service.block.background_img {
    height: 560px;
    padding: 4em 2em;
}
.tg-page-header{
    font-size: 4em;
    font-weight: 400;
    display: flex;
    justify-content: center;
}
.first-block-service, .second-block-service, .third-block-service, .last-block-service{
    display: flex;
    flex-flow: column;
}
.first-block-service h2.subtitles, .first-block-annonces h2.subtitles {
    text-align: center;
    font-size: 1.2em;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
}
.second-block-service {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas: "background_img_bis second-title"
    "background_img_bis first-txt"
    "background_img_bis button-save-more";
    justify-content: stretch;
    align-content: stretch;
    justify-items: stretch;
    width: 100%;
    height: 30%;
    background-color: #575f80;
}
.second-block-service .second-title {
    grid-area: second-title;
    background-color: #575f80;
    font-size: 4em;
    text-align: center;
    font-weight: 300;
    color: white;
}
.second-block-service button, html .second-block-service input[type="button"], .second-block-service input[type="reset"], .second-block-service input[type="submit"], .second-block-service .\34 -block button, html .second-block-service input[type="button"], .second-block-service input[type="reset"], .second-block-service input[type="submit"] {
    width: 300px;
    font-size: 1.2em;
    height: 50px;
    font-weight: 500;
}
.last-block-service a {
    font-size: 1.2em;
    font-weight: 400;
}
h3.third-title{
    font-size: 3em;
    font-weight: 400;
}
.first-txt {
    grid-area: first-txt;
    background-color: #575f80;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 1em;
    padding: 3em;
}
.first-txt .first-txt {
	justify-content: space-around;
	padding: 0;
}
.first-txt .first-txt h3 {
	font-weight: bold;
}
.first-txt .first-txt > div {
	margin: 0 0.5em;
}
.page-template-services .first-txt {
	flex-flow: column;
	justify-content: center;
	align-content: center;
	padding-top: 1em;
}
.first-txt p, .first-txt h3{
	color: white;
	text-align: center;
}
.first-txt h3{
	font-weight: bold;
}
.page-template-services .first-txt p {
	margin-bottom: 0;
	text-align: justify;
}
.first-txt img {
	width: 100px;
}
.page-template-services .first-txt img {
	width: 70px;
}
.button-save-more { 
	grid-area: button-save-more;
	background-color: #575f80;
}
.background_img_bis { 
	grid-area: background_img_bis; 
}
.third-block-service p.subtitles2 {
    font-size: 1.2em;
    font-weight: 500;
    padding-top: 2em;
}
.third-block-service h2.third-title {
    text-align: center;
    font-size: 3em;
    font-weight: 400;
    padding: 0.5em;
}
.background_img_bis .center-txt a {
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px;
    background-color: white;
    width: 350px;
    text-align: center;
    position: relative;
}
/*Contact*/
.page-template-pagebuilder .site-content {
	background-image: url("https://www.fonds-murs-boulangeries.com/wp-content/uploads/2021/10/Preparation-pain-4.jpg");
	margin-bottom: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-template-pagebuilder #primary.content-area.pagebuilder-content {
	display: block;
	max-width: 1200px;
    margin: 200px auto;
}
@media screen and (max-width: 1199px) {
    .page-template-pagebuilder #primary.content-area.pagebuilder-content {
        max-width: 100%;
        margin: 200px 2em;
        width: 100%;
    }
}
h1.h1-contact {
    font-size: 4em;
    font-weight: 400;
    justify-content: center;
    margin-bottom: 14%;
}
h2.h2-contact {
    background-color: black;
    color: white;
    font-size: 1.2em;
    padding: 15px 15px 15px 30px;
    margin-bottom: 0;
    font-weight: 400;
    width: 100%;
}
.contact {
    display: grid;
    grid-template-columns: 0.6fr 0.6fr 1.6fr;
    grid-template-rows: 4fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr 4fr;
    grid-auto-rows: 1fr;
    gap: 20px 50px;
    grid-auto-flow: row;
    justify-content: stretch;
    align-content: stretch;
    justify-items: stretch;
    grid-template-areas: "lastname name message"
        "tel tel message"
        "email email message"
        "adr adr message"
        "city city message"
        "country country message"
        "button button button"
        "send send send";
    max-width: 1200px;
    height: 700px;
    margin-bottom: 100px;
    padding: 30px;
    background-color: white;
}
.name { 
	grid-area: name;
	width: 225px;
}
.lastname { 
	grid-area: lastname; 
	width: 225px;
}
.tel {	grid-area: tel; }
.email { grid-area: email; }
.adr { grid-area: adr; }
.city { grid-area: city; }
.country-block { grid-area: country; }
.button { grid-area: button; }
.send {
    grid-area: send;
    justify-content: flex-end;
    height: 50px;
    font-size: 1.2em;
}
.message-block { 
	grid-area: message; 
	border-left: solid 1px;
}
.message{
	margin-left: 50px;
}
.message label {
	width: 100%;
}
.message textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
}
input[name="your-phone"], input[name="your-email"], input[name="your-adr"], input[name="your-cp"], input[name="your-country"], input[name="your-name"], input[name="your-firstname"] {
    width: 100%;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
    border: 1px solid white;
    background-color: #ECECEC;
    font-weight: 600;
}
.contact > div, .contact label {
	width: 100%;
}
::placeholder {
    color: black;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 250px;
    color: white;
    background: black;
}
input[name="your-message"] {
    margin-left: 300px;
    background-color: #ECECEC;
    padding: 5px;
    width: 150px;
    text-align: center;
    color: black;
    font-weight: 500;
}
span.wpcf7-list-item-label {
    font-size: 1.2em;
    color: black;
}
.message-txt {
    background: #ECECEC;
    width: 100px;
    padding: 7px 0 1px 15px;
    margin-bottom: -15px;
    font-weight: 600;
    color: black;
}
textarea.wpcf7-form-control.wpcf7-textarea{
    margin: 0px;
    width: 343px;
    height: 271px;
	background-color: white;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    margin-top: -280px;
}
/*Les annonces*/
.third-block-annonces {
    display: grid;
    grid-auto-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        "background_img_bis second-title"
        "background_img_bis first-txt"
        "background_img_bis center-txt";
    justify-content: stretch;
    align-content: stretch;
    justify-items: stretch;
    width: 100%;
    height: 33%;
    background-color: #575f80;
}
.third.block-annonces{
    display: flex;
}
.annonce-content a {
	display: block;
}
.third.block-annonces.block .img .center-txt {
    height: 100%;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 3em;
}

.annonce-content p:not(.ca) {
	text-align: justify;
}
.annonce-container {
	max-width: 80%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin: 2em auto 4em;
	border-top: 1px solid black;
	padding-top: 4em;
	flex-flow: row wrap;
}
.annonce-container::after {
	content: "";
	max-width: 30%;
	min-width: 30%;
	flex: auto;
}
.annonce-content {
	width: calc(33% - 2em);
	text-align: center;
	margin-right: 2em;
	border-bottom: 7px solid black;
	margin-bottom: 3em;
}
.annonce-content:nth-child(n+3) {
	margin-right: 0;
}
.img.annonce {
	width: 100%;
	height: 300px;
}
.annonce-content {
	position: relative;
}
.annonce-content .vendue {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0) rotate(-5deg);
	box-sizing: border-box;
	margin: 1em 0;
}
span.vendue {
	background: #c63733;
	color: white;
	font-weight: bold;
	padding: 0 0.5em;
	font-size: 1.9em;
	margin: 0.5em;
}
/*Single annonces*/
.single-annonces .tg-page-header {
	margin-top: 0;
}
.single-annonces .info {
	text-align: center;
    margin-top: 1.5em;
}
/* Single témoignage */
.single-temoignages p {
	text-align: justify;
}
/* archive temoignage */
.post-type-archive-temoignages #main {
	max-width: 1200px;
	margin: auto;
	padding: 0 1em;
}
.post-type-archive-temoignages p {
	text-align: justify;
}
.post-type-archive-temoignages .tg-page-header.tg-page-header--both-center {
	margin-bottom: 1em;
}
article.type-temoignages .entry-title::before {
	content: "\201d";
	color: white;
	background: #455574;
	display: block;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: ;
	align-items: center;
	border-radius: 50%;
	float: left;
	margin-right: 0.5em;
	font-size: 1.5em;
	padding: ;
}
/*Footer*/
.tg-site-footer .tg-site-footer-widgets {
    display: none;
}
.tg-site-footer .tg-site-footer-bar.tg-site-footer-bar--center .tg-container--flex {
    display: contents;
}
.tg-site-footer .tg-site-footer-bar {
    padding: 2px;
}
#colophon {
	display: flex;
	justify-content: space-between;
	border: solid 1px;
	padding: 15px 0px 15px 0px;
    margin: 2px;
}
.tg-site-footer .tg-site-footer-bar {
	width: 100%;
}
.tg-site-footer .tg-site-footer-bar .tg-container--flex {
	width: 100%;
	max-width: calc(100% - 30px);
}
.mentions-legales {
    margin-right: 15px;
}
.tg-scroll-to-top:hover {
	color: #fff;
	background-color: #575f80;
}
.gallery-columns-4 .gallery-item {
    max-width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery {
    display: flex;
    justify-content: center;
}
.home .gallery img {
	max-height: 150px;
	width: auto;
}
.temoignages-container h2 {
    position: relative;
    display: block;
    margin-bottom: 3em;
    font-family: 'Montserrat', sans-serif;
    color: #575f80;
    font-weight: 300;
    font-size: 3em;
}
.temoignages-container h2::after {
    content: "\201d";
    font-size: 10em;
    position: absolute;
    left: 50%;
    top: -170%;
    color: rgba(87,95,128,0.17);
    transform: translate(-50%);
}
.temoignages-container .center-txt a {
    background-color: #575f80;
    color: white;
}
.temoignages-container .center-txt {
	margin-top: 3em;
}
article.type-temoignages:not(:last-of-type) {
	border-bottom: 1px solid rgba(87,95,128,0.17);
}
article.type-temoignages .entry-title:nth-child(n+2)::before {
	background: transparent;
	border: 1px solid #455574;
	color: #455574;
}
/*Responsiv*/
@media screen and (max-width:900px){ 

}
@media screen and (max-width:981px){
    .contact {
        display: grid; 
        grid-auto-rows: 1fr; 
        grid-template-columns: 1fr; 
        grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; 
        gap: 20px 20px; 
        grid-template-areas: 
            "lastname"
            "name"
            "tel"
            "email"
            "adr"
            "city"
            "country"
            "message"
            "button"
            "send"; 
        width: 100%; 
        height: 1000px; 
      }
      .name { grid-area: name; }
      .tel { grid-area: tel; }
      .lastname { grid-area: lastname; }
      .email { grid-area: email; }
      .adr { 
          grid-area: adr; 
        }
      .city { 
          grid-area: city; 
        }
      .country { 
          grid-area: country; 
        }
      .message-block{
        border-left: solid 1px white;
      }
      .message { 
          grid-area: message; 
          margin-left: 0;
        }
      .button { grid-area: button; }
      .send { grid-area: send; }
      
    /*Accueil*/    
    .first.block h1{
        font-size: 4em;
    }
    .second.block p, .fourth.block p{
        font-size: 1.2em;
    }
    .third.block h2, h2.second-title, .fourth.block h2 {
        font-size: 3em;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 200px;
    }
}
@media screen and (max-width:768px) {
    .annonce-content {
        width: 50%;
    }
    .first-txt img {
        width: 80px;
    }
    .first-txt .first-txt h3 {
        font-weight: bold;
        font-size: 15px;
    }
    .first-txt .first-txt{
        flex-wrap: wrap;
    }
}
@media screen and (max-width:664px){
    .first.block h1{
        font-size: 2.5em;
    }
    textarea.wpcf7-form-control.wpcf7-textarea {
        height: 150px;
    }
    .annonce-content {
        width: 100%;
    }
    .annonce-container {
        flex-flow: column;
    }
    .third.block-annonces.block {
        display: flex;
        flex-flow: column;
    }
    .third.block-annonces.block .img .center-txt {
        padding: 3em 1em;
    }
    .second.block-service.block {
        display: flex;
        flex-flow: column;
    }
    .first-txt {
        padding: 1em;
    }
    .right-size {
        padding: 1em 0;
    }
    .first.block h1, .third.block h2 {
        min-height: auto;
        padding: 1em 0;
    }

    /*Témoignage responsive*/
    .tg-page-header.tg-page-header--both-center .tg-page-header__title {
        font-size: 0.8em;
    }
    .temoignage-slider .slick-track {
        display: flex;
        flex-direction: column;
        align-content: center;
        flex-wrap: wrap;
    }
    .temoignages-content.slick-slide {
        width: 100% !important;
    }
}
@media screen and (max-width:464px){
    .first.block h1{
        font-size: 1.6em;
    }
    .temoignages-container h2 {
        font-size: 2em;
    }
}

/* Contact */
.fluentform.fluentform_wrapper_3 {
    background-color: #fff;
    padding: 2em;
}
.fluentform .ff-el-input--label label {
    display: inline-block;
    font-weight: 600;
    line-height: inherit;
    margin-bottom: 0;
    display: none;
}
.ff-el-input--label {
	display: none;
}
.ff-t-column-2 .ff-el-input--content::before {
    content: "";
    width: 150px;
    height: 2.5em;
    background: #eee;
    display: none !important;
    position: relative;
    z-index: 0;
}
button.ff-btn.ff-btn-submit.ff-btn-md.ff_btn_style {
    width: 250px;
    color: white;
    background: black;
}
.frm-fluent-form .ff-t-cell:first-of-type {
    padding-right: 20px;
}
.frm-fluent-form .ff-t-cell {
	display: flex;
	width: 100%;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
}
.frm-fluent-form .ff-t-container {
	display: flex;
}
.ff-t-cell.ff-t-column-1 {
	border-right: 1px solid black;
}
.ff-t-container.ff-column-container.ff_columns_total_2 {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.fluentform .ff-el-group {
	width: 100%;
}
.fluentform :not(button) {
	width: 100%;
	min-width: 20px;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], select, textarea {
	border: none;
	border-radius: 0;
	background: #eee;
}
.fluentform .ff-el-form-control::placeholder {
	color: #424242;
	opacity: 1;
	text-transform: uppercase;
	font-weight: 500;
}
.fluentform .ff-el-group {
	margin-bottom: 25px;
}
.fluentform .ff-el-form-control {
	border: none;
	border-radius: 0;
}
.ff-t-container:last-child .ff-el-group, .ff-t-cell.ff-t-column-2 .ff-el-group {
	margin-bottom: 0;
}
.ff-el-input--content textarea {
	background: transparent;
}
.ff-name-address-wrapper.fluent-address {
	height: 50%;
}
.ff-name-address-wrapper.fluent-address .ff-el-input--content {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}
.fluentform .ff-el-group {
	margin-bottom: 0;
	width: 100%;
}
.ff-t-column-2 .ff-el-input--content::before {
	content: "";
	width: 150px;
	height: 2.5em;
	background: #eee;
	display: block;
	position: absolute;
	z-index: 0;
}
#ff_4_description {
	position: relative;
}
form.fluent_form_4 button.ff-btn-submit {
	background-color: var(--violet);
	color: #ffffff;
	border-radius: 0;
	padding: 0.1em 3em;
}
h2.contact {
	margin-bottom: 0;
	background: var(--violet);
	color: white;
	padding: 0 2rem;
	font-size: 2em;
}
.ff-t-container.ff-column-container.ff_columns_total_2 {
	margin-bottom: 20px;
}