/*
Theme Name:     Theme enfant Divi
Description:    Theme enfant de Divi
Author:         William
Template:       Divi                      
Version:        0.1.0
*/



/* Général*/
/* Couleur des liens*/
a {
    color: #52ae32;
}

/* HEADER */
/* Menu secondaire*/

/* Marge autour du menu secondaire*/
#top-header .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

/* Telephone cliquable*/
.telephone {
	padding-top: 10px;
    float: left;
	margin-right:10px;
}

.telephone > a > img {
	width: 15px;
    vertical-align: sub;
    margin-right: 5px;
}

/* Lien vers google map*/

.googlemap{
	padding-top: 10px;
    float: left;
	margin-right:10px;
}

.googlemap> a > img {
	width: 15px;
    vertical-align: sub;
    margin-right: 5px;
}

/* Lien vers Facebook*/

.infofacebook{
	padding-top: 7px;
    float: left;
	margin-right:10px;
}

.infofacebook> a > img {
	width: 20px;
    vertical-align: sub;
    margin-right: 5px;
}

/* Lien vers notre histoire*/
.menu_secondaire_notre_histoire {
	padding-top: 10px;
    float: left;
}

/* Liens au survole */

.googlemap> a:hover, .telephone> a:hover, .menu_secondaire_notre_histoire > a:hover {
	color:#cac9c9!important;
}

/* Icone au survole */
/* la seconde image n'est pas visible */
.telephone img:last-child, .googlemap img:last-child, .infofacebook img:last-child {
	display:none;
}

/* la première image n'est plus visible laissant apparaître la seconde */
.telephone:hover img:first-child, .googlemap:hover img:first-child, .infofacebook:hover img:first-child{
	display:none;
}

.telephone:hover img:last-child, .googlemap:hover img:last-child, .infofacebook:hover img:last-child {
	display:inline-block;
}


/* On supprime le panier classique*/
.et-cart-info {
    display:none;
}

/* Nouveau panier*/
a#festi-cart.woocart-show {
    background-image: url(https://ouestbordure.fr/wp-content/uploads/2018/09/elts-homepage-OB_panier.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 10px;
}

/* Bouton voir panier*/
body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart,body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart {
    border:0px;
    background-color: #52ae32;
	font-size:14px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

/* Bouton voir panier Survole */
body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-view-cart:hover,body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-view-cart:hover {
	transform:scale(1.1);
	background-color: #52ae32;
}

/* Bouton payer */
body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout,body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout {
    border: 0px;
    background-color: #afca0b;
    font-size: 14px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


/* Bouton payer Survole */
body div.festi-cart-products-content > p.festi-cart-buttons a.festi-cart-checkout:hover,body div.festi-cart-pop-up-products-content p.festi-cart-buttons a.festi-cart-checkout:hover {
	transform:scale(1.1);
	background-color: #afca0b;
}

/* Texte continuez les achats */
div#popup-nav-wrapper span.festi-cart-continue-shopping {
    color: #52ae32;
}

div#popup-nav-wrapper span.festi-cart-continue-shopping:hover {
    color: #52ae32;
}

/* Texte produit */
body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item > td.festi-cart-product-title a.festi-cart-title, body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title {
	color: #52ae32;
}

body div.festi-cart-products-content table.festi-cart-list tr.festi-cart-item > td.festi-cart-product-title a.festi-cart-title:hover, body div.festi-cart-pop-up-products-content table.festi-cart-list tr.festi-cart-item td.festi-cart-product-title a.festi-cart-title:hover {
	color: #52ae32;
}

/* Menu principale*/

/* alignement vertical des menu*/
#top-menu li {
    vertical-align: middle;
}

/* menu entretien et nettoyage*/
.entretien {
	line-height: 25px!important;
	text-align:center;
}

/* survol menu */
#top-menu-nav>ul>li>a:hover {
	font-weight: bold;
	opacity: 1;
}

/* menu actif */
#top-menu li.current-menu-item>a {
	font-weight: bold;
	opacity: 1;
}

/* Catégorie Blog active */
.current-cat {
	font-weight:bold;
}

/* Page boutique active */
.current-menu-item {
	font-weight:bold;
}

/* Page boutique sidebar */
.et_pb_bg_layout_light .et_pb_widget li a {
    color: black;
}

.et_pb_bg_layout_light .et_pb_widget li a:hover {
    font-weight: bold;
}



/* Page d'accueil */
/* Slider */

/* Taille titre */
.et_pb_bg_layout_dark h1 {
	font-size:50px;
	line-height: 65px;
}

/* Taille controleur */
.et-pb-controllers a {
    width: 15px;
    height: 15px;
}

/* Couleur controleur actif */
.et-pb-controllers .et-pb-active-control {
    background-color: #afca0b!important;
}

/* Couleur fleches */
.et-pb-arrow-next, .et-pb-arrow-prev {
    background-color: #afca0b;
    border-radius: 100px;
	color:white!important;
}

/* Slider image */

.cta_accueil {
	margin-top:50px;
}

.cta_accueil_vert, .cta_accueil_jaune, .cta_accueil_histoire, .cta_accueil_gris {
	display:inline-block;
	margin-right: 15px;
    margin-left: 15px;
	
}

.cta_accueil_gris > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #9e9e9c;
    display: block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_accueil_gris > a:hover {
    transform: scale(1.1);
}



.cta_accueil_vert > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #52ae32;
    display: block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_accueil_vert > a:hover {
	transform: scale(1.1);
}

/* CTA Vert  */

.cta_sous_page_allees_vert > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #52ae32;
    display: block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_sous_page_allees_vert > a:hover {
	transform: scale(1.1);
}


/* CTA Jaune  */

.cta_accueil_jaune > a, .cta_accueil_histoire > a, .cta_expertise_jaune > a, .cta_allees_jaune > a, .cta_terrasses_jaune > a, .cta_nettoyage_jaune > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #afca0b;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_accueil_jaune > a:hover, .cta_accueil_histoire > a:hover, .cta_expertise_jaune > a:hover, .cta_allees_jaune > a:hover, .cta_terrasses_jaune > a:hover, .cta_nettoyage_jaune > a:hover {
	transform: scale(1.1);
}



/* Newsletter */
.page-id-40 input[type=email], .page-id-40 input[type=text] {
	color: white;
    background-color: transparent;
}

.page-id-40 ::placeholder  {
	color:white;
}


/* Texte presentation */

.txt_presentation h2 {
	color:#52ae32;
	font-size:30px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 35px;
}

.txt_presentation p {
	font-size:18px;
	margin-right:20%;
	margin-left:20%;
	color:black;
	margin-top:20px;
}


/* Texte expertise */

.txt_expertise {
	text-align:center;
	margin-top: 50px;
}

.txt_expertise h2 {
	font-size:24px;
	font-weight:bold;
	text-transform:uppercase;
	line-height: 35px;
}

.cta_expertise_jaune {
	display: inline-block;
    position: relative;
    padding: 5px;
}

/* Picto expertise */
.picto_accueil {
	text-align: center;
	
}

.picto_accueil_img {
	width: 170px;
    text-align: center;
	display:inline-block;
	padding: 5px;
	vertical-align: top;
}

.picto_accueil_img > h3 {
	text-transform:uppercase;
	color:black;
	font-size:14px;
}

/* Texte concept */

.txt_concept > h2 {
	font-size: 44px;
    color: #52ae32;
    font-weight: 100;
}

.txt_concept > h3 {
	font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    padding-bottom: 0px;
}

.txt_concept > p {
	font-size: 16px;
}

/* Texte notre histoire */
.bloc_txt_histoire {
	height:100%!important;
	
}

.bloc_txt_histoire > .et_pb_text_inner {
	height: 100%!important;
    display: table;
}

.txt_histoire {
	display: table-cell;
    vertical-align: middle;
	
}

.txt_histoire > h1 {
    font-size: 36px;
    font-weight: 100;
    color: #52ae32;
}

/* Texte Allées + Texte Terrasses + Texte Nettoyage + Texte Entreprises  */


.txt_allees, .txt_terrasses, .txt_nettoyage, .txt_entreprises   {
	padding-left: 10%;
    padding-right: 10%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.txt_allees > h1, .txt_terrasses > h1, .txt_nettoyage > h1, .txt_entreprises > h1{
	color:#52ae32;
	font-weight:bold;
}
.txt_alleesV2 {
	font-size:16px;
}

.img_alleesV2 {
transition: all 0.5s ease-in-out;
}

.img_alleesV2:hover {
	filter: brightness(50%);
	-webkit-filter: brightness(50%);
}

.txt_allees > p, .txt_terrasses > p, .txt_nettoyage > p, .txt_entreprises > p, .txt_sous_page_allees > p {
	font-size:16px;
}

/* Position ancre vers formulaire pour devis */
#devis {
    margin-top: -150px;
    position: absolute;
}

/* Liste puces Allées + Terrasses + Nettoyage + Entreprises (centrer texte verticalement) */

.bloc_puces_allees, .bloc_puces_terrasses, .bloc_puces_nettoyage, .bloc_puces_entreprises, .bloc_contact_entreprises {
	height: 100%!important;
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
}

.bloc_puces_allees > .et_pb_text_inner, .bloc_puces_terrasses > .et_pb_text_inner, .bloc_puces_nettoyage > .et_pb_text_inner, .bloc_puces_entreprises > .et_pb_text_inner, .bloc_contact_entreprises > .et_pb_text_inner {
	height: 100%!important;
    display: table;
	padding-top: 30px;
    padding-bottom: 30px;
}

.puces_allees, .puces_terrasses, .puces_entreprises  {
	display: table-cell;
    vertical-align: middle;
	font-size: 20px;
    color: white;
    line-height: 30px;
    font-weight: 600;
	
}

/* Texte Allées Entretien */


.txt_allees_entretien {
	text-align:center;
	margin-top: 30px;
}

.txt_allees_entretien > h2 {
	color:black;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom: 0px;
}


.picto_entretien > h3 {
	margin-top:10px;	
}

.txt_entretien_droite {
    margin-top: 30px;
}

.txt_entretien_droite > p {
	font-size:16px;
}

/* Texte Nettoyage */

.puces_nettoyage  {
	display: table-cell;
    vertical-align: middle;
	font-size: 20px;
    color: white;
    line-height: 30px;
    font-weight: 600;
	
}

/* Nettoyage : Devis + credit impot */

.col_devis {
	margin-top: 30px;
}

.col1_devis, .col2_devis {
	width: 49%;
    display: inline-block;
}

.col2_devis {
	vertical-align:middle;
}

.credit_impot {
	text-align: center;
}

.credit_impot > img {
	width:200px;
	
}

.txt_credit_impot	{
	font-size: 12px;
    padding-left: 10%;
    padding-right: 10%;
	margin-bottom: 40px;
}

/* Nettoyage : Picto + block */

.nettoyage_picto {
	max-height:490px;
}

.cta_nettoyage_contact_jaune, .cta_nettoyage_boutique_jaune {
	text-align:center;
}

.cta_nettoyage_contact_jaune > a, .cta_nettoyage_boutique_jaune > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    background-color: #afca0b;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_nettoyage_contact_jaune > a:hover, .cta_nettoyage_boutique_jaune > a:hover {
	transform: scale(1.1);
}


.cta_nettoyage_boutique_jaune > a {
	margin-bottom:40px;
}


/* Entreprises : Devis + Image abeille */

.col_entreprises {
	margin-top: 30px;
}

.col1_entreprises, .col2_entreprises {
	width: 49%;
    display: inline-block;
}

.col2_entreprises {
	vertical-align:middle;
}

.abeille_entreprises {
	text-align: right;
}

.abeille_entreprises > img {
	width:150px;
	
}

/* Entrprises : bloc text contactez nous */

/* centrage verticale + taille police + couleur */
.txt_contact_entreprises  {
	display: table-cell;
    vertical-align: middle;
	font-size: 16px;
    color: white;
    line-height: 30px;
    font-weight: 600;
	
}
.txt_contact_entreprises > h2{
	color:#52ae32;
	font-weight:bold;
	text-transform:uppercase;
}

.txt_contact_entreprises > p {
	font-size:16px;
	color:black;
}

/* Blog*/
/* Custome bouton lire article*/
.et_pb_posts a.more-link {
    display: block;
    clear: both;
    color: white;
    background-color: #afca0b;
    width: 150px;
    padding: 5px;
    text-align: center;
    margin-top: 20px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.et_pb_posts a.more-link:hover {
   	transform:scale(1.1);
}

/* Séparation entres articles  */
.et_pb_post {
    margin-bottom: 60px;
    border-bottom: 1px solid #666;
    padding-bottom: 10px;
}

/* Infos articles  */
.et_pb_post .post-meta {
    font-size: 12px;
    font-style: italic;
}

/* Suppression catégorie  */
li.cat-item.cat-item-1 {
	display:none;
}

/* CTA lire article  */
.retour_journal > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    background-color: #afca0b;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.retour_journal > a:hover {
	transform:scale(1.1);
}


/* Page Contact */
/* Haute module carte */
.et_pb_map {
    height: 100%;
    min-height: 400px;
}

/* Couleur champ formulaire */
.quform-field-text::placeholder, .quform-field-email::placeholder, .quform-field-textarea::placeholder  {
	color:black;
}

/* Bouton formulaire */
.quform-element-submit>div {
    width: 100%;
}

.quform-button-submit-default>button {
    padding: 10px;
    background-color: #afca0b;
    color: white;
    border: none;
    width: 150px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: 600;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.quform-button-submit-default>button:hover {
	transform:scale(1.1);
}

.quform-option .quform-option-label a {
    color: #52ae32;
	font-weight:bold;
}

/* Page boutique */
/* Custom Titre */
h2.woocommerce-loop-product__title {
	background-color: #afca0b;
    text-align: center;
    color: white!important;
    bottom: 37px;
    position: relative;
    width: 200px;
    margin-left: auto!important;
    font-weight: 600;
    padding: 10px;
    margin-right: auto!important;
}

/* Custom Prix */
.woocommerce ul.products li.product .price {
    font-size: 16px;
    bottom: 75px;
    position: relative;
    text-align: center;
    color: black!important;
    font-weight: bold;
}

/* Custom Description */
p.home_product_text {
	color:black;
}

.description_courte_produits {
	max-height:40px;
}

/* Overlay : suppression icone */
.et_overlay:before {
	display:none;
}

/* Custom Overlay */
.et_shop_image:hover .et_overlay {
	z-index: 0;
    opacity: 0.8;
}

/* Taille des éléments pour 2 blocks */
.woocommerce ul.products li.product {
    margin: 0 3% 20px 0!important;
    width: 47.0%!important;
}


/* Page Produit */

/* Picto attention */
.img_attention {
	vertical-align:bottom;
}

/* Taille police variation */
.orderby, .woocommerce div.product form.cart .variations td select {
    font-size: 16px;
}

/* Prix */
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #52ae32!important;
    font-weight: bold;
}

/* Bouton effacer */
.woocommerce div.product form.cart .reset_variations {
    color: #52ae32!important;
}

/* Prix + Variation sur deux lignes */
.woocommerce div.product form.cart .variations td {
    display: block!important;
}

/* Suppression marge sous le prix */
.woocommerce div.product form.cart .variations {
    margin-bottom: 0em;
}

/* CTA Question */

.cta_question_jaune > a {
	color:white;
	font-weight:bold;
	padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #afca0b;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cta_question_jaune > a:hover {
	transform:scale(1.1);
}

/* Suppression bouton sur produits apparentés */
.woocommerce ul.products li.product .button {
    display: none;
}

/* CTA Ajout au panier */

.woocommerce div.product form.cart .button {
    border: 0px;
    border-radius: 0px;
    font-size: 14px;
    color: white;
    font-weight: bold;
    padding: 10px;
    width: 200px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    background-color: #afca0b!important;
    display: inline-block;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.woocommerce div.product form.cart .button:hover {
	transform:scale(1.1);
}

/* Ajout au panier : suppression fleche */

.woocommerce div.product form.cart .button:after {
	display:none;	
}

/* Page Panier */
/* Bouton mettre à jour le panier */
.woocommerce-page button.button {
    border: 0px solid!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    background-color: #afca0b!important;
    color: white!important;
	padding: .4em 1em;	-webkit-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

.woocommerce-page button.button:hover {
    border: 0px solid!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    background-color: #afca0b!important;
    color: white!important;
	padding: .4em 1em!important;
	transform:scale(1.1);
}

/* Bouton mettre à jour panier désactiver */
.woocommerce button.button:disabled {
	padding: .4em 1em!important;
}

/* Bouton valider le panier */
.woocommerce a.button {
	border: 0px solid!important;
    -webkit-border-radius: 0px!important;
    -moz-border-radius: 0px!important;
    border-radius: 0px!important;
    background-color: #afca0b!important;
    color: white!important;
	padding: .4em 1em!important;	
	-webkit-transition: all 0.2s ease-in-out!important;
    transition: all 0.2s ease-in-out!important;
}

.woocommerce a.button:hover {
	transform:scale(1.1);
}

/* Suppression flêche des boutons */
button.button:after {
	display:none!important;
}

.woocommerce a.button:after{
	display:none;
}

/* Notification */
.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    background: transparent;
    color: black!important;
}

/* Page commande */
.woocommerce-info a {
    color: black!important;
}

.woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message {
    color: #52ae32!important;
}

/* Page mon compte */
.titre_mon_compte {
	display: inline-block;
    margin-bottom: 20px;
}

.titre_mon_compte > h2 {
    color: white;
    display: inline-block;
    position: relative;
    background-color: #52ae32;
    width: 100%;
    padding: 10px 10px;
}

.img_mon_compte {
	vertical-align:middle;
	margin-left: -8px;
}

/* Block choisir son image */
#yith-wcmap-avatar-form {
    z-index: 999999999999;
}

/* Parrainage */

.woocommerce input.button {
	color: white;
    padding: .3em 1em!important;
    background-color: #afca0b;
    border: 0px;
    border-radius: 0px;
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce input.button:hover {
	color: white;
    padding: .3em 1em!important;
    background-color: #afca0b;
    border: 0px;
    border-radius: 0px;
	transform:scale(1.1)
}


/* FOOTER */

/* Centrer Widget */
.et_pb_widget {
    float: initial;
    max-width: 100%;
}

.et_pb_gutters3 .footer-widget {
    margin: 0 5.5% 2% 0;
}

#footer-widgets {
    padding: 2% 0 0;
}

/* Titre widget centré */
#main-footer .footer-widget h4 {
    text-align: center;
}

/* Texte widget centré */
.footer-widget {
    text-align: center;
}

/* Texte widget Hover */

#footer-widgets .footer-widget li a:hover {
    font-weight: bold;
}


/* Logo footer */

.footerlogo {
	margin-top:30px;
}

/* Texte menu pied de page */
.menu-pied-de-page-container {
    line-height: 1;
    margin-top: 20px;
}

/* reseaux sociaux */
.footerfacebook, .footerpinterest {
	display:inline-block;
	padding: 5px;
	display:inline-block;
}

/* reseaux sociaux taille image */
.footerfacebook > a > img, .footerpinterest > a > img {
	width:50px;
}

/* la seconde image n'est pas visible */
.footerfacebook img:last-child, .footerpinterest img:last-child {
	display:none;
}

/* la première image n'est plus visible laissant apparaître la seconde */
.footerfacebook:hover img:first-child, .footerpinterest:hover img:first-child{
	display:none;
}

.footerfacebook:hover img:last-child, .footerpinterest:hover img:last-child {
	display:inline-block;
}

/* Centrer crédits */
#footer-info {
    float: none;
    text-align: center;
}

/* taille police crédits */
#footer-info {
	font-size:14px!important;
}

/* Version mobile Paysage */
@media (max-width: 1080px) and (orientation:landscape) {

/* Header tablette */
.et_fixed_nav #et-top-navigation {
    padding-left: 250px!important;
}
	
#logo {
    max-height: 40%!important;
}
	
#top-menu li a {
    font-size: 14px!important;
}

/* Affichage menu secondaire */
.et_secondary_nav_only_menu #top-header {
    display: block;
}
	
/* Taille des pictos sur la page Accueil */	
.picto_accueil_img {
    width: 130px;
}
	
}


/* Version mobile Portrait */
@media (max-width: 980px) and (orientation:portrait) {

	
/* Afficher menu secondaire */
.et_secondary_nav_only_menu #top-header {
    display: block;
}	

/* Taille menu secondaire */
#top-header .container {
    width: 100%;
    height: auto;
    padding: 20px;
    min-height: 77px;
}

	
/* Panier */
a#festi-cart.woocart-show {
    background-image: url(https://ouestbordure.fr/wp-content/uploads/2018/09/elts-homepage-OB_panier.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px!important;
    left: 15px;
}
	
/* Taille des pictos sur la page Accueil */	
.picto_accueil_img {
    width: 150px;
}
	
/* Espacement des colonnes nettoyage */		
.nettoyage-colonne {
	margin-bottom:60px;		
}
	
/* Espacement des colonnes entreprise */		
.entreprise-colonne {
	margin-bottom:60px;		
}	

/* Ajustement pied de page */		
.footer-widget:nth-child(n) {
    width: 33.33333333333333%!important;
    margin: 0!important;
	margin-bottom: 50px!important;
}	
	
}

/* Version mobile Paysage */
@media (max-width: 768px) and (orientation:landscape) {

/* Panier */
a#festi-cart.woocart-show {
    background-image: url(https://ouestbordure.fr/wp-content/uploads/2018/09/elts-homepage-OB_panier.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px!important;
    left: 15px;
}

/* Taille des titres du slider */
.et_pb_bg_layout_dark h1 {
    font-size: 35px;
    line-height: 50px;
}

/* Taille des pictos sur la page Accueil */	
.picto_accueil_img {
    width: 130px;
}

/* Espacement des colonnes nettoyage */		
.nettoyage-colonne {
	margin-bottom:60px;		
}
	
/* Espacement des colonnes entreprise */		
.entreprise-colonne {
	margin-bottom:60px;		
}	

/* Ajustement pied de page */		
#footer-widgets {
    margin-bottom: 20px;
}
	
#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;
}	
	
}


/* Version mobile portrait */
@media (max-width: 480px) {


/* Menu secndaire */	
#top-header a {
    font-size: 11px!important;
}	
	
#top-header .container {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    min-height: 77px;
}	

/* Taille des titres du slider */
.et_pb_bg_layout_dark h1 {
    font-size: 35px;
    line-height: 50px;
}


/* Macaron crédit d'impot sur page entretien & nettoyage */	
.col1_devis, .col2_devis {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

/* Espacement des colonnes nettoyage */		
.nettoyage-colonne {
	margin-bottom:60px;		
}

/* Macaron abeille sur page entreprise */		
.col1_entreprises, .col2_entreprises {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.abeille_entreprises {
    text-align: center;
}
	
/* Espacement des colonnes entreprise */		
.entreprise-colonne {
	margin-bottom:60px;		
}	
	
/* Page boutique, produit sur une colonne */		
.woocommerce ul.products li.product {
    margin: 0 3% 20px 0!important;
    width: 100%!important;
}
	

/* Ajustement pied de page */	
#footer-widgets .footer-widget li {
    position: relative;
    padding-left: 0px;
}	
	
}
