*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Calibri", sans-serif;
    z-index: 0;
    position: relative;
}
html {
	scroll-behavior: smooth;
}
*{
	box-sizing: border-box;
}
ul , ol {
    padding: 0;
    margin: 0;
}
img {
    width: 100%;
}
.header {
    background: #101010;
    padding: 5px 0 70px 0;
}
.header-top {
	padding: 10px 0;
	display: flex;
    font-size: 14px;
    justify-content: center;
}
.header-top a {
	color: #fff;
}
.header-top img {
	width: 15px;
	height: 15px;
    margin-right: 5px;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1450px;
  }
}
/*slick*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img {
    display: block;
    width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*end slick*/
.Desktop div#top_menu_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-top div {
    margin-right: 35px;
    display: flex;
    align-items: center;
}

.logo img {
    background-color: #fff;
    max-width: 270px;
    width: 270px;
    height: 115px;
    position: relative;
    z-index: 999;
    padding: 5px;
    border-radius: 10px;
}
.Desktop .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    margin-top: -50px;
    z-index: 9;
    background-color: #fff;
    border-radius: 5px;
}
.Desktop ul.nav-list .nav-item {
    display: table-cell; 
    text-align: center;
    min-width: 150px;
}

a , a:hover {
    text-decoration: none;
}
.Desktop ul.nav-list li a {
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    display: flex;
    font-weight: 600;
    padding: 0 10px;
    justify-content: center;
}
a.header-realisation {
    background-color: #d72c1a;
    display: table-cell;
    height: 100px;
    vertical-align: middle;
    color: #fff;
    white-space: pre;
    padding: 10px;
    position: relative;
    text-transform: uppercase;
}
.botHeader {
    position: relative;
}

.Mobile .header {
    grid-row: 2;
}
.Desktop .header-menu >.logo {
    height: 100px;
}
/*slick header*/

.slider_img {
    height: 80vh;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
    z-index: 0;
}
.slider_img::before {
    content: "";
    background-color: #101010;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: .7;
}
.slides {
    width: 100%;
    overflow: hidden;
}
.banner {
    height: 80vh;
}


.capt_slide {
    text-align: center;
    color: #fff;
}
.name_ {
    text-transform: uppercase;
    font-size: 90px;
}
.header_c_mention {
    font-size: 25px;
}
.button_realisation a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 15px 30px;
    display: inline-block;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin-top: 2em;
    z-index: 0;
    border-radius: 7px;
    letter-spacing: 1px;
}
.Mobile .header-top {
    flex-wrap: wrap;
    justify-content: center;
}
.Mobile .header-top div {
    margin-bottom: 10px;
}
.Mobile .logo img {
    max-width: 160px;
    width: 160px;
    height: 99px;
    object-fit: contain;
}
.nav-mobile {
    display: none;
    cursor: pointer;
    background: #121212 url(../images/nav.svg) no-repeat center;
    background-size: 22px;
    height: 65px;
    width: 64px;
    color: #fff;
    float: right;
    position: relative;
    z-index: 999;
    text-align: center;
}
.Mobile .nav-mobile,
.Tablet .nav-mobile {
    display: block;
}
.Mobile .nav-list,
.Tablet .nav-list {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    text-align: center;
    top: 170px;
    z-index: 99;
    background: #101010;
    padding: 0;
    border: 2px solid #fff;
}
.Tablet .nav-list {
  top: 190px;
}
.Mobile .header-menu,
.Tablet .header-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Tablet li.nav-item {
  display: block;
  padding: 14px 20px;
  text-align: left;
}
.Mobile li.nav-item {
    display: block;
    padding: 11px 20px;
    text-align: left;
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    color: #fff;
}
.Mobile .name_,
.Tablet .name_ {
    font-size: 35px;
}

a.images_devis {
    position: absolute;
    right: 2.5%;
    transform: translateY(-50%) translateX(50%);
    top: 50%;
    z-index: 99;
}
a.images_devis img {
    text-align: center;
    display: block;
    margin: auto;
    width: auto;
}

a.images_devis span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.Desktop ul.nav-list li.active::after {
    content: "";
    background-color: #fff;
    height: 3px;
    width: 30%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    bottom: -10px;
}
.Desktop ul.nav-list li {
    position: relative;
}

/*footer*/

div#footer {
    background-color: #d72c1a;
    padding: 50px 0;
}
ul.link_footer_bottom li {
    display: block;
    height: 50px;
}
li.item-link a {
    position: relative;
    color: #fff;
    text-decoration: none;
    padding-left: 45px;
    display: block;
}
li.item-link a::before {
    content: "";
    position: absolute;
    background-color: #fff;
    height: 4px;
    width: 4%;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.25;
    transition: all .35s;
}
li.item-link a:hover::before {
    opacity: 1;
    transform: all .35s;
    width: 6%;
}
.footer_title {
    color: #fff;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.Mobile .footer_title {
    font-size: 17px;
}
.separator_item {
    display: block;
    background-color: #fff;
    height: 4px;
    width: 15%;
    margin: 2em 0;
}
.Desktop .row_footer {
    display: grid;
    grid-template-columns: 66.66% 33.33%;
}
ul.link_footer_bottom {
    column-count: 2;
}
.Mobile ul.link_footer_bottom {
    column-count: 1;
}
.icon_contact_footer img {
    width: 15px;
    height: 15px;
}
.icon_contact_footer a, .icon_contact_footer div {
    color: #fff;
}
.icon_contact_footer {
    height: 50px;
    display: flex;
    gap: 20px;
    align-items: center;
}
form#rappel_immediat input.form-input {
    height: 40px;
    border: 2px solid #fff;
    padding: 0 15px;
    display: block;
    outline: none;
}
.Mobile form#rappel_immediat input.form-input {
    width: 100%;
    max-width: 100%;
}
form#rappel_immediat input.form-input::placeholder {
    color: #101010;
}
form#rappel_immediat input[type="submit"] {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    padding: 10px 20px;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
    position: relative;
    margin-top: 0;
    z-index: 0;
    background-color: transparent;
    height: 40px;
    cursor: pointer;
}
.Mobile form#rappel_immediat input[type="submit"] {
    width: 100%;
}
.footer_bottom_copyright {
  background-color: #101010;
  height: 100%;
  padding: 15px 0;
  border-top: 1px solid #fff;
  text-align: center;
}
p.copyright {
    color: #fff;
}
.Mobile p.copyright {
    text-align: center;
}
p.copyright a {
    color: #fff;
}
.Mobile p.copyright a {
    display: block;
    margin: 15px 0 0;
}

.Mobile .row_footer {
    display: grid;
    gap: 30px;
}

/*contenu*/


.Mobile .Block {
    margin: 10px 0;
}



.Mobile .Block.Block7, .Mobile .Block.Block8, .Mobile.Block.Block9 {
    margin: 40px 0 !important;
}
div#main-content {
    margin-bottom: 50px;
    position: relative;
    z-index: -1;
}
/*pop up devis gratuit*/
form#FormDevis input {
    display: block;
    height: 50px;
    width: 100%;
    margin: 10px 0;
    background-color: #ededed;
    border: none;
    padding-left: 15px;
    outline: none;
    color: #000;
}
form#FormDevis textarea {
    display: block;
    height: 80px;
    width: 100%;
    margin: 10px 0;
    background-color: #ededed;
    border: none;
    padding-left: 15px;
    padding-top: 10px;
    outline: none;
    color: #000;
}
form#FormDevis input::placeholder, 
form#FormDevis textarea::placeholder {
    color: #000;
}
form#FormDevis input[type="submit"] {
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    width: 50%;
    margin: auto;
    border-radius: 5px;
    border: 2px solid #fff !important;
}
input#mail {
    display: none;
}
input.btn.btn-submit {
    background: #000!important;
    color: #fff;
}
.Devisgratuit > span {
    color: #101010;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    display: block;
    font-size: 25px;
}
div#pop_up_devis {
    max-width: 450px;
    margin: auto;
    padding: 25px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #d72c1a;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
}
.close {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: -25px;
    top: -25px;
    background-color: #101010;
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    cursor: pointer;
}
.elements_fixed {
    position: fixed;
    z-index: 999;
    width: 100%;
    background-color: #101010;
    top: 0;
    animation: animationOpacity .5s forwards;
}
@keyframes animationOpacity {
    from {
        opacity: 0;
        transition: all .25s;
    }
    to {
        opacity: 1;
        transition: all .25s;
    }
}
.color_link {
    color: #fff !important;
    transition: all .25s;
}
/*page realisations*/


.Desktop div#realisations .container-box > .row,
.Tablet div#realisations .container-box > .row {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    place-content: center;
}
div#realisations img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.Desktop.mentions ol {
    padding: 0 50px !important;
}
body.Mobile.mentions ol, body.Mobile.mentions ul {
    padding: 0 15px;
}
body.Mobile.mentions h3 {
    font-size: 17px;
    font-weight: 800;
}

 /*----------------------------------------------------------------------------------- 
MESSAGES 
-----------------------------------------------------------------------------------*/

div#Messages {
    text-align: center;
    background-color: #000;
    color: #fff;    
    padding: 10px 0;
    font-size: 20px;
}

div#Messages p {
    margin: 0;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}
.page_not_found {
    height: 100vh;
    display: flex;
    align-items: center;
}
.page_not_found a {
    color: #000;
    font-size: 17px;
    text-decoration: underline;
}
.rappel_immediat_header {
    display: flex;
    align-items: center;
}
form#rappel_immediat_header input[type="submit"] {
    margin-top: 0;
    margin-left: 1rem;
    color: #fff;
    text-decoration: none;
    border: 2px solid #d72c1a;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-left: 1em;
    z-index: 0;
    background-color: transparent;
    height: 35px;
    cursor: pointer;
}
form#rappel_immediat_header input.form-input {
    height: 35px;
    border: 2px solid #fff;
    padding: 0 15px;
    outline: none;
}

form#rappel_immediat_header input.form-input::placeholder {
    color: #101010;
}
.rappel_title {
    color: #fff;
    font-size: 14px;
}
.header-top div.rappel_title {
    margin-right: 10px;
}
.Mobile #Messages,
.Tablet #Messages {
    font-size: 15px;
    z-index: 999999;
    top: 0;
    position: absolute;
    width: 100%;
}

/*header*/
.icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    border: 1px solid #fff;
    padding: 5px;
    border-radius: 25px; 
}
.contact_mail a {
    text-decoration: none;
    color: #fff;
}
.adress_ {
    color: #fff;
}
.locals {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.localistion, .contact_mail {
    display: flex;
    align-items: center;
    gap: 15px;
}
div#header {
    background-color: #d72c1a;
    padding: 20px 0;
    border-bottom: 3px solid #fff;
}
.Desktop div#heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.Mobile div#heading,
.Tablet div#heading {
    background-color: #d72c1a;
    width: 100%;
    position: fixed;
    left: 0;
    padding: 5px;
    z-index: 999;
    top: 0;
}
.contacts_top {
    display: flex;
    align-items: center;
    gap: 10px;
}
.contact_tel_container {
    display: flex;
    align-items: center;
    gap: 20px;
}
.contacts_top a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
.slide_banner {
    height: 100vh;
    background-size: cover;
    position: relative;
    background-position: center;
    z-index: 1;
}
.Mobile .slide_banner {
    background-position: unset;
}
.slide_banner::before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.635) 0%, rgba(235, 60, 43, 0.75) 95%);
}
ul.nav-list {
    background-color: #d72c1a;
    padding: 20px 0;
    border-radius: 7px;
    /*border: 3px solid #fff;*/
}
.Mobile .nav-mobile, .Tablet .nav-mobile {
    position: absolute;
    top: 26px;
    right: 20px;
    /* transform: translateY(-50%); */
}
.Mobile .contact_tel_container,
.Tablet .contact_tel_container {
    justify-content: center;
    border-top: 2px solid #fff;
    padding: 10px 0 0 0;
    margin: 5px 0 0 0;
}
div#devis_gratuit {
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 99;
    width: 100%;
    background-color: rgba(0,0,0,.95);
}
.flex-form-show {
    display: flex !important;
}
form#Devis_form input, form#Devis_form textarea {
    display: block;
    width: 100%;
    height: 55px;
    padding-left: 15px;
    border: none;
    background-color: transparent;
    color: #fff;
    outline: none;
    border-bottom: 2px solid #fff;
    margin: 5px 0;
}
form#Devis_form textarea {
    padding-top: 15px;
    height: 80px;
}
form#Devis_form input::placeholder, form#Devis_form textarea::placeholder {
    color: #fff;
} 
span.titre {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 25px;
    display: block;
    text-align: center;
}
.devis_formulaire {
    background-color: #d72c1a;
    border-radius: 7px;
    padding: 80px 20px 20px 20px;
    min-height: 550px;
    width: 500px;
    border: 3px solid #fff;
}
.Mobile .devis_formulaire {
    width: 350px;
    padding: 40px 20px 20px 20px;
    min-height: 500px;

}
#Devis_form input[type='submit'] {
    background-color: #fff !important;
    color: #d72c1a;
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 10px;
    cursor: pointer;
}
.caption_text_slider {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.capt_name {
    font-size: 4vh;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.Mobile .capt_name {
    font-size: 3vh;
}
.sep_line {
    display: block;
    background-color: #fff;
    width: 10%;
    height: 4px;
    margin: 2em auto;
}
.capt-mention {
    color: #fff;
    font-size: 20px;
}
.caption_text_content {
    text-align: center;
}
.btn-realisation a,
input.btn.btn-submit {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 2em;
    background-color: #d72c1a;
    transition: all .35s;
    font-weight: 600;
    cursor: pointer;
}
.btn-realisation a:hover, input.btn.btn-submit:hover {
    background-color: #000;
    transition: all .35s;
    color: #fff; 
}
.text-artisan p {
    position: relative;
    color: #fff;
    text-decoration: none;
    display: block;
    line-height: 1.7;
    text-align: justify;
}
.fixed_scroll {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
/*pop_up_devis*/
.pop_up_devis_footer img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    padding: 1px;
    cursor: pointer;
    z-index: 9999;
}
.pop_up_devis_footer {
    position: fixed;
    z-index: 999;
    bottom: 13%;
    right: 1%;
    border-radius: 50%;
    text-align: center;
}
.Mobile .pop_up_devis_footer {
    bottom: 5%;
    right: 3%;
}
.title_devis_footer {
    color: #000;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    font-weight: 700;
}
.title_devis_footer_ch {
    color: #fff !important;
}
.title_devis_footer::after {
    content: "↓";
    position: absolute;
    left: 50%;
    bottom: -2px;
    font-size: 20px;
    transform: translateX(-50%);
    font-family: "Calibri", sans-serif;
}
/*categorie*/
.comp_item span {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    overflow: hidden;
    transition: all .5s;
    opacity: 0;
}
.comp_item span:hover {
    opacity: 1;
}

.title_services {
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    color: #d72c1a;
    font-size: 30px;
    margin-bottom: 1em;
}
.Mobile .title_services {
    font-size: 24px;
    margin-bottom: .5em;
}
.comp_item {
    position: relative;
    overflow: hidden;
}
.comp_item span::before {
    content: "";
    background-color: #000;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .75;
    z-index: -1;
}

.comp_item {
    margin: 0 10px;
}
.categories {
    padding: 80px 0;
    background-image: url(/skins/default/images/construction.webp);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    background-attachment: fixed;
}
.Mobile .categories {
    background-repeat: repeat;
    padding: 30px 0;
}

button.slick-prev.slick-arrow {
  top: -43%;
  left: 0;
}
button.slick-next.slick-arrow {
    right: 0;
    top: -43%;
}
.cat_items button {
    position: absolute;
    background-color: #d72c1a;
    border: none;
    color: #fff;
    font-size: 30px;
    font-family: "Calibri", sans-serif;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .35s;
}
.cat_items button:hover {
    background-color: #000000;
    transition: all .35s;
}
.Mobile .cat_items button {
    display: none !important;
}
.title_sep_line {
    background-color: #d72c1a;
    width: 5%;
    height: 4px;
    margin: 1em auto 3em auto;
}

.grid-two_col {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    text-align: justify;
    gap: 4em;
    place-content: center;
}
.Mobile .grid-two_col {
    grid-template-columns: 100%;
    gap: 20px;
}
.img-profil {
    width: 100%;
    height: 350px;
    object-fit: cover;
    overflow: hidden;
    box-shadow: 5px 3px 10px #e7e7e7;
    border-radius: 7px;
}
.Mobile .img-profil {
    height: auto;
}
.grid-two_col_row p {
    line-height: 1.6;
}
.grid-two_col_row {
    max-width: 100%;
    text-align: justify;
}
.grid-two_col_row .text__block {
    background-color: #d72c1a;
    color: #fff;
    padding: 10px;
    position: relative;
    border-radius: 5px;
    cursor: pointer;
}

div#main-content::before {
    content: "";
    position: absolute;
    background: url(/skins/default/images/construction.webp);
    height: 28%;
    width: 100%;
    background-position: bottom;
    z-index: -1;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.Block.Block6, .Block.Block7, .Block.Block8, .Block.Block9 {
    margin: 10px 0;
    display: inline-flex;
    width: 50%;
    padding: 10px;
    min-height: 250px;
    overflow: hidden;
}
.Mobile .Block.Block6, .Mobile .Block.Block7, .Mobile .Block.Block8, .Mobile .Block.Block9 {
    width: 100%;
}
.grid-two_col_row h2 {
    font-size: 18px;
    margin-bottom: 2em;
}
.Block {
    margin: 60px 0;
}
.siret {
    color: #fff;
}
span.pre-siret {
    color: #fff;
}
.siret-footer {
    display: flex;
    gap: 5px;
    height: 50px;
    align-items: center;
}
.Liens a {
    display: block;
    text-decoration: none;
    color: #fff;
    height: 48px;
}
.country {
    background-color: #d72c1a;
    padding: 80px 0;
    border-bottom: 2px solid #fff;
}
span.Titre {
    color: #fff;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 1em;
}
.Liens {
    column-count: 3;
}
.Mobile .Liens {
    column-count: 1;
}
.Tablet .slide_banner {
  height: 50vh;
}
.Tablet .caption_text_slider {
  transform: translateY(-25%);
}
.comp_item img,
.img-profil img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#mail, #mail2 {
    display: none !important;
}
.Desktop .rappel-gratuit {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Tablet .rappel-gratuit {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}
form#rappel_immediat {
    display: flex;
    align-items: center;
}
#rappel_immediat .form-input {
    font-size: 13px;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: middle;
    max-width: 175px;
}
.Desktop .rappel-gratuit strong {
    color: #fff;
    font-weight: normal;
}
.Mobile .rappel-gratuit strong,
.Tablet .rappel-gratuit strong {
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}
.Mobile .bloc-rappel,
.Tablet .bloc-rappel {
    background: #d72c1a;
    padding: 20px 0;
}
.Mobile form#rappel_immediat {
    flex-direction: column;
    gap: 8px;
}
 
.Mobile .nav-item.active,
.Tablet .nav-item.active {
  background: #fff;
  color: #000;
}
.Tablet .nav-item.active a,
.Mobile .nav-item.active a {
  color: #000 !important;
}

.btn-realisation a {
    display: inline-block;
    align-items: center;
    /* width: 140px; */
    margin-right: 20px;
    margin-top: 15px;
}
.caption_text_content span {
    font-size: 22px;
    display: block;
    margin: 20px auto;
    width: fit-content;
    background: #000000c7;
    color: #fff;
    padding: 10px 20px;
}
div#realisations {
    width: 80%;
    margin: auto;
}
.Mobile div#realisations {
    width: 100%;
    margin: auto;
}
.Tablet div#realisations {
  width: 100%;
  margin: auto;
}
b.titre-album ,
.mentions h2,
.ContactezNous-h1 {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    margin: 1em 0;
    color: #d72c1a;
    text-transform: uppercase;
}
.Mobile b.titre-album,
.Mobile.mentions h2 {
    font-size: 24px;
}
.Tablet .corps > .row > div {
  max-width: 100%;
  flex: 0 0 100%;
}
.Tablet .competences > .row > div {
  max-width: 25%;
  flex: 0 0 25%;
}
.Tablet .mainright .Devisgratuit {
  display: none;
}
.Tablet .ImgLeft {
  display: none;
}
.Mobile .twoBox img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}
/*------------------------------------------------------------------------- 
404 style 
-------------------------------------------------------------------------*/

.blog_pageIntrouvable {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 10000 !important;
    text-align: center;
    top: 0;
    left: 0;
}
.blog_pageIntrouvable .d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.blog_pageIntrouvable span {
  color: #000;
}

.blog_pageIntrouvable > div {
  height: 100%;
  color: #333
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #d72c1a;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #d72c1a;
}
.blog_pageIntrouvable a:hover {
    text-decoration: underline;
}
#noDesktop { display: none; }
@media(max-width: 767px) {
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
      display: block;
  }
  .blog_pageIntrouvable p {
      font-size: 17px;
      letter-spacing: 5px;
      margin-top: -10px;
  }
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
}
.Mobile .contacts_top a {
    font-size: 20px;
}
.Mobile .icon img {
    width: 30px;
    height: 30px;
}

.ContactezNous b {
    margin-right: 10px;
}
.mail_ {
    margin: 10px 0;
}
.ContactezNous a {
    display: inline-block;
    margin-right: 10px;
    color: inherit;
}
.ContactezNous .h1 {
  font-size: 32px;
}
.Mobile .ContactezNous .h1 {
  font-size: 24px;
}
.Mobile .ContactezNous a {
    display: block;
}
.ContactezNous #FormDevis {
    display: block;
}
.Desktop .ContactezNous #FormDevis {
    max-width: 75%;
    margin: auto;
}
div#contenu-home,
.ContactezNous {
    padding: 40px 0;
}
.Desktop .ContactezNous {
    text-align: center;
}
.contact form#FormDevis input[type="submit"] {
    width: 100%;
}
