*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
} 

/* 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;
}


body{
	font-family: 'Calibri', sans-serif;
	font-size: 16px;
    line-height: 1.5;
    color: #2f2f30  ;
}
a{
	text-decoration: none; 
}
ul li{
	list-style: none;
} 

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6{
  line-height: 1.2;
  margin-bottom: 10px;
}
h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 28px;
}

h3, .h3 {
  font-size: 24px;
  margin-top: 15px;
}

h4, .h4 {
  font-size: 22px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 18px;
}
.container{
	max-width: 1280px;
	width: 100%;
	margin: auto;
    padding: 0 15px;
}
img {
    max-width: 100%;
}

header.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111;
}
.header-top {
    background: #f7f7f7;
}
.bloc-ht {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}
.cont-top {
    display: flex;
    align-items: center;
    gap: 30px;
}
a.devis-t,
.cont-top div {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #5f5e61;
}
.links {
    display: flex;
    align-items: center;
    gap: 15px;
}
.cont-top img {
    width: 20px;
    height: 20px;
}
.links img {
    width: 21px;
    height: 21px;
}
.cont-top a {
    color: #5f5e61;
}
.links a {
    display: flex;
}

.header-bottom {
    background: #fff;
    box-shadow: 0px 2px 3px #0000003b;
}
ul.nav-submenu {
    display: none;
}
.Desktop ul.nav-submenu {
    position: absolute;
    width: max-content;
    background: #fff;
    padding: 10px 0;
}
.Desktop li.nav-item:hover ul.nav-submenu {
    display: block;
}
li.nav-submenu-item {
    padding: 10px 15px;
    border-bottom: 1px solid #0000005c;
}
.Desktop li.nav-submenu-item:hover,
li.nav-submenu-item.active {
    background: #1d1f5c;
}
.Desktop li.nav-submenu-item:hover a,
li.nav-submenu-item.active a {
    color: #fff;
}
.bloc-hb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Desktop ul.nav-list {
    display: flex;
}
li.nav-item {
    padding: 0 5px;
    position: relative;
}
.Desktop li.nav-item.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #1d1d5a;
    top: -23px;
}
li.nav-item a {
    color: #5f5e61;
    text-align: center;
    display: block;
    line-height: 1.2;
    font-size: 14px;
}
.Desktop a.logo {
    min-width: 210px;
}
a.logo img {
    width: 180px;
    height: 106px;
    object-fit: contain;
}

.homeslider {
    position: relative;
    height: 800px;
    overflow: hidden;
}
.homeslider::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.55;
    z-index: 1;
}
.img-slider {
    height: 800px;
    background-size: cover;
    background-repeat: no-repeat;
}
.caption {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 1200px;
    max-width: 100%;
}
.sub-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.5px;
    position: relative;
}
.title-slider,
.Mobile .title-slider-p {
    font-size: 28px;
    color: #fff;
    font-style: italic;
    line-height: 1.1;
    margin: 20px 0;
}
.Desktop .title-slider::first-line {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.Tablet .title-slider::first-line {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-style: normal;
}
.Desktop .title-slider-p {
    font-size: 52px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    margin: 20px 0;
}
.Tablet .title-slider-p {
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.1;
    margin: 20px 0;
}
.btn_ {
    display: flex;
    gap: 15px;
    margin-top: 30px;
}
.captiontext .btn_ {
    margin-top: 0;
}
.btn-rea {
    position: relative;
    display: inline-block;
    background-color: #1e1f5d;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 55px 18px 30px;
    overflow: hidden;
    z-index: 1;
    border: none;
    cursor: pointer;
    transition: all .3s ease;
}
.btn-rea::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/left-bl.webp);
    background-size: cover;
    top: 50%;
    right: 30px;
    transform: translateY(-40%);
    transition: all .3s ease;
}
.btn-cont::before {
    background-image: url(../images/img/left.png);
}
.btn-cont,
.btn-rea:hover {
    background-color: #fff;
    color: #1e1f5d;
    transition: all .3s ease;
}
.btn-cont:hover {
    background-color: #1e1f5d;
    color: #ffffff;
    transition: all .3s ease;
}
.btn-rea:hover::before {
    background-image: url(../images/img/left.png);
    transition: all .3s ease;
}
.btn-cont:hover::before {
    background-image: url(../images/img/left-bl.webp);
    transition: all .3s ease;
}

/*section-1*/
.p-100 {
    padding: 100px 0;
}
.bloc-sect-1_ {
    display: grid;
    grid-template-columns: 300px auto;
    justify-content: center;
}
.icon-1 {
    display: flex;
    justify-content: center;
}
.icon-1 img {
    width: 188px;
    height: 87px;
    object-fit: contain;
}
.icon-1 div {
    background: #1e1f5d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 290px;
    height: 255px;
}
.sect-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.titre-1 {
    margin-bottom: 80px;
    text-transform: uppercase;
}
.Desktop .titre-1-1 {
    padding: 0 50px;
}
.titre-1-1 h1,
.titre-1-1 h2 {
    text-transform: uppercase;
    font-weight: 300;
    line-height: 1.3;
}

/*section-2*/
.bloc-sect-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
}
.Desktop .bloc-texte-2 {
    padding-right: 100px;
}
.titre-2 {
    text-transform: uppercase;
    letter-spacing: .5em;
    margin-bottom: 10px;
    font-size: 18px;
}
.img-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-2 h1,
.text-2 h2 {
    text-transform: uppercase;
    font-weight: 200;
    line-height: 1.3;
}
.btn-c_ {
    margin-top: 30px;
}
.btn-c_ a {
    position: relative;
    display: flex;
    align-items: center;
    width: max-content;
    gap: 20px;
    color: #1e1f5d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
    border: none;
    transition: all .3s ease;
}
.btn-c_ a:hover {
    background: #1e1f5d;
    color: #fff;
    padding-left: 20px;
    transition: all .3s ease;
}
.btn-c_ a span {
    position: relative;
    background: #1e1f5d;
    width: 44px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-c_ a:hover span {
    background: #000;
    transition: all .3s ease;
}
.btn-c_ a span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/left-bl.webp);
    background-size: cover;
    transition: all .3s ease;
}

/*exp*/
.section-e-1 {
    background-image: url(../images/img/bg-section-e-1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 160px 0;
    position: relative;
    z-index: 0;
}
.section-e-1::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .6;
}
.bloc-sect-e-1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.icon-e-1 {
    background: #1e1f5d;
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: 0 auto 25px;
}
.icon-e-1 img {
    width: 60px;
    height: 50px;
    object-fit: contain;
}
span.titre-e-1 {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.section-e-2 {
    padding: 50px 0;
}
.bloc-sect-e-2 {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
}
.bloc-text-e-2 {
    padding-right: 60px;
}
.titre-2-1 {
    text-transform: uppercase;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 60px;
    line-height: 1.2;
    letter-spacing: 2px;
}
.titre-2-1 b {
    display: block;
    font-weight: bold;
}
.bloc-p-e-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 100px 70px;
}
.item-p {
    display: flex;
    gap: 25px;
}
.text-p-2 span {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 25px;
    display: block;
}
.img-p-2 img {
    min-width: 55px;
    width: 60px;
    height: 50px;
    object-fit: contain;
    margin-top: 30px;
}
.Desktop .text-p-2 {
    padding-right: 40px;
}

/*devis*/
.bloc-sect-devis {
    text-align: center;
}
.titre-devis {
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 100;
    margin-bottom: 5px;
}
.titre-devis b {
    font-weight: 600;
}
.bloc-sect-devis p {
    max-width: 590px;
    margin: auto;
    font-size: 17px;
}
img.down {
    width: 45px;
    height: 45px;
    object-fit: contain;
    margin-top: 10px;
}
input#mail {
    display: none;
}
.bloc-devis {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: center;
    max-width: 980px;
    margin: auto;
    background-image: url(../images/img/bg-devis.webp);
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-top: 30px;
}
.bloc-devis::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
}
.devis-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 40px;
}
.devis-left a {
    display: flex;
    align-items: center;
    justify-content: end;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-top: 40px;
    gap: 5px;
}
.devis-left img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.devis-left span {
    display: block;
    text-align: right;
    color: #fff;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}
.devis-left span:nth-child(3) {
    text-shadow: rgba(0, 0, 0, 0.298039) 0px 5px 0px;
}
.devis-right {
    background: rgba(255, 255, 255, .74);
    padding: 60px 40px;
}
.titre-d-r {
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.devis-right p {
    text-align: center;
    padding: 0 30px;
    margin-bottom: 10px;
}
.form-input {
    display: block;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
    margin-bottom: 10px;
    padding: 7px;
    outline: none;
}
textarea.form-input {
    min-height: 140px;
}
.btn-devis {
    position: relative;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #1e1f5d;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 30px;
    z-index: 1;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all .3s ease;
}

/*section-cat*/
.section-cat {
    background: #f7f7f7;
}
.bloc-cat {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 20px 30px;
    margin-top: 40px;
}
.cat-item {
    background: #fff;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    padding-bottom: 50px;
}
.img-cat {
    height: 220px;
}
.img-cat img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.titre-cat-item {
    background: #fff;
    position: absolute;
    z-index: 11;
    bottom: 40px;
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 15px 0;
}
.titre-cat-item a {
    color: #577083;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
}

/*section-3*/
.b-3-1 {
    background: #f9f9f9;
    display: grid;
    grid-template-columns: 25% auto;
    align-items: center;
    padding: 30px;
    margin-bottom: 40px;
}
.text-3-1 h2 {
    font-size: 26px;
}
.text-3-1 h3 {
    font-size: 22px;
}
.img-3-1 {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    overflow: hidden;
}
.img-3-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bloc-sect-4 {
    color: #fff;
}
.btn-4 {
    margin-top: 30px;
    display: flex;
}
.btn-4 a {
    color: #fff;
    border: 2px solid #fff;
    border-radius: 25px;
    padding: 18px 30px;
    font-size: 18px;
    font-weight: 600;
    transition: all .3s ease;
}
.btn-4 a:hover {
    color: #fff;
    border: 2px solid transparent;
    background: #ffffff;
    color: #1d1d5a;
    transition: all .3s ease;
}
.section-4 {
    background-image: url(../images/img/bg-section-4.webp);
    padding: 120px 0 100px;
}

.Desktop .bloc-texte-2-1 {
    padding-left: 100px;
}
.cord-a {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 15px;
}
.cord > a {
    color: #4A4747;
    font-size: 19px;
    font-weight: 600;
}
.cord a img {
    width: 27px;
    height: 27px;
}
.bloc-c_ {
    display: grid;
    grid-template-columns: 40% 60%;
    justify-content: center;
    padding: 0 20px;
}
.cord .btn_ {
    margin-top: 60px;
}
.cord .btn-rea {
    padding: 10px 55px 10px 10px;
    text-transform: uppercase;
}
.bloc-sect-b-contact .titre-2-1 {
    margin-bottom: -30px;
}
.cord {
    padding-top: 100px;
}
div#Map {
    height: 350px;
}
.mapright img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.section-b-contact {
    background: #fafafa;
}

/*footer*/
.footer {
    background-color: rgba(47, 47, 48, .99);
    background-image: url(../images/img/bg-footer.png);
    background-repeat: repeat-x;
    color: #fff;
    padding-top: 100px;
}
.footer-top {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
}
.Desktop .service-foot,
.Tablet .service-foot {
    grid-column: span 2;
}
.titre-foot {
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0 20px;
}
.footer a {
    color: #fff;
}
.text-agence {
    padding: 0 40px 0 20px;
}
.cont-foot .cord-a {
    padding-left: 20px;
}
.Desktop ul.services-footer,
.Tablet ul.services-footer {
    column-count: 2;
    padding-left: 20px;
}
ul.services-footer a {
    position: relative;
    padding-left: 20px;
    display: block;
    line-height: 1.1;
    margin-bottom: 15px;
}
ul.services-footer a::before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background-image: url(../images/img/check.png);
    background-size: cover;
    left: 0;
    top: 3px;
    filter: brightness(0) invert(1);
}
.footer-bottom {
    text-align: center;
    padding: 60px 0 20px;
}
a.agence_ {
    position: relative;
    top: 5px;
}
.cord-a img {
    width: 20px;
    height: 20px; 
}
.footer-top .cord-a img { 
    filter: brightness(0) invert(1);
}
.section-plus {
    padding-bottom: 60px;
}

/*presta*/
.homeslider.h-600,
.homeslider.h-600 .img-slider {
    height: 600px;
}
.section-1-p, 
.section-2-p {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}
.Desktop .bloc-sect-1-p,
.Tablet .bloc-sect-1-p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
}
.section-1-p::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .74);
    top: 0;
    right: 0;
}
.section-2-p::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, .74);
    top: 0;
    left: 0;
}
.text-1-p {
    padding: 0 40px;
}
.section-3-p {
    background-image: url(../images/img/bg-section-3-p.webp);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.grid-p-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    gap: 50px;
}
.img-3-p {
    border: 5px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    height: 350px;
    position: relative;
    z-index: 1;
}
.img-3-p img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-3-p {
    background: #fff;
    border: 3px solid #1e1f5d;
    border-top: none;
    padding: 0 30px 50px 30px;
}
.text-3-p h2 {
    position: relative;
    z-index: 1;
    top: -45px;
    border: 3px solid #1e1f5d;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    padding: 10px;
    background: #fff;
    text-align: center;
    font-size: 25px;
}
.section-3-p .btn_ {
    justify-content: center;
    margin-top: 50px; PLRUH
}

div#realisations,
.page-mention {
    padding: 40px 0;
}
b.titre-album {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.row-rea {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    gap: 15px;
}
.Tablet .row-rea {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .row-rea {
    grid-template-columns: 100%;
}
a.swipebox img {
    width: 100%;
    height: 260px;
    object-fit: cover;
} 

/*responsive*/
.Mobile .nav,
.Tablet .nav {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 113px;
    background: #fff;
}
.Tablet .nav {
    top: 160px;
}
.tel-mob {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 5px;
}  
.tel-mob a {
    background: #f7f7f7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: #000;
    box-shadow: 0px 2px 3px #0000003b;
    padding: 8px;
}   
.tel-mob img {
    width: 20px;
    height: 20px;
}
.nav-mobile img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}
.Mobile .captiontext .btn_ {
    flex-direction: column;
    gap: 7px;
}    
.Mobile .homeslider,
.Tablet .homeslider,
.Mobile .img-slider,
.Tablet .img-slider {
    height: 600px;
}  
.Mobile .caption,
.Tablet .caption {
    max-width: 90%;
}      
.Mobile a.btn-rea {
    min-width: 205px;
    width: max-content;
}
.Mobile .p-100 {
    padding: 50px 0;
}
.Mobile .bloc-sect-1_ {
    grid-template-columns: 100%;
    gap: 30px;
}  
.Mobile .sect-1,
.Tablet .sect-1 {
    grid-template-columns: 100%;
}
.Tablet .bloc-sect-1_,
.Tablet .bloc-sect-2 {
  gap: 30px;
}
.Mobile .icon-1 div {
    width: 100%;
    height: 180px;
}
.Mobile .bloc-sect-2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 30px;
}
.Mobile .bloc-sect-e-1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
}
.Tablet .bloc-sect-e-2,
.Mobile .bloc-sect-e-2  {
  grid-template-columns: 100%;
  gap: 50px;
}
.Mobile .titre-2-1 {
    font-size: 2rem;;
    margin-bottom: 20px;
}
.Mobile .bloc-p-e-2 {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .text-p-2 span {
    font-size: 22px;
    margin-bottom: 10px;
}
.Mobile .titre-devis {
    font-size: 2rem;
    line-height: 1.2;
}
.Mobile .bloc-devis {
    grid-template-columns: 100%;
    max-width: 100%;
}
.Mobile .devis-left,
.Mobile .devis-right {
    padding: 40px 25px;
}
.Mobile .devis-right p {
    padding: 0;
}
.Tablet .bloc-cat {
    grid-template-columns: repeat(3, 1fr);
}
.Mobile .bloc-cat {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.Mobile .titre-cat-item {
    bottom: 0;
    width: 100%;
    padding: 15px;
}
.Mobile .img-cat {
    height: 140px;
}
.Mobile .b-3-1 {
    grid-template-columns: 100%;
    gap: 20px;
    padding: 30px 15px;
    margin-bottom: 30px;
}
.Mobile .img-3-1 {
    margin: auto;
}
.Tablet .b-3-1 {
  grid-template-columns: 250px auto;
}
.Mobile .bloc-c_ {
    grid-template-columns: 100%;
    gap: 30px;
}
.Mobile .cord {
    padding-top: 10px;
}
.Tablet .cord {
  padding-top: 75px;
}
.Tablet .bloc-sect-b-contact .titre-2-1 {
  margin-bottom: 0;
}
.Tablet .footer-top {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 10px;
}
.Mobile .footer-top {
  grid-template-columns: 100%;
  gap: 30px;
}
.Mobile .titre-foot {
    margin-bottom: 15px;
}
.Mobile ul.services-footer {
    padding-left: 20px;
}
.Mobile .section-1-p::before,
.Mobile .section-2-p::before {
    width: 100%;
}
.Mobile .text-1-p {
    padding: 0;
}
.Mobile .grid-p-3 {
    grid-template-columns: 100%;
}

.blog_pageIntrouvable {
    background: #1d1d5a;
    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;
  }
}
div#Messages {
    background: #1e1f5d;
    position: absolute;
    z-index: 11111;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
}
.Mobile div#Messages {
    font-size: 16px;
    padding: 5px;
}
.footer-top .links {
    padding-left: 20px;
}
input#mail2 {
    display: none;
}
.rappel_ {
    padding: 15px 40px 0 20px;
    margin-top: 20px;
    border-top: 1px solid #ffffff1c;
}
.rappel_ .input-form {
    width: 80%;
    height: 40px;
    border: none;
    padding: 15px;
    outline: none;
}
input.btn-devis-gratuit {
    width: 20%;
    height: 40px;
    padding: 0;
    background: #1e1f5d;
    color: #000;
    border: none;
    cursor: pointer;
}
.rappel_ span {
    font-size: 18px;
    letter-spacing: .03em;
    display: block;
    margin-bottom: 10px;
}
.Mobile li.nav-item,
.Tablet li.nav-item {
    border-bottom: 1px solid #0000004a;
    padding: 0;
}
.Mobile li.nav-item a,
.Tablet li.nav-item a {
    font-size: 16px;
    padding: 10px;
}
.Mobile li.nav-item:first-child > a {
    padding-right: 40px;
}
.Mobile li.nav-item.active > a,
.Tablet li.nav-item.active > a {
    background: #1c1d5c;
    color: #fff;
}
span.nav-click {
    height: 35px;
    width: 35px;
    background: #1a1a23;
    border: 1px solid #fff;
    position: absolute;
    right: 8px;
    top: 6px;
    display: none;
}
.Tablet span.nav-click {
  top: 2px;
}
span.nav-click i {
    width: 33px;
    height: 33px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
i.nav-arrow.nav-rotate {
    transform: rotate(180deg);
    transition: all .3s ease;
}
span.nav-click i::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../images/img/drop.webp);
    background-size: cover;
}
.Mobile li.nav-submenu-item,
.Tablet li.nav-submenu-item {
    padding: 0;
}
.Mobile ul.nav-submenu,
.Tablet ul.nav-submenu {
    max-height: 365px;
    overflow-y: scroll;
}
.captiontext p {
    color: #fff;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    text-shadow: 0px 0px 6px #000;
}
.Mobile .captiontext p {
    font-size: 18px;
    font-weight: 500;
}
a.agence_ img {
    width: 150px;
    height: 25px;
    object-fit: contain;
}
.text-4.t-7 {
    margin-top: 30px;
}
.rappel_ input.btn-devis-gratuit {
    color: #fff;
}
.tours.ville .b-3-1 {
    display: block;
}
body:not(.Desktop) ul.nav-submenu {
    display: block!important;
}