:root {
    --font-altenate-gothic-atf: "alternate-gothic-atf";
}

.btn-nav {
    background: #4481C0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 50px;
    border: 2px solid #FFFFFF;
    box-shadow: 5px 5px 0px 0px #191C1C;
    color: #FFFFFF;
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    transition: all 0.3s ease;

}

.btn-2,
.btn-1 {
    background: #4481C0;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0 34px;
    border: 2px solid #FFFFFF;
    box-shadow: 5px 5px 0px 0px #191C1C;
    color: #FFFFFF;
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 700;
    font-size: 20px;
    line-height: 16px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.btn-nav:hover,
.btn-1:hover {
    background: #F7A695;
    border: 2px solid #191C1C;
    color: #FEFEFE;
}

.btn-2:hover {
    background: #4481C0;
    border: 2px solid #FFFFFF;
    box-shadow: 5px 5px 0px 0px #191C1C;
    color: #FFFFFF;
}

.btn-2 {
    background: #F7A695;
    border: 2px solid #191C1C;
    box-shadow: 3px 3px 0px 0px #F3FFF6;
    color: #FEFEFE;
    transition: all 0.3s ease;
}

.sect-title {
    margin-bottom: 28px;
}

.sub-title {
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 500;
    font-size: clamp(16px, 0.3vw + 1rem, 24px);
    line-height: 19.2px;
    text-transform: uppercase;
    color: #F37253;
    margin-bottom: 28px;
}

.bloc-title {
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 700;
    font-size: clamp(20px, 0.98vw + 1rem, 40px);
    line-height: 100%;
    color: #3A3A3A;
}

.section-grand-titre {
    background: #3A3A3A;
    padding: 0;

}

.grand-titre {
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 700;
    font-size: clamp(20px, 1.33vw + 1rem, 40px);
    line-height: 100%;
    color: #F3FFF6;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
}

.grand-titre span {
    padding: 47px 0;
}

.titre-page {
    font-family: var(--font-altenate-gothic-atf);
    font-weight: 700;
    font-size: clamp(26px, 2vw + 1rem, 64px);
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 60px;

}

.img-contact,
.banner-page {
    padding: clamp(20px, 15vh, 100px) clamp(20px, 7vw, 50px);
    border-right: 3px solid #3A3A3A;
}

.titre-page,
.titre-contact,
.bloc-form-contact {
    padding: clamp(20px, 7vh, 80px) clamp(20px, 10vh, 130px) ;
    border: 3px solid #3A3A3A;
    border-left: none;
    border-top: none;
    border-right: 0;
}

.bloc-page {
    padding: clamp(20px, 7vw, 80px) clamp(20px, 10vh, 130px);
}

.bloc-form-page,
.bloc-form-contact {
    border-bottom: none;
}

.section-vente {
    padding: 0;
    border-top: 4px solid #3A3A3A;
}


p {
    margin-bottom: 1.67em;
}

section {
    padding: clamp(50px, 15vh, 100px) 0;
    position: relative;
    border: 4px solid #3A3A3A;
    border-bottom: none;
    border-top: none;
    overflow: hidden;
}

.section-slide {
    border-top: 4px solid #3A3A3A;
}

.c-footer i,
.c-footer,
.bloc-copyright a,
.lien-footeur a,
.c-footer svg path {
    transition: color 0.3s ease, fill 0.3s ease;
}

.c-footer:hover i,
.c-footer:hover,
.bloc-copyright a:hover,
.lien-footeur a:hover {
    color: #8DAEF3;
}

.c-footer:hover svg path {
    fill: #8DAEF3;
}


.grid-item,
.titre-service {
    transition: all 0.3s ease;
}

.grid-item.active,
.grid-item:hover .erp-visible,
.grid-item:hover .amiante,
.grid-item:not(.amiante):hover {
    background: #8DAEF3;
}

.grid-item.active .titre-service,
.grid-item:hover .titre-service {
    color: #FFFFFF;
}




.grid-item [fill="#FC5012"],
.grid-item [fill="#F7A695FC"],
.grid-item [fill="#F37253"],
.grid-item [fill="#F7A695"] {
    transition: fill 0.3s ease;
}



.grid-item.active [fill="#F7A695"],
.grid-item:hover [fill="#F7A695"] {
    fill: #8DAEF3;
}

.grid-item.active [fill="#FC5012"],
.grid-item.active [fill="#F7A695FC"],
.grid-item.active [fill="#F37253"],
.grid-item:hover [fill="#FC5012"],
.grid-item:hover [fill="#F37253"],
.grid-item:hover [fill="#F7A695FC"]{
    fill: white;
}




article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

figure {
    margin: 0;
}

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


ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

strong,
b {
    font-weight: 700;
}

iframe {
    width: 100%;
    border: none;
    display: block;
}

.img-resp,
img {
    max-width: 100%;
    height: auto;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #fff;
    text-shadow: none;
}




.opacity-25 {
    opacity: 0.25;
}

.opacity-52 {
    opacity: 0.52;
}

.opacity-48 {
    opacity: 0.48;
}

.opacity-43 {
    opacity: 0.43;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-05 {
    opacity: 0.05;
}

.box-shadow {
    -webkit-box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
    box-shadow: 4px 2px 35px 0 rgba(0 0 0 / 28%);
}

.width-50 {
    width: 50%;
}

.flex--1 {
    -ms-flex: 1;
    flex: 1;
}

.z-index--1 {
    z-index: 1 !important;
}

.z-index--2 {
    z-index: 2 !important;
}

.z-index--auto {
    z-index: auto !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.margin-b-80px {
    margin-bottom: 80px;
}

.margin-b-65px {
    margin-bottom: 65px;
}

.margin-b-40px {
    margin-bottom: 40px;
}

.padding-l-60px {
    padding-left: 60px !important;
}

.margin-b-60px {
    margin-bottom: 60px;
}

.margin-b-50px {
    margin-bottom: 50px;
}


.mb-35px {
    margin-bottom: 35px !important;
}

.margin-b-30px {
    margin-bottom: 30px;
}

.mb-16px {
    margin-bottom: 16px;
}

.margin-b-18px {
    margin-bottom: 18px;
}

.margin-l-neg15px {
    margin-left: -15px;
}

.margin-r-neg15px {
    margin-right: -15px;
}

.padding-r-45px {
    padding-right: 45px;
}

.padding-l-45px {
    padding-left: 45px;
}

.border-radius-25px {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.v-middle {
    transform: translateY(-50%);
    top: 50%;
}

.h-middle {
    transform: translateX(-50%);
    left: 50%;
}

.overflow-hidden {
    overflow: hidden;
}


.cursor-pointer {
    cursor: pointer;
}

.bg-fixed {
    background-attachment: fixed;
}

.bg-pos-tl {
    background-position: top left;
}

.bg-pos-tr {
    background-position: top right;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.objectif-pos-r {
    object-position: right;
}

.top-0 {
    top: 0 !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.width-50 {
    width: 50%;
}

.column-gap-30px {
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-gap: 30px;
}

.column-gap-50px {
    -moz-column-gap: 50px;
    -webkit-column-gap: 50px;
    column-gap: 50px;
}

.column-count-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.letter-spacing-07 {
    letter-spacing: 0.07em;
}


.pl-1-perso {
    padding-left: .25rem;
}

.pr-1-perso {
    padding-right: .25rem;
}

/** Transition **/

img,
svg,
svg path {
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}






.main-header__top {
    padding: 26px 0;
    position: relative;
    background: #232323;

}

.main-header__top-items {
    display: flex;
    align-items: center;
    gap: 84px;
}

.main-header__top-item {
    font-family: "Gill Sans MT", serif;
    color: #dddddd;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2em;
    display: flex;
    align-items: center;
}






.form-control,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
select {
    line-height: 1.2em;
    font-style: normal;
    vertical-align: middle;
    width: 100%;
    text-transform: inherit;
    outline: none;
    border: 0;
    background-color: #e8e8e8;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: relative;
    z-index: 1;
}






button,
input[type="submit"],
input[type="button"] {

    line-height: 1.2em;
    text-transform: none;

    border: 0;
    text-align: center;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none !important;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    z-index: 1;
}