/* Add your custom style below */

/*=================GÉNÉRAL=================
=========================================*/
p {
    margin: 0 0 1em 0;
    text-align: left;
    line-height: 1.8;
    font-weight: 400;
}

.page_content a{color:#a3161c; font-weight: 500;}

.page_content a:hover{color:#f5172f; font-weight: 500;}


/*=================MENU=================
======================================*/
/*.header_center {
    max-width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0 0 22px 0;
    text-align: center;
    margin-left: 100px;
}*/

.nav {
    padding: 0;
    margin: 50px 0 0 54px;
}

.nav li a {
    display: block;
    padding: 5px 11px 5px 12px;
    text-decoration: none;
    color: #2d2d2d;
    font-size: 16px;
}

/*Enlever le contour des liens actif*/
.nav li.current-menu-item {
    border: 0px solid #45a38f;
}

.nav li:hover {
    border: 1px solid #000000;
}

/*Icone téléphone*/
.header_telefon {
    background: var(--wpr-bg-389d45ad-cc7c-47a8-9610-1996863509f7) no-repeat 1px 2px;
    font-weight: 300;
    font-size: 17px;
    padding-left: 28px;
    margin: 50px 4px 0 16px;
}

/*Sous-menu*/
.sub-menu {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0;
    display: none;
    position: absolute;
    left: 0;
    z-index: 9999;
}

.sub-menu li {
    float: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #ed1c24;
    white-space: nowrap;
    background: #ffffff var(--wpr-bg-c715324a-e7a9-4aef-b2f4-7a3af871eaf6) no-repeat 95% center;
    width: 270px;
}

.sub-menu li:hover {
    background: #a3161c var(--wpr-bg-0d5b6994-42ab-49b3-9d8f-b9f295685566) no-repeat 95% center;
}
/*=================BANNIÈRES=================
===========================================*/
.flexslider .descr .descr_link a {
    color: #333333;
    background: var(--wpr-bg-a766e934-41a2-4c7c-9817-49517e781de0) no-repeat right center;
    padding: 0 17px 0 23px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.flexslider .descr .descr_link a:hover {
    color: #333333;
    background: var(--wpr-bg-f9cb1251-c3f1-4437-86d4-51ba362efa48) no-repeat right center;
    padding: 0 17px 0 23px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.flexslider .descr .descr_link {
    margin: 0px 0 0 0;
    display: none;
}

.flexslider .flex-direction-nav .flex-next:hover {
    background: var(--wpr-bg-559d470c-e54e-49a6-8608-e68fe14b20df) no-repeat;
}

.flexslider .flex-direction-nav .flex-prev:hover {
    background: var(--wpr-bg-a551eedf-a459-434e-af44-240af68df6e5) no-repeat;
}

/*=================SECTION SERVICES=================
==================================================*/
.service {
    width: 100%;
    height: 321px;
    background-color: #000000;
}
/*Bloc État1*/
.services_backgr {
    background-color: #cc2229;
    padding-top: 24px;
    height: 276px;
}

.services_pic_line {
    width: 100%;
    max-width: 156px;
    margin: 20px auto;
    border: 1px solid #000;
    -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.5);
}

.services_item_pic {
    background: #000000 var(--wpr-bg-b4625340-72e3-465c-a8bb-429322d06c3e) repeat;
    margin: 0 auto;
    padding: 0;
    width: 156px;
    height: 156px;
    text-align: center;
    overflow: hidden;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.services_item_title a {
    color: #ffffff;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
}

/*Bloc état 2*/
.services_item_pic a {
    width: 138px;
    height: 138px;
    margin: 9px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    overflow: hidden;
    background: #256557;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc2229), color-stop(1, #7d1418));
    background: -ms-linear-gradient(bottom, #1d5649, #37786b);
    background: -moz-linear-gradient(center bottom, #1d5649 0%, #37786b 100%);
}

.services_item_hover {
    width: 100%;
    height: 100%;
    background-color: #57525c;
    position: absolute;
    top: 0;
    left: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.services_item_pic_hover {
    background: #000 var(--wpr-bg-df704def-3e6e-48bc-bdb3-657d87b3ca11) repeat;
    margin: 16px auto 0;
    padding: 0;
    width: 173px;
    height: 173px;
    text-align: center;
    overflow: hidden;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.services_item_link_hover {
    width: 92px;
    height: 29px;
    margin: 42px auto 0;
    text-align: center;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #cc2229), color-stop(1, #7d1418));
    background: -ms-linear-gradient(bottom, #cc2229, #7d1418);
    background: -moz-linear-gradient(center bottom, #cc2229 0%, #7d1418 100%);
}

.services_item_link_hover:hover {
    width: 92px;
    height: 29px;
    margin: 42px auto 0;
    text-align: center;
    background: #f5f5f5;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #7d1418), color-stop(1, #cc2229));
    background: -ms-linear-gradient(bottom, #7d1418, #cc2229);
    background: -moz-linear-gradient(center bottom, #7d1418 0%, #cc2229 100%);
}

.services_item_title_hover a {
    color: #2a2a2a;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 14px;
}

.services_item_desc {
    text-align: center;
    margin: 25px 20px 0 20px;
    color: #fff;
    line-height: 15px;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*=================SECTION NOTRE ENTREPRISE=================
==========================================================*/
.welcome p {
    font-weight: 400;
    padding: 20px 20px 0 12px;
    letter-spacing: 0.02em;
    line-height: 24px;
}

/*=================ENLEVER DES SECTIONS=================
======================================================*/
/*Enlever la section Upcoming event, Fitness training selection et témoignage*/
.background_fitness {
    display: none!important;
}

.carousel_article {
    display: none!important;
}

.service {
    width: 100%;
    height: 321px;
    background-color: #000000;
}

/*=================GALERIE / Réalisations=================
========================================================*/
/*Fond des réalisation*/
.recent_galleries {
    width: 100%;
    height: 100%;
    background-image: none;
    background-size: cover;
    background-color:#ec2027 ;
    background-position: center center;
    margin: 0 0 56px 0;
    padding: 0 0 55px 0;
}

.recent_galleries_title {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
    padding: 47px 0 0 0;
    margin: 0;
    }

/*Correction de la section Gallerie*/
.upcoming_classes {
    max-width: 984px;
    margin: 0px auto 58px;
    position: relative;
}

.item_hover p a {
    color: #fff;
    background-color: #ed1c24;
    padding: 6px 16px;
    font-size: 12px;
}

a.lien-rea{
	color: #000;
    font-size: 14px;
    font-weight: 600;
    position:absolute;
}

/*Descendre l'année dans la bulle*/
.news_item_line_desc h1 {
    font-size: 26px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    margin: 9px 0 0 0;
    padding: 15px 0 0 0;
    width: 64px;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
}
/*=================PAGE Réalisations spécifiques=================
===============================================================*/
/*Largeur de la zone de corps*/
.news_content {
    max-width: 100%;
    margin-left: 69px;
    margin-right: 69px;
}

.news_item_desc {
    margin: 8px 20px 0 20px;
    line-height: 18px;
    letter-spacing: 0.01em;
    overflow: hidden;
    height: 50px;
}
/*Autre*/
blockquote {
    width: 99%;
    background-color: #e1e1e1!important;
    margin: 30px 0 20px 3px;
    padding: 1px 0 20px 0;
    position: relative;
}

blockquote p:before {
    content: "“";
    color: #5c5c5c;
    font-size: 56px;
    line-height: 56px;
    font-family: 'Georgia';
    position: absolute;
    top: 0;
    left: -30px;
}

blockquote p:after {
    content: "”";
    color: #5c5c5c;
    font-size: 56px;
    font-family: 'Georgia';
    position: absolute;
    top: 90%;
    line-height: 56px;
    right: -10px;
}

.icons_item_background {
    width: 26px !important;
    height: 26px !important;
    margin: 0 6px 0 0 !important;
    background-color: #000000;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.gallery_flexslider .flex-direction-nav .flex-next:hover {
    background: var(--wpr-bg-229fb001-4673-4be9-b227-fafcb6b50305) no-repeat;
}

.gallery_flexslider .flex-direction-nav .flex-prev:hover {
    background: var(--wpr-bg-9d064640-aa3f-4622-81c3-e1339bf56fe0) no-repeat;
}

.gallery_item_hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(236, 32, 39, 0.5);
}

.gallery_item_hover p a {
    color: #fff;
    background-color: #ec2027;
    padding: 8px 20px;
    font-size: 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
/*=================TROIS BLOCS=================
=============================================*/
/*Bloc 1*/
.footer_info{display:none;}
.footer_info_1 {
    background: #3c393f;
    width: 33.3%;
    min-height: 105px;
    border-top: 4px solid #ffffff;
    margin: 20px 0 0 0;
    color:#ffffff;
}

/*Bloc 2*/
.footer_info_2 {
    background: #68636d;
    width: 33.3%;
    min-height: 105px;
    border-top: 4px solid #ffffff;
    margin: 20px 0 0 0;
    color:#ffffff;
}

/*Bloc 3*/
.footer_info_3 {
    background: #ed1c24;
    width: 33.3%;
    min-height: 105px;
    border-top: 4px solid #ffffff;
    margin: 20px 0 0 0;
    color:#ffffff;
}

/*=================Haut de pages=================
===============================================*/
.page_header {
    width: 100%;
    background-color: #cc2229;
}

.breadcrumbs{display:none;}

/*=================Nous joindre=================
==============================================*/
.contact_map {
    width: 100%;
    height: 543px;
    margin: 0px 0 0 0;
}

.contact_form {
    max-width: 978px;
    background-color: #ed1c24;
    margin: 45px 0 0 0;
}

.form_box_righ {
    width: 115px;
    height: 165px;
    margin: 10px 0 0 4px;
    background-color: #505050;
}

.contact_form {
    max-width: 978px;
    background-color: #ed1c24;
    margin: 45px 0 0 0;
    min-height: 350px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    height: 35px;
    -webkit-appearance: button;
    font-size: 14px;
    background: transparent;
    letter-spacing: 1px;
    border: 1px;
    text-transform: uppercase;
    color: #fff;
    text-align:center;
}

.contact_form_submit {
    margin: 10px 0 0 15px;
}
/*Icones*/
.contact_icon_tel {
    background: var(--wpr-bg-d0c0e91c-2d4d-457a-b445-0659b860b80c) no-repeat;
    height: 50px;
    padding: 0 0 0 65px;
    width: 33.3%;
    margin: 20px 18px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
}

.contact_icon_adr {
    background: var(--wpr-bg-8d857f38-2d1f-47fa-a0f0-f61352d5f4bb) no-repeat;
    height: 50px;
    padding: 0 0 0 62px;
    width: 33.3%;
    margin: 20px 21px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
}

.contact_icon_mail {
    background: var(--wpr-bg-dd9b28b4-5336-42ab-9292-bc83ab3bec4d) no-repeat;
    height: 50px;
    padding: 0 0 0 63px;
    width: 33.3%;
    margin: 20px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
}
.contact_form_input_name {
    background: #ffffff var(--wpr-bg-488aa848-60a4-4f91-900b-01f3facd94eb) -3px -3px no-repeat;
    font-size: 13px !important;
    color: #8d8d8d !important;
    padding: 0 10px 0 65px !important;
    height: 45px !important;
    border: none !important;
    outline: none;
    margin: 10px 0 0 30px;
    width: 314px;
    letter-spacing: 0.03em;
    -moz-border-radius-topleft: 27px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 27px;
    -webkit-border-radius: 27px 0 0 27px;
    border-radius: 27px 0 0 27px;
}

.contact_form_input_mail {
    background: #ffffff var(--wpr-bg-608e70ad-6624-4bef-b403-98f31aa8f1cf) -3px -3px no-repeat;
    font-size: 13px !important;
    color: #8d8d8d !important;
    padding: 0 10px 0 65px !important;
    height: 45px !important;
    border: none !important;
    outline: none;
    margin: 15px 0 0 30px;
    width: 314px;
    letter-spacing: 0.03em;
    -moz-border-radius-topleft: 27px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 27px;
    -webkit-border-radius: 27px 0 0 27px;
    border-radius: 27px 0 0 27px;
}

.contact_form_input_phone {
    background: #ffffff var(--wpr-bg-561181a8-e116-41e1-8f6d-425ad4f05f2f) -3px -3px no-repeat;
    font-size: 13px !important;
    color: #8d8d8d !important;
    padding: 0 10px 0 65px !important;
    height: 45px !important;
    border: none !important;
    outline: none;
    margin: 15px 0 0 30px;
    width: 314px;
    letter-spacing: 0.03em;
    -moz-border-radius-topleft: 27px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 27px;
    -webkit-border-radius: 27px 0 0 27px;
    border-radius: 27px 0 0 27px;
}

.contact_form_success {
    color: #000000;
    margin: 0 30px;
    padding: 10px;
    background-color: #ffffff;
}

/*=================Style de page=================
===============================================*/
.img-fond{
    position:absolute;
    z-index: -1;
    top: 600px;
    opacity: 0.3;
}

.page_content {
    font-family: 'Open Sans', Arial, Verdana;
    font-size: 13px;
    background-color: rgba(255, 255, 255, 0); 
    font-weight: 300;
    font-style: normal;
    color: #474747;
    letter-spacing: 0.03em;
    line-height: 18px;
    max-width: 984px;
    margin: 50px auto;
}

/*=================RÉALISATIONS=================
==============================================*/
.news_content_left {
    margin: 30px 0 0 0;
    width: 100%;
}

.news_item {
    background-color: #f2f2f2;
    margin: 0 0 46px 0;
    -webkit-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    width: 400px;
    float: left;
    margin-right: 30px;
}

.news_item_title a {
    color: #cc2229;
}

.news_item_link a {
    color: #7e7d7d;
    text-decoration: underline;
    background: var(--wpr-bg-7ec1a2d7-4403-4b8f-ae78-4e54bbb96476) no-repeat right center;
    padding: 0 17px 0 0;
}


.news_item_line_desc {
    color: #ffffff;
    width: 64px;
    height: 64px;
    margin: 14px 0 0 11px;
    background-color: rgba(204, 34, 41, 0.5);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.news_item_line_desc:hover {
    background-color: rgba(204, 34, 41, 0.8);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.news_opened_title {
    color: #cc2229;
    font-size: 23px;
    font-weight: 600;
    text-transform: none;
    margin: 33px 0 0 1px;
    letter-spacing: 0.003em;
}

.news_opened_comments, .news_opened_info{display:none;}

.news_item_pic .featuredimage img{width:100%!important; height:100%!important;}

.news_item_pic.featuredimage {
    -webkit-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}
.news_content_left img{
    width: 100%;
    height:100%;
}

.news_link_load_more {
    text-align: center;
    width: 400px;
    background-color: #000000;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/** Ajout 4 juin 2025 - Dimensions de l'image principale des singles des réalisations **/

.category-realisations {
	.news_item_pic {
		width: 60%!important;
		margin-left: auto;
        margin-right: auto;
	}
	
	h2, p, .story {text-align: center;}
}


/*=================FOOTER=================
========================================*/
.footer_contacts_title {
    font-size: 26.13px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.01em;
    padding: 0 0 7px 0px;
    margin: 0 0 33px 0;
    border-bottom: 1px solid #cc2229;
}

.footer_contacts {
    width: 288px;
    margin: 87px 0 0 0;
}

/*=================RESPONSIVE=================
============================================*/
@media screen and (min-width: 0px) and (max-width: 980px) {
  .form_box_righ{
    width: 100%;
  }
}
