/**
* Theme Name: Sanat Child
* Description: This is a child theme of Sanat, generated by Merlin WP.
* Author: <a href="https://themeforest.net/user/expert-themes">Expert Themes</a>
* Template: sanat
* Version: 1.0
*/

/* À SUPPRIMER APRÈS LA MISE EN LIGNE */
.otgs-development-site-front-end{
  display: none;
}
/* À SUPPRIMER APRÈS LA MISE EN LIGNE */



ul.list-style-two {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
.map-info-box{display:none;}
.elementor-search-form__container.elementor-search-form--full-screen.elementor-lightbox {
    background: rgb(35 35 41 / 90%) !important;
}

.services-block .inner-box .upper-box h3 a {
    line-height: 0.9;
    display: inline-block;
}
.services-block .inner-box .upper-box h3 {
    display: flex;
    align-items: center;
    min-height: 56px;
}
.elementor-search-form--skin-full_screen .elementor-search-form__container {
    background-color: rgb(29 151 252 / 94%);
}
.main-header.header-style-two .header-top .top-right {
    padding: 0px 0px;
}
.main-header.header-style-two .header-top .top-left {
    padding: 5px 0px;
}
.main-header.header-style-two .header-top .top-left li {
    color: #f9f9f9;
    font-size: 14px;
}
.fact-counter .column .counter-title {
    font-size: 19px;
    font-weight: 500;
    color: #2f2e2e;
    line-height: 1;
    padding-top: 30px;
}
a.btn-primary.ghost {
    padding: 10px 20px;
    display: inline-block;
    background: transparent;
    color: black;
    text-transform: uppercase;
    border: 2px solid black;
    margin-top: 15px;
    border-radius: 25px;
}
a.btn-primary.ghost:hover, a.btn-primary.ghost:active {
    background: #048cfc;
    color: white;
    border-color: #048cfc;
}

body p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}
.footer p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
}
.grecaptcha-badge{
  opacity: 0 !important;
}

.page-id-459 .grecaptcha-badge{
  opacity: 1 !important;
}
.map-section-two .map-info-box {
    left: 50%;
    bottom: -50px;
    z-index: 1;
    transform: translateX(-50%);
    width: 1300px;
	margin-left: 0;
    max-width: 90%;
}
.map-accueil .map-section-two .map-info-box{
  display: none;
}

@media only screen and (max-width : 1200px) {
	.contact-info-section .list-style-three li strong {
		font-size: 13px;
	}
}
@media only screen and (max-width : 1024px) {
  .map-accueil .map-section-two .map-info-box{
    display: none;
  }
}


@media only screen and (max-width : 767px) {
	.copy p {
		font-size: 14px;
		line-height: 1.7em;
	}
	body {
		max-width: 100%;
		overflow-x: hidden;
	}
	.counter-section .counter-main-column .inner-column {
		padding-top: 20px;
	}
	.list-style-two li strong {
		font-size: 16px;
	}
	.map-info-box .info-inner{
    	padding: 25px 0px;
		box-shadow: 0 0 10px 0px #00000021;
	}
	.list-style-two li{
		margin-right:0;
	}
	ul.list-style-two {
		grid-template-columns: 1fr;
	}
}
