body {
    font-family: "Literata", serif;
    color: #535862;
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(24, 29, 39, 0.80);
    backdrop-filter: blur(8px);
    z-index: 1;
}

.top-header {
    padding: 8px 0;
}

.top-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top-header a {
    text-decoration: none;
    margin-left: 25px;
    transition: .2s;
}

.top-header .horaires,
.top-header a {
    color: #CECFD2 !important;
    font-weight: 400;
    font-size: 14px;
}

.top-header a:hover {
    color: #CB9B20 !important;
}

.top-header svg {
    width: 20px;
    position: relative;
    top: -2px;
    margin-right: 3px;
    transition: .2s;
}

.top-header a:hover svg path {
    stroke: #CB9B20;
}

.header-middle {
    padding: 22px 0 32px;
}

.header-middle .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 15px;
}

.header-middle .column-middle {
    text-align: center;
}

.header-middle .column-right {
    text-align: right;
}

.header-middle .location {
    max-width: 195px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #A4A7AE;
    border-radius: 50px;
    padding: 4px 12px 5px;
    text-decoration: none;
    line-height: 18px;
    color: #FFF;
    transition: .2s;
}

.header-middle .location:hover {
    background-color: #F9F9F9;
    color: #252B37;
}

.header-middle .location svg {
    min-width: 20px;
    margin-right: 10px;
    transition: .2s;
}

.header-middle .location:hover svg path {
    stroke: #252B37;
}

.header-middle .telephone {
    display: inline-block;
    background-color: #CB9B20;
    text-decoration: none;
    color: #FFF;
    padding: 10px 18px;
    border-radius: 50px;
    transition: .2s;
}

.header-middle .telephone:hover {
    background-color: #FFF;
    color: #CB9B20;
}

.header-middle .telephone svg {
    margin-right: 10px;
    position: relative;
    top: -3px;
    transition: .2s;
}

.header-middle .telephone:hover svg path {
    stroke: #CB9B20;
}

.menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 6px;
    list-style: none
}

.menu .nav-link {
    margin: 0 8px;
    color: #94979C;
    font-weight: 500;
    padding: 10px 0;
    transition: .2s;
}

.menu .nav-link:hover {
    color: #FFF;
}

.menu .nav-link:hover svg path {
    stroke: #FFF;
}

.nav-item {
    position: relative;
}

.nav-item:first-child .nav-link {
    margin-left: 0;
}

.nav-item:last-child .nav-link {
    margin-right: 0;
}

.menu .dropdown-menu {
    display: none;
    width: 340px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    border: 1px solid #22262F;
    background: rgba(12, 14, 18, .75);
    padding: 8px;
    overflow: hidden;
}

.menu .dropdown-menu:before {
    content: '';
    backdrop-filter: blur(16px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.menu .nav-item.nav-dropdown:hover .dropdown-menu {
    display: block;
}

.menu .nav-link-down {
    display: flex;
    grid-gap: 12px;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    transition: .2s;
}

.menu .nav-link-down:hover {
    background-color: rgba(24, 29, 39, 0.80);
}

.menu .nav-link-down .title {
    color: #F7F7F7;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 3px;
}

.menu .nav-link-down p {
    color: #94979C;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
}

.home-slider {
    position: relative;
    margin-bottom: 100px;
}

.home-slider .container {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-slider .slide {
    position: relative;
}

.home-slider .slide h1,
.home-slider .slide .h1 {
    position: relative;
    text-align: center;
    color: #F7F7F7;
    font-size: 60px;
    margin-bottom: 45px;
}

.home-slider .slide h1:after,
.home-slider .slide .h1:after {
    content: '';
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background: #CB9B20;
}

.home-slider .slide > img {
    width: 100%;
    height: auto;
}

.home-slider .slide p {
    color: #F7F7F7;
    font-size: 20px;
    text-align: center;
    max-width: 725px;
    margin: 0 auto 5px;
}

.home-slider .group-button {
    margin-top: 25px;
    text-align: center;
}

.home-slider .group-button a {
    color: #FFF;
    border: 1px solid #A4A7AE;
    padding: 8px 8px 11px 20px;
    text-decoration: none;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    line-height: normal;
    margin: 0 3px;
}

.home-slider .group-button a.transparent-button {
    background-color: rgba(24, 29, 39, 0.50);
    transition: .2s;
}

.home-slider .group-button a.transparent-button:hover {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #252B37;
}

.home-slider .group-button a.dark-button {
    background-color: #cb9b20;
    border-color: #cb9b20;
    transition: .2s;
}

.home-slider .group-button a.dark-button:hover {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
    color: #CB9B20;
}

.home-slider .group-button a svg {
    margin-left: 5px;
    transition: .2s;
}

.home-slider .group-button a.transparent-button:hover path {
    stroke: #252B37;
}

.home-slider .group-button a.dark-button:hover path {
    stroke: #CB9B20;
}

.home-slider .slide-note {
    padding: 2px 10px 5px 8px;
    border-radius: 24px;
    border: 1px solid #373A41;
    background: rgba(24, 29, 39, 0.80);
    display: block;
    width: fit-content;
    font-size: 14px;
    color: #CECFD2;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.home-slider .testiomonial-carousel-arrow.slick-arrow {
    position: absolute;
    top: 55%;
    z-index: 1;
    border-radius: 9999px;
    border: 1px solid #E9EAEB;
    display: flex;
    width: 56px;
    height: 56px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: .2s;
}

.home-slider .testiomonial-carousel-arrow.slick-arrow:hover {
    background-color: #F9F9F9;
    border-color: #F9F9F9;
}

.home-slider .testiomonial-carousel-arrow.slick-arrow-left.slick-arrow {
    left: 50px;
}

.home-slider .testiomonial-carousel-arrow.slick-arrow-right.slick-arrow {
    right: 50px;
}

.home-slider .testiomonial-carousel-arrow.slick-arrow:hover path {
    stroke: #252B37;
}

.whoiam {
    position: relative;
    margin-bottom: 100px;
}

.whoiam .container {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}

.whoiam .brand {
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
}

.whoiam .brand:before {
    content: '';
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #CB9B20;
}

.whoiam h1,
.whoiam .h1 {
    font-size: 36px;
    color: #181C27;
    letter-spacing: -0.72px;
    font-weight: 600;
    font-family: 'Literata';
    margin-bottom: 50px;
}

.whoiam h1 span,
.whoiam .h1 span {
    color: #cb9b1f;
}

.whoiam .column-left {
    margin-right: 75px;
}

.whoiam .column-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.whoiam .column-left ul li {
    color: #535862;
    font-size: 18px;
    line-height: normal;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
}

.whoiam .column-left ul li:last-child {
    margin-bottom: 0;
}

.whoiam .column-left ul li svg {
    min-width: 24px;
    position: relative;
    top: -5px;
    margin-right: 12px;
}

.whoiam .column-right {
    height: 850px;
}

@media (max-width: 1450px) {

    .whoiam .column-right {
        height: 750px;
    }

}

.whoiam .column-right .bloc-img {
    width: 100%;
    height: 100%;
    max-width: calc(50vw - 30px);
    position: absolute;
    right: 0;
    top: 0;
    object-fit: cover;
    border-radius: 24px 0px 0px 24px;
}

.prerequis {
    margin-bottom: 100px;
}

.prerequis .brand {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.prerequis .brand:after {
    content: '';
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 1px;
    background-color: #cb9b20;
    z-index: -1;
}

.prerequis .brand svg {
    width: 160px;
    background-color: #FFF;
    padding: 0 10px;
}

.prerequis .title-bloc {
    text-align: center;
    font-size: 36px;
    letter-spacing: -0.72px;
    color: #181C27;
    font-weight: 600;
    margin-bottom: 85px;
}

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

.prerequis .column {
    position: relative;
    border-radius: 24px;
    background: #181D27;
    padding: 32px;
    display: flex;
    align-items: center;
}

.prerequis .column:first-child {
    justify-content: flex-end;
    text-align: right;
}

.prerequis .column:last-child {
    justify-content: flex-start;
    text-align: left;
}

.prerequis .column img {
    position: absolute;
    bottom: 0;
    width: 62%;
    border-radius: 24px;
}

.prerequis .column:first-child img {
    left: 0;
}

.prerequis .column:last-child img {
    right: 0;
}

.prerequis .column .content {
    width: 40%;
}

.prerequis .column .content svg {
    border: 1.375px solid #CB9B20;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 10px;
    margin-bottom: 20px;
    transition: .2s;
}

.prerequis .column .content svg:hover {
    background-color: #CB9B20;
}

.prerequis .column .content svg:hover path {
    fill: #181C27;
}

.prerequis .column .content .title {
    color: #F7F7F7;
    font-size: 24px;
    line-height: 32px;
}

.gallery {
    margin-bottom: 100px;
}

.gallery .brand {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.gallery .brand:after {
    content: '';
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 1px;
    background-color: #cb9b20;
    z-index: -1;
}

.gallery .brand svg {
    width: 160px;
    background-color: #FFF;
    padding: 0 10px;
}

.gallery .title-bloc {
    text-align: center;
    font-size: 36px;
    letter-spacing: -0.72px;
    color: #181C27;
    font-weight: 600;
    margin-bottom: 85px;
    line-height: 45px;
}

.gallery .gallery-items > div:not(:last-child) {
    margin-bottom: 60px;
}

.gallery .gallery-items .col-2-1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
}

.gallery .gallery-items .col-2-1 .item:first-child {
    grid-column: span 2;
}

.gallery .gallery-items .col--3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 32px;
    text-decoration: none;
}

.gallery .gallery-items .item {
    text-decoration: none;
}

.gallery .gallery-items .item .bg {
    position: relative;
    background-image: url(/img/Img-or.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    margin-bottom: 30px;
    border-radius: 24px 24px 24px 0px;
}

.gallery .gallery-items .item > p {
    color: #535862;
    margin-bottom: 0;
}

.gallery .gallery-items .item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 24px 24px 24px 0px;
    border-top: 1px solid #CB9B20;
    border-bottom: 1px solid #CB9B20;
    background: rgba(24, 29, 39, 0.80);
    backdrop-filter: blur(12px);
    padding: 20px 32px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-size: 28px;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    transition: .2s;
}

.gallery .gallery-items .item:hover .title {
    color: #CB9B20;
}

.gallery .gallery-items .item:hover .title path {
    stroke: #CB9B20;
}

.section-information {
    background-image: url(/img/Frame-34-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 0 275px;
}

.section-information .brand {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.section-information .brand span {
    position: relative;
}

.section-information .brand span:before {
    content: '';
    position: absolute;
    top: 57%;
    left: 100%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #cb9b20;
}

.section-information .brand span:after {
    content: '';
    position: absolute;
    top: 57%;
    right: 100%;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #cb9b20;
}

.section-information .brand svg {
    width: 160px;
    padding: 0 10px;
    z-index: 1;
}

.section-information .title-bloc {
    text-align: center;
    font-size: 36px;
    letter-spacing: -0.72px;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 60px;
}

.section-information .list-informations {
    display: grid;
    grid-template-columns: 35% 39% 26%;
    grid-gap: 35px 0;
}

.section-information .list-informations .info {
    display: flex;
    align-items: center;
}

.section-information .list-informations .info svg {
    margin-right: 20px;
    border-radius: 50%;
    transition: .2s;
}

.section-information .list-informations .info svg:hover {
    background-color: #cb9b20;
}

.section-information .list-informations .info .content {
    font-size: 20px;
    color: #F7F7F7;
    line-height: 32px;
}

.section-information .list-informations .info .content a {
    text-decoration: none;
    color: #F7F7F7;
}

.section-information .list-informations .info .content span {
    color: #CB9B20;
}

.section-information .list-informations .info .number-bus {
    position: absolute;
    bottom: 0;
    right: 20px;
    background-color: #D6CB08;
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 2px;
    padding-left: 1px;
}

.site-map {
    margin-bottom: 100px;
}

.site-map iframe {
    width: 100%;
    border-radius: 12px !important;
    margin-top: -215px;
    box-shadow: 0px 32px 64px -12px rgb(0 0 0 / 12%);
}

.contact-inner {
    background-image: url(/img/Contact-sections-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    margin-bottom: 100px;
}

.contact-inner .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-end;
    grid-gap: 60px;
}

.contact-inner .form-content .subtitle {
    position: relative;
    color: #FEFDF0;
    font-size: 24px;
    font-weight: 500;
    padding-left: 60px;
    margin-bottom: 15px;
}

.contact-inner .form-content .subtitle:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 1px;
    background-color: #CB9B20;
}

.contact-inner .form-content .white-title {
    letter-spacing: -0.72px;
    color: #FEFDF0;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-inner .form-content .dark-title {
    color: #CB9B20;
    letter-spacing: -0.72px;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 25px;
}

.contact-inner .form-content .accroches {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.contact-inner .form-content .accroches .p {
    color: #F7F7F7;
    font-size: 22px;
    font-weight: 500;
}

.contact-inner .form-content .accroches a {
    position: relative;
    display: flex;
    padding: 6px 16px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #A4A7AE;
    text-decoration: none;
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
}

.contact-inner .form-content .accroches a:hover {
    background-color: #FFF;
    color: #181C27;
}

.contact-inner .form-content .accroches a svg {
    position: relative;
    top: 1px;
}

.contact-inner .form-content .accroches a:hover path {
    stroke: #181C27;
}

.contact-inner .form-content .col--2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
}

.contact-inner .form-content .form-group {
    margin-bottom: 25px;
}

.contact-inner .form-content .form-group label {
    color: #CECFD2;
    font-size: 16px;
    margin-bottom: 5px;
}

.contact-inner .form-content .form-group .form-control {
    border-radius: 8px;
    border: 1px solid #373A41;
    background: #0A0D12;
    color: #FFF;
    padding: 10px 14px 12px;
}

.contact-inner .form-content .form-group input.form-control {
    height: 45px;
}

.contact-inner .form-content .form-group .form-control::placeholder {
    color: #85888E;
}

.contact-inner .form-content .form-group .form-control.empty {
    border-color: #f80b0b;
}

.contact-inner .form-content .politique {
    font-size: 12px;
    color: #CECFD2;
    margin-bottom: 30px;
}

.contact-inner .form-content .btn {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #CB9B20;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px 12px;
    transition: .2s;
}

.contact-inner .form-content .btn:hover {
    background: #FFF;
    color: #CB9B20;
}

.contact-inner .form-content .btn svg {
    margin-left: 12px;
    position: relative;
    top: 1px;
}

.contact-inner .form-content .btn:hover path {
    stroke: #CB9B20;
}

.text-img {
    position: relative;
    margin-bottom: 100px;
}

.text-img .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 64px;
}

.text-img .column-text {
    padding: 75px 0;
}

.text-img .column-media {
    height: 100%;
}

.text-img .column-media .bloc-img {
    width: 100%;
    height: 100%;
    max-width: calc(50vw - 30px);
    position: absolute;
    top: 0;
    object-fit: cover;
}

.text-img.image-left .column-media .bloc-img {
    left: 0;
    border-radius: 0px 24px 24px 0px;
}

.text-img.image-right .column-media .bloc-img {
    right: 0;
    border-radius: 24px 0px 0px 24px;
}

.text-img .brand {
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
}

.text-img .brand:before {
    content: '';
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #CB9B20;
}

.text-img h2 {
    font-size: 36px;
    color: #181C27;
    letter-spacing: -0.72px;
    font-weight: 600;
    font-family: 'Literata';
    margin-bottom: 50px;
}

.text-img p,
.text-img li {
    color: #535862;
    line-height: 24px;
}

.text-img ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.text-img li {
    display: flex;
    margin-bottom: 8px;
}

.text-img li svg {
    position: relative;
    margin-right: 15px;
    top: -5px;
    min-width: 25px;
}

.text-img .h3 {
    font-size: 24px;
    font-weight: 600;
    color: #cb9b20;
    margin-bottom: 20px;
}

.text-img .h3:not(:first-of-type) {
    margin-top: 18px;
}

.section-rappel {
    position: relative;
    background-image: url('/img/Frame 47-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 100px;
    padding-top: 50px;
}

.section-rappel .image {
    width: 45vw;
}

.section-rappel .container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
}

.section-rappel .container .column-text {
    max-width: 50%;
    margin-bottom: 65px;
}

.section-rappel .brand {
    position: relative;
    margin-bottom: 40px;
    padding-left: 50px;
}

.section-rappel .brand:before {
    content: '';
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #CB9B20;
}

.section-rappel .content {
    margin-bottom: 50px;
}

.section-rappel .content p {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.section-rappel .content p span {
    color: #CB9B20;
}

.section-rappel .links a {
    display: inline-block;
}

.section-rappel .links a:first-child {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #CB9B20;
    padding: 10px 16px 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15px;
}

.section-rappel .links a:first-child:hover {
    background-color: #FFF;
    color: #CB9B20;
}

.section-rappel .links a:first-child:hover path {
    stroke: #CB9B20;
}

.section-rappel .links a:last-child {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: transparent;
    padding: 10px 16px 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
}

.section-rappel .links a:last-child:hover {
    background-color: #FFF;
    color: #181C27;
}

.section-rappel .links a:last-child:hover path {
    stroke: #181C27;
}


.section-rappel .links a svg {
    position: relative;
    top: -1px;
    margin-right: 6px;
}

.site-accroches {
    background-image: url('/img/Frame-321-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    margin-bottom: 100px;
}

.site-accroches .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
}

.site-accroches .column {
    text-align: center;
    max-width: 350px;
    margin: auto;
}

.site-accroches .column svg {
    margin-bottom: 20px;
    border-radius: 50%;
}

.site-accroches .column svg:hover {
    background-color: #CB9B20;
}

.site-accroches .column p {
    color: #F7F7F7;
    font-size: 20px;
    margin: 0;
}

footer {
    background-color: #181D27;
}

footer .top-section .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 64px;
    padding-bottom: 64px;
    border-bottom: 1px solid #373A41;
}

footer .top-section .h2 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
}

footer .top-section .buttons a:first-child {
    border-radius: 24px;
    border: 1px solid #A4A7AE;
    background: transparent;
    padding: 10px 16px 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    margin-right: 15px;
    display: inline-block;
    transition: .2s;
}

footer .top-section .buttons a:first-child:hover {
    color: #181D27;
    background: #FFF;
}

footer .top-section .buttons a:first-child:hover path {
    stroke: #181D27;
}

footer .top-section .buttons a:last-child {
    border-radius: 24px;
    border: 1px solid #cb9b20;
    background: #cb9b20;
    padding: 10px 16px 12px;
    color: #FFF;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: .2s;
}

footer .top-section .buttons a:last-child:hover {
    background-color: #FFF;
    color: #cb9b20;
}

footer .top-section .buttons a:last-child:hover path {
    stroke: #cb9b20;
}

footer .top-section .buttons a svg {
    position: relative;
    top: -2px;
    margin-right: 6px;
}

footer .middle-section .columns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px;
    padding: 64px 0;
    border-bottom: 1px solid #373a41;
}

footer .middle-section .column-left > label {
    color: #CB9B20;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .middle-section .column-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 32% 68%;
    grid-gap: 15px 0;
}

footer .middle-section .column-left li a {
    text-decoration: none;
    color: #94979C;
    transition: .2s;
}

footer .middle-section .column-left li a:hover {
    color: #FFF;
}

footer .column-middle {
    text-align: center;
}

footer .column-middle svg {
    margin-bottom: 32px;
}

footer .column-middle p {
    font-size: 16px;
    color: #94979C;
}

footer .column-right {
    display: flex;
    justify-content: flex-end;
}

footer .column-right label {
    color: #CB9B20;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

footer .column-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: 100%;
    grid-gap: 15px;
}

footer .column-right ul li a {
    text-decoration: none;
    color: #94979C !important;
    transition: .2s;
}

footer .column-right ul li a:hover {
    color: #FFF !important;
}

footer .column-right ul li a svg {
    position: relative;
    top: -4px;
    margin-right: 10px;
}

footer .bottom-section {
    padding: 35px 0 40px;
}

footer .bottom-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .bottom-section p {
    color: #94979C;
    margin-bottom: 0;
}

footer .bottom-section img {
    margin-left: 5px;
}

.banner-page {
    position: relative;
    background-image: url('/img/Frame-349-min.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
}

.banner-page .content {
    position: absolute;
    top: 250px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 992px;
}

.banner-page h1,
.banner-page .h1 {
    position: relative;
    color: #F7F7F7;
    font-size: 36px;
    letter-spacing: -0.72px;
    text-align: center;
}

.banner-page h1:before,
.banner-page .h1:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #CB9B20;
}

.banner-page p {
    text-align: center;
    color: #FFF;
}

.banner-page p span {
    color: #ecb72f;
}

.cover-page {
    margin-top: -265px;
    position: relative;
    margin-bottom: 100px;
}

.cover-page img {
    border-radius: 20px;
}

.box-content {
    margin-bottom: 100px;
}

.box-content .bg {
    background-color: #F5F5F5;
    border-radius: 24px;
    padding: 64px;
}

.box-content .content-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 64px;
}

.box-content .content-img:first-child {
    margin-bottom: 60px;
}

.box-content .subtitle {
    position: relative;
    margin-bottom: 25px;
    padding-left: 50px;
    color: #CB9B20;
}

.box-content .subtitle:before {
    content: '';
    position: absolute;
    top: 56%;
    left: 0;
    transform: translateY(-50%);
    width: 40px;
    height: 1px;
    background-color: #CB9B20;
}

.box-content h2 {
    font-size: 36px;
    color: #181C27;
    letter-spacing: -0.72px;
    font-weight: 600;
    font-family: 'Literata';
    margin-bottom: 50px;
}

.box-content p,
.box-content li {
    color: #535862;
    line-height: 24px;
}

.reviews-google {
    display: flex;
    align-items: center;
    margin-top: 35px;
    text-decoration: none;
}

.reviews-google .stars {
    margin-left: 15px;
}

.reviews-google p {
    margin-bottom: 0;
    color: #535862;
    text-decoration: none;
}

.reviews-google p svg {
    margin-left: 4px;
}

.control-menu {
    display: none;
}

.header-menu-mobile {
    display: none;
}

body.prevent {
    overflow: hidden;
}

body.fiscalite .banner-page {
    height: 650px;
}

body.fiscalite .cover-page {
    margin-top: -270px;
}

@media (max-width: 1024px) {

    .top-header .container {
        flex-direction: column;
    }

    .whoiam .column-left {
        margin-right: 10px;
        padding: 75px 0;
    }

    .gallery .gallery-items .item .bg {
        height: 275px;
    }

    .gallery .gallery-items .col-2-1 {
        grid-gap: 25px;
    }

    .gallery .gallery-items .col--3 {
        grid-gap: 25px;
    }

    .gallery .gallery-items .item .title {
        font-size: 22px;
        padding: 20px 20px 24px;
    }

    .section-information .list-informations .info .content {
        font-size: 16px;
        line-height: 26px;
    }

    .section-information .list-informations .info svg {
        margin-right: 12px;
    }

    .contact-inner .container {
        grid-gap: 35px;
    }

    .contact-inner .form-content .accroches {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 30px;
    }

    .contact-inner .form-content .accroches .p {
        margin-bottom: 20px;
    }

    .text-img .container {
        grid-gap: 35px;
    }

    .section-rappel .image {
        display: none;
    }

    .section-rappel .container {
        position: unset;
        transform: unset;
        display: block;
    }

    .section-rappel .container .column-text {
        max-width: 100%;
        margin-bottom: 0;
    }

    .section-rappel {
        padding-bottom: 50px;
    }

    footer .top-section .content {
        flex-direction: column;
    }

    footer .top-section .h2 {
        margin-bottom: 25px;
    }

    footer .middle-section .columns {
        grid-gap: 40px;
    }

    footer .column-middle p br {
        display: none;
    }

    .banner-page {
        height: 700px;
    }

    .banner-page .content {
        width: 100%;
        top: 285px;
    }

    .box-content .content-img {
        grid-gap: 35px;
    }

    .box-content .bg {
        padding: 35px;
    }

}

@media (max-width: 992px) {

    .header-middle .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header-middle .telephone {
        font-size: 14px;
    }

    .header-middle .location {
        font-size: 14px;
        max-width: unset;
        padding: 10px 18px;
    }

    .header-middle .column-middle {
        display: none;
    }

    .header-menu nav {
        display: none;
    }

    .control-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 22px;
    }

    .control-menu .btn-menu {
        color: #FFF;
        font-size: 28px;
    }

    .home-slider .slide {
        height: 750px;
    }

    .home-slider .slide > img {
        object-fit: cover;
        height: 100%;
    }

    .whoiam .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .whoiam .column-right .bloc-img {
        position: unset;
        max-width: 100%;
        border-radius: 24px;
    }

    .whoiam .column-left {
        padding: 0px 0px 75px;
    }

    .prerequis .columns {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }

    .prerequis .column img {
        width: 50%;
    }

    .gallery .gallery-items .item .bg {
        height: 200px;
    }

    .contact-inner .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-inner .container .column:last-child {
        display: none;
    }

    footer .middle-section .columns {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .column-middle {
        order: 1;
    }

    footer .column-left {
        order: 2;
    }

    footer .column-right {
        order: 3;
        justify-content: flex-start;
    }

    footer .bottom-section .container {
        flex-direction: column;
    }

    footer .top-section .h2 {
        text-align: center;
    }

    nav {
        display: none;
    }

    nav.show {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(24, 29, 39, 0.80);
        backdrop-filter: blur(8px);
        width: 100%;
        height: 100%;
        z-index: 999999999;
        padding: 50px 15px 100px;
    }

    nav.show ul.menu {
        width: 100%;
        margin: 0px;
        list-style: none;
        flex-direction: column;
        align-items: flex-start;
    }

    .menu .nav-link {
        color: #FFF;
        font-size: 20px;
        margin: 0;
    }

    .menu .nav-link span {
        margin-right: 20px;
    }


    .menu .dropdown-menu {
        position: unset;
        transform: unset;
        width: 100%;
    }

    .nav-item {
        width: 100%;
        margin-bottom: 5px;
    }

    .menu .nav-link {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .menu .nav-link svg {
        position: relative;
        top: 3px;
        right: -10px;
        width: 50px;
    }

    .menu .dropdown-menu:before {
        backdrop-filter: unset;
    }

    .header-menu-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 45px;
    }

    .header-menu-mobile img {
        max-width: 175px;
    }

    .header-menu-mobile .close-menu {
        font-size: 18px;
        color: #FFF;
        position: relative;
        top: 1px;
        right: 10px;
        opacity: .8;
        font-weight: 300;
    }

    .cover-page {
        margin-top: -215px;
    }

    .banner-page {
        height: 635px;
    }

    .box-content .content-img {
        grid-template-columns: repeat(1, 1fr);
    }

    .box-content .content-img .content {
        order: 1;
    }

    .box-content .content-img .img {
        order: 2;
    }

    .box-content .content-img .img img {
        width: 100%;
    }

}

@media (max-width: 767px) {

    .top-header a:nth-child(2) {
        display: none;
    }

    .top-header .horaires, .top-header a {
        text-align: center;
    }

    .top-header .horaires {
        margin-bottom: 10px;
    }

    .top-header .horaires svg {
        display: none;
    }

    .top-header a {
        margin-left: 0;
        margin: 0 10px;
    }

    .header-middle {
        padding: 5px 0 25px;
    }

    .header-middle .container {
        flex-direction: column;
        grid-gap: 15px;
    }

    .control-menu .logo-mobile {
        max-width: 195px;
    }

    .home-slider .slide {
        height: 855px;
    }

    .home-slider .slide h1 {
        font-size: 32px;
    }

    .home-slider .slide p {
        font-size: 16px;
    }

    .home-slider .group-button {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .home-slider .group-button a {
        padding: 8px 8px 11px 12px;
        margin-bottom: 10px;
    }

    .home-slider .slide-note {
        font-size: 12px;
        width: 215px;
    }

    .control-menu .btn-menu {
        font-size: 24px;
        position: relative;
        top: 2px;
    }

    .control-menu .btn-menu i {
        font-weight: 300;
    }

    .whoiam h1 {
        font-size: 32px;
    }

    .whoiam .column-right {
        height: 515px;
    }

    .gallery .gallery-items .col-2-1 {
        grid-template-columns: repeat(1, 1fr);
    }

    .gallery .gallery-items .col-2-1 {
        grid-gap: 35px 0;
    }

    .gallery .gallery-items > div:not(:last-child) {
        margin-bottom: 35px;
    }

    .gallery .gallery-items .col--3 {
        grid-template-columns: repeat(1, 1fr);
    }

    .section-information .list-informations {
        grid-template-columns: 100%;
    }

    .section-information .title-bloc {
        font-size: 32px;
    }

    .contact-inner .form-content .subtitle {
        font-size: 20px;
    }

    .contact-inner .form-content .white-title {
        font-size: 32px;
    }

    .contact-inner .form-content .dark-title {
        font-size: 32px;
    }

    .contact-inner .form-content .col--2 {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .text-img .container {
        grid-template-columns: repeat(1, 1fr);
    }

    .text-img .column-media {
        opacity: 0.1;
    }

    .text-img .column-text {
        position: relative;
        z-index: 1;
    }

    .text-img .column-media .bloc-img {
        max-width: calc(50vw);
    }

    .text-img h2 {
        font-size: 32px;
    }

    .section-rappel .content p {
        font-size: 22px;
    }

    .site-accroches .container {
        grid-template-columns: repeat(1, 1fr);
    }

    footer .bottom-section p {
        text-align: center;
    }

    .menu .nav-link {
        font-size: 18px;
    }

    .box-content .bg {
        padding: 35px 15px;
    }

    .banner-page {
        height: 745px;
    }

    .banner-page .content {
        top: 315px;
        padding: 0 15px;
    }

    .banner-page h1 {
        font-size: 32px;
    }

    .page .banner-page h1 {
        margin-bottom: 50px;
    }

    .cover-page {
        margin-top: -100px;
    }

}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal.etre-rappele .modal-body {
    padding: 25px;
}

.modal.etre-rappele .modal-dialog {
    max-width: 750px;
}

.modal .btn-close {
    position: absolute;
    top: 15px;
    right: 15px;
}

.modal.etre-rappele .title {
    text-align: center;
    font-size: 34px;
    font-family: 'Literata';
    font-weight: 700;
}

.modal.etre-rappele hr {
    opacity: .2;
    color: var(--an-main-color);
}

.modal.etre-rappele .subtitle {
    font-size: 22px;
    font-family: 'Literata';
    text-align: center;
    color: #cb9b20;
    margin: 25px 0 30px;
}

.modal.etre-rappele .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
    margin-bottom: 15px;
}

.modal.etre-rappele .form-group label {
    font-family: 'Literata';
    font-size: 15px;
}

.modal.etre-rappele .form-group .req {
    color: #f80505;
    font-size: 14px;
    position: relative;
    top: -2px;
}

.modal.etre-rappele .form-control {
    background-color: #f7f3eb;
    border: 1px solid transparent;
    min-height: 45px;
}

.modal.etre-rappele .form-control.empty {
    border-color: #f50404;
}

.modal.etre-rappele .btn {
    border-radius: 24px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: #CB9B20;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 16px 12px;
    transition: .2s;
    border: 1px solid transparent;
}

.modal.etre-rappele .btn:hover {
    background: #FFF;
    color: #CB9B20;
    border-color: #CB9B20;
}

.modal.etre-rappele .btn:hover path {
    stroke: #CB9B20;
}

.modal.etre-rappele .btn svg {
    position: relative;
    top: 1px;
    margin-left: 10px;
}

@media (max-width: 727px) {

    .modal.etre-rappele .col_2 {
        grid-template-columns: repeat(1,1fr);
    }

}

.content-box {
    position: fixed;
    top: 50%;
    bottom: 0;
    right: 0;
    max-height: 77px;
    padding: 8px 4px;
    background: #fff;
    border-radius: 8px 0 0 8px;
    box-shadow: 0px 2px 12px 1px rgba(50, 50, 50, 0.4);
    z-index: 99;
    text-align: center;
    font-size: 10px;
}

.content-box a {
    color: #000;
    text-decoration: none;
}

.content-box i {
    color: #ffdc0f;
}

.content-box .stars {
    margin: 2px 0 3px;
}

@media (max-width: 767px) {

    .content-box {
        top: 65%;
    }

}

.popup-call-us {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255 / 85%);
}

.popup-call-us .modal--dialog {
    position: relative;
    padding: 0 15px;
    text-align: center;
    max-width: 750px;
}

.popup-call-us .close-call-us {
    position: absolute;
    top: -35px;
    right: 15px;
    font-size: 16px;
    color: #FFF !important;
    background-color: #e7b22b;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
    padding: 1px 15px 0px;
    text-decoration: none;
}

.popup-call-us .close-call-us:hover {
    color: #000 !important;
}

.popup-call-us .mobile {
    display: none;
}

@media (max-width: 767px) {

    .popup-call-us .close-call-us {
        font-size: 14px;
    }

    .popup-call-us .desktop {
        display: none;
    }

    .popup-call-us .mobile {
        display: block;
    }

    .popup-call-us .modal--dialog {
        max-width: 100%;
    }

}

.popup-call-us .modal--dialog .number {
    position: absolute;
    left: 124px;
    bottom: 102px;
    color: #FFF;
    font-size: 37px;
}

@media (max-width: 767px) {

    .popup-call-us .modal--dialog .number {
        position: absolute;
        left: 87px;
        bottom: 79px;
        color: #FFF;
        font-size: 23px;
        line-height: normal;
    }

}

.quotes-area {
    margin-bottom: 100px;
}

.btm-qoute {
    background: #CB9B20;
    color: #fff;
    padding: 59px 50px 50px 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
}

.btm-qoute.white {
    background: #FFF;
    border-bottom: 1px solid #f0f0fb;
    box-shadow: 0 0 15px #0000000d;
}

.btm-qoute .qoute-icon i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    line-height: 47px;
    text-align: center;
    border-radius: 50px;
    margin-right: 25px;
    padding-top: 1px;
}

.btm-qoute.white .qoute-icon i {
    color: #CB9B20;
    border-color: #CB9B20;
}

.btm-qoute.white h1, .btm-qoute.white h2, .btm-qoute.white h3, .btm-qoute.white h4 {
    font-size: 22px;
    color: #CB9B20;
    line-height: normal;
    margin-bottom: 15px;
}

.quotes-txt p, .btm-qoute.white p {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #4f5261;
    text-align: justify;
    font-weight: 400;
}

.quotes-area strong {
    font-weight: 400 !important;
}

.mt-35 {
    margin-top: 35px;
}

.usr-quote-blk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #fff;
    padding: 50px 25px;
    padding-right: 50px;
    border-bottom: 1px solid #f0f0fb;
    box-shadow: 0 0 15px #0000000d;
    border-radius: 20px;
}

.usr-quote-blk.dif {
    height: 100%;
}

.btm-qoute ul {
    padding-left: 18px;
}

.btm-qoute ul li:not(:last-child) {
    margin-bottom: 10px;
}

.quotes-area p,
.quotes-area li {
    font-size: 15px;
}

.quotes-area h1, 
.quotes-area h2, 
.quotes-area h3, 
.quotes-area h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.usr-quote-blk i {
    margin-right: 20px;
    opacity: .2;
    font-size: 30px;
}

.usr-quote-blk h1, 
.usr-quote-blk h2, 
.usr-quote-blk h3, 
.usr-quote-blk h4 {
    color: #cb9b20;
}

.prerequis.col_1 .columns {
    grid-template-columns: repeat(1, 1fr);
}


.prerequis.col_1 .columns .column {
    max-width: 50%;
    margin: auto;
    justify-content: flex-end !important;
    text-align: right !important;
}

.single-item {
    margin-bottom: 100px;
}

.single-item .single-item-thumb {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #F5F5F5;
}
.single-item .single-item-thumb.personale{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border: 2px solid var(--an-second-color-light);
    overflow: hidden;

}

.single-item .single-item-thumb img {
    width: 400px;
    object-fit: cover;
    min-height: 200px;
}

.single-item .single-item-thumb .item-thumb-right {
    height: 100%;
    padding: 30px 40px;
    width: 100%;
}

.single-item .single-item-thumb .item-thumb-right .h4 {
    text-transform: uppercase;
    color: #000;
    display: block;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 34px;
}

.single-item .single-item-thumb .item-thumb-right p {
    margin-bottom: 5px;
}

.fisca {
    margin-bottom: 100px;
}

.fisca .brand {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.fisca .brand:after {
    content: '';
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 1px;
    background-color: #cb9b20;
    z-index: -1;
}

.fisca .brand svg {
    width: 160px;
    background-color: #FFF;
    padding: 0 10px;
}

.fisca .title-bloc {
    text-align: center;
    font-size: 36px;
    letter-spacing: -0.72px;
    color: #181C27;
    font-weight: 600;
    margin-bottom: 85px;
    line-height: 45px;
}

.fisca p {
    margin-bottom: 10px;
}

.fisca .h4 {
    color: #CB9B20;
    margin-top: 20px;
}

.single-box-item {
    position: relative;
    background: #fff;
    box-shadow: 0 0 28px #e9e9e9;
    padding: 40px 22px;
    height: 340px;
    transition: 0.4s;
    margin-bottom: 100px;
}

.steps-area .brand {
    position: relative;
    text-align: center;
    margin-bottom: 8px;
}

.steps-area .brand:after {
    content: '';
    position: absolute;
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 225px;
    height: 1px;
    background-color: #cb9b20;
    z-index: -1;
}

.steps-area .brand svg {
    width: 160px;
    background-color: #FFF;
    padding: 0 10px;
}

.steps-area .title-bloc {
    text-align: center;
    font-size: 36px;
    letter-spacing: -0.72px;
    color: #181C27;
    font-weight: 600;
    margin-bottom: 85px;
    line-height: 45px;
}

.single-box-item.dif {
    background-color: #5c6871;
}

.single-box-item > span {
    font-size: 46px;
    line-height: 0px;
    margin-bottom: 40px;
    color: #24101f;
    display: block;
}

.single-box-item p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
    line-height: 30px;
    text-align: justify;
}

.single-box-item.dif p {
    color: #fff;
    text-align: left;
}

.single-box-thumb p {
    padding-right: 140px;
}

.single-box-item .step_title {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #24101f;
    position: relative;
    margin-bottom: 45px;
    font-weight: 700;
    text-align: left;
}

.single-box-item .step_title::after {
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 30px;
    background: #d0ad25;
    height: 2px;
    content: "";
    border-radius: 4px;
}

.single-box-thumb img {
    position: absolute;
    top: 108px;
    right: 4px;
    max-width: 220px;
}

@media (max-width: 992px) {

    .single-box-item {
        margin-bottom: 25px;
    }

    .steps-area {
        margin-bottom: 100px;
    }

    .single-item .single-item-thumb .item-thumb-right .h4 {
        font-size: 24px;
    }

}

@media (max-width: 767px) {

    .single-item .single-item-thumb {
        flex-direction: column;
    }

    .single-item .single-item-thumb .item-thumb-right {
        padding: 30px 20px;
    }

    .prerequis.col_1 .columns .column {
        max-width: 100%;
    }

    .btm-qoute {
        padding: 25px 15px 25px 15px;
        flex-direction: column;
    }

    .btm-qoute .qoute-icon {
        margin-bottom: 15px;
    }

    .usr-quote-blk {
        padding: 25px 15px 25px 15px;
        flex-direction: column;
    }

    .usr-quote-blk .quote-icon {
        margin-bottom: 15px;
    }

    .usr-quote-blk.dif {
        height: auto;
        margin-bottom: 35px;
    }

    .col-xl-6:last-child .usr-quote-blk.dif {
        margin-bottom: 0;
    }

}

.thum-content2 {
    position: absolute;
    left: 45px;
    bottom: 38px;
}

.span-bijoux {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.5px;
}

.span-bijoux:after {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 43px;
    background: #d0ad25;
    content: "";
    height: 3px;
    border-radius: 2px;
}

.relative {
    position: relative;
}

.diamant-prod {
    margin-bottom: 100px;
}

@media (max-width: 767px) {

    .diamant-prod .col-lg-6:first-child {
        margin-bottom: 50px;
    }

}

.products {
    margin-top: 100px;
    margin-bottom: 100px;
}

.list-product {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 15px;
}

.list-product .product-item {
    background-color: #FFF;
    box-shadow: 0 0 5px #adacac26;
    border-radius: 25px;
}

.product-item .product-img img {
    height: 350px;
    width: 100%;
    object-fit: contain;
}

.product-item .product-content {
    padding: 20px 15px;
}

.product-item .name {
    text-align: center;
}

.product-item .name a {
    color: #171717;
    transition: .4s;
    text-decoration: none;
}

.product-item .name a:hover {
    color: #CB9B20;
}

.product-item .btn {
    background-color: #CB9B20;
    color: #FFF;
    display: block;
    margin: 15px auto 0;
    width: fit-content;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: .2s;
    padding: 8px 18px 10px;
}

.product-item .btn:hover {
    color: #CB9B20;
    background-color: #FFF;
    border-color: #CB9B20;
}

.section-text {
    margin: 100px 0;
}

.politique-de-conf .banner-page {
    height: 385px;
}

@media (max-width: 1024px) {

    .politique-de-conf .banner-page {
        height: 415px;
    }

}

@media (max-width: 767px) {

    .politique-de-conf .banner-page {
        height: 510px;
    }

}

.mention-legale .banner-page {
    height: 385px;
}

@media (max-width: 1024px) {

    .mention-legale .banner-page,
    .categorie .banner-page {
        height: 415px;
    }

    .list-product {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width: 767px) {

    .mention-legale .banner-page,
    .categorie .banner-page {
        height: 425px;
    }

    body.fiscalite .banner-page {
        height: 550px;
    }

    body.fiscalite .cover-page {
        margin-top: -75px;
    }

    .home-slider .testiomonial-carousel-arrow.slick-arrow {
        width: 30px;
        height: 30px;
    }

    .home-slider .testiomonial-carousel-arrow.slick-arrow-right.slick-arrow {
        right: 5px;
    }

    .home-slider .testiomonial-carousel-arrow.slick-arrow-left.slick-arrow {
        left: 5px;
    }

    .list-product {
        grid-template-columns: repeat(1, 1fr);
    }

}

.produit .site-header {
    position: unset;
    background-color: #181d27;
}

.breadcrumb {
    padding-top: 25px;
    margin-bottom: 50px;
}

.breadcrumb ul {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding: 0;
    list-style: none;
}

.breadcrumb ul .icon {
    margin: 0 15px;
    font-size: 11px;
}

.breadcrumb ul a {
    color: #171717;
    font-size: 15px;
    text-decoration: none;
}

.breadcrumb li span {
    font-size: 15px;
}

.single-product {
    margin-top: 25px;
    margin-bottom: 100px;
}

.single-product .single {
    display: grid;
    grid-template-columns: 43% 50%;
    justify-content: space-between;
    margin-bottom: 100px;
}

.single-product .single-left .product-image img {
    height: 600px;
    width: 100%;
    object-fit: contain;
    border-radius: 5px;
}

.single-product .single-left .product-slider .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: rgb(39 39 39 / 50%);
    color: #FFF;
    width: 45px;
    height: 45px;
    border: 1px solid rgb(255 255 255 / 55%);
    opacity: .8;
    transition: .4s;
}

.single-product .single-left .product-slider .slick-arrow:hover {
    opacity: 1;
    border: 1px solid rgb(255 255 255 / 90%);
}

.single-product .single-left .product-slider .slick-prev {
    left: 1%;
}

.single-product .single-left .product-slider .slick-next {
    right: 1%;
}

.product-info .h1 {
    margin-bottom: 25px;
    color: #CB9B20;
    font-size: 36px;
}

.product-info .btn-contact {
    line-height: normal;
    display: block;
    text-align: center;
    background-color: #CB9B20;
    color: #FFF;
    padding: 12px 10px;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: .4s;
}

.product-info .btn-contact:hover {
    background-color: #CB9B20;
}

.product-decription {
    position: relative;
    padding: 50px 50px 50px 110px;
    background-color: #CB9B20;
    color: #FFF;
    border-radius: 25px;
}

.product-decription p {
    line-height: 26px;
    letter-spacing: .6px;
    opacity: .9;
    text-align: justify;
    font-size: 15px;
}

.product-decription p:last-of-type {
    margin-bottom: 0;
}

.product-decription:before {
    content: "\f10d";
    position: absolute;
    left: 40px;
    top: 45px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.product-decription a {
    color: #41494f;
}

.product-decription h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.product-decription h2,
.product-decription h3 {
    font-size: 24px;
    margin-bottom: 8px;
    margin-top: 20px;
}

.product-info .contact {
    margin-top: 20px;
    margin-bottom: 25px;
    list-style: none;
    padding-left: 0;
}

.product-info .contact li {
    margin-bottom: 8px;
}

.product-info .contact li:last-child {
    margin-bottom: 0;
}

.product-info .contact a {
    color: #CB9B20;
    transition: .4s;
}

.product-info .contact a:hover {
    color: #CB9B20;
}

.product-info .contact a span {
    display: inline-block;
    width: 30px;
}

.product-info .contact a svg {
    color: var(--an-main-color);
}

.produit .gallery {
    margin-bottom: 0;
}

.contact .banner-page {
    height: 385px;
}

.categorie .banner-page {
    height: 380px;
}

@media (max-width: 1024px) {

    .contact .banner-page {
        height: 425px;
    }

    .single-product .single {
        grid-template-columns: 100%;
    }

    .single-product .single .single-left {
        margin-bottom: 50px;
    }

    .produit .site-header {
        padding-bottom: 5px;
    }

}

@media (max-width: 767px) {

    .categorie .banner-page {
        height: 425px;
    }

    .single-product .single-left .product-image img {
        height: 300px;
    }

    .float_wtsp {
        display: block;
        position: fixed;
        bottom: 20px;
        left: 25px;
        z-index: 99;
    }

    .float_wtsp a {
        display: block;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        text-shadow: rgb(31 76 118) 0px 1px 0px;
        border: 1px solid rgb(255, 255, 255);
        box-shadow: rgb(90 153 220 / 70%) 0px 0px 0px 0px, rgb(171 203 233) 0px 1px 0px inset;
        border-radius: 100%;
        background: url(/img/wa.png) 0% 0% / 3em 3em no-repeat rgb(255, 255, 255);
        background-size: 100%;
        cursor: pointer;
    }

    body:not(.index) .site-header {
        position: unset;
        background: rgba(24, 29, 39);
        padding-bottom: 20px;
    }

    body:not(.index) .control-menu {
        margin-bottom: 0;
    }

    body:not(.index) .banner-page {
        height: auto;
        padding: 50px 0;
    }

    body.page .banner-page,
    body.fiscalite .banner-page {
        padding: 50px 0 110px;
    }

    body:not(.index) .banner-page .content {
        position: unset;
        transform: unset;
    }

    body:not(.index) .cover-page {
        margin-top: -75px;
    }

}
