/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Text Domain:  generatepress_child
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
body {
    overflow: auto !important;
}
.col-search , div#gp-search {
    display: none;
}
.col-search {
    margin: auto;
    text-align: center;
    padding: 10px 0;
}
.col-search input.search-field {
    height: 30px;
    outline: 0;
    background: #ffffff;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 30px;
    padding: 0 15px;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    min-width: 420px;
}
.col-search button.search-submit {
    position: relative;
    outline: 0;
    padding: 0;
    width: 100%;
    height: 30px;
    border: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #d9d9d9;
    background: #333333;
    color: #ffffff;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    max-width: 171px;
}
.inside-header.grid-container {
    padding: 10px 0;
}
.inside-header.grid-container {
    padding: 10px 0;
}
.nav-float-right #site-navigation {
    margin: 0 18px 0 15px;
}
.col-icon-search {
    order: 3;
    cursor: pointer;
}
.col-icon-search {
    order: 3;
    cursor: pointer;
    background: #e50647;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.col-icon-search span , .col-icon-search span.close-icon  {
    display: flex ;
    justify-content: center;
    align-items: center;   
}
.col-icon-search i {
    font-size: 14px;
}

.site-logo img:hover {
    opacity: 0.8;
}
.menu a {
    font-family: 'Raleway';
    font-weight: 500;
    font-size: 14px;
    line-height: 30px;
}

ul.sub-menu li {
    border: 0.5px solid rgba(0, 0, 0, 0.1);
}
ul.sub-menu li {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
ul.sub-menu li:hover {
    padding-left: 10px;
}
.col-icon-search span.close-icon {
    display: none;
}
.col-icon-search:hover {
    background: #383838;
}
p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4d4d4d;
    margin: 0;
    padding: 0;
}
table, dl, p, .entry-content {
    font-family: 'Lato';
}
.site-footer footer {
    background: #161719;
}
.site-footer footer p {
    color: #b3b3b3;
    font-weight: 300;
}
.site-footer footer p a {
    color: #e50647;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.site-footer footer p a:hover {
    color: #fff;
    text-decoration: none;
}
.generate-back-to-top {
    bottom: 10%;
}
header.entry-header {
    display: none;
}
.col-title {
    background: #a1d8d9;
    text-align: center;
    color: #fff;
    width: 100%;
    min-height: 228px;
    max-height: 228px;
    display: flex;
    justify-content: center;
    align-items: center;
}
h2 {
    font-size: 24px;
    line-height: 24px;
    font-family: 'Lato';
    font-weight: bold;
}
.col-title h2 {
    font-size: 42px;
    font-family: 'Arial GEO' !important;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 50px;
}
.entry-content p {
    padding-top: 15px;
}
h4.underline_section_header.section-title {
    display: block;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}
h1, h2, h3, h4, h5, h5, h6 {
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: #383838;
    font-weight: 700 ;
}
h4 {
    font-size: 16px;
    line-height: 16px;
    font-family: 'Lato';
    font-weight: bold;
}
.col-title h2 {
    color: #fff;
}
h4.underline_section_header.section-title {
    position: relative;
}
h4.underline_section_header.section-title:after {
    display: block;
    position: absolute;
    content: '';
    bottom: -2px;
    left: 0;
    width: 75px;
    height: 3px;
    background: #ec4050;
}

.entry-content ul li {
    font-family: 'Lato';
    color: #4d4d4d;
    padding-bottom: 5px;
    padding-top: 5px;
    line-height: 20px;
}
.entry-content {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #4d4d4d;
}

.entry-content a {
    color: #e50647;
}

.entry-content ul {
    list-style-type: circle;
    padding-left: 30px;
    margin: 0;
}
.entry-content blockquote {
    display: block;
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 20px 20px 25px;
    margin: 15px 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.entry-content blockquote p {
    color: #808080;
    padding-top: 5px;
    font-style: normal;
}
h3 {
    font-size: 18px;
    line-height: 18px;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    padding-bottom: 15px;
    margin-top: 15px;
}
.entry-content:not(:first-child){
    margin-top: 0;
}
#page .icon-contact span.vc_icon_element-icon {
    font-size: 40px !important;
    color: #4d4d4d;
}
#page .icon-contact .vc_row .wpb_column .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
}
#page .icon-contact .vc_row .wpb_column .wpb_wrapper h4, #page .icon-contact p {
    text-align: center;
}
#page .icon-contact .vc_row .wpb_column:hover .wpb_wrapper h4,
#page .icon-contact .vc_row .wpb_column:hover .wpb_wrapper .vc_icon_element-icon {
    color: #e50647;
}
#page .icon-contact a {
    color: #4d4d4d;
    text-decoration: none;
}
.contact-title {
    text-align: center;
    font-weight: 900;
    color: #ffffff;
}
.contact-subtitle {
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    margin-top: 10px;
}
.grid-contact {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
    margin-bottom: 50px;
}
.col-contactform .wpcf7 .field .wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 0 15px;
}
.col-contactform .wpcf7 .textarea-field .wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    height: 130px;
    line-height: 24px;
    border: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    padding: 15px;
}
.col-contactform .wpcf7 .button-field input {
    background: #e50647;
}
.col-contactform .wpcf7 .button-field input:hover {
    background: #383838;
}
.col-contactform .wpcf7 .button-field input {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 25px;
    color: #ffffff;
    font-weight: 700;
    border: 0;
    outline: 0;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-transform: uppercase;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    margin-top: 25px;
}
ul.sub-menu .current-menu-item {
    padding-left: 10px;
}
.col-map .vc_column-inner {
    padding-top: 0 !important;
}
.col-map .wpb_wrapper  {
    padding-top: 10px !important;
}
.fa-phone-volume:before {
    content: ' \f2a0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
#menu-principal li:first-child  ul.sub-menu {
    width: 100%;
    min-width: 270px;
}
.flex-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}
.all-itmes.version-desktop {
    position: relative;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.all-itmes.version-desktop.stickyheader {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
  
}
.version-mobile {
    display: none;
}
.all-itmes.version-desktop.stickyheader .col-search {
    background: #f7f8f9;
}
.stickyheader .flex-header {
    height: 55px;
    overflow: hidden;
}
.menu-item-has-children:hover ul {
  display: block !important;
}
.flex-contact-sms p {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.col-sms-api  input {
    width: 100%;
    max-width: 295px;
}
.col-sms-api input::placeholder {
    font-size: 14px;
}
.flex-contact-sms label {
    margin-right: 15px;
}
.col-sms-api input {
    border: 1px solid;
    padding: 0 15px;
}
.col-sms-api  select {
    float: right;
    height: 30px;
    padding: 4px;
    color: #94d5d8;
    border-radius: 7px;
    border: 1px solid #222;
}
.col-sms-api span.wpcf7-list-item input[type="checkbox"] {
    width: auto;
}
.col-sms-api input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: auto;
    background: red;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    background-color: #e50648;
    color: white;
    padding: 5px 10px;
    font-weight: bolder;
}
.head-title{
    text-align: center;
    font-weight: 900;
    color: #ffffff;
    font-family: 'Lato' !important;
    font-weight: 900 !important;
    text-transform: uppercase;
}
.wpcf7-form h4 {
    font-weight: 400;
}
.flex-form div {
    margin-right: 15px;
}
.flex-form {
    display: flex;
}
.col-contact-abusif input {
    max-width: 271px;
    min-width: 271px;
    width: 100%;
    border-radius: 3px;
}
.col-contact-abusif textarea {
    border-radius: 3px;
}
.col-contact-abusif .button-field input {
    background: #e50647;
    min-width: auto;
    max-width: fit-content;
}
.col-contact-abusif .button-field input:hover {
    background: #383838 ;
}
.site-header {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.menu.sf-menu > .menu-item-object-page.current_page_item a::after {
  position: absolute;
  content: "";
  background: #e50647;
  width: 100%;
  height: 3px;
  bottom: 0;
  margin-bottom: -10px;
  left: 0;
}
.is_stuck .menu-item-object-page.current_page_item a::after , 
.is_stuck .menu-item-object-page.current_page_item::before,
#mobile-menu .menu-item-object-page.current_page_item::before {
  display: none ;
}
div#page {
    padding-left: 15px;
    padding-right: 15px;
}
.menu-item-has-children .dropdown-menu-toggle {
    padding: 0px;
}
header .inside-header.grid-container {
    width: 1170px;
    padding-left: 15px;
}
.main-navigation .main-nav ul li a {
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
}
.nav-float-right .navigation-stick .navigation-branding {
    margin-right: 15px;
}
.col-box p {
    padding-top: 0;
}
.flex-contact-sms .wpcf7-form-control-wrap {
    margin-bottom: 0px !important; 
}
#wpcf7-f768-p765-o1 {
    padding: 50px 44px !important; 
}
.wpcf7-field-group-add ,button.wpcf7-field-group-remove {
    font-size: 14px !important; 
    font-weight: 500;
    padding: 6px 10px;
}

p#footer_copyright a {
    text-decoration: none;
}
.search .site-content {
    display: block;
}
.search div#page {
    width: 100%;
    margin: 0;
    min-width: 100%;
    padding: 0;
}
.search div#primary {
    width: 1170px;
    margin: auto;
}
.col-title-search h2 {
    font-size: 42px;
    font-family: 'Arial GEO' !important;
    font-weight: bold !important;
    text-transform: uppercase;
    line-height: 50px;
}
.col-title-search {
    margin-bottom: 50px;
}
.search a.read-more {
    display: block;
    background: #e50647;
    color: #ffffff;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 500;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    text-decoration: none;
    width: max-content;
    border-radius: 3px;
    margin-top: 20px;
}
h1 {
    font-size: 28px;
    line-height: 28px;
}
.flex-search {
    padding-bottom: 50px;
}
.col-search input.search-field::placeholder {
    font-family: 'Raleway';
    font-weight: 400;
}
.col-search button.search-submit {
    font-family: 'Raleway';
    font-weight: 500 !important;
}
button.search-submit:hover {
    background: #e50647;
}
.menu.sf-menu > .menu-item-object-page.current_page_item::before {
    content: "\f2ec";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-bottom: -10px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #e50647;
    content: "";
}
.main-navigation .main-nav ul li {
    padding-left: 21px;
    padding-right: 21px;
}
#menu-principal ul.sub-menu li {
    padding-left: 0;
    padding-right: 0;
}
#menu-principal ul.sub-menu li:hover {
    padding-left: 10px;
}
 .entry-content h4 {
    padding-bottom: 10px;
}
.menu.sf-menu ul.sub-menu .current-menu-item {
    padding-left: 10px !important;
}
.wp-video {
    width: 640px !important;
}
div#mep_0 {
    min-width: 217px;
    width: 640px;
    height: 360px;
}
/**************responsive*****************/
@media (max-width:1199px){
.inside-header.grid-container {
  padding: 0 10px 0 0;
}
header .inside-header.grid-container {
  width: auto;
}
.search div#primary {
  width: auto;
  margin: auto;
  padding: 0 20px;
}
}
@media (max-width:768px){
#mobile-menu ul.sub-menu li:hover {
  padding-left: 10px;
}
#mobile-menu ul li a {
  padding-left: 22px;
}
#mobile-menu ul li {
  padding-left: 0;
  padding-right: 0;
}

.search #content {
  padding: 0;
}
.search div#primary {
  width: auto;
  margin: auto;
  padding: 0 20px;
}
.menu-item-object-page.current_page_item a::after {
 display : none;
}
.flex-contact-sms p {
  display: block;
}
.flex-contact-sms .wpcf7-form-control.wpcf7-select {
  float: initial;
}
.col-contact-abusif input {
  max-width: 100%;
  min-width: 100%;
}
.flex-form {
  display: block;
}
.all-itmes.version-desktop {
    display: none;
}
.version-mobile {
    display: block;
}
.menu-item-has-children > a::after {
    position: absolute;
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    right: 0;
    margin-right: -14px;
}
.menu-item-has-children a {
  position: relative;
  width: max-content;
}
.main-navigation ul ul {
  width: 100%;
}
.menu-item-has-children .dropdown-menu-toggle {
  display: none !important;
}
.grid-contact {
    grid-template-columns: repeat(1, 1fr);
}
#masthead {
  display: block !important;
  opacity: 1;
  padding: 0 15px 0 10px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
}
.menu-toggle {
  background: #e50647 !important;
}
#mobile-header button {
  display: none !important;
}
#mobile-menu-control-wrapper button {
    width: 100%;
    max-width: 10px;
    padding: 3px 8px 3px 8px;
    margin-right: 10px;
    line-height: 24px;
    min-width: 30px;
    border-radius: 3px;
}
.site-header.has-inline-mobile-toggle .inside-header.grid-container {
  padding: 6px 0;
}
.search-form {
  display: flex;
  margin: 0px 18px;
}
.search-form label {
  flex: 2;
}
.search-form .search-submit {
  flex: 1;
}
.col-search input.search-field {
  min-width: 100%;
}
.hide-moible{
    display: none;
}
.hide-desk {
    display: block !important;
}
.image-colonne .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;            
    justify-content: flex-start; 
    gap: 5px; 
}

.image-colonne .wpb_single_image {
    width: calc(50% - 10px); 
    margin-bottom: 10px;     
	margin-left: 4px;
}

.image-colonne .wpb_single_image:nth-child(2n) {
    margin-right: 0;         
}
	 .vc_row.icon_homepage_24_depi {
        display: flex; 
        flex-wrap: wrap; 
    }

    .vc_row.icon_homepage_24_depi .wpb_column {
        flex: 0 0 50%; 
        max-width: 50%; 
        box-sizing: border-box; 
        padding: 0px; 
    }

   .vc_row.icon_homepage_24_depi .wpb_single_image img {
        width: 100% !important; 
        height: auto !important; 
    }

    .vc_row.icon_homepage_24_depi .wpb_single_image {
        margin-bottom: 10px; 
    }
	 .page-id-2248 .vc_row.vc_row-no-padding .vc_column-inner {
        padding-left: 10px; 
        padding-right: 10px; 
    }
	/*carte*/
	.wpgmp_categories.wpgmp_print_listing.wpgmp_listing_list {
    padding-left: 10px;
    padding-right: 10px;
}
	.location_listing2 {
        display: none !important;
    }
.wpb_images_carousel .vc_carousel-inner .hide-desk{
    width: 500px !important;
    height: 250px !important;
}
.wpb_images_carousel .hide-desk img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.map-grid.fc-item-box.fc-component-2.wpgmp_locations {
    display: flex;
    flex-direction: column;
}	
.map-grid.fc-item-box.fc-component-2.wpgmp_locations .col-3 {
    flex-direction: row !important;
    display: flex;
    gap: 10px;
}

.col-1 {
    width: 100%;
    max-width: 264px !important;
	margin-top: 18px;
}
.gm-style-iw-a .gm-style-iw.gm-style-iw-c {
    min-width: 320px !important;
}
.wpgmp_map_container .gm-style-iw-t>.gm-style-iw {
        max-width: 100% !important;
}
}
.icon-sous {
    width: max-content;
    text-align: center;
    margin: auto;
    position: relative;
}
.icon-sous::before {
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    content: '';
    width: 22px;
    height: 1px;
    background: #ee7153;
    margin-left: -30px;
}
.icon-sous::after {
    display: block;
    position: absolute;
    top: 12px;
    right: 0;
    content: '';
    width: 22px;
    height: 1px;
    background: #ee7153;
    margin-right: -30px;
}
.page-id-547 .featured-image.page-header-image.grid-container.grid-parent {
    display: none !important;
}
.col-err {
    text-align: center;
}
.col-err .title-err h1 {
    font-size: 100px;
    font-weight: 800;
    line-height: 100px;
    padding-bottom: 25px;
    margin-top: 50px;
    font-family: 'Lato', sans-serif;
}
.sous-err h2 {
    margin: 25px 0;
}
.desc-err {
    margin-bottom: 30px;
}
.error404 .site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}
.error404 .entry-content p {
    display: none;
}
.error404 .entry-content {
    margin: auto;
    text-align: center;
}
.menu.sf-menu .sub-menu a::after {
    content: none !important; 
}
.vc_images_carousel .vc_left {
    left: -70px !important; 
}

.vc_images_carousel .vc_right {
    right: -60px !important; 
}
.icon-prev {
    margin-left: 0 !important; 
}
.hide-desk {
    display: none;
}
.vc_images_carousel .vc_carousel-control .icon-next, .vc_images_carousel .vc_carousel-control .icon-prev {
        font-size: 50px !important;
    }
