* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a, 
a:hover, 
a:focus {
    text-decoration: none;
    outline: none;
}
body {  
    font-family: 'Calibri', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}
img {
    max-width: 100%;
}
h1, h2, h3, h4 {
    line-height: 1.1;
    margin-bottom: 10px;
    color: #282828;
}
h1 {
    font-size: 36px;
}
.Mobile h1 {
    font-size: 28px;
}
h2 {
    font-size: 32px;
}
.Mobile h2 {
    font-size: 24px;
}
h3 {
    font-size: 26px;
    margin: 15px 0 5px;
}
.Mobile h3 {
    font-size: 22px;
}
h4 {
    font-size: 22px;
}
.container {
    max-width: 1280px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}
.Tablet .container {
    max-width: 720px;
}
.page-mention {
    padding: 100px 0;
}
.Mobile .page-mention {
    padding: 50px 15px;
}
div#Messages {
    background: #35373a;
    color: #fff;
    text-align: center;
    padding: 15px 5px;
    font-size: 18px;
    font-weight: 600;
}
.Mobile div#Messages,
.Tablet div#Messages {
    position: absolute;
    width: 100%;
    z-index: 11111;
    font-size: 15px;
    padding: 10px;
}

b.titre-album {
    font-size: 30px;
    color: #070707;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px;
}
.Tablet .row-rea {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-rea {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.blog_pageIntrouvable {
    background: #bf1b2c;
    position: fixed;
    height: 100%;
    width: 100%;
    font-size: 18px;
    z-index: 200000 !important;
    text-align: center;
    top: 0;
}
.blog_pageIntrouvable .d-flex {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.blog_pageIntrouvable > div {
    height: 100%;
}
.blog_pageIntrouvable h1 {
    font-size: 200px;
    color: #fff;
}
.blog_pageIntrouvable p {
    font-size: 36px;
    line-height: 100%;
    margin-top: -21px;
    text-transform: uppercase;
    letter-spacing: 10px;
    color: #fff;
}
.blog_pageIntrouvable span,
.blog_pageIntrouvable a {
    color: #fff;
}
@media (max-width: 767px) {
  .blog_pageIntrouvable h1 {
    font-size: 100px;
  }
  .blog_pageIntrouvable p {
    font-size: 17px;
    letter-spacing: 5px;
    margin-top: -10px;
  }
  .blog_pageIntrouvable {
    font-size: 14px;
  }
  .blog_pageIntrouvable a {
    display: block;
  }
}

/*header*/
.Mobile .header,
.Tablet .header {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 1111;
    width: 100%;
}
.header-top {
    padding: 10px 0;
    background: #bf1b2c;
    border-radius: 0 0 20px 20px;
}
.Desktop .header-top {
    margin: 0 50px;
}
.bloc-header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Mobile .bloc-header-top {
    justify-content: center;
}
.cont-h {
    display: flex;
    gap: 15px;
}
.cont-h a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
a.mail-top::after {
    content: "";
    width: 60px;
    height: 1px;
    background: #ffffff47;
    margin-left: 15px;
}
.cont-h img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.links {
    display: flex;
    gap: 10px;
}
.links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #ffffff1c;
    transition: all .3s ease;
}
.links a:hover {
    background-color: #f34343;
    transition: all .3s ease;
}
.links img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    filter: invert(1);
}
.header-bottom {
    background: #fff;
}
.bloc-header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
    padding: 5px 0;
}
.logo-header {
    min-width: 200px;
}
a.logo {
    display: flex;
}
a.logo img {
    width: 200px;
    height: 105px;
    object-fit: contain;
}
.Mobile a.logo img,
.Tablet a.logo img {
    width: 150px;
    height: 80px;
}
.Mobile .menu,
.Tablet .menu {
    display: none;
    position: fixed;
    width: 100%;
    top: 137px;
    background: #d5d5d5;
    border-top: 3px solid #bf1b2c;
    left: 0;
}
.navmob {
    border: 1px solid #0A1119;
    width: 42px;
    height: 40px;
    padding: 8px;
}
.navmob span {
    display: block;
    height: 3px;
    margin-top: 3px;
    border-top: 3px solid #0A1119;
}
.Desktop ul.nav-list {
    display: flex;
}
.Mobile ul.nav-list,
.Tablet ul.nav-list {
    max-height: 420px;
    overflow-y: scroll;
}
li.nav-item {
    display: block;
    line-height: 1.2;
    margin: 0 5px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #0000008a;
    margin: 0;
}
li.nav-item a {
    color: #111;
    text-align: center;
    display: block;
    padding: 12px 0;
    font-weight: 600;
}
.Desktop li.nav-item:hover > a,
li.nav-item.active > a {
    color: #bf1b2c;
}
.Mobile li.nav-item.active > a,
.Tablet li.nav-item.active > a {
    background: #fff;
}
.Desktop .nav-submenu {
    background: #fff;
    visibility: hidden;
    position: absolute;
    min-width: 250px;
    z-index: 1;
    margin-top: 15px;
    opacity: 0;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-top: 5px solid #bf1b2c;
    transition: all 0.3s ease-in-out;
}
.Desktop li.nav-item:hover > .nav-submenu {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}
li.nav-submenu-item {
    display: block;
    border-bottom: 1px solid #ddd;
}
.Mobile li.nav-submenu-item,
.Tablet li.nav-submenu-item {
    border-color: #0000008a;
}
.Desktop li.nav-submenu-item a {
    padding: 15px;
    text-align: left;
}
.Desktop li.nav-submenu-item:hover > a,
li.nav-submenu-item.active > a {
    background: #f9f9f9;
    color: #bf1b2c;
}

/* Slider */
.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;
}
.slick-dots {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  margin-right: 10px;
}
.slick-dots li button {
  border: 1px solid #ffffff;
  border-radius: 100%;
  padding: 0;
  width: 25px;
  height: 25px;
  background: none;
  font-size: 14px;
  color: #fff;
  transition: all .3s ease;
  cursor: pointer;
}
.slick-dots li:hover button,
.slick-dots .slick-active button{
  background: #ffffff;
  color: #003366;
}
.slick-dots li button:focus{
  outline: 0 !important;
}

.homeslider {
    position: relative;
    z-index: 0;
    overflow: hidden;
    height: 800px;
}
.Desktop .pr-50 {
    padding-right: 50px;
}
.Desktop .pl-50 {
    padding-left: 50px;
}
.slider-img {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    overflow: hidden;
}
.Mobile .homeslider,
.Mobile .slider-img,
.Tablet .homeslider,
.Tablet .slider-img {
    height: 650px;
}
.slider-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    transform: translateX(-50%);
    width: 255px;
    max-width: 100%;
    height: 100%;
    background-image: url(../images/img/fond-slide.png);
    background-size: cover;
}
.Mobile .slider-img::before {
    left: 100%;
}
.Tablet .slider-img::before {
    left: 70%;
}
.slider-img::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 63%;
    height: 100%;
    background: #000;
    opacity: .7;
    clip-path: polygon(0 0, 78% 0, 98% 100%, 0% 100%);
}
.Mobile .slider-img::after {
    width: 100%;
    clip-path: none;
}
.Tablet .slider-img::after {
    width: 76%;
}
.caption {
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1270px;
    width: 100%;
}
.Mobile .caption {
    padding: 0 20px;
    top: 58%;
}
.Tablet .caption {
    padding: 0 40px;
    top: 62%;
}
.Desktop .titleSlider {
    max-width: 50%;
}
.titre-s {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    padding-left: 40px;
    margin-bottom: 15px;
}
.titre-s:before,
.titre-s:after {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    height: 2px;
    width: 20px;
    background: #fff;
}
.titre-s:before {
    width: 30px;
    top: auto;
    bottom: 7px;
}
.titre-h1 {
    font-size: 30px;
    line-height: 1;
    margin: 20px 0 40px;
    color: #fff;
    font-style: italic;
    font-weight: 100;
}
.Mobile .titre-h1 {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
    line-height: 1.15;
}
.Desktop .titre-h1:first-line,
.Tablet .titre-h1:first-line {
    font-size: 44px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
}
.Tablet .titre-h1:first-line {
    font-size: 36px;
}
.titre-h1_ {
    font-size: 50px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-style: normal;
    line-height: 1;
    margin: 15px 0 40px;
    color: #fff;
}
.Mobile .titre-h1_ {
    font-size: 28px;
    line-height: 1.15;
}
.h-btn {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.Mobile .h-btn {
    flex-direction: column;
    gap: 10px;
}
.btn-devis-t {
    color: #fff;
    padding: 17px 26px;
    position: relative;
    z-index: 1;
    background: #bf1b2c;
    border-radius: 5px;
    border: 1px solid #bf1b2c;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 18px;
    transition: all 0.3s ease 0s;
}
.Mobile .btn-devis-t {
    width: max-content;
}
.btn-devis-t:hover {
    background: #35373a;
    border-color: #35373a;
    transition: all 0.3s ease 0s;
}
.btn-devis-t.btn-rea {
    border-color: #fff;
    background: transparent;
}
.btn-devis-t.btn-rea:hover {
    color: #bf1b2c;
    background: #fff;
    transition: all 0.3s ease 0s;
}
.btn-devis-t img {
    width: 12px;
    height: 12px;
    object-fit: contain;
}
.btn-devis-t.btn-rea img {
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}
.btn-devis-t.btn-rea:hover img {
    filter: none;
    transition: all .3s ease;
}

/*part*/
.section-part {
    padding-top: 100px;
}
.Mobile .section-part {
    padding-top: 50px;
}
.Desktop .bloc-part {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.Mobile .bloc-part {
    display: grid;
    grid-template-columns: 90%;
    justify-content: center;
    gap: 20px;
}
.Tablet .bloc-part {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 20px;
}
.item-part {
    background: #bf1b2c;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    transition: all 0.3s ease 0s;
}
.Desktop .item-part {
    min-width: 22%;
}
.item-part:hover {
    background: #35373a;
    margin-top: -10px;
    transition: all 0.3s ease 0s;
}
.item-part span {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.item-part img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

/*section-1*/
.section-1 {
    position: relative;
}
.bg-sect-1 {
    position: absolute;
    right: 0;
    bottom: 50px;
    animation: topdown 5s infinite;
    animation-delay: 3s;
}
@keyframes topdown {
    0% {
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        transform: rotateX(0deg) translateY(0px);
    }
}
.bg-sect-1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.p-100 {
    padding: 100px 0;
}
.Mobile .p-100 {
    padding: 50px 0;
}
.bloc-sect-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px;
}
.Mobile .bloc-sect-1,
.Tablet .bloc-sect-1 {
    grid-template-columns: 100%;
}
.bloc-img-1 {
    position: relative;
}
.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}
.img-2 {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.img-2 img {
    height: 150px;
}
.pub {
    position: absolute;
    top: 90px;
    left: -90px;
    z-index: 1;
    background: #bf1b2c;
    color: #fff;
    padding: 28px 20px;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    font-size: 18px;
    animation: topdown 5s infinite;
}
.pub span {
    font-size: 36px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: normal;
}
.color-s {
    color: #bf1b2c;
    font-weight: 600;
}
.titre-s.color-s:before,
.titre-s.color-s:after {
    background: #bf1b2c;
}
.btn_ {
    display: flex;
    margin-top: 30px;
}

/*section-2*/
.section-2 {
    background-image: url(../images/img/bg-sect-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50px;
}
.Desktop .section-2 {
    margin: 0 50px;
}
.text-2 {
    display: grid;
    grid-template-columns: 35% 65%;
    justify-content: center;
    color: #fff;
}
.Mobile .text-2,
.Tablet .text-2 {
  grid-template-columns: 100%;
}
.Desktop .text-2 h2 {
    color: #fff;
    padding-right: 80px;
    position: relative;
}
.Tablet .text-2 h2,
.Mobile .text-2 h2 {
    color: #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.Desktop .text-2 h2::after {
    content: "";
    position: absolute;
    width: 3px;
    height: 100%;
    background: #bf1b2c;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.Mobile .text-2 h2::after,
.Tablet .text-2 h2::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #bf1b2c;
  bottom: 0;
  left: 0;
}
.box_cat {
    margin-top: 60px;
    display: flex;
    overflow: hidden;
}
.Mobile .box_cat {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.Desktop .box_cat .slick-track {
    display: flex;
}
.cat-item {
    margin: 0 15px;
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
    border-radius: 40px;
    transition: flex 0.5s ease;
}
.Mobile .cat-item {
    margin: 0;
}
.Desktop .cat-item:hover {
    flex: 1.25;
    transition: flex 0.5s ease;
}
.img-cat {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    background: #afa0a0;
}
.Mobile .img-cat {
    height: 300px;
}
.cat-text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    border-radius: 25px;
    right: 10px;
    width: 94%;
    min-height: 95px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 40%);
    color: #fff;
    padding: 37px 38px 14px;
    transition: padding 0.4s ease;
}
.Tablet .cat-text {
  left: 50%;
  transform: translateX(-50%);
  padding: 37px 15px 15px;
}
.Mobile .cat-text {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    padding: 30px 10px 10px;
}
.cat-text a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    display: block;
}
.Mobile .cat-text a {
    font-size: 16px;
}
.icon-cat {
    width: 59px;
    position: absolute;
    top: -30px;
    height: 59px;
    background-color: #bf1b2c;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-cat img {
    width: 36px;
    height: 36px;
    object-fit: contain;
}

/*section-3*/
.bloc-sect-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    justify-content: center;
}
.Mobile .bloc-sect-3 {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .bloc-sect-3.row-rev {
    display: flex;
    flex-direction: column-reverse;
}
.engag {
    margin-top: 30px;
}
.engag span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    padding-left: 30px;
}
.engag span::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 15px;
    background-image: url(../images/img/icon-3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.img-3 img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 20px;
    mask-image: url(../images/img/mask-img-3.png);
    -webkit-mask-image: url(../images/img/mask-img-3.png);
    mask-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
.bloc-img-3 .btn_ {
    margin-top: 0;
}
.bloc-img-3 .btn-devis-t {
    border-radius: 50px;
    padding: 12px 30px;
}
.bloc-img-3 .btn-devis-t img {
    transform: rotate(45deg);
}

/*section-4*/
.section-4 {
    border-radius: 20px;
    background-image: url(../images/img/bg-sect-4.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.Desktop .section-4 {
    margin: 0 50px;
}
.section-4::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #35373a;
    opacity: .9;
}
.bloc-sect-4-1 {
    position: relative;
}
.text-4 {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Mobile .text-4 {
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}
.titre-4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    max-width: 65%;
    line-height: 1.1;
}
.Mobile .titre-4 {
    max-width: 100%;
    font-size: 32px;
}
.bloc-sect-4-2 {
    margin-top: 60px;
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.10);
}
.Mobile .bloc-sect-4-2,
.Tablet .bloc-sect-4-2 {
    grid-template-columns: 100%;
}
.img-4 {
    position: relative;
    height: 360px;
}
.img-4::before {
    content: "";
    position: absolute;
    width: 93px;
    height: 100%;
    background-image: url(../images/img/mask-img-4.png);
    background-size: cover;
    top: 0;
    right: 0;
}
.img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-text-4 {
    padding: 40px;
}
.Mobile .bloc-text-4 {
    padding: 40px 15px;
}

/*section-5*/
.section-5 {
    position: relative;
    background-image: url(../images/img/bg-sect-5.webp);
    background-position: 94% 255px;
    background-repeat: no-repeat;
}
.text-5 {
    display: grid;
    grid-template-columns: 30% auto;
    gap: 60px;
    justify-content: center;
}
.Mobile .text-5 {
    grid-template-columns: 100%;
    gap: 0;
}
.Desktop .bloc-sect-5-3 {
    display: flex;
    position: absolute;
    z-index: 0;
    bottom: 170px;
    right: 0;
    width: 80%;
}
.Desktop .bloc-sect-5-3 > div {
    width: 50%;
}
.Mobile .bloc-sect-5-3,
.Tablet .bloc-sect-5-3 {
    margin-top: 30px;
}
.img-5 {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 460px;
    mask-image: url(../images/img/mask-img-5.webp);
    mask-repeat: no-repeat;
    mask-size: cover;
    border-radius: 0 0 0 20px;
}
.Tablet .img-5,
.Mobile .img-5 {
    min-height: 350px;
}
.bloc-5-1 {
    background: #f4f5f6;
    border-radius: 30px;
    padding: 30px 40% 30px 30px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    min-height: 470px;
}
.Tablet .bloc-5-1 {
  padding: 30px;
}
.Mobile .bloc-5-1 {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
    min-height: auto;
    margin-top: 50px;
    align-items: flex-start;
}
.bloc-text-5 {
    border-right: 1px solid #25355126;
}
.bloc-5-1 h2 {
    border-bottom: 1px solid #25355126;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bloc-text-5 p {
    padding-right: 25px;
}
.titre-p {
    position: absolute;
    top: -44px;
    left: 50.5%;
    background: #f34343;
    color: #000;
    font-family: cursive;
    border-radius: 10px 10px 0 0;
    padding: 10px 15px;
}
.Tablet .titre-p {
  left: auto;
  right: 0;
}
.Mobile .titre-p {
    position: relative;
    top: 0;
    left: 0;
}
.img-p {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.Mobile .img-p {
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}
.img-p img {
    min-width: 90px;
    width: 90px;
    height: 90px;
    object-fit: contain;
}

/*section-6*/
.section-6 {
    background-image: url(../images/img/bg-sect-6.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bloc-sect-6 {
    display: grid;
    grid-template-columns: 48% 44%;
    justify-content: space-between;
}
.Mobile .bloc-sect-6,
.Tablet .bloc-sect-6 {
    grid-template-columns: 100%;
    gap: 30px;
}
.titre-7 {
    margin-bottom: 25px;
}
.bloc-text-7,
.item-coord {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    border-radius: 20px;
}
.icon-7 {
    margin-bottom: 20px;
}
.icon-7 img {
    width: 85px;
    height: 60px;
    object-fit: contain;
}
.titre-6 {
    color: #111;
    font-size: 50px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 50px;
}
.Mobile .titre-6 {
    font-size: 36px;
}
.titre-6 span {
    font-family: cursive;
    font-weight: 500;
    display: block;
    font-size: 32px;
    color: #f34343;
}
.Mobile .titre-6 span {
    font-size: 24px;
}
.item-coord a {
    color: #35373a;
    font-size: 18px;
}
.coord {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}
.Mobile .coord {
    grid-template-columns: 100%;
}
.item-coord span {
    color: #111;
    margin-bottom: 10px;
    font-size: 24px;
    display: block;
    font-weight: 600;
}
.bloc-6-right {
    background-image: url(../images/img/fond-6.png);
    background-repeat: no-repeat;
}
.Desktop .bloc-6-right {
    margin-top: -70px;
    background-position: 20px 0;
}
.Tablet .bloc-6-right {
    margin-top: 30px;
    background-position: 20px 0;
}
.bloc-devis {
    background-image: url(../images/img/fond-devis.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    padding: 95px 40px 40px;
}
.Mobile .bloc-devis {
    padding: 80px 25px 40px;
}
.titre-devis {
    margin: 0 auto 25px;
    text-align: center;
}
.titre-devis span {
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}
.titre-devis p {
    margin: 0;
    color: #f7e2e2;
    line-height: 1.2;
    font-size: 18px;
}
input#mail {
    display: none;
}
.input-form {
    height: 50px;
    background: rgba(0, 0, 0, .07);
    border-radius: 10px;
    color: #f7e2e2;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    font-family: inherit;
    border: 2px solid rgba(96, 150, 186, .2);
    padding: .5rem 1rem;
    margin-bottom: 10px;
    outline: none;
}
.input-form::placeholder {
    color: #f7e2e2;
}
textarea.input-form {
    min-height: 100px;
}
input.btn-devis-t {
    width: 100%;
    cursor: pointer;
}
div#Map {
    height: 350px;
    margin: 80px 50px 0;
    border-radius: 20px;
}
.Mobile div#Map {
    margin: 50px 0 0;
}

/*footer*/
.footer {
    background-image: url(../images/img/bg-footer.png);
    background-repeat: no-repeat;
    color: #fff;
    background-position: -180px center !important;
    background-size: cover;
    background-color: #bf1b2c;
    border-radius: 20px;
    overflow: hidden;
    margin: 80px 50px 50px;
    padding-top: 90px;
}
.Mobile .footer {
    margin: 50px 0 0;
    padding-top: 50px;
}
.footer-top {
    margin-bottom: 70px;
}
.bloc-footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    justify-content: center;
}
.Mobile .bloc-footer-top {
    grid-template-columns: 100%;
    gap: 30px;
}
.logo-footer img {
    filter: brightness(0) invert(1);
}
.titre-rappel {
    color: #fff;
    margin-bottom: 15px;
    font-size: 18px;
}
form#rappel_immediat {
    border: 1px solid #FFFFFF1C;
    border-radius: 6px;
    padding: 5px;
    display: flex;
}
input.form-input {
    width: 80%;
    padding: 10px 20px;
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
    font-family: inherit;
    outline: none;
}
input.form-input::placeholder {
    color: #fff;
}
input.btn-rapl {
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 17px 24px;
    text-align: center;
    background: #35373a;
    font-weight: 700;
    position: relative;
    border: 1px solid #35373a;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
input.btn-rapl:hover {
    background: none;
    border-color: #fff;
    transition: all 0.3s ease 0s;
}
.row-footer {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.Tablet .row-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.Mobile .row-footer {
    flex-direction: column;
}
.Tablet .item-footer.span-2 {
    grid-column: span 2;
}
.titre-f {
    font-size: 24px;
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 30px;
    color: #fff;
    font-weight: 600;
}
.Mobile .titre-f {
    padding-bottom: 10px;
}
.text-ag {
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_div {
    display: flex;
    gap: 5px;
    margin-bottom: 7px;
}
.footer_txt a {
    color: #fff;
}
li.li-f {
    display: block;
    margin-bottom: 10px;
}
li.li-f a {
    color: #fff;
    position: relative;
    padding-left: 25px;
    display: block;
    transition: all .3s ease;
}
li.li-f a:hover {
    margin-left: 7px;
    transition: all .3s ease;
}
li.li-f a::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/img/arrow.png);
    background-size: cover;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.copyright {
    padding: 15px 0;
    margin-top: 90px;
    background: #35373a;
}
.Mobile .copyright {
    margin-top: 50px;
}
.bloc-copyr {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Tablet .bloc-copyr {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-around;
}
.Mobile .bloc-copyr {
    flex-direction: column;
    gap: 20px;
}
.bloc-f {
    display: flex;
    align-items: center;
    gap: 5px;
}
.Mobile .ment_ {
    flex-direction: column;
    gap: 10px;
}
.bloc-f a {
    color: #fff;
}

/*page-presta*/
.titre-sect-3 {
    max-width: 70%;
    margin: 0 auto 50px;
    text-align: center;
    text-transform: uppercase;
}
.Mobile .titre-sect-3 {
    max-width: 100%;
    margin: 0 auto 25px;
}
.m-top {
    margin-top: 100px;
}
.Mobile .m-top {
    margin-top: 50px;
}
img.img-3-2 {
    mask-image: url(../images/img/mask-img-3-2.png);
    -webkit-mask-image: url(../images/img/mask-img-3-2.png);
}
.presta-1 .btn_ {
    justify-content: flex-end;
}
.align-t .bloc-sect-3 {
    align-items: center;
}