.formulaire-inner {
    background: #173B40;
}

@media screen and (min-width: 1200px) and (max-height: 800px) {}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1320px;
    }
    .max-width-1077px {
        max-width: 1077px;
        margin-left: auto;
        margin-right: auto;
    }
    .max-width-1320px {
        max-width: 1320px;
        margin-left: auto;
        margin-right: auto;
    }
    .max-width-1440px {
        max-width: 1440px;
        margin-left: auto;
        margin-right: auto;
    }
    .my-container {
        max-width: 971px;
    }
    /** Header **/
    .site-header-menu .site-navigation {
        border-radius: 50px;
        background: #FFF;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
        padding: 0 15px;
        height: 96px;
        margin: 30px 0;
    }
    .site-branding {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 135px;
        height: 100%;
    }
    .site-branding a {
        position: absolute;
        width: 135px;
        top: auto;
        left: auto;
    }
    .site-navigation__menu,
    .main-header .site-navigation .menu>ul {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-header .site-navigation .menu {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .main-header .site-navigation .menu ul li:hover>ul,
    .main-header .site-navigation .menu ul li.hover>ul {
        display: block;
        visibility: visible;
        opacity: 1;
        transform: translate(0, 0);
    }
    .main-header .site-navigation .menu>ul>li>a {
        margin-right: 30px;
        min-height: 96px;
    }
    .main-header .site-navigation .menu>ul>li:last-child>a {
        display: none;
    }
    .main-header .site-navigation .menu>ul>li:nth-last-child(2)>a,
    .main-header .site-navigation .menu>ul>li:last-child>a {
        margin-right: 0;
    }
    .main-header .site-navigation .menu ul ul>li a:before {
        position: absolute;
        content: "";
        height: 100%;
        width: 4px;
        background-color: #91A9AD;
        top: 0;
        left: 0;
        scale: 0;
        z-index: 1;
        -webkit-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .main-header .site-navigation .menu ul ul>li.active>a:before,
    .main-header .site-navigation .menu ul ul>li:hover>a:before,
    .main-header .site-navigation .menu ul ul>li.hover>a:before {
        scale: 1;
    }
    .main-header .site-navigation .menu>ul>li>ul {
        text-align: left;
        position: absolute;
        visibility: hidden;
        display: block;
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        transform: translate(0, 10px);
        left: auto;
        top: auto;
        z-index: 90;
        width: max-content;
        padding: 0;
        min-width: 235px;
        border-radius: 0 0 10px 10px;
        background: #FFF;
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08);
    }
    .main-header .site-navigation .menu ul ul li {
        /* white-space: nowrap; */
    }
    /** Content **/
    .padding-content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .footer-newsletter {
        width: 310px;
    }
}

@media screen and (min-width: 1400px) {
    /** Header **/
    .site-branding,
    .site-branding a {
        width: 152px;
    }
    .main-header .other-links a {
        padding: 10px 24px;
    }
    .site-header-menu .site-navigation {
        padding: 0 25px;
    }
    /** Content **/
    .banner-wrap {
        padding: 25px 10px 0;
    }
    .padding-content {
        padding-left: 105px;
        padding-right: 105px;
    }
    .banner-content {
        padding-left: calc((100vw - 1320px) / 2 - 25px);
    }
    .service-item {
        padding: 50px;
    }
    .site-name {
        font-size: 140px;
    }
    .footer-newsletter {
        width: 372px;
    }
    .join-us__content {
        padding-left: 0;
    }
    .intern .about-us-section {
        padding: 130px 0;
    }
    .intern .blk-form-free-quote {
        margin: 0;
    }
    .padding-l-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .bloc-image.image-4 {
        height: 543px;
    }
    .blk-form-free-quote {
        padding: 30px;
    }
}

@media screen and (min-width: 1600px) {
    /**Header**/
    /** Content **/
}

@media screen and (min-width: 1920px) {
    /**Header**/
    /** Content **/
}

@media screen and (max-width: 1199px) {
    /** Header **/
    .main-menu-toggle {
        display: block;
    }
    .sticked-menu {
        display: none !important;
    }
    .main-menu-toggle {
        position: absolute;
        right: 0;
        top: 34px;
        height: 20px;
        width: 31px;
        float: right;
    }
    .main-menu-toggle label {
        cursor: pointer;
        position: static;
        z-index: 99;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        margin: 0;
    }
    .main-menu-toggle .toggle-block {
        position: absolute;
        height: 3px;
        width: 100%;
        padding: 0;
        background-color: #253339;
    }
    .main-menu-toggle .toggle-blocks-1 {
        position: relative;
        float: left;
    }
    .main-menu-toggle .toggle-blocks-2 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .main-menu-toggle .toggle-blocks-3 {
        position: relative;
        float: left;
        margin-top: 6px;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-2 {
        opacity: 0;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-1 {
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        margin-top: 10px;
    }
    .main-menu-toggle input[type=checkbox]:checked~.main-menu-toggle-block>.toggle-blocks-3 {
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -12px;
    }
    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul>li>ul {
        display: none;
    }
    .main-header .site-navigation .menu.active,
    .main-header .site-navigation .menu>ul>li>ul.active {
        max-height: 55em;
        display: block;
    }
    .main-header .site-navigation .menu ul li {
        position: relative;
    }
    .main-header .site-navigation .menu>ul>li>a {
        padding: 8px 0;
        justify-content: space-between;
        display: inline-flex;
        align-items: center;
        color: #253339;
    }
    .main-header .site-navigation .menu>ul>li>a br {
        display: none;
    }
    .main-header .site-navigation .menu ul ul>li a {
        color: #253339;
        padding: 4px 0;
        background: none;
        border: 0;
    }
    .main-header .site-navigation .menu ul ul {
        padding: 0px 0 5px 25px;
    }
    .main-header .site-navigation .menu ul ul>li.active>a,
    .main-header .site-navigation .menu ul ul>li:hover>a,
    .main-header .site-navigation .menu ul ul>li.hover>a,
    .main-header .site-navigation .menu>ul>li.active>a,
    .main-header .site-navigation .menu>ul>li:hover>a,
    .main-header .site-navigation .menu>ul>li.hover>a {
        color: #91A9AD;
        background: none;
        border: 0;
    }
    .main-header .site-navigation .menu ul>ul,
    .main-header .site-navigation .menu ul>ul>ul {
        display: inherit;
        position: relative;
        left: auto;
        top: auto;
        border: none;
    }
    .main-header .site-navigation .menu>ul {
        position: absolute;
        left: 0;
        max-height: calc(100vh - 80px);
        padding: 10px 20px;
        -webkit-box-shadow: 0 0 100px 0 rgb(0 0 0 / 11%);
        box-shadow: 0 0 100px 0 rgb(0 0 0 / 11%);
        z-index: 100;
        width: 100%;
        z-index: 20000;
        top: auto;
        background-color: #fff;
        overflow-y: scroll;
        border-top: 0;
    }
    .main-header .site-navigation .menu>ul>li.has-submenu>a:after {
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 14px;
        position: relative;
        display: inline-block;
        margin-left: 5px;
        font-weight: 700;
    }
    .main-header .site-navigation .menu ul>li.has-submenu>a.active:after {
        content: '\f106';
    }
    .main-header .site-navigation .menu li,
    .main-header .site-navigation .menu>ul>li {
        display: block;
        overflow: hidden;
    }
    .main-header .site-navigation .menu,
    .main-header .site-navigation .menu>ul>ul {
        max-height: 0;
        background-color: #fff;
    }
    .site-navigation.fixed-header {
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 15px;
        position: fixed;
        background: #fff;
        box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.08);
    }
    .site-header-menu>.container {
        max-width: 100%;
    }
    .main-header {
        background-color: #fff;
        margin: 0;
    }
    .site-navigation .site-branding {
        padding: 5px 0;
        width: 85px;
    }
    /** Content **/
    .page section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .width-lg-45 {
        width: 45%;
    }
    .width-lg-40 {
        width: 40%;
    }
    .width-lg-50 {
        width: 50%;
    }
    .bloc-content.img-box--left .img-box {
        margin-right: 30px;
    }
    .bloc-content.img-box--right .img-box {
        margin-left: 30px;
    }
    .bloc-content .bloc-text.margin-r-neg25px {
        margin-right: 0;
    }
    .banner-wrap {
        padding: 90px 0 0;
    }
    .banner-content {
        padding-left: calc((100vw - 960px) / 2);
    }
    .blk-form-free-quote {
        max-width: 100%;
        margin: 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .banner-slide__wrap,
    .banner-inner {
        height: 600px;
    }
    .banner-slide__wrap .banner-image {
        height: 360px;
    }
    .form-quote__title {
        width: 100%;
        text-align: center;
    }
    .blk-find-agency {
        width: 100%;
    }
    .intervention-map {
        margin: 0 auto;
    }
    .blk-testimonials {
        margin-top: 70px;
    }
    .join-us__content {
        max-width: 100%;
        padding-left: 0;
    }
    .site-name {
        font-size: 101px;
    }
    .copyright ul,
    .footer-usefull-links ul {
        justify-content: center;
    }
    .footer-bottom__inner {
        padding: 20px 50px;
    }
    .intern .banner-inner {
        align-items: center;
    }
}

@media screen and (max-width: 991px) {
    /** Header **/
    /** Content **/
    .width-lg-40,
    .width-lg-45,
    .width-lg-50 {
        width: auto;
    }
    .company-benefits__image.margin-r-neg15px,
    .txt-box.margin-l-neg15px,
    .txt-box.margin-r-neg15px,
    .bloc-content.img-box--right .img-box,
    .bloc-content.img-box--left .img-box {
        margin-right: 0;
        margin-left: 0;
    }
    .banner-content {
        padding-left: calc((100vw - 720px) / 2);
    }
    .banner-inner {
        height: 540px;
    }
    .blk-form-free-quote .next-step button {
        width: 102px;
        height: 61px;
    }
    .blk-few-figures {
        max-width: 500px;
        margin: 0 auto 0;
    }
    .company-benefits__content {
        max-width: 100%;
    }
    .image-grid .bloc-image.image-2,
    .image-grid .bloc-image {
        width: 100%;
    }
    .footer-newsletter {
        width: 325px;
    }
    .site-name {
        font-size: 76px;
        top: -3px;
    }
    .footer-bottom__inner {
        padding: 20px;
    }
    .social-links .social-link {
        width: 60px;
        height: 40px;
    }
    .social-links .social-link svg {
        width: 17px;
        height: 17px;
    }
    .blk-contact-infos,
    .blk-contact-form,
    .intern .blk-form-free-quote {
        margin: 0;
        max-width: 100%;
    }
    .intern .blk-form-free-quote .next-step button {
        width: 102px;
        height: 61px;
    }
    .form-quote__inputs,
    .blk-form-free-quote form {
        flex-direction: column;
        align-items: center;
    }
    .intern .blk-form-free-quote .form-quote__inputs fieldset,
    .intern .blk-form-free-quote .list-btn {
        width: 100%;
    }
    .intern .blk-form-free-quote .next-step {
        width: auto;
    }
    .blk-contact-infos ul li .contact-ico {
        width: 60px;
        height: 60px;
    }
    .blk-contact-infos ul li .contact-ico svg {
        width: 28px;
        height: 28px;
    }
}

@media screen and (max-width: 767px) {
    /** Header **/
    .site-navigation .site-branding {
        padding: 5px 0;
        width: 65px;
    }
    .main-menu-toggle {
        top: 24px;
    }
    /** Content **/
    html {
        font-size: clamp(15px, 1vw, 16px);
    }
    .banner-content {
        padding-left: calc((100vw - 540px) / 2 - 15px);
    }
    .banner-wrap {
        padding: 70px 0 0;
    }
    .blk-find-agency .find-agency-form,
    .blk-form-free-quote form,
    .form-quote__inputs {
        flex-direction: column;
        align-items: center;
    }
    .image-grid .bloc-image {
        height: 300px;
    }
    .slide-controls-nav .slide-btn-next,
    .slide-controls-nav .slide-btn-prev,
    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next,
    .slide-controls-nav .owl-prev,
    .slide-controls-nav .owl-next {
        width: 40px;
        height: 40px;
    }
    .owl-carousel .owl-nav svg,
    .slide-controls-nav svg {
        width: 16px;
        height: 16px;
    }
    .sub-title:before {
        width: 8px;
        height: 8px;
        margin-right: 8px;
        top: -2px;
    }
    .intervention-map {
        width: 500px;
    }
    .location-dot {
        width: 11px;
        height: 11px;
    }
    .intervention-map ul li:nth-child(1) {
        top: calc(24% + 6px);
    }
    .intervention-map ul li:nth-child(2) {
        top: calc(26% + 5px);
        left: calc(47% + 20px);
    }
    .intervention-map ul li:nth-child(3) {
        top: calc(27% + 1px);
    }
    .intervention-map ul li:nth-child(4) {
        top: calc(28% + 5px);
        left: calc(15% + 4px);
    }
    .intervention-map ul li:nth-child(5) {
        top: calc(52% + 9px);
    }
    .intervention-map ul li:nth-child(6) {
        bottom: calc(20% + 3px);
    }
    .intervention-map ul li:nth-child(7) {
        bottom: calc(20% + 4px);
    }
    .intervention-map ul li:nth-child(8) {
        bottom: calc(14% + 4px);
    }
    .blk-find-agency .find-agency-form {
        gap: 20px;
    }
    .btn-1 img {
        width: 24px;
        height: auto;
    }
    .btn-1,
    button,
    input[type="submit"],
    input[type="button"] {
        padding: 10px 20px;
        height: 45px;
    }
    .service-item .service-ico {
        width: 90px;
        height: 90px;
        padding: 10px;
    }
    .actus-item .actus-more a {
        width: 152px;
        height: 64px;
    }
    .site-name {
        font-size: 56px;
        top: 0;
    }
    .footer-newsletter {
        width: 100%;
        max-width: 372px;
    }
    .footer-logo img {
        width: 120px;
        height: auto;
    }
    .social-links .social-link {
        width: 55px;
        height: 35px;
    }
    .social-links .social-link svg {
        width: 15px;
        height: 15px;
    }
    .contact-form .form-group .contact-form__send {
        margin-left: 0;
    }
}

@media screen and (max-width: 576px) {
    /** Header**/
    .site-navigation .site-branding {
        width: 55px;
    }
    .main-menu-toggle {
        top: 20px;
    }
    /** Content **/
    html {
        font-size: clamp(14px, 1vw, 16px);
    }
    .banner-content {
        padding-left: 15px;
    }
    .banner-title {
        font-size: clamp(33px, 1rem + 2.8vw, 60px);
    }
    .intern .banner-title {
        font-size: clamp(30px, 1rem + 1.9vw, 45px);
    }
    .typing-wrapper,
    .banner-title span+span {
        font-size: clamp(22px, 1rem + 1.9vw, 45px);
    }
    .banner-inner {
        height: 480px;
    }
    .banner-wrap {
        padding: 60px 0 0;
    }
    .blk-form-free-quote .list-btn {
        flex-direction: column;
        gap: 20px
    }
    .blk-form-free-quote .form-group button {
        min-width: 200px;
    }
    .sect-title h2,
    .sect-title .h2,
    .sect-title .bloc-title,
    .sect-title h1,
    .sect-title .h1,
    .page-title {
        font-size: clamp(30px, 1rem + 1.5vw, 40px);
    }
    .blk-few-figures ul li .few-figures__number {
        font-size: clamp(35px, 1rem + 1.5vw, 40px);
    }
    .sub-title {
        font-size: 1rem;
        padding: 6px 14px;
    }
    .sub-title:before {
        width: 6px;
        height: 6px;
        margin-right: 8px;
        top: -1px;
    }
    .row-gap-30px {
        gap: 20px 0;
    }
    .company-benefits__content ul li .benefit-ico {
        width: 50px;
        min-width: 50px;
        height: 50px;
        padding: 10px;
    }
    .intervention-map {
        width: 320px;
    }
    .location-dot {
        width: 9px;
        height: 9px;
    }
    .intervention-map ul li:nth-child(1) {
        top: calc(22% + 6px);
    }
    .intervention-map ul li:nth-child(2) {
        top: calc(24% + 5px);
        left: calc(45% + 20px);
    }
    .intervention-map ul li:nth-child(3) {
        top: calc(26% + 0px);
    }
    .intervention-map ul li:nth-child(4) {
        top: calc(26% + 5px);
        left: calc(14% + 4px);
    }
    .intervention-map ul li:nth-child(5) {
        top: calc(50% + 9px);
    }
    .intervention-map ul li:nth-child(6) {
        bottom: calc(19% + 3px);
    }
    .intervention-map ul li:nth-child(7) {
        bottom: calc(19% + 4px);
    }
    .intervention-map ul li:nth-child(8) {
        bottom: calc(13% + 4px);
        right: calc(17% + 5px);
    }
    .join-us__box-number {
        width: 40px;
        min-width: 40px;
        height: 40px;
        font-size: 1.15rem;
    }
    .join-us__box {
        gap: 20px;
    }
    .join-us__content ul:before {
        width: 4px;
        left: 18px;
    }
    .join-us__box-text:before {
        width: 18px;
        height: 18px;
        border-width: 3px;
    }
    .join-us__box-text {
        padding: 20px;
    }
    .service-item .service-ico {
        width: 80px;
        height: 80px;
    }
    .site-name {
        font-size: 36px;
    }
    .footer-logo img {
        width: 100px;
        height: auto;
    }
    .cursor {
        width: 2px;
    }
    .bloc-image.image-4 {
        height: 400px;
    }
    .blk-contact-infos ul li .contact-ico {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }
    .blk-contact-infos ul li .contact-ico svg {
        width: 23px;
        height: 23px;
    }
    .blk-contact-infos ul li {
        gap: 15px;
    }
}