/*
Theme Name: tomato-child
Description: Thème enfant de Tomato
Author: Clara Babin - Clarablaze
Author URI: https://www.clarablaze.fr
Template: tomato
Version: 0.1.0
*/

/* IMPORT POLICES */

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-BoldItalic.woff2') format('woff2'),
        url('fonts/Ciutadella-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-Light.woff2') format('woff2'),
        url('fonts/Ciutadella-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Ciutadella-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
}

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

@font-face {
    font-family: 'Ciutadella Regular';
    src: url('fonts/Ciutadella-RegularItalic.woff2') format('woff2'),
        url('fonts/Ciutadella-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-MediumItalic.woff2') format('woff2'),
        url('fonts/Ciutadella-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-Medium.woff2') format('woff2'),
        url('fonts/Ciutadella-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-LightItalic.woff2') format('woff2'),
        url('fonts/Ciutadella-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-Bold.woff2') format('woff2'),
        url('fonts/Ciutadella-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Ciutadella';
    src: url('fonts/Ciutadella-SemiBold.woff2') format('woff2'),
        url('fonts/Ciutadella-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

/* GENERAL */

.navbar , #footer {
	background-color: #48271c!important;
}



/* RESPONSIVE HEADER */

@media (max-width: 1200px){
	.navbar .navbar-header {	

		width: 100%;
		text-align: center;
		margin: 0 auto;
		float: none;

	}

	.navbar .navbar-header .navbar-brand {
		float: none;
	}

	.navbar .navbar-header img {
		text-align: center;
		margin: 0 auto;
	}
}

@media (max-width: 992px){
	.navbar .navbar-header {	

		width: 100%;
		text-align: center;
		margin: 0 auto;
		float: none;

	}

	.navbar .navbar-header .navbar-brand {
		float: left;
	}

	.navbar .navbar-header img {
		text-align: left;
		margin: 0 auto;
	}

	.navbar-fixed-top .navbar-collapse {
		max-height: 390px!important;
	}

	.navbar-fixed-bottom .navbar-collapse {
		max-height: 390px!important;
	}
}


/* MODIFICATIONS CSS DE LA PAGE BLOG */

.blog h2, h1, h3, p , h4, .btn, input {
	font-family: 'Ciutadella' !important;
}

.blog .blog-content {
	padding: 0px!important;
}

.blog .post-format {
	display: none ;
}

.blog .blog-mason-item .post-img {
	width: 100%;
	height: 200px;
}

.blog .blog-mason-item .post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog .blog-mason {
	margin: 0px 10px 10px 0px;
}

.blog .blog-mason-item {
	height: 550px;
	padding: 10px 10px 0px !important;
	width: 30%!important;
	margin: 0px 10px 10px 0px;
	border: 1px solid #48271c;
}

.blog article.blog-mason-item h4 {
	text-align: center;
	font-size: 23px!important;
}

.blog article.blog-mason-item h4 a {
	color: #48271c !important;
	text-transform: uppercase;
	font-weight: bold;
}

.blog article.blog-mason-item p {
	color: #48271c !important;
	text-align: justify;
	line-height: 18px !important;
	padding: 10px;
	border: 1px solid #FAB500;
    height: 235px;
}

.blog article.blog-mason-item .excerpt {
	height: 235px;
}

.blog article.blog-mason-item .btn {
	color: white !important;
	padding: 6px 12px !important;
	position: absolute;
	bottom: 25px;
	right: 20px;
	background-color: #FAB500;
	border: 1px solid #FAB500;
} 



.blog aside .container-article-sidebar .post-img {
	width: 48%;
	float: left;
	height: 168px;
}

.blog aside .container-article-sidebar h2 {
	width: 50%;
    float: right;
    font-size: 17px;
    margin-top: 43px;
    color: #48271c !important;
    line-height: 25px;
}

.blog aside .container-article-sidebar .container-article .link-article {
	color: #48271c;
}


.blog aside .container-article-sidebar .container-article {
	width: 100%;
	height: 170px;
	border: 1px solid #48271c;
}

.blog aside .container-article-sidebar .container-article .post-img img {
	width: 100%;
	height: 168px;
	object-fit: cover;
}

.blog aside .container-article-sidebar h1 {
	text-align: left;
    font-size: 20px;
    text-transform: none;
    color: #48271c;
    margin-bottom: 10px;
}

.blog .page_header h2 {
	font-size: 100px;
}

.blog .text-blog {
	margin-bottom: 50px;
	padding: 10px;
}

.blog .text-blog h3 {
	text-align: left;
	text-transform: none;
	font-size: 22px;
	line-height: 28px;    
	font-weight: normal;
	text-align: justify;
}

.search .text-blog {
	display: none;
}

.search .container-article-sidebar {
	display: none;
}

/* RESPONSIVE */

@media(max-width: 1200px){
	
	.blog aside .container-article-sidebar h2 {
		font-size: 14px;
		margin-top: 42px;
	}

	article.blog-mason-item h4 {
		font-size: 22px !important;
	}

	.blog article.blog-mason-item .excerpt {
		height: 245px;
	}

	.blog .blog-mason-item {
		height: 620px !important;
	}

	.blog article.blog-mason-item .btn {
		bottom : 0px;
		right : 7px;
	}

}

@media(max-width: 991px){
	
	.blog .blog-mason {
		margin: 0px 20px 10px 0px;
	}

	.blog .blog-mason-item {
		margin: 0px 20px 10px 0px;
	}

	.blog aside .container-article-sidebar h2 {
	    font-size: 15px;
	    margin-top: 68px;
	}

}

@media(max-width: 750px){
	.blog .blog-mason-item {
		width: 100% !important;
	}

	.blog article.blog-mason-item .excerpt {
		height: 100px;
	}

	.blog .blog-mason-item .post-img {
		height: 367px;
	}

	.blog .blog-mason {
		margin: 0px 0px 20px 0px;
	}

	.blog .blog-mason-item {
		margin: 0px 0px 20px 0px;
	}

	.blog article.blog-mason-item p {
		height: 164px;
	}

	.blog article.blog-mason-item .btn {
		bottom: 20px;
		right: 20px;
	}


}

@media(max-width: 615px){
	.blog .blog-mason-item {
		height: 569px;
	}

	.blog article.blog-mason-item .excerpt {
		height: 121px;
	}
}

@media(max-width: 496px){
	.blog .blog-mason-item {
		height: 640px!important;
	}

	.blog article.blog-mason-item .excerpt {
		height: 192px;
	}

	.blog article.blog-mason-item .btn {
		bottom: 0px;
		right: 10px;
	}

	.blog article.blog-mason-item p {
		height: 123px;
		border: none;
	}
}

/* MODIFICATIONS CSS PAGES ARTICLES */

.single-post h2 {
	font-family: 'Ciutadella' !important;
	font-size: 100px!important;
}

.single-post .page_header {
	background : url(http://www.ohmybrunch.fr/wp-content/uploads/2015/12/Photo-principale.jpg) no-repeat center center !important;
	background-size: cover!important;
}

.single-post .blog-content article h4 a {
	color: #FAB500;
	font-weight: bold;
	font-family: 'Ciutadella' !important;
}

/* FRANCHISE */

.page-id-1231 .main-wrapper #post-1231 #builder-column-5e2df40d1bf6b #builder-module-5e2df4cae173a {
	text-align: center;
}

.page-id-1251 .main-wrapper #post-1251 #builder-column-5e2df40d1bf6b #builder-module-5e2df4cae173a {
	text-align: center;
}

#post-1235 .main-content {
	padding: 0px;
}

#builder-module-5e2df7f1bc428 p {
	font-size: 19px;
	margin-bottom: 55px;
}

/* BOUTON BOUTIQUE */

.bouton-boutique {
	width: 30%;
	height: 80px;
	background-color: #f0b543;
	position: absolute;
	top: 80%;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 80px;
	border-radius: 10px;
}

.bouton-boutique a {
	font-family: 'Montserrat';
	text-transform: uppercase;
	color: white;
	font-size: 22px;
	letter-spacing: 2px;
	font-weight: 800;
}

.bouton-boutique a:hover {
	color: black;
	transition: 0.3s;
}

@media(max-width: 1146px){
	.bouton-boutique {
		width: 50%;
	}
}

@media(max-width: 727px){

	.bouton-boutique a {
		font-size: 19px;
	}

}

@media(max-width: 589px){
	.bouton-boutique {
		width: 70%;
	}
}

@media(max-width: 418px){
	.bouton-boutique {
		width: 90%;
	}

	.bouton-boutique a {
		font-size: 16px;
	}
}

.navbar .navbar-nav > li:nth-of-type(8) > a {
	color: #f0b543!important;
}

.navbar .navbar-nav > li:nth-of-type(7) {
	 background-color: #F9B500!important;
}

.navbar .navbar-nav > li:nth-of-type(7) > a:hover, .navbar .navbar-nav > li:nth-of-type(7) > a:active {
	color: black!important;
}

.navbar .navbar-nav > li > a {
	padding: 25px 10px!important;
}

.page-id-1477 .page #builder-row-59da2f8ddf9f4 .container .row #builder-column-59da2f8ddfa3d #builder-module-5ab0e1109e541 {
	text-align: center;
}

.home #builder-row-5677b93229aa2 #builder-column-5677b93229aa2 .rich-text {
	position: absolute;
	margin: 0 auto;
	text-align: center;
	margin-top: -51px;
	bottom: 8px;
	left: 0;
	right: 0;
}


.home #builder-row-5677b93229aa2 #builder-column-5677b93229aa2 .rich-text p a img {
	margin-right: 40px;
}

.page .page #builder-row-59da2dc2093d4 #builder-column-59da2dc20941c #builder-module-59da2de22b9d6  p a img {
	margin-right: 30px;
}


.page .page #builder-row-59da2dc2093d4 #builder-column-59da2dc20941c #builder-module-59da2de22b9d6 {
	text-align: center;
}



/* POP UP CONTACT */

@media(max-width: 991px){
	
.page-template .body .main-wrapper .pop-up-contact .container-pop-up {
	top: 44%!important;
	width: 80%!important;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up h1 {
	font-size: 25px;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up .container-blocs-boutique {
	margin-top: 26px;
}

.page .page #builder-row-59da2dc2093d4 #builder-column-59da2dc20941c #builder-module-59da2de22b9d6 p a img {
	margin-top: 20px;
}

.home #builder-row-5677b93229aa2 #builder-column-5677b93229aa2 .rich-text {
	bottom: -56px;
}

.home #builder-row-5677b93229aa2 #builder-column-5677b93229aa2 .rich-text p a img {
	margin-bottom: 20px;
}

}

.page-template .body .main-wrapper .pop-up-contact {
	background: rgba(29, 32, 41, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: none;
}

.page-template .body .main-wrapper .open-pop-up {
	display: block;
}


.page-template .body .main-wrapper .pop-up-contact .container-pop-up {
	background-color: white;
    width: 48%;
    height: auto;
    position: relative;
    top: 44%;
    margin: 0 auto;
    border-radius: 10px;
    padding-bottom: 60px;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up .close i {
	margin-right: 20px;
	margin-top: 16px;
	font-size: 30px;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up .close i:hover {
	cursor: pointer;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up h1 {
	padding-top: 60px;
	color: #fab600;
	text-transform: none;
}



.page-template .body .main-wrapper .pop-up-contact .container-pop-up .container-blocs-boutique .bloc-boutique {
	width: 185px;
	height: 185px;
	background-color:  #fab600;
	border-radius: 10px;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up .container-blocs-boutique .bloc-boutique h2 {
	color: white;
	line-height: 185px;
	text-transform: none;
}

.page-template .body .main-wrapper .pop-up-contact .container-pop-up .container-blocs-boutique {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.home .body .main-wrapper .page #builder-row-61236d08297d1 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.btncenter:hover {
	cursor: pointer;
}

#builder-column-5e2df40d1bf6b #builder-module-5e2df4cae173a {
	text-align: center;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df {
	margin-top: 60px;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df .container .row #builder-column-61c5ad9b20a21 , .home .body .main-wrapper .page #builder-row-61c5aefa191e2 .container .row #builder-column-61c5aefa19248 , .home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e {
	margin-bottom: 40px;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df .container .row #builder-column-61c5ad9b20a21 .page-header h2 , .home .body .main-wrapper .page #builder-row-61c5aefa191e2 .container .row #builder-column-61c5aefa19248 .page-header h2 , .home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .page-header h2 {
	font-size: 25px!important;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df .container .row #builder-column-61c5ad9b20a21 .page-header h2:after , .home .body .main-wrapper .page #builder-row-61c5aefa191e2 .container .row #builder-column-61c5aefa19248 .page-header h2:after , .home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .page-header h2:after {
	background-color: #f9c56a!important;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df .container .row #builder-column-61c5ad9b20a21 .rich-text , .home .body .main-wrapper .page #builder-row-61c5aefa191e2 .container .row #builder-column-61c5aefa19248 .rich-text , .home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .rich-text {
	text-align: center;
}

.home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .rich-text ul {
	list-style-type: none;
	padding-inline-start: 0px;
}

.home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .rich-text ul li {
	font-weight: bold;
	font-family: 'Helvetica';
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 15px;
	color: #f9c56a!important;

}

.home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .rich-text p:last-child {
	margin-top: 50px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #f9c56a!important;
}

.home .body .main-wrapper .page #builder-row-61c5ad9b209df .container .row #builder-column-61c5ad9b20a21 .rich-text p , .home .body .main-wrapper .page #builder-row-61c5aefa191e2 .container .row #builder-column-61c5aefa19248 .rich-text p , .home .body .main-wrapper .page #builder-row-61c5af746680d .container .row #builder-column-61c5af746684e .rich-text p  {
	font-size: 18px;
}

.page-header:after {
	background-color: #f9c56a!important;
	width: 300px!important;
}

.about {
	margin-bottom: 40px;
}

.about:after {
	background-color: #f9c56a!important;
    content: ''!important;
    display: block!important;
    width: 200px;
    height: 2px;
    content: "";
    display: block;
    position: relative;
    height: 3px;
    width: 350px;
    margin: 0 auto;
}

/* AJUSTEMENTS RESPONSIVE */

@media(max-width: 727px){

	.page-id-1089 .body .main-wrapper .page #builder-row-601ab6bd5d14c .container .row #builder-column-601ab6bd5d18e #builder-module-601ab6c465b71 p img {
		width: 100%!important;
		height: 100px!important;
	}

	.page-id-607 .body .main-wrapper .page #builder-row-59e4c5636b754 .container .row #builder-column-59e4c5636b793 #builder-module-59e4c566b7866 p img {
		width: 100%!important;
		height: 110px!important;
	}

	.page-id-607 .body .main-wrapper .page #builder-row-59fb632b648db .container .row #builder-column-59fb632b64922 #builder-module-59fb632fb8d64 p img {
		width: 100%!important;
		height: 110px!important;
	}

	.page .body .main-wrapper .page #builder-row-59da2f8ddf9f4 .container .row .column_first .rich-text p img {
		width: 100%!important;
		height: 110px!important;
	}

	.page .body .main-wrapper .page #builder-row-5e2df40d1bf05 .container .row .column_first .rich-text p img {
		width: 100%!important;
		height: 110px!important;
	}

}

#builder-column-56841c1529125 {
	background-color: white!important;
}

/* FORMULES */ 

@media(max-width: 727px) {

	.container-bloc-formule .bloc-formule {
		width: 100%!important;
	}

}

@media(max-width: 1300px) {

	.container-bloc-formule {
		display: inline-block!important;
		text-align: center;
		margin-left: 0px!important;
	}

	.container-bloc-formule .bloc-formule {
		width: 300px!important;
		height: 300px!important;
	}

	.container-bloc-formule .bloc-formule .overlay h1 p {
		font-size: 27px!important;
	}


}

@media(max-width: 1200px) {

	.modal-dialog {
		width: 70%!important;
		margin: 0 auto!important;
		text-align: center;
	}

	.contenu-texte-formule {
		width: 100%!important;
		float: none!important;           
	}

	.contenu-image-formule {
		width: 80%!important;
		height: 300px!important;
		background-size: cover!important;
		background-position: center!important;
		margin: 0 auto!important;
	}

	.bouton-devis-choix .choix-atelier a {
		display: block!important;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 10px!important;
		margin-right: 0px!important;
	}

	.bouton-devis-choix .bouton-devis {
		width: 90%!important;
	}

	.bouton-devis-choix .bouton-devis p {
		font-size: 14px!important;
	}

}




.contenu-texte-formule {
	width: 50%;
	float: right;
	text-align: center;
	height: 480px;
	overflow: scroll; 
}

.contenu-texte-formule h2 {
	margin-top: 0px;
}

.contenu-image-formule {
	width: 44%;
	height: 500px;
	background-size: cover;

}

.container-bloc-formule {
	margin-top: 50px;
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container-bloc-formule .bloc-formule {
	height: 392px;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 20px;
	width: 392px;
	position: relative;
}

.container-bloc-formule .bloc-formule .overlay {
	width: 100%;   
	height: 100%;
	background-color: rgba(250,181,0.3,0.9);
	position: absolute;
	left: 0;
	opacity: 0;
	top: 0;
}

.btn-primary {
	background-color: transparent!important;
}

.container-bloc-formule .bloc-formule:hover {
	cursor: pointer;
}

.container-bloc-formule .bloc-formule:hover .overlay {
	opacity: 1;
	transition: 0.4s;
}

.container-bloc-formule .bloc-formule .overlay h1 p {
	font-size: 34px;
    font-weight: bold!important;
    margin-top: 180px!important;
    color: black!important;
}

.bouton-devis-choix .bouton-devis {
	width: 320px;
    text-align: center;
    background-color: #F9B500;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 30px;
}

.bouton-devis-choix .bouton-devis:hover {
	cursor: pointer;
	background: #48271c!important;
	transition: 0.4s;
}

.bouton-devis-choix .bouton-devis p {
	line-height: 50px;
    color: white;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
}

.bouton-devis-choix .choix-atelier {
	margin-bottom: 10px;
	text-align: center;
	display: none;
}

.bouton-devis-choix .choix-atelier a {
	display: inline-block;
	font-family: 'Ciutadella' !important;
	text-transform: uppercase;
	font-size: 20Px;
	font-weight: bold;
	letter-spacing: 5px;
	color: #F9B500;
	margin-right: 5px;
	margin-top: 20px;
	background: #48271c!important;
	text-align: center;
	padding: 15px;
}

.bouton-devis-choix .choix-atelier a:hover {
	color: white;
	transition: 0.4s;
}

.container-bloc-formule .bloc-formule .pop-up-formule {
	display: none;
}

.modal-dialog .modal-content {
	margin-top: 150px;
}

.modal-dialog .modal-content .modal-header {
	border-bottom: none!important;
}

.modal-dialog .modal-content .modal-header .modal-title p {
	font-weight: bold!important;
    font-size: 32Px!important;
    letter-spacing: 2Px!important;
    margin-top: 20px!important;
    color: #F9B500;
}

.modal-header .close {
	margin-top: -64px!important;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none!important;
}


.features-content p {
	text-align: left;
}


.about p {
	text-align: left;
}


#builder-row-64edb6fe4df77 .page-header h2 , #builder-row-64edb55945ab9 .page-header h3, #builder-row-64edb55945ab9 .rich-text p {
	color: black!important;
}




#builder-row-64edb6fe4df77 , #builder-row-64edb55945ab9 {
	background: rgb(228, 228, 228);
}

#builder-row-64edb6fe4df77 h2, #builder-row-64edb55945ab9 h3,  #builder-row-64edb55945ab9 p , #builder-row-64edb6fe4df77 p {
	color: white;
}


