
@import url("inc_default.css");
@import url("inc_header.css");

/** HOME SLIDER **/
section.home-top {
    position: relative;
    background-image: url('../images/home/slider_02.jpg');
    background-image: url('../images/home/slider_01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding-top: 45%;
}
section.home-top:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #3d3d3d26;
    z-index: 0;
}
.home-top .center-block {
    position: absolute;
    top: 25%;
    left: 16%;
    right: 16%;
    background: #ffffffeb;
    background: #ffffffc7;
    padding: 20px;
    text-align: center;
    z-index: 2;
}
.home-top .center-block-content {
    border: 1px solid #676767;
    padding: 30px 20px;
}
.home-top .center-block h1 {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.75px;
    font-size: 2.75rem;
    margin-bottom: 30px;
}
.home-top .center-block h2 {
    font-size: 1.45rem;
    font-weight: 400;
    font-family: Poppins;
}

/** HOME - ABOUT **/
section.home-about {
    background: #fff;
    padding: 65px 0;
}
section.home-about h3 {
    font-size: 22px;
}
section.home-about h3 {
    font-size: 22px;
}
section.home-about .title-line-left:before, 
section.home-about .title-line-right:after {
    top: 12px;
}
section.home-about p {
    margin-bottom: 0.7rem;
    line-height: 20px;
}
.signature {
    transform: rotate(-7deg);
    width: 160px;
}
.about-image-container {
    width: 100%;
    height: 100%;
    min-height: 400px;
    background-image: url('../images/home/home_intro.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/** HOME - PRESTATIONS **/
section.home-prestations {
    padding: 70px 0 130px 0;
    position: relative;
}
section.home-prestations .description {
    margin: 0 auto 40px auto;
    max-width: 900px;
}
.single-service_thumb {
    transition: .5s;
    position: relative;
    overflow: hidden;
}
.single-service_thumb img {
    width: 100%;
    height: auto;
    display: block;
    transform: scale(1);
    transition: 1s;
}
.single-service:hover .single-service_thumb img {
    transform: scale(1.15);
}
.single-service_content {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #ffffffad;
    padding: 6px 12px 12px 12px;
    text-align: center;
    z-index: 2;
}
.single-service_content.dark {
    background: #333333d6;
}
.single-service_content .single-portfolio-content-inner {
    border: 1px solid #313131;
    padding: 10px;
}
.single-service_content.dark .single-portfolio-content-inner {
    border: 1px solid #fff;
    padding: 10px;
}
.single-service_content span {
    color: #313131;
    margin: 0;
    font-size: 15px;
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-top: 15px;
    margin-bottom: 8px;
    display: block;
}
.single-service:hover .single-service_content span {
    display: block;
}
.single-service_content.dark span {
    color: #fff;
}
.single-service_content.dark span {
    color: #fff;
}
.single-service_content h3 {
    margin: 3px 0 0;
    font-size: 32px;
}
.single-service_content h3 a {
    display: inline-block;
    color: #313131;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
}
.single-service_content.dark h3 a {
    color: #fff;
}

.owl-theme .owl-nav .disabled {
    opacity:.5;
    cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{ 
    margin-top:10px
}
.owl-theme .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-theme .owl-dots .owl-dot span {
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span  {
    background:#869791;
}
.service-carousel-container {
    margin-left: 35px;
    margin-right: 35px;
    position: relative;
}
.testimonial-carousel {
    margin-top: 60px;
    margin-left: 24px;
    margin-right: 24px;
    width: auto;
}
.testimonial-carousel .owl-next,
.testimonial-carousel .owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 24px;
    opacity: 0.5;
}
.testimonial-carousel .owl-next:hover,
.testimonial-carousel .owl-prev:hover {
    opacity: 1;
}
.testimonial-carousel .owl-next {
    right: -25px;
}
.testimonial-carousel .owl-prev {
    left: -25px;
}
.testimonial-carousel .owl-prev:hover,
.testimonial-carousel .owl-next:hover {
    background: transparent;
}
.testimonial-carousel .owl-prev img,
.testimonial-carousel .owl-next img {
    position: relative;
    top: 30px;
    width: 55%;
}
.testimonial-carousel .owl-dots {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 100%;
}

@media (max-width: 1199px) {
    
    .home-top .center-block h1 {
        font-size: 2.35rem;
    }
}
@media (max-width: 991px) {
    
    .home-top .center-block h1 {
        font-size: 2rem;
    }
    .home-top .center-block {
        top: 12%;
        left: 8%;
        right: 8%;
    }
}
@media (max-width: 767px) {
    
    section.home-top {
        padding-top: 58%;
    }
    .home-top .center-block h1 {
        font-size: 1.75rem;
        margin-bottom: 20px;
    }
    .home-top .center-block {
        left: 5%;
        right: 5%;
    }
    .home-top .center-block h2 {
        font-size: 1rem;
    }
}
@media (max-width: 576px) {
    
    section.home-top {
        padding-top: 70%;
    }
    .home-top .center-block h1 {
        font-size: 1.35rem;
        margin-bottom: 15px;
        font-weight: 700;
    }
    .home-top .center-block-content {
        padding: 20px 10px;
    }
    .home-top .center-block h2 {
        font-weight: 500;
    }
    
    .about-image-container {
        margin-top: 20px;
    }
}
@media (max-width: 379px) {
    section.home-top {
        padding-top: 120%;
    }
    .home-top .center-block-content {
        padding: 20px 10px;
    }
}


/*** HOME ACTUS ***/
section.home-actus {
    background: #f7f7f7;
    position: relative;
    padding: 60px 0 80px;
    overflow: hidden;
}
section.actus .container {
    position: relative;
    z-index: 2;
}


.blog-single-items {
  background: #ffffffd9;
  border-radius: 2px;
  padding: 0;
  margin: 10px 15px 30px;
  text-align: left;
  transition: all 0.3s;
  border: 1px solid #ebebeb;
}
.blog-single-items .before-after-image-container {
    height: 250px;
}
.blog-single-items .before-after-image-container.before-after-portrait img:first-child {
    margin-right: 2px;
}
.blog-single-items .before-after-image-container.before-after-paysage img:first-child {
    margin-bottom: 2px;
}
.blog-single-items:hover {
    box-shadow: 0 0 18px rgba(0,0,0,0.05);
}
.blog-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
}
    
.blog_thumb_content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 250px;
    transition: 1.75s;
}
.blog_thumb_content.default-image {
    background-position: center;
}
.blog-single-items:hover .blog_thumb_content,
.blog-single-items:hover .before-after-image {
    transform: scale(1.2);
}
.blog-content {
    padding: 5px 30px 20px 30px;
    margin: 10px 0;
}
.blog-date,
.blog-text > span {
    padding-bottom: 5px;
    color: #9d9d9d;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}
.blog-date i {
    color: #2782b9;
    font-size: 16px;
    margin-right: 3px;
}

.blog-page-title {
    font-size: 21px;
    margin: 10px 0 7px;
    font-weight: 400;
    transition: .3s;
    font-family: Poppins;
    font-size: 20px;
    line-height: 1.4;
}
.blog-text {
    color: #313131;
    line-height: 1.58;
}
.blog-text span i {
    color: #2782b9;
    margin-left: 6px;
    transition: 0.5s;
    font-size: 12px;
}
.blog-single-items:hover .blog-text span i {
    margin-left: 12px;
}
.blog-btn a {
  font-weight: 500;
  color: #7744D9;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 25px;
  display: inline-block;
}



/**** HOME - VIDEO *******/
section.home-video {
    padding: 60px 0;
    position: relative;
/*    background-image: url(../images/home/bandeau_ethique_dark.jpg);
    background-position: center;
    background-size: cover;*/
}

.modal-dialog {
    max-width: 1300px;
    width: 96%;
    margin: 40px auto;
}
.modal-body {
    position:relative;
    padding:0px;
}
.btn-close {
    position:absolute;
    right:-30px;
    top:0;
}
.video-text strong {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 29px;
    color: #949595;
    font-family: 'Poppins';
}
.single-video {
    position: relative;
    text-align: center;
    margin-top: 10px;
    box-shadow: 10px 10px 0px #5a5b5f29;
    margin-bottom: 30px;
    border-radius: 0;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.video-icon a {
	text-align: center;
	display: inline-block;
	position:relative;
}
.video-icon a::before {
    content: "";
    position: absolute;
    left: 49%;
    top: 50%;
    height: 90px;
    width: 90px;
    background: rgba(255, 255, 255, 0.6);
    z-index: -1;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	opacity: 1;
	}
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	opacity: 0;
	}
}
.video-icon a i {
    border: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(255,99,99,0.70);   
    color: #005084;
    font-size: 30px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.73);
    height: 70px;
    width: 70px;
    line-height: 70px;
    transition: .5s;
}
.v-overlay .video-icon a i {
    border: 0px solid #fff;
    font-size: 30px;
}
.video-icon {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    padding-top: 8px;
}
.single-video::before {
    content: "";
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: #00000030;
}
.single-video.video-overlay:before {
	background-color: rgba(0, 0, 0, 0.4);
	border: 3px solid rgba(255, 255, 255, 1);
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 95%;
}
.single-video.video-overlay:before {
	background: rgba(255, 160, 0, 0.5) none repeat scroll 0 0;
	border: 3px solid rgba(255, 255, 255, 1);
	bottom: 0;
	content: "";
	height: 95%;
	left: 0;
	margin: auto;
	width: 95%;
}
.video_area .single-video::before {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 0;
}
.single-video img {
    display: block;
    width: 100%;
    border-radius: 0;
}


/**** HOME : REVIEws *****/
section.home-reviews {
    background: #f7f7f7;
    position: relative;
    padding: 70px 0 90px;
}
.testimonial_list {
    margin-top: 25px;
}
.testimonial-content {
    position: relative;
    z-index: 1;
    background: #f8fafb;
    background: #ffffffad;
    padding: 36px 36px 28px 38px;
    border-radius: 8px;
    border: 1px solid #eaeaea;
}
.testimonial-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 30px;
    margin: auto;
    width: 30px;
    background: #fff;
    transform: rotate(45deg);
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
}
.testimonial-author {
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #313131;
    line-height: 22px;
    font-family: 'Poppins';
}
.testimonial-content .testimonial-icon {
    color: #2782b96e;
    font-size: 45px;
}
.single-testimonial-box {
    text-align: center;
    margin: 0 0 25px 0;
}
.testimonial-content .stars-container {
    /*color: #2782b9;*/
    color: #ffbb00;
    margin-top: 20px;
    font-size: 17px;
}
.testimonial-content .stars-container i {
    margin-right: 4px;
}
.testimonial-content .testimonial-text {
    margin-top: 18px;
    line-height: 22px;
    font-size: 16px;
    text-align: left;
    color: #666666;
}
.testimonial-content .testimonial-date {
    /* font-style: italic; */
    /*text-transform: capitalize;*/
    font-size: 13px;
    color: #8b8b8b;
    margin-top: 3px;
    font-weight: 400;
}
.testimonial-content .testimonial-text p {
    margin: 0;
    font-size: 14px;
}
.single_testimonial_thumb img {
    width: 65px;
    border-radius: 50%;
    margin: 0;
    margin-right: 5px;
    animation: checkAnim 2s infinite;
}
.big-stars-infos {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    font-size: 13px;
}
.big-stars-infos > div span {
    font-size: 24px;
    font-weight: 900;
    font-family: 'Poppins';
    padding-left: 5px;
}
.big-stars-infos > div {
    white-space: nowrap;
}
.big-stars-infos .stars-container i {
    color: #ffbb00;
    font-size: 30px;
    margin: 0 3px;
}





/**** HOME : mécennat *****/
section.home-mecenat {
    position: relative;
    padding: 50px 0;
    background-image: url('../images/home/mecenat-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.home-mecenat:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    background: #00000017;
    z-index: 0;
}
.mecenat-content {
    background: #ffffffcc;
    padding: 7%;
    margin-right: 25px;
}
.mecenat-content p {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
}
.mecenat-txt-container {
    z-index: 2;
}
.mecenat-logo {
    max-width: 80px;
    margin: 0 10px;
}


/**** HOME : service à la personne *****/
section.home-sap {
    position: relative;
    padding: 20px 0;
    background: #005186;
}
.sap-content {
    padding: 2% 5%;
}
section.home-sap img {
    z-index: 3;
    position: relative;
    width: 205px;
    max-width: 100%;
}
.sap-content .title-line-left {
    font-size: 1.75rem;
    color: #fff;
}
.sap-content  .title-line-left:before {
    background: #fff;
}
.sap-content p {
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
}
.sap-content a {
    color: #fff;
}
.sap-txt-container {
    z-index: 2;
}


/*** actus list page ***/
section.blog-list {
    background: #f9f9f9;
}



/*** SINGLE ACTU PAGE ***/
.actu-single {
   background: #f9f9f9; 
}
.blog-detail .inner-box .image {
    position: relative;
}
.blog-detail .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}
.blog-detail .inner-box .lower-content {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    padding: 35px;
}
.blog-detail .inner-box .lower-content .upper-box h3 {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    margin-top: 10px;
    color: #6b6b6b;
}
.blog-detail .inner-box .lower-content .lower-box {
    position: relative;
}
.blog-detail .inner-box .lower-content .lower-box .text ul,
.blog-detail .inner-box .lower-content .lower-box .text ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}
.blog-detail .before-after-image-container {
    width: 100%;
}
.blog-detail .inner-box .image *:not(.before-after-image-container) img {  
    
}
.actu-single .left-col-block {
    padding : 0;
}
.actu-single .post-date {
    color: #2782b9;
    font-size: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.actu-single .actu-title {
    color: #151515;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    margin-top: 11px;
    line-height: 1.2;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 25px;
}
.other-actus-block {
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.other-actu-thumbnail {
    max-width: 46%;
    margin-right: 20px;
    max-height: 125px;
    overflow: hidden;
}
.other-actu-thumbnail .before-after-image-container.before-after-portrait img:first-child {
    margin-right: 2px;
}
.other-actu-thumbnail .before-after-image-container.before-after-paysage img:first-child {
    margin-bottom: 2px;
}
.other-actu-infos a {
    font-weight: 600;
    color: #5b5b5b;
}
.other-actu-infos span {
    color: #9f9f9f;
    font-size: 13px;
    margin-bottom: 8px;
    display: block;
}
.social-icon {
    text-align: center;
}
.social-icon a i {
    display: inline-block;
    border: 1px solid #e6e6e6;
    font-size: 20px;
    text-align: center;
    height: 45px;
    width: 45px;
    line-height: 45px;
    margin: 0 8px 8px 0px;
    border-radius: 3px;
    color: #a9a9a9;
    transition: .5s;
}
.social-icon  a i:hover {
    background: #2782b9;
    color: #fff;
}


/*** review page ***/
section.reviews {
    background: #f9f9f9;
}
section.reviews .testimonial-content:before {
    display: none;
}
section.reviews .single-testimonial-box {
    margin: 0;
}

.grid-masonry  .grid-item {
    width: 23%;
    margin: 1%;
}
@media (max-width: 1200px) {
    .grid-masonry .grid-item {
        width: 31%;
    }
}
@media (max-width: 991px) {
    .grid-masonry .grid-item {
        width: 48%;
    }
}
@media (max-width: 767px) {
    .grid-masonry .grid-item {
        width: 100%;
    }
}


/**** CONTENT PAGES ****/
section.ethique .page-main-illustration-bg {
    background-image: url('../images/pages/ethique_main_illus.jpg');
}
section.urgences .page-main-illustration-bg {
    background-image: url('../images/pages/urgences_main_illus.jpg');
}
section.mecenat {
    padding-top: 40px;
}
section.mecenat .page-main-illustration-bg {
    background-image: url('../images/pages/mecenat_main_illus.jpg');
}
section.gestion-patrimoine .page-main-illustration-bg {
    background-image: url('../images/pages/gestion_patrimoine.jpg');
}
section.taille-elagage .page-main-illustration-bg {
    background-image: url('../images/pages/taille_elagage.jpg');
}
section.haubanage-abattage .page-main-illustration-bg {
    background-image: url('../images/pages/haubanage_abattage.jpg');
}
section.old .page-main-illustration-bg {
    background-image: url('../images/pages/old_main_illus.jpg');
}
section.parasites .page-main-illustration-bg {
    background-image: url('../images/pages/parasites_main_illus.jpg?v=2');
    background-position: top center;
}
section.autres .page-main-illustration-bg {
    background-image: url('../images/pages/autres_main_illus.jpg');
}
section.bibliotheque .page-main-illustration-bg {
    background-image: url('../images/pages/bibliotheque_main_illus.jpg');
}
section.entretien .page-main-illustration-bg {
    background-image: url(../images/pages/entretien_main_illus.jpg);
    background-position: top center;
}


/** mentions légales **/
section.legal h2 {
    color: #2782b9;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 35px;
    font-weight: 400;
    font-size: 22px;
}

section.legal h3 {
    font-size: 17px;
    text-transform: none;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 25px;
}

section.legal ul {
    margin-bottom: 20px;
    padding-left: 2rem; 
}


/*** contact **/
section.contact {
    padding-top: 20px;
}
#mail-control {
    display: none;
}

.contact-us-area {
    padding-top: 10px;
}
.contact-us-single-box {
    margin-bottom: 25px;
    background: #f3f3f3;
    padding: 43px 25px;
    margin-right: 30px;
}
.contact-us-icon {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
    width: 56px;
    height: 56px;
}
.contact-us-icon i {
    font-size: 50px;
    color: #d1d8db;
}
.contact-us-title {
    overflow: hidden;
}
.contact-us-title h2 {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 25px;
    margin-top: 5px;
    color: #2782b9;
}
.contact-us-title p {
    padding: 5px 0 0;
    margin: 0;
    line-height: 22px;
}
.contact-us-title a {
    margin-top: 6px;
    display: inline-block;
    font-size: 16px;
}
.contact-us-title a i {
    color: #d3d6d7;
    margin-right: 5px;
    width: 15px;
    text-align: center;
}

/** FORMULAIRE **/
.contact-form-box {
    background: #f3f3f3;
    padding: 30px 45px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.contact-form-box input,
.contact-form-box textarea {
    height: 42px;
    transition: .5s;
    padding: 7px 12px;
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #777;
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    -webkit-appearance: none;
    border: 1px solid #e1e1e1;
}
.contact-form-box textarea {
    height: 220px;
}

::placeholder {
    color: #acb0b5;
}
::-webkit-input-placeholder {
    color: #acb0b5;
}
::-moz-placeholder {
    color: #acb0b5;
}
:-ms-input-placeholder {
    color: #acb0b5;
}
:-moz-placeholder {
    color: #acb0b5;
}

.contact-form-personnal {
    padding-top: 10px;
}
.contact-form-legend {
    margin-bottom: 18px;
    padding-top: 20px;
    padding-left: 0px;
    font-weight: 700;
    color: #8e8e8e;
    text-transform: uppercase;
    font-size: 15px;
    border-bottom: 1px solid #ccc;
    line-height: 22px;
}


@media (max-width: 991px) {
    .contact-us-single-box {
        margin-bottom: 10px;
        padding: 25px;
        margin-right: 0;
    }
    .contact-us-single-box:last-child {
        margin-bottom: 35px;
    }
}


/*** mentions légales **/
.legal-contact-txt {
    font-style: italic;
    font-size: 12px;
    line-height: 14px;
    padding: 0 5px 0 5px;
    margin-bottom: 25px;
    margin-top: 10px;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    text-transform: none;
    color: #53656e;
    font-weight: 400;
}

.contact .message-confirmation-container {
    background: #ffffff47;
    z-index: 1;
    padding: 25px;
    color: #2782b9;
    font-weight: 500;
    margin-top: 25px;
    margin-bottom: 15px;
    position: relative;
    line-height: 28px;
    border: 2px solid #2782b9;
}
.contact .message-confirmation-container .close-btn {
    cursor: pointer;
}
.contact .message-confirmation-container .close-btn:before {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00d";
    color: #2d82b9;
    position: absolute;
    top: 10px;
    right: 15px;
}


.contact form.axel-form {
    margin-top: 12px;
}
.contact-google-map {
    margin-top: 45px;
    line-height: 0;
}
.contact-google-map iframe {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    height: 460px;
}