/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
*/



/* 
   Variables CSS :
   how to use ---> color: var(--pink-color);
*/
:root {
    --white-color: #fff;
    --black-color: #000;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}


strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
}

.wrapper {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 0 auto;
}

.flex-center {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.default-btn,
.form-submit {
    border: none;
    width: 100%;
    max-width: 300px;
    text-align: center;
    padding: 12px 20px 10px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
    border-radius: 30px;
    text-transform: uppercase;
    transition: all 200ms ease-in-out;
}

.form-submit {
    max-width: 200px;
}

.default-btn.primary-color {
    color: #fff;
    background: #ec642e;
}

.default-btn.primary-color:hover {
    color: #fff;
    background: #393939;
}




.default-btn.secondary-color,
.form-submit {
    color: #000;
    background: transparent;
    border: 3px solid black;
    padding: 9px;
}

.default-btn.secondary-color:hover,
.form-submit:hover {
    color: #fff;
    background: #393939;
}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
#block-views-block-realisations-block-1,
#block-concepthome-theme-views-block-slider-accueil-block-1 {
    position: relative;
}

header {
    position: relative;
    z-index: 10000;
    padding: 23px 10px 100px;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

header.sticky-desktop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100px);
}

header.sticky-desktop.open {
    transition: all 400ms ease-in-out;
    transform: translateY(0);
}

body.padding-topped {
    padding-top: 75px !important;
}

.topped-region-header {
    background: rgba(0, 0, 0, .4);
    flex-direction: row-reverse !important;
    height: 54px !important;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 50px;
    padding: 7px 0 !important;
    color: #fff;
}

.sticky-desktop-css {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    padding: 0;
    margin: 0;
    width: 100%;
}

.topped-menuparent-ul {
    border-radius: 50px;
    border-top: 3px solid #ec642e !important;
}

header .region-header {
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: column;
    align-items: end;
    /*background-color: #fffcf5;*/
}

header .block-superfish {
    /* width: auto; */
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: static;
    overflow: hidden;
    /*margin-right: -10px;*/
    align-items: center;
    height: 100%;
}

ul.sf-menu .sf-sub-indicator {
    top: 10px;
    font-size: 12px;
}

.block-contactheader {
    display: flex;

}

.block-contactheader a.default-btn {
    width: 170px;
    margin: 10px;
    margin-bottom: 0;
}

#block-concepthome-theme-logoheader {
    position: absolute;
    left: 1%;
}

.block-page-title-block {
    position: relative;
}

/*Navigation principale*/


.menuparent ul {
    background: var(--back) !important;
    display: flex;
    flex-direction: row;
    width: 100% !important;
    top: var(--top) !important;
    justify-content: center;
    left: 0 !important;
    --ul-before-color: #ec642e;
    --back: #fff;
    --top: 85px;
}

.menuparent ul li {
    width: 15% !important;
    height: 50px !important;
    display: grid !important;
    text-align: center !important;
    align-items: center !important;
}

.sf-sub-indicator::after {
    line-height: .5 !important;
}

.sf-accordion-toggle a {
    filter: drop-shadow(0px 0px 4px white);
}

#superfish-main > li > ul {
    top: 98px;
    width: 100% !important;
    left: 0;
    right: 0;
}

#superfish-main {
    display: flex;
    position: static;
}

#superfish-main > li {
    position: static;
    display: inline-block;
    float: none;
}

#superfish-main li {
    display: inline-block;
    float: none;
}

#superfish-main li a {
    color: var(--color-nav);
    text-transform: uppercase;
    padding: 0 25px;
    line-height: 15px;
    text-align: center;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
}

#superfish-main li > ul:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0;
    height: 5px;
    transition: all 300ms ease-in-out;
    background: var(--ul-before-color);
}

#superfish-main li a:hover,
#superfish-main li a.is-active:hover {
    color: #ec642e;
    transform: translateY(2px);
}

/* #superfish-main li a.is-active {
    color: #ec642e;
    filter: drop-shadow(1px 1px 5px #000);
    transform: translateY(2px);
} */

#superfish-main li#main-standardfront-page a {
    text-indent: 1000px;
    overflow: hidden;
    max-width: 80px;
    background: url('../images/svg/homepage-link.svg') no-repeat center;
}

.block-logoheader a img {
    height: 70px;
}

/*///////////////////////////////////////*/
/* ///// TITRE DE PAGE //////////////// */
/*/////////////////////////////////////*/
.block-page-title-block {
    width: 100%;
    /* max-width: 1640px; */
    height: 200px;
    /* margin: 60px auto 10px; */
    text-align: center;
}

#block-concepthome-theme-page-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.block-page-title-block h1 {
    font-size: 39px;
    line-height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    font-family: 'Roboto', sans-serif;
    padding: 45px 0;
    width: 75%;
    margin: auto;
    position: inherit;
    display: block;
}

/*///////////////////////////////////////*/
/* ///// BREADCRUMBS ////////////////// */
/*/////////////////////////////////////*/
.block-system-breadcrumb-block {
    width: 100%;
    /* max-width: 1364px; */
    /* margin: 0 auto 50px; */
    position: absolute;
    color: #FFF;
    margin: 0 auto;
    margin-top: -60px;
    text-align: center;
}

.block-system-breadcrumb-block li,
.block-system-breadcrumb-block li a {
    font-size: 12px;
    line-height: 16px;
    color: inherit;
    text-decoration: none;
}

.block-system-breadcrumb-block li a:hover {
    text-decoration: underline;
}

.block-system-breadcrumb-block li:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 8px;
    background: url('../images/svg/arrow-breadcrumbs.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// SLIDER ACCUEIL /////////////// */
/*/////////////////////////////////////*/
/* .view-slider-accueil {
    position: relative;
}

.view-slider-accueil .swiper-slide {
    min-height: 685px;
    display: flex;
    align-items: center;
}

.view-slider-accueil .swiper-slide .contenu {
    max-width: 40%;
}

.view-slider-accueil .swiper-slide .contenu .titre {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.view-slider-accueil .swiper-slide .contenu .texte {
    margin-bottom: 35px;
}

.view-slider-accueil .swiper-button-prev {
    width: 25px;
    height: 45px;
    left: 5%;
    background: url('../images/svg/arrow-slider-prev.svg') no-repeat center;
}

.view-slider-accueil .swiper-button-next {
    width: 25px;
    height: 45px;
    right: 5%;
    background: url('../images/svg/arrow-slider-next.svg') no-repeat center;
}
*/


.slider-content .block-views-blockslider-accueil-block-1 .swiper-slide {
    height: 800px;
    background-size: cover;
}
.slider-content .block-views-blockslider-accueil-block-1 .swiper-pagination {
    bottom: 60px;
}
.slider-content .block-views-blockslider-accueil-block-1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #ec652e;
}
.slider-content .block-views-blockslider-accueil-block-1 .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    background-color: #c8ced2;
    opacity: 1;
}

#block-logoslider {
    position: absolute;
    z-index: 5;
    top: 0;
    display: flex;
    flex-direction: column;
    width: calc(100% - 200px);
    left: 100px;
    height: 800px;
    padding: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    animation: light 2s ease;
}
@keyframes light {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50%  {
        opacity: 0;
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

#block-logoslider img {
    width: 470px;
    filter: drop-shadow(2px 2px 4px #666);
}


/*///////////////////////////////////////*/
/* ///// PARTENAIRES ACCUEIL ////////// */
/*/////////////////////////////////////*/
.view-id-partenaires.view-display-id-accueil {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-id-partenaires.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-id-partenaires.view-display-id-accueil .seo-text {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
    margin-bottom: 50px;
    max-width: 810px;
    text-align: center;
}

.view-id-partenaires.view-display-id-accueil .view-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

/*///////////////////////////////////////*/
/* ///// CONTACT FORM ///////////////// */
/*/////////////////////////////////////*/

.contact-form {
    width: calc(100% - 50px);
    max-width: 1364px;
    margin: 0 auto;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.contact-form form .field--type-list-string,
.contact-form form .field--type-string,
.contact-form form .field--type-email {
    width: 32%;
    margin: 0 0.6%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    flex-wrap: wrap;
}

.contact-form form .field--type-list-string .form-radios .form-type-radio:not(:last-of-type) {
    margin-right: 40px;
}

.contact-form form .form-item {
    margin-bottom: 0;
}

.contact-form form label {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #242424;
}

.contact-form form .field--type-string-long {
    width: 100%;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form textarea {
    color: #4B4B4D;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    border-radius: 5px;
    border: solid 1px #C8C8C8;
}

.contact-form form .form-actions {
    width: 100%;
    display: flex;
    justify-content: center;
}

.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

#para-blockmap-contact {
    width: 50%;
}

.page-node-42 .paragraphes {
    display: flex;
}

.page-node-42 .paragraphes .para-photos {
    margin: auto;
}

.page-node-42 .paragraphes #para-info-contact {
    width: 49%;
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
}

.page-node-42 .paragraphes #blockMap {
    margin: 0;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #ec642e;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #C2C2C2;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-left: 0.5px;
    padding-top: 2px;
    text-align: center;
    background: #fff;
    font-size: 11px;
    color: #ec642e;
    border: 3px solid #ec642e;
    cursor: pointer;
    margin-left: -2px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #ec642e;
    content: "\f111";
}

input[type=checkbox]:checked:before {
    content: "";
    background: #ec642e;
    outline: solid 3px #fff;
    outline-offset: -6px;
}

/*///////////////////////////////////////*/
/* ///// LISTE ACTUALITES ///////////// */
/*/////////////////////////////////////*/
.view-actualites {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 0 auto;
}

.view-actualites .view-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.view-actualites .view-content .views-row {
    width: 100%;
    max-width: 550px;
    margin: 15px 5px;
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.view-actualites .view-content .views-row:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .25);
}

.view-actualites .view-content .views-row .image {
    height: 178px;
}

.view-actualites .view-content .views-row .contenu {
    padding: 0 25px 60px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.view-actualites .view-content .views-row .contenu .date {
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 25px;
    background: #242424;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.view-actualites .view-content .views-row .contenu .titre {
    font-size: 18px;
    line-height: 27px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-actualites .view-content .views-row .contenu .resume {
    font-size: 16px;
    line-height: 30px;
    color: #242424;
}

.view-actualites .view-content .views-row .contenu .lire-la-suite {
    font-size: 16px;
    color: #ec642e;
    margin-top: 20px;
    text-decoration: underline;
}

.view-actualites.view-display-id-accueil .h2 {
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 60px;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Poppins', sans-serif;
}

.view-actualites.view-display-id-accueil .flex-center {
    margin-top: 70px;
}


.view-actualites .view-content .views-row .field-content {
    display: flex;
}

.view-actualites .view-content .views-row .field-content .titre {
    padding: 20px;
    max-width: 65%;
}

.node--type-actualite {
    max-width: none;
    width: 70%;
    margin: 0 auto;
    padding-top: 25px;
}

.node--type-actualite .image {
    width: 40%;
    justify-content: center;
    display: grid;
}

.node--type-actualite .node__content {
    display: flex;
    justify-content: center;
}

.node--type-actualite .node__content .texte {
    line-height: 25px;
    margin-top: 20px;
}

.node--type-actualite .node__content div {
    margin: 10px;
}

.node--type-actualite .btn-actu {
    margin-top: 60px;
}


/*actus*/
#block-concepthome-theme-views-block-actualites-page,
#block-concepthome-theme-views-block-actualites-accueil {
    padding-bottom: 100px;
}

#block-concepthome-theme-views-block-actualites-page .view-content {
    flex-direction: column;
}

#block-concepthome-theme-views-block-actualites-page .views-row {
    position: relative;
    max-width: none;
    float: left;
    width: 60%;
    height: 200px;
    overflow: hidden;
    margin: 15px auto;
    -webkit-border-top-left-radius: 65px 50%;
    -webkit-border-bottom-left-radius: 65px 50%;
    -moz-border-radius-topleft: 65px 50%;
    -moz-border-radius-bottomleft: 65px 50%;
    border-top-left-radius: 65px 50%;
    border-bottom-left-radius: 65px 50%;
}

#block-concepthome-theme-views-block-actualites-accueil .views-row {
    position: relative;
    float: left;
    width: 44%;
    height: 200px;
    overflow: hidden;
    margin: 15px 3%;
    -webkit-border-top-left-radius: 65px 50%;
    -webkit-border-bottom-left-radius: 65px 50%;
    -moz-border-radius-topleft: 65px 50%;
    -moz-border-radius-bottomleft: 65px 50%;
    border-top-left-radius: 65px 50%;
    border-bottom-left-radius: 65px 50%;
}
/* #block-concepthome-theme-views-block-actualites-accueil .views-row,
#block-concepthome-theme-views-block-actualites-page .views-row {
    width: 94%;
} */
#block-concepthome-theme-views-block-actualites-accueil a.item,
#block-concepthome-theme-views-block-actualites-page a.item {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
#block-concepthome-theme-views-block-actualites-accueil .photo,
#block-concepthome-theme-views-block-actualites-page .photo {
    float: left;
    width: 30%;
    max-width: 30%;
}
#block-concepthome-theme-views-block-actualites-accueil .photo img,
#block-concepthome-theme-views-block-actualites-page .photo img {
    display: block;
    width: 100%;
}
#block-concepthome-theme-views-block-actualites-accueil .titre
#block-concepthome-theme-views-block-actualites-page .titre {
    float: left;
    height: 200px;
    width: 60%;
    padding: 0 25px;
    text-decoration: none;
}
#block-concepthome-theme-views-block-actualites-accueil .date,
#block-concepthome-theme-views-block-actualites-page .date {
    font-size: 20px;
    line-height: 30px;
    color: #f16932;
}
#block-concepthome-theme-views-block-actualites-accueil h4.actu,
#block-concepthome-theme-views-block-actualites-page h4.actu {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
#block-concepthome-theme-views-block-actualites-accueil h4.actu a,
#block-concepthome-theme-views-block-actualites-page h4.actu a {
    color: #282828;
    text-decoration: none;
}
#block-concepthome-theme-views-block-actualites-accueil a.views-more-link,
#block-concepthome-theme-views-block-actualites-page a.views-more-link {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #ec652e;
}
#block-concepthome-theme-views-block-actualites-accueil .see-all,
#block-concepthome-theme-views-block-actualites-page .see-all {
    clear: both;
    padding: 30px 0;
    width: 100%;
    text-align: center;
}

#block-concepthome-theme-views-block-actualites-accueil .see-all .btn,
#block-concepthome-theme-views-block-actualites-page .see-all .btn {
    display: inline-block;
    padding: 15px 35px;
    color: #fff;
    background-color: #ec642e;
    text-decoration: none;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

/*///////////////////////////////////////*/
/* ///// PAGE ACTUALITE /////////////// */
/*/////////////////////////////////////*/


.node--type-actualite .date {
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    z-index: 5;
    position: relative;
    padding: 0 30px;
    border-radius: 30px;
    margin-top: -10px;
    margin-bottom: 35px;
    background: #242424;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.node--type-actualite h1 {
    font-size: 29px;
    line-height: 36px;
    font-weight: 700;
    color: #242424;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.node--type-actualite .breadcrumb ol {
    text-align: center;
    margin-top: 10px;
}

.node--type-actualite .texte {
    margin-bottom: 40px;
}

/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/

.node--type-contenu {

}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 570px;
    margin-top: 180px;
}

#blockMap:before {
    position: absolute;
    z-index: 1001;
    content: '';
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background: #393939;
}

.not-frontpage footer {
    margin-top: 120px;
}

/*Menu footer*/
.menu--footer {
    padding: 60px 0;
}

.menu--footer .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.menu--footer .menu li a {
    font-size: 16px;
    line-height: 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 5px 25px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

/*Copyright*/
footer .gl-copy {
    padding: 20px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 705px;
    margin: 0 auto;
    border-top: 1px solid #fff;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/

#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/

.paragraphes {
    width: 80%;
    margin: auto;
}

.paragraphes .para-item {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 50px auto;
    clear: both;
}
.intro {
    width: 60%;
    max-width: 1640px;
    margin: 70px auto 50px;
    clear: both;
    text-align: center;
}
/*Swiper paragraphes*/
.paragraphes .swiper-paragraphe {
    width: 100%;
    margin: 25px auto;
    position: relative;
}
.paragraphes .swiper-paragraphe .swiper-button-prev {
    width: 40px;
    height: 45px;
    left: 1%;
    background: url(../images/svg/arrow-slider-prev-white.svg) no-repeat center;
}

.paragraphes .swiper-paragraphe .swiper-button-next {
    width: 40px;
    height: 45px;
    right: 1%;
    background: url(../images/svg/arrow-slider-next-white.svg) no-repeat center;
}

/*Paragraphe pleine largeur*/
.paragraphes .para-item.full-width {
    width: 100%;
    max-width: none;
    padding: 120px 0;
}
.paragraphes .para-item.full-width .container-para {
    width: calc(100% - 50px);
    max-width: 1640px;
    margin: 0 auto;
}

.paragraphes h2 {
    color: #ec642e;
}

.paragraphes h2,
.paragraphes h3,
.paragraphes h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    /* color: #EC652E; */
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
}
.paragraphes h3 {
    font-size: 20px;
    line-height: 26px;
}
.paragraphes h4 {
    font-size: 18px;
    line-height: 22px;
}
.paragraphes p,
.paragraphes li,
.intro p{
    font-size: 15px;
    line-height: 24px;
    color: #393939;
}
.paragraphes p {
    margin-bottom: 10px;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo à droite*/
.pos-photo-3 .container-para {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}
.pos-photo-3 .para-desc {
    margin-right: 5%;
}
/*photo à gauche*/
.pos-photo-4 .container-para {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pos-photo-4 .para-photos {
    margin-right: 5%;
}
/*photo en haut et en bas*/
.para-item-photo-contenu .para-photos {
    display: flex;
    flex-wrap: wrap;
}
.pos-photo-1 .para-photos .para-photo,
.pos-photo-2 .para-photos .para-photo {
    margin: 10px;
}
.para-item-photo-contenu .para-photos .para-photo img,
.para-item-photo-contenu .para-photos .para-photo img {
    height: 200px;
    width: auto;
}
img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}
.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.paragraphes ul {
    margin-bottom: 15px;
}
.paragraphes ul li {
    padding-left: 15px;
}
.paragraphes ul li:before {
    content: '\2022 ';
    color: #ec642e;
    width: 0.8em;
    font-weight: bold;
    display: inline-block;
    font-size: 25px;
    top: 3px;
    position: relative;
}

/*Début accordéon*/
.para-item-accordeon .elements {
    overflow: hidden;
    padding-top: 10px;
}
.para-item-accordeon .titre-elem {
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #656565;
}
.para-item-accordeon .titre-elem:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    color: #d8d8d8;
    font-weight: 700;
}
.para-item-accordeon .titre-elem.active:after {
    content: "\f068";
}
.para-item-accordeon .texte-elem {
    max-height: 0;
    padding-left: 10px;
    overflow: hidden;
    line-height: 24px;
    color: #656565;
    text-align: justify;
}
.para-item-accordeon .texte-elem.active {
    max-height: 2000px;
    overflow: visible;
    margin-bottom: 20px;
}
/*Fin accordéon*/


/*Documents*/
.paragraphes .documents a {
    display: block;
    width: 100%;
    text-decoration: none;
    padding-left: 55px;
    line-height: 40px;
    color: #707070;
    border-bottom: solid 1px #d8d8d8;
}

.paragraphes .documents a:last-of-type {
    border-bottom: none;
}

.paragraphes .documents a.type-xls {
    background: url('../images/svg/picto-xls.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-doc {
    background: url('../images/svg/picto-doc.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-ppt {
    background: url('../images/svg/picto-ppt.svg') no-repeat 17px center;
}

.paragraphes .documents a.type-pdf {
    background: url('../images/svg/picto-pdf.svg') no-repeat 17px center;
}

.paragraphes a {
    color: #ec642e;
}

/* Galerie Photos Réalisations  */

.node-realisation {
    margin-top: 60px;
}

.node-realisation .node__content {
    width: 80%;
    margin: 0 auto;
}

.node-realisation .imgs-container {
    display: flex;
    flex-wrap: wrap;
}

.node-realisation .imgs-container a {
    width: 31%;
    margin: 1% 1%;
    cursor: zoom-in;
}

/* Galerie Photos ShowRoom  */

.node-showroom {
    margin-top: 60px;
}

.node-showroom .node__content {
    width: 80%;
    margin: 0 auto;
}

.node-showroom .imgs-container {
    display: flex;
    flex-wrap: wrap;
}

.node-showroom .imgs-container a {
    width: 33.3333%;
    margin: 0;
    cursor: zoom-in;
    border: 2px solid white;
}

.node-showroom .imgs-container a img {
    width: 100%;
}

#img-prin-savoirfaire {
    position: relative;
    width: 100%;
    border-radius: 8px;
    height: 50%;
}

#head-savoir-faire:after {
    content: '';
    position: absolute;
    width: 180px;
    height: 220px;
    right: -180px;
    top: 165px;
    opacity: .5;
    background: url(../images/svg/motif-vague.svg) no-repeat right bottom;
    background-size: 300px;
}

#head-savoir-faire {
    position: relative;
    top: -130px;
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}

#head-savoir-faire .text {
    display: flex;
    flex-direction: column;
    margin: 0 30px;
}

#head-savoir-faire .text .aides {
    font-size: 15px;
    font-weight: 700;
    height: 40px;
    border-bottom: dotted 1px gray;
    border-top: dotted 1px gray;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

#head-savoir-faire .text .aides a {
    width: 130px;
    padding: 6px 0;
    margin: 0 5px;
}

#head-savoir-faire .text .aides span {
    color: #ec642e;
}
#head-savoir-faire .default-btn {
    margin-top: 25px;
}


.phrase-btn {
    border-bottom: dotted 1px gray;
    border-top: dotted 1px gray;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
    padding: 10px 0;
}

.phrase-btn p {
    margin: 0;
}

.phrase-btn a {
    width: -moz-fit-content;
    width: fit-content;
    padding: 6px 20px;
    margin: 0 5px;
}

.phrase-btn span {
    color: #ec642e;
}

#head-savoir-faire .text intro {
    line-height: 25px;
}

.node--type-savoir-faire {
    position: relative;
    width: calc(100% - 50px);
    max-width: 1364px;
    margin: 0 auto;
}

.node--type-savoir-faire .node__content {
    width: 100%;
    margin: 0 auto;
    top: -400px;
    position: inherit;
}

.node--type-savoir-faire .float-div {
    width: 100%;
    max-width: 440px;
    height: 200px;
    float: left;
}

.node--type-savoir-faire .paragraphes {
    width: 100%;
    margin: auto;
}

.node--type-savoir-faire .paragraphes .para-item {
    width: 100%;
}

.node--type-savoir-faire .paragraphes .para-item.para-item-paragraphe {
    padding-left: 440px;
}

.node--type-savoir-faire .paragraphes .para-item:first-of-type .container-para {
    display: block;
    /*padding-left: 440px;*/
}

.para-item-photo-contenu .para-photos .para-photo img {
    height: auto;
    width: 100%;
}

.para-item-photo-contenu .para-photos .para-photo {
    margin: 1% 1%;
    width: 31%;
}

.paragraphes .para-item-paragraphe img {
    max-width: 100%;
    width: 100%;
}

#title-savoir-faire {
    padding-top: 80px;
    width: 100%;
    max-width: 1364px;
    text-align: start;
    padding-left: 440px;
    padding-bottom: 0;
}

#bread-savoir-faire {
    width: 100%;
    max-width: 1364px;
    padding-left: 440px;
    position: relative;
    color: #FFF;
    margin: 0 auto;
    margin-top: -30px;
    text-align: start;
    z-index: 1000;
}

/*------------------------------*/

/*--- headers home ---*/




.path-frontpage #block-headersavoirfaire,
.path-frontpage #block-headerlequipe,
.path-frontpage #block-headershowroom {
    margin-top: 50px;
    padding: 175px 0;
    clear: both;
}
.path-frontpage #block-headershowroom {
    padding: 225px 0;
}
/* .path-frontpage #block-headersavoirfaire {
    background: url(../images/interface/Showroom-accueil.jpg) no-repeat center center;
    background-size: cover;
} */
.path-frontpage #block-headerlequipe {
    background: url(../images/interface/bg-header-part-2.jpg) no-repeat center center;
    background-size: cover;
}
/* .path-frontpage #block-headershowroom {
    background: url(../images/interface/bg-header-part-3.jpg) no-repeat center center;
    background-size: cover;
} */
.section-header {
    text-transform: uppercase;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
}
.section-header p {
    text-transform: initial;
}
.section-header .wrapper {
    max-width: 580px;
}
.section-header .wrapper p {
    line-height: 30px;
}
.section-header h2 {
    font-size: 62px;
    font-weight: 700;
}
.section-header h3 {
    font-size: 56px;
    font-weight: 300;
}


/* Home */
.path-frontpage .block-views h2 {
    position: relative;
    margin-bottom: 50px;
    padding: 50px 0 10px 0;
    text-align: center;
    font-size: 20px;
    color: #685f62;
    text-transform: uppercase;
    pointer-events:none;
}
.path-frontpage .block-views h2:before {
    position: absolute;
    z-index: 10;
    top: -36px;
    left: 50%;
    height: 36px;
    width: 172px;
    margin-left: -86px;
    content: '';
    background: url(../images/interface/home-arrow-w.png) no-repeat center center;
    pointer-events:auto;
    cursor: pointer;
}


.path-frontpage .block-views h2:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 1px;
    width: 100px;
    margin-left: -50px;
    content: '';
    background: #b5985a;
}


/*--- Vues Home ---*/
#block-views-block-realisations-block-1 .view-content {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}


#block-views-block-realisations-block-1 .views-row{
    /* position: relative;
    float: left; */
    width: 20%;
    margin: 30px 2.5%;
    overflow: hidden;
    -webkit-border-bottom-right-radius: 150px 150px;
    -webkit-border-bottom-left-radius: 150px 150px;
    -moz-border-radius-bottomright: 150px 150px;
    -moz-border-radius-bottomleft: 150px 150px;
    border-bottom-right-radius: 150px 150px;
    border-bottom-left-radius: 150px 150px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#block-views-block-realisations-block-1 .views-row:hover{
    -webkit-border-bottom-right-radius: 0px 0px;
    -webkit-border-bottom-left-radius: 0px 0px;
    -moz-border-radius-bottomright: 0px 0px;
    -moz-border-radius-bottomleft: 0px 0px;
    border-bottom-right-radius: 0px 0px;
    border-bottom-left-radius: 0px 0px;
}

#block-views-block-realisations-block-1 .views-row img {
    /* display: block; */
}

#block-views-block-realisations-block-1 .views-row h3 {
    position: absolute;
    /* top: 70px; */
    text-align: center;
    word-break: break-word;
    width: 92%;
    line-height: 1.4;
    margin: 4%;
    color: #FFF;
    font-size: 18px;
    /* text-transform: uppercase; */
    filter: drop-shadow(2px 2px 6px black);
    transition: .3s;
    height: 100px;
    bottom: 60px;
}

#block-views-block-realisations-block-1 .the-container {
    position: relative;
    --back-opacity-realisations: .1;
}

#block-views-block-realisations-block-1 .the-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: var(--back-opacity-realisations);
    transition: .3s;
}



/*savoir faire*/

#block-views-block-savoir-faire-block-1 .view-content #savoir-faire-content {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
}



#block-views-block-savoir-faire-block-1 .views-row {
    /* position: relative;
    float: left; */
    width: 44%;
    height: 200px;
    overflow: hidden;
    margin: 3%;
    /* background-color: #001A70;*/
    border: 1px solid #000;
    -webkit-border-top-left-radius: 65px 50%;
    -webkit-border-bottom-left-radius: 65px 50%;
    -moz-border-radius-topleft: 65px 50%;
    -moz-border-radius-bottomleft: 65px 50%;
    border-top-left-radius: 65px 50%;
    border-bottom-left-radius: 65px 50%;
    transition: all 200ms ease-in-out;
}
#block-views-block-savoir-faire-block-1 .views-row:hover{
    -webkit-border-top-left-radius: 0% 65px;
    -webkit-border-bottom-left-radius: 0% 65px;
    -moz-border-radius-topleft: 0% 65px;
    -moz-border-radius-bottomleft: 0% 65px;
    border-top-left-radius: 0% 65px;
    border-bottom-left-radius: 0% 65px;
}
#block-views-block-savoir-faire-block-1 a.item {
    display: inline-block;
    text-decoration: none;
    width: 100%;
}
#block-views-block-savoir-faire-block-1 .photo {
    float: left;
    width: 40%;
}
#block-views-block-savoir-faire-block-1 .photo img {
    max-width: 110%;
    height: 100%;
    margin-left: -10%;
}
#block-views-block-savoir-faire-block-1 .titre {
    display: table-cell;
    height: 200px;
    padding: 25px;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    /* word-break: break-word; */
}

#blankspace-savoir-faire {
    height:150px;
    z-index:-1000;
}


/*showroom*/
#block-views-block-showroom-block-1 .view-content #showroom-content {
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    border: 2px solid white;
    margin-bottom: 120px;
}


#block-views-block-showroom-block-1 .view-container {
    background: #002653;
    background: -moz-linear-gradient(top, #002653 0%, #002653 49.999999%, rgba(255,255,255,0) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, #002653 0%,#002653 49.999999%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, #002653 0%,#002653 49.999999%,rgba(255,255,255,0) 50%,rgba(255,255,255,0) 100%);
}
.path-frontpage #block-views-block-showroom-block-1.block-views h2 {
    margin-bottom: 0;
    padding: 50px 0 60px 0;
    color: #fff;
    background: #002653;
}
.path-frontpage  #block-views-block-showroom-block-1.block-views h2:after {
    bottom: 50px;
}
#block-views-block-showroom-block-1 .view-content:after {
    content: "";
    display: table;
    clear: both;
}
.path-frontpage #block-views-block-showroom-block-1.block-views h2:before {
    background: url(../images/interface/home-arrow-b.png) no-repeat center center;
}
.path-frontpage #block-views-block-showroom-block-1.block-views h2:after {
    background-color: #fff;
}
#block-views-block-showroom-block-1 .views-row {
    position: relative;
    float: left;
    width: 33.33333%;
    border: 3px solid white;
}
#block-views-block-showroom-block-1 .views-row .item {
    display: flex;
    align-items: center;
}

#block-views-block-showroom-block-1 .photo img {
    display: block;
}
#block-views-block-showroom-block-1 .titre {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    filter: drop-shadow(2px 4px 5px black);
}


/*entreprise*/
#block-views-block-slider-entreprise-block-home .swiper-slide {
    height: 650px;
    background-size: cover;
}
#block-views-block-slider-entreprise-block-home .view-footer {
    position: absolute;
    z-index: 100;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 650px;
    color: #fff;
    filter: drop-shadow(2px 4px 6px black);
    line-height: 30px;
}
#block-views-block-slider-entreprise-block-home .view-footer .wrapper {
    max-width:655px;
}
#block-views-block-slider-entreprise-block-home .view-footer h3 {
    font-size: 62px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px;
}
#block-views-block-slider-entreprise-block-home .view-footer h4{
    font-size: 54px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 90px;
}
.block-views-blockslider-entreprise-block-home {
    position: relative;
}

.block-views-blockslider-entreprise-block-home .overlay-image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    background: rgba(0, 0, 0, .5);
}

.block-views-blockslider-entreprise-block-home .view-slider-entreprise .swiper-pagination{
    bottom: 60px;
}
.block-views-blockslider-entreprise-block-home .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ec652e;
}
.block-views-blockslider-entreprise-block-home .swiper-pagination-bullet{
    height: 12px;
    width: 12px;
    background-color: #c8ced2;
    opacity: 1;
}


/*--- FOOTER ---*/

footer #block-views-block-marques-block-1 .view-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
footer #block-views-block-marques-block-1 .view-content .views-row {
    width: 8%;
    margin: 15px 1%;
}
footer {
    clear: both;
    color: #fff;
    background-color: #000;
}

footer.mainfooter {
    padding: 100px 0;
    background: #000 url(../images/interface/bg-footer.jpg) no-repeat center center;
    background-size: cover;
}

#block-footercontact {
    display: flex;
}
footer .footer-part {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}
footer .footer-part.logo {
    align-self: center;
}
footer .footer-part.address h3 {
    position: relative;
    margin-bottom: 15px;
    padding: 10px 0;
    font-size: 18px;
}
footer .footer-part.address h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    height: 2px;
    width: 35px;
    background-color: #ec642e;
}
footer .footer-part.address ul li {
    line-height: 36px;
}
footer .footer-part.address ul li img {
    margin-bottom: -7px;
}
footer .footer-part.address .open {
    padding-left: 28px;
    display: inline-block;
    line-height: 1.3;
}
footer .gl-copy {
    padding: 15px 0 25px 0;
    text-align: center;
    font-size: 13px;
    line-height: 22px;
}
footer .gl-copy img {
    margin-bottom: -5px;
}
footer .gl-copy a {
    color: #fff;
}








/* Avis Block */

#swiper-avis {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

/* .block-avis .swiper-slide {
    width: fit-content;
}
*/
.bloc-avis {
    width: calc(100%);
    padding: 30px 30px;
    background: #000;
    color: #fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    min-height: 300px;
    max-height: 300px;
    box-sizing: border-box;
}

.bloc-avis > .note > img {
    width: 30px;
    height: 30px;
}

.bloc-avis .commentaire {
    line-height: 20px;
}

.bloc-avis .client,
.bloc-avis .entreprise {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.swiper-button-next.avis,
.swiper-button-prev.avis,
.slider-content .block-views-blockslider-accueil-block-1 .swiper-button-next,
.slider-content .block-views-blockslider-accueil-block-1 .swiper-button-prev {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+DQogICAgPHBhdGggZD0nTTAsMjJMMjIsMGwyLjEsMi4xTDQuMiwyMmwxOS45LDE5LjlMMjIsNDRMMCwyMkwwLDIyTDAsMjJ6JyBmaWxsPScjZWM2NDJlJy8+DQo8L3N2Zz4=");
    background-color: rgba(255, 255, 255, .8);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-background-size: 20px 35px;
    background-size: 20px 35px;
    background-position: 19px;
    z-index: 8;
}

.swiper-button-next.avis,
.slider-content .block-views-blockslider-accueil-block-1 .swiper-button-next {
    transform: rotate(180deg);
    right: 40px;
}

.swiper-button-prev.avis,
.slider-content .block-views-blockslider-accueil-block-1 .swiper-button-prev {
    left: 40px;
}