* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Calibri', sans-serif;
    transition: all .3s ease;
}

:root {
    --color-first: #dd5751;
    --color-second: #084c64;
}

a,
input[type="submit"],
input[type='submit'],
button {
    cursor: pointer;
}

input,
button,
textarea {
    outline: none;
}

textarea {
    font-family: inherit;
    max-width: 100%;
}

h3 {
    margin-top: 5px;
}

ul {
	list-style: none;
}

a, a:hover, a:focus {
	color: inherit;
	text-decoration: none;
	outline: none;
}

p {
    font-size: 17px;
    line-height: 1.625;
    color: #000;
}

.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: #000000;
    line-height: normal;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #000000;
}
.blog_pageIntrouvable a {
    color: #333
}
.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;
}
}

div#Messages {
    text-align: center;
    background-color: #000;    
    padding: 10px;
    width: 100%;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
}

div#Messages p {
    margin: 0;
    color: #fff;     
    font-size: 20px;
}
.Tablet div#Messages p,
.Mobile div#Messages p {
    font-size:14px;
}

.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;
}
.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;
}

a.swipebox img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    display: block;
}
b.titre-album {
    width: 100%;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    display: block;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
    line-height: normal;
    margin: 0 0 20px;
}

.Mobile h1 {
    font-size: 25px;
}

h1 + h2 {
    margin-top: 0;
}

h1:has(+ h2) {
    margin: 0 0 10px;
}

h2 {
    margin-bottom: 20px;
}

h3 {
    margin: 10px 0;
}

.Desktop .container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.Tablet .container,
.Mobile .container {
    max-width: 90%;
    width: 100%;
    margin: auto;
}

.navScroll {
    transform-origin: 0 0 0;
    transform: scaleY(0);
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}

.Desktop .navScroll.sticky,
.Tablet .navScroll,
.Mobile .navScroll {
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.nav_top {
    padding: 20px 0;
    background: #043570;
}

.nt_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.nav_bottom {
    background: #fff;
    padding: 12px 0;
}

.nav_bottom > .container {
    max-width: 1400px;
}

.nt_btn {
    padding: 10px 30px;
    text-align: center;
    background: #ab0000;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.3s;
}

.nt_btn:hover {
    background: #fff;
    color: #000;
}

.nb_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Tablet .nb_content {
  width: 90%;
  margin: auto;
}

.Mobile .nb_content {
  width: 95%;
  margin: auto;
}

body:not(.Desktop) ._nb_tel {
    position: absolute;
    top: 78px;
    width: 100%;
    left: 0;
    background: #ab0000;
    padding: 6px 0;
}

._menu.nav-mobile img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

._logo_top a img {
    width: 180px;
    height: 51px;
    object-fit: contain;
}

._nb_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.col.nav-list {
    display: flex;
    align-items: center;
}

body:not(.Desktop) ._nb_menu {
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999;
}

.Tablet ul.col.nav-list,
.Mobile ul.col.nav-list {
    flex-direction: column;
    gap: 5px;
    padding-bottom: 20px;
    display: none;
    max-height: 400px;
    overflow: scroll;
}

ul.col.nav-list.navShow {
    display: flex;
}

li.nav-item {
    position: relative;
}

.Desktop li.nav-item:before {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    background: #000;
    opacity: 0;
    transition: all 0.3s;
}

.Desktop li.nav-item.active:before,
.Desktop li.nav-item:hover:before {
    opacity: 1;
}

body:not(.Desktop) li.nav-item.active {
    background: #eee;
}

.megaMenu {
     display: none; 
    position: absolute;
    z-index: 99;
    width: max-content;
    background: #fff;
    padding: 20px;
}

body:not(.Desktop) .megaMenu {
    position: static;
    width: 100%;
}

.megaMenu.showSub {
    display: block;
}

.Desktop li.nav-item:hover .megaMenu {
    display: block;
}

li.nav-submenu-item {
    margin: 5px 0;
    padding: 5px 0;
}

body:not(.Desktop) .nav-submenu {
  display: flex;
  place-items: center;
  flex-direction: column;
  background: #f5f5f5;
}

.Mobile li.nav-submenu-item {
    margin: 0;
    padding: 5px 0;
    font-size: 15px;
}

li.nav-item > a {
    font-size: 14px;
    width: 115px;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:not(.Desktop) li.nav-item {
    width: 90%;
}

body:not(.Desktop) li.nav-item > a {
    width: 100%;
    height: 100%;
}

span.nav-click {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    object-fit: contain;
    background: #043570;
    display: flex;
    place-items: center;
}

span.nav-click img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin: auto;
}

._nb_tel a {
    display: flex;
    align-items: center;
    gap: 10px;
}

.Mobile ._nb_tel a {
    justify-content: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    width: fit-content;
    margin: auto;
    padding: 5px 20px;
    border-radius: 15px;
}

body:not(.Desktop) ._nb_tel a {
    width: fit-content;
    justify-content: center;
    padding: 6px 20px;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    margin: auto;
    border-radius: 20px;
}

.Desktop ._nb_tel a {
  min-width: 162px;
  max-width: 162px;
}

._nb_tel_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #ab0000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

._nb_tel_img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

._nb_tel_txt {
    text-align: center;
}

body:not(.Desktop) ._nb_tel_txt {
    display: flex;
    align-items: center;
    gap: 15px;
}

._nb_txt_h1 {
    color: #043570;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.3s;
}

._nb_txt_p {
    font-weight: 500;
    font-size: 17px;
}

._nb_tel a:hover ._nb_tel_img {
    background: #043570;
}

._nb_tel a:hover ._nb_txt_h1 {
    color: #000;
}

._hero {
    height: 750px;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.Mobile ._hero {
    height: 600px;
}

.background {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 750px;
    overflow: hidden;
}

._ville_gb {
    width: 100%;
    height: 750px;
}

body.Mobile .background,
body.Mobile ._ville_gb {
    height: 600px;
    overflow: hidden;
}


._hero:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: transparent;
    background: linear-gradient(90deg, #000000 0%, #ffffff00 100%);
}

._hero_content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    position: relative;
    width: 100%;
    bottom: -40px;
}

body.contact ._hero_content,
body.mentions ._hero_content ,
body.realisations ._hero_content ,
body.devis ._hero_content {
    align-items: center;
    bottom: 0;
}

.Tablet ._hero_content {
  align-items: center;
  bottom: -60px;
}

.Mobile ._hero_content {
    align-items: center;
    bottom: -40px;
}

._hero_left {
    width: 60%;
}

.Tablet ._hero_left {
    width: 50%;
}

.Mobile ._hero_left {
    width: 100%;
}

._nom {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

._nom span {
    display: block;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 2px;
}

._nom p {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 600;
    color: #fff;
}

._page_h1 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

.Mobile ._page_h1 {
    font-size: 30px;
}

.Tablet ._page_h1 {
    font-size: 35px;
}

body:not(.Mobile) .ville ._page_h1 {
  color: #fff;
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: 500;
  text-transform: inherit;
}

.Desktop.ville ._page_h1:first-line {
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

._btn_arrow img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

._btn a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    padding: 15px 30px;
    background: #ab0000;
    justify-content: center;
    width: fit-content;
    border-radius: 5px;
    transition: all 0.3s;
}

._btn a:hover {
    background: #000;
}

._btn_p {
    font-size: 18px;
}

._hero_cat {
    position: relative;
    bottom: -155px;
    z-index: 5;
}

.Tablet ._hero_cat,
.Mobile ._hero_cat {
  padding: 50px 0 0;
  position: static;
}

._cat_grid {
    display: flex;
    overflow: hidden;
}

.Mobile ._cat_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 0;
}

._cat_box {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 30px 0;
    background: #fff;
    margin: 0 5px;
    border-radius: 5px;
    border: 2px solid #043570;
    height: 200px;
}

@media screen and (min-width: 1280px) {
    ._cat_box {
        min-width: 224px;
    }
} 

.Mobile ._cat_box {
    height: 170px;
}

._cat_icon img {
    width: 80px;
    height: 80px;
    border: none;
    object-fit: contain;
    display: block;
}

.Mobile ._cat_icon img {
    width: 50px;
    height: 50px;
}

._cat_ancre p {
    text-align: center;
    line-height: 21px;
    padding: 0 10px;
}

._hero_right {
    width: 38%;
    padding: 50px 40px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    border-radius: 10px;
}

.Tablet ._hero_right {
    width: 50%;
}

._hero_form_h1 {
    color: #fff;
    text-align: center;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

form#FormDevis {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

._hero_right .form-input {
    max-width: 100%;
    width: 100%;
    border: 1px solid #54595f;
    background: transparent;
    color: #fff;
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 17px;
}

.form-input::placeholder {
    color: #f2f2f2cc;
    letter-spacing: 0.03em;
}

.cage-contact .form-input::placeholder {
    color: #444;
    letter-spacing: 0.03em;
}

input.btn.btn-submit {
    width: 100%;
    background: #ab0000;
    border: none;
    color: #fff;
    padding: 12px 0;
    font-size: 19px;
    letter-spacing: 0.05em;
    border-radius: 5px;
    transition: all 0.3s;
}

input.btn.btn-submit:hover {
    background: #000;
}

section {
    padding: 100px 0;
    position: relative;
}

body:not(.Desktop) section {
    padding: 50px 0;
}

.Desktop section.section_1 {
    padding-top: 160px;
    z-index: 0;
}

.s1_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

body:not(.Desktop) .s1_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.s1_left {
    position: relative;
}

.Desktop .s1_img {
    width: 100%;
    height: 100%;
}

.s1_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.Tablet .s1_img img {
    width: 100%;
    height: 300px;
}

.Mobile .s1_img img {
    width: 100%;
    height: 250px;
}

.s1_xp {
    position: absolute;
    bottom: -7px;
    left: -7px;
}

body:not(.Desktop) .s1_xp {
  position: absolute;
  bottom: -5px;
  left: -5px;
}

._xp_content {
    position: relative;
    z-index: 2;
}

._xp_content:after {
    content: "";
    clear: both;
    position: absolute;
    width: 346px;
    height: 319px;
    z-index: -1;
    left: 0px;
    bottom: 0px;
    clip-path: polygon(0% 20%, 0% 100%, 80% 100%);
    background: #ab0000;
}

.Mobile ._xp_content:after {
    width: 200px;
    height: 200px;
}

._xp_h1 {
    font-size: 65px;
    line-height: 45px;
    color: #fff;
    margin: 0 0 10px 20px;
}

.Mobile ._xp_h1 {
    font-size: 30px;
    line-height: normal;
    color: #fff;
    margin: 0 0 0 10px;
}

._xp_p {
    font-size: 18px;
    padding: 0 0 20px 20px;
    color: #fff;
}

.Mobile ._xp_p {
    font-size: 15px;
    padding: 0 0 10px 10px;
    color: #fff;
}

.s1_box {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.Mobile .s1_box {
    flex-direction: column;
    align-items: start;
}

.s1_li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
}

.Mobile .s1r_img {
    width: 100%;
}

.s1r_img img {
    width: 170px;
    height: 170px;
    object-fit: cover;
}

.Mobile .s1r_img img {
    width: 100%;
}

.s1_li_img img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.s1_li_p {
    font-weight: 600;
}

section.section_1 ._btn a {
    background: #043570;
    transition: all 0.3s;
}

section.section_1 ._btn a:hover {
    background: #000;
}

.Tablet .s1_right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.Tablet .s1r_img {
  width: 100%;
}

.Tablet .s1_box {
  flex-direction: column;
}

.Tablet .s1r_img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
}

.Tablet .s1_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.Tablet .s1_li {
    margin: 0;
}

.Tablet .s1_li_img img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.Tablet .s1_li_p {
  font-size: 12px;
}

.p1_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

body:not(.Desktop) .p1_content {
    flex-direction: column;
    gap: 20px;
}

.p1_left ._btn {
    margin-top: 20px;
}

.p1_right {
    position: relative;
}

.Desktop .p1_right:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 110%;
    background: transparent;
    top: 50%;
    transform: translateY(-50%);
    right: -40px;
    border: 5px solid #ab0000;
    z-index: -1;
}

.p1_right img {
    width: 500px;
    height: 550px;
    object-fit: cover;
    display: block;
    background: #888;
}

body:not(.Desktop) .p1_right {
    width: 100%;
}

.Tablet .p1_right img {
    width: 100%;
    height: 300px;
}

.Mobile .p1_right img {
    width: 100%;
    height: 250px;
}

section.section_2 {
    padding: 0;
}

.s2_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2_content {
    background: #043570;
    padding: 50px;
}

.Tablet .s2_content {
    padding: 50px 40px;
}

.Mobile .s2_content {
    padding: 50px 20px;
}

.s2t_h1 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.Mobile .s2t_h1 {
    font-size: 30px;
}

.s2t_p {
    font-size: 18px;
    color: #f2f2f2;
    margin-bottom: 40px;
}

.s2t_right img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

form#rappel_immediat {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

._rappel_num {
    position: relative;
    width: 70%;
}

._rappel_num img {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.Mobile ._rappel_num img {
    left: 7px;
}

.input-form {
    display: block;
    width: 100%;
    padding: .375rem .75rem .375rem 3rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 55px;
    font-size: 18px;
}

.Mobile input.input-form {
    padding: .375rem .75rem .375rem 2rem;
}

input.btn-devis-gratuit {
    width: 30%;
    height: 55px;
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    background: #ab0000;
    border: 1px solid #ab0000;
    border-radius: 5px;
    transition: all 0.3s;
}

input.btn-devis-gratuit:hover {
    background: #000;
}

.Mobile input.btn-devis-gratuit {
    font-size: 14px;
}

.presta_2:before {
    background: rgb(0 0 0 / 50%);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.p2_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    position: relative;
    z-index: 2;
}

body:not(.Desktop) .p2_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.p2_box {
    position: relative;
    padding: 40px 30px;
    border-radius: 20px;
}

.Mobile .p2_box {
    padding: 30px 20px;
}

.p2_box:before {
    background: rgb(255 255 255 / 14%);
    backdrop-filter: blur(12px);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    border-radius: 20px;
}

.p2_box h2,
.p2_box h3,
.p2_box p {
    position: relative;
    z-index: 5;
    color: #fff;
}

.s3_content {
    display: flex;
    align-items: center;
    gap: 50px;
}

.Mobile .s3_content {
    flex-direction: column;
    gap: 20px;
}

.s3_left ._btn {
    margin-top: 20px;
}

.s3_right {
    position: relative;
}

.Mobile .s3_right,
.Mobile .s3_img_1 {
    width: 100%;
}

.s3_img_1 img {
    width: 500px;
    height: 535px;
    object-fit: cover;
    display: block;
    background: #ddd;
}

.Tablet .s3_img_1 img {
  width: 320px;
  height: 535px;
}

.Mobile .s3_img_1 img {
    width: 100%;
    height: 300px;
}

.s3_img_2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    border: 10px solid #fff;
}

.Mobile .s3_img_2 {
    left: -5px;
}

.s3_img_2 img {
    width: 240px;
    height: 315px;
    object-fit: cover;
    display: block;
    background: #888;
}

.Mobile .s3_img_2 img {
    width: 150px;
    height: 200px;
}

.presta_3:after {
    content: '';
    background: #043570;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

body:not(.Desktop) .presta_3:after {
    width: 100%;
    height: 250px;
}

.p3_content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    z-index: 5;
}

body:not(.Desktop) .p3_content {
    flex-direction: column;
    gap: 20px;
}

body:not(.Desktop) .p3_left {
    width: 100%;
}

.p3_left img {
    width: 510px;
    height: 660px;
    object-fit: cover;
    display: block;
    background: #888;
}

.Tablet .p3_left img {
    width: 100%;
    height: 300px;
}

.Mobile .p3_left img {
    width: 100%;
    height: 250px;
}

.p3_right ._btn {
    margin-top: 20px;
}

.p3_right ._btn a {
    background: #ab0000;
}

section.section_x {
    position: relative;
}

section.section_x:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sx_top {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0 auto 30px;
}

.Mobile .sx_top {
    font-size: 22px;
}

.sx_content {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    position: relative;
}

.Mobile .sx_content {
    flex-direction: column;
    gap: 0;
}

.Tablet .sx_content {
  gap: 20px;
}

.Mobile .sx_left,
.Mobile .sx_right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sx_box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px 45px;
    margin: 40px 0;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    border-radius: 10px;
}

.Tablet .sx_box {
  margin: 0 0 20px;
}

.Mobile .sx_box {
    margin: 0 0 10px;
    padding: 20px 10px;
    flex-direction: column;
}

.sx_icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ab0000;
    border-radius: 50%;
}

body:not(.Desktop) .sx_icon {
    width: 80px;
    height: 80px;
}

.sx_icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

body:not(.Desktop) .sx_icon img {
    width: 40px;
    height: 40px;
}

.sx_txt {
    font-size: 25px;
    font-weight: 600;
    width: 155px;
    line-height: 25px;
}

.Mobile .sx_txt {
    width: 100%;
    font-size: 15px;
    text-align: center;
}

.Tablet .sx_txt {
  font-size: 23px;
  font-weight: 600;
  width: 130px;
  line-height: 25px;
}

.sx_center img {
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 50%;
    background: #ddd;
}

.s4_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.Tablet .s4_content {
  gap: 15px;
}

.Mobile .s4_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
}

.s4_box {
    box-shadow: 0 5px 5px #aaa;
    overflow: hidden;
    border-radius: 10px;
}

.s4_img {
    height: 300px;
    width: 100%;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 1%);
    background-color: #043570;
}

.Tablet .s4_img {
  height: 250px;
}

.s4_image {
    height: 290px;
    width: 100%;
    clip-path: polygon(100% 0, 100% 90%, 50% 100%, 0 90%, 0 1%);
}

.Tablet .s4_img {
  height: 240px;
}

.s4_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.s4_icon {
    position: relative;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -50px auto 0;
    border-radius: 50%;
    background: #fff;
    border: 3px solid #043570;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.s4_icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.s4_cont {
    padding: 0px 30px 40px 30px;
}

body:not(.Desktop) .s4_cont {
  padding: 0px 20px 20px;
}

.section_5 {
    position: relative;
    overflow: hidden;
}

.section_5:before {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.s5_content {
    display: grid;
    grid-template-columns: 60% 30%;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

body:not(.Desktop) .s5_content {
  grid-template-columns: 100%;
  gap: 30px;
  align-items: start;
}

.s5_left {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
}

.Tablet .s5_left {
    text-align: center;
    font-size: 32px;
}

.Mobile .s5_left {
    font-size: 20px;
    text-align: center;
}

.s5_right {
    margin: auto;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Desktop .s5_right:before {
    content: '';
    background: #ffffff;
    position: absolute;
    width: 100%;
    height: 500%;
    transform: skew(-26deg);
}

.s5_right ._btn {
    position: relative;
    z-index: 2;
}

.Desktop .s5_right ._btn a {
    transform: skew(-10deg);
}

section.presta_5::before {
    content: '';
    background: #F5F5F5;
    width: 100%;
    height: 80%;
    position: absolute;
    bottom: 0;
}

.p5_content {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
}

body:not(.Desktop) .p5_content {
    flex-direction: column-reverse;
    gap: 20px;
}

.p5_left ._btn {
    margin-top: 20px;
}

body:not(.Desktop) .p5_right {
    width: 100%;
}

.p5_right img {
    width: 500px;
    height: 600px;
    display: block;
    background: #ddd;
    position: relative;
    top: -50px;
}

.Tablet .p5_right img {
    width: 100%;
    height: 300px;
    top: 0;
}

.Mobile .p5_right img {
    width: 100%;
    height: 250px;
    top: 0;
}

.s6_content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    align-items: center;
}

body:not(.Desktop) .s6_content {
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}

.s6_left ._btn {
    margin-top: 20px;
}

.s6_right {
    position: relative;
}

.s6_right img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.Tablet .s6_right img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.Mobile .s6_right img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.happy {
    position: absolute;
    bottom: 20px;
    left: -20px;
    display: flex;
    align-items: start;
    flex-direction: column;
    padding: 12px 40px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px #eee;
}

.Mobile .happy {
    left: -5px;
}

.happy_h1 {
    font-size: 50px;
    font-weight: 600;
}

.happy_p {
    font-size: 24px;
    margin-top: -10px;
}

.s7_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}

.s7_top ._nom span {
    background: #ab0000;
}

.s7_top ._nom p {
    color: #000;
}

.Desktop .s7_h1:first-line {
    font-size: 40px;
}

.s7_h1 {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
}

.Mobile .s7_h1 {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
}

.s7_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 50px;
}

.Tablet .s7_grid {
    gap: 20px;
}

.Mobile .s7_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}

.s7_box {
    padding: 50px 40px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.Tablet .s7_box {
  padding: 40px 20px;
}

.Mobile .s7_box {
  padding: 30px 20px;
}

.s7_box ._btn {
    margin-top: 20px;
}

.s7_box ._btn a {
    background: #043570;
    transition: all 0.3s;
}

.s7_content .s7_box:nth-child(4n+3) ._btn a,
.s7_content .s7_box:nth-child(4n+4) ._btn a {
    background: #ab0000;
    transition: all 0.3s;
}

.s7_box ._btn a:hover {
    background: #000;
}

.s8_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 70px;
}

.Mobile .s8_top {
    text-align: center;
}

.s8_h1 {
    font-size: 30px;
    font-weight: 600;
}

.Mobile .s8_h1 {
    font-size: 22px;
}

.s8_p {
    font-size: 18px;
}

.s8_grid {
    display: flex;
    overflow: hidden;
    justify-content: center;
}

.s8_box {
    margin: 30px 10px;
    box-shadow: 0 0 8px #ddd;
    padding: 20px 20px 40px;
    position: relative;
    background: #fff;
}

.Desktop .s8_box {
    min-width: calc((100% / 3) - 28px);
}

.s8t_top {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.s8_img img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    display: block;
    background: #ddd;
    border-radius: 50%;
}

.s8t_top_left_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.s8_google img {
    width: 60px;
    height: 20px;
    object-fit: contain;
}

.s8t_top_right {
    background: #ab0000;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -45px;
}

.s8t_top_right img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.s8t_top_right:before {
    content: "";
    clear: both;
    display: block;
    width: 17px;
    height: 24px;
    background: #233152;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    position: absolute;
    top: 0px;
    right: -17px;
    transition: all 0.4s ease-in-out;
}

.s8t_top_left_2 {
    margin: 10px 0 20px;
}

.s8_txt {
    font-size: 18px;
    height: 150px;
    overflow-y: scroll;
}

.s8_nom {
    position: absolute;
    bottom: -20px;
    width: 90%;
    text-align: center;
    margin: auto;
    background: #fff;
    padding: 15px 0;
    border-radius: 20px;
    box-shadow: 0 0 5px #aaa;
    font-size: 18px;
}

.avis a {
  width:10%;
  float:left;
  height:100%;

}

.avis > i {
  background: url('../images/rating-sprit.png') no-repeat;
  display: inline-block;
  height: 23px;
  width: 120px;
  margin-right: 15px;
}
.avis-0 {
  background-position: 0 0 !important;
}
.avis-1 {
  background-position: 0 -25px !important;
}
.avis-2 {
  background-position: 0 -50px !important;
}
.avis-3 {
  background-position: 0 -75px !important;
}
.avis-4 {
  background-position: 0 -100px !important;
}
.avis-5 {
  background-position: 0 -125px !important;
}
.avis-6 {
  background-position: 0 -150px !important;
}
.avis-7 {
  background-position: 0 -175px !important;
}
.avis-8 {
  background-position: 0 -200px !important;
}
.avis-9 {
  background-position: 0 -225px !important;
}
.avis-10 {
  background-position: 0 -250px !important;
}

footer {
    background: #043570;
}

footer a:hover {
    text-decoration: underline;
}
footer a {
    transition: all 0.3s;
}

.footer_top {
    padding: 100px 0 30px;
}

.footer_content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px;
}

.Mobile .footer_content {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
}

.Tablet .footer_content {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.footer_logo {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.footer_logo a img {
    width: 300px;
    height: 84px;
    object-fit: contain;
}

.footer_des {
    color: #fff;
    font-size: 17px;
}

.res {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 20px;
    padding-top: 10px;
}

.res a {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    place-items: center;
    transition: all 0.3s;
}

.res a:hover {
    background: #fff;
}

.res a img {
    width: 15px;
    height: 15px;
    object-fit: contain;
    margin: auto;
    transition: all 0.3s;
}

.res a:hover img {
    filter: invert(1);
}

.footer_h1 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer_list {
    display: grid;
    gap: 10px;
}

.footer_list > a {
    font-size: 18px;
    color: #fff;
}

.footer_div {
    display: flex;
    align-items: start;
    gap: 10px;
    margin: 10px 0;
}

.footer_icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    display: block;
}

.footer_h2 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 5px;
}

.footer_p {
    color: #fff;
    font-size: 18px;
}

.copyright {
    padding: 30px 0;
    border-top: 1px solid #f5f5f5;
}

.copy_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 18px;
}

.Mobile .copy_content {
    flex-direction: column;
    gap: 20px;
}

.copy_left {
    display: flex;
    align-items: center;
    gap: 14px;
}

.Mobile .copy_left {
    flex-direction: column;
}

.copy_left a img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}

.copy_right {
    display: flex;
    align-items: center;
    gap: 7px;
}

.Tablet .footer_content .footer_box:first-child {
  grid-column: 1 / 3;
}

.ContactezNous {
    padding: 50px 0;
}

.texte-cont {
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    margin-bottom: 20px;
}

.box-cont {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 120px;
}

.Tablet .box-cont {
    gap: 10px;
}

.Mobile .box-cont {
    flex-direction: column;
    gap: 20px;
}

.box-1-contact {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 35px;
    width: 100%;
    position: relative;
    text-align: center;
}

.box-1-contact:before {
    position: absolute;
    content: '';
    height: 120px;
    -webkit-clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    clip-path: polygon(100% 0, 100% 65%, 50% 100%, 0 65%, 0 0);
    background-color: #043570;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .5s;
}

.box-1-contact:hover:before {
    background-color: #ab0000;
    transition: .5s;
}

.icon-cont {
    border: 3px solid #043570;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    background: #fff;
    transition: .5s;
}

.box-1-contact:hover .icon-cont {
    border: 3px solid #ab0000;
    transition: .5s;
}

.icon-cont img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    filter: grayscale(0) brightness(0);
    transition: .5s;
}

.num-cont span {
    padding: 20px 0 10px;
    display: block;
    color: #043570;
    font-size: 23px;
    font-weight: 600;
}

.tel_ {
    display: flex;
    flex-direction: column;
}

#Map {
    height: 500px;
}

.Tablet #Map {
  height: 400px;
}

.Mobile #Map {
  height: 300px;
}

.block-contact {
    position: relative;
    z-index: 1111;
}

.cage-contact {
    background: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.10);
    padding: 80px;
    text-align: center;
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.Mobile .cage-contact {
    padding: 30px 20px;
}

.cage-contact > div {
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 600;
}

.DevisG .cage-contact > div {
    text-transform: uppercase;
    font-size: 25px;
}

.Mobile .DevisG .cage-contact > div {
    font-size: 20px;
}

.input-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    width: 100%;
}

.Mobile .input-flex {
    grid-template-columns: repeat(1, 1fr);
}

.cage-contact .form-input {
    background: #F8F8F8;
}

.cage-contact .form-input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    height: 55px;
    border-radius: 2px;
    margin-bottom: 20px;
    font-family: inherit;
    outline: none;
}

body:not(.Mobile) .input-flex input:nth-child(4),
 .input-flex input:nth-child(5) {
    margin: 0;
}

.cage-contact textarea.form-input {
    max-width: 100%;
    min-height: 80px;
    max-height: 200px;
}

.cage-contact input.btn-devis-gratuit {
    padding: 12px;
    border: none;
    background: #ab0000;
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    width: 100%;
    cursor: pointer;
    transition: all 0.4s ease-out 0s;
}

.cage-contact input.btn-devis-gratuit:hover {
    background: #000;
}

.Desktop .cage-contact input.btn-devis-gratuit.btn-cont {
    width: 20%;
}

div#scroll1 {
    padding: 50px 0;
}

.mentions h2 {
    padding: 20px;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}
.mentions ol {
    max-width: 100%;
    width: 80%;
    margin: auto;
    padding: 0 0 30px;
}
body.Mobile.mentions ol {
    width: 100%; 
    padding:0 20px 20px;
}

body.realisations section {
    padding: 50px 0;
}

.container-box .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 20px;
}

.Desktop b.titre-album {
    grid-column: 1 / 5;
    margin-bottom: 20px;
}

.Tablet .container-box .row {
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
}

.Tablet b.titre-album {
    grid-column: 1 / 4;
    margin-bottom: 20px;
}

.Mobile .container-box .row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
}

@media screen and (max-width: 1280px) {
    li.nav-item > a {
        width: 80px;
        font-size: 13px;
    }

    .sx_center img {
        width: 300px !important;
        height: 300px !important;
    }
}

.footer_p hr {
    margin: 7px 0;
}
.Desktop ul.nav-submenu {
    column-count: 3;
}

section.temoin input.btn {
    background: #ab0000;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-transform: uppercase;   
    padding: 15px 20px;
    cursor: pointer;
    border: none;
    border-radius: 0.25rem;
}

.Mobile section.temoin .col-tem {
    padding: 20px 0 0;
}
.Desktop section.temoin .col-tem,
.Tablet section.temoin .col-tem {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

section.temoin {
    padding: 140px 0 40px;
}
.Mobile section.temoin {
    padding: 40px 0;
}
input#mail {
    display: none;
}
.item-tem {
    margin: 15px 0;
}
section.temoin label {
    margin: 10px 0 5px;
    display: block;
}
section.temoin textarea.input-form {
    margin-bottom: 15px;
}