@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


:root {
    --black: #000;
    --white: #fff;
    --primary: #1b3b8b;
    --second: #126f35;
    --back: #292929;
    --gris: #616468;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    overflow-x: hidden;
    background: var(--back);
    color: #fff;


}

ul {
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none !important
}

.header {
    width: 100%;
    position: relative;
    margin: 0;
    z-index: 3;
    height: 720px;
}

.page .header:after {
    background-size: contain;
}


.header .d-flex {
    height: 100%;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.header .d-flex a {}

.header .d-flex>div {}

.top {
    padding: 6px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--back);
}

.top span {
    color: #000;
    font-weight: 300;
}

.right-top {
    display: flex;
    align-items: center;
}

.right-top>div {
    padding: 0px 20px;
}

.right-top img {
    max-width: 140px;
}

.right-top a:first-child {
    color: #fff;
    transition: 0.3s ease all;
}

.right-top a:first-child:hover {}

.top>div {
    margin: 0;
}

.top>div a {
    padding: 0px 5px
}

.block-links {
    display: flex;
    align-items: center;
}

.block-links a {
    padding: 0px 10px;
    transition: 0.3s ease all;
    display: block;
}

.block-links a:hover {
    transform: scale(0.8)
}

.right-top .phone {
    letter-spacing: 1px;
    color: #000;
    padding: 0px 10px;
    font-size: 17px;
    position: relative;
    margin-left: 0;
    z-index: 1;
    display: block;
    text-align: right;
    font-weight: 700;
}

.right-top .phone2 {
    color: #fff;
    padding: 0px 10px;
    font-size: 23px;
    position: relative;
    margin-left: 30px;
    display: block;
    text-align: right;
    font-weight: 700;
    border-left: 8px solid var(--primary);
}

.banner {
    position: relative;
    z-index: 1;
}

.block-banner {
    overflow: hidden;
    position: relative;
    max-height: 470px;
    height: calc(100vh - 120px);
}

.banner {
    overflow: hidden;
    width: 100%;
    border-radius: 45px 0px;
}

.page .banner {
    height: 400px;
}



.banner>div {
    animation: zoom 8s ease infinite alternate;
    background: url(../images/img.jpg) no-repeat;
    background-position: top;
    background-size: cover;
    transform: scale(1.1);
    height: 100%;
    width: 100%;
    position: relative;
}


@keyframes zoom {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1.0);

    }
}

.banner img {
    opacity: 0;
    max-width: 100%;
    display: block;
}

.logo {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left-block {
    background: url(../images/left.jpg);
    background-size: cover;
    background-position: center;
}

.right-block {
    background: url(../images/right.jpg);
    background-size: cover;
    background-position: center;
}

.logo a {
    display: table;
    margin: 0 auto 60px;
}

.logo a+span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    max-width: 430px;
}

.logo>div {
    position: relative;
}

.logo img {
    position: relative;
    z-index: 1;
    max-width: 100%;
}



/* end header */




/* menu */

.navbar-nav .nav-item {
    display: block;
    transition: 0.5s ease all;
    padding: 0px 0px;
}

.navbar-nav .nav-item:hover {
    background: var(--primary)
}

.dropdown-item {
    transition: 0.5s ease all;
    color: #fff;
    padding: 10px 20px;
    font-size: 31px;
    font-weight: 400;
    font-family: 'Freestyle Script';
}

.dropdown-item:hover {
    background: var(--second);
    color: #fff;
}

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

.dropdown-menu {
    left: 0;
    top: initial;
    background: var(--primary);
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    bottom: 100%;
}

.fixed .dropdown-menu {
    top: 100%;
    bottom: initial;
}

.page .navbar-nav .nav-item:last-child {
    margin: 0
}

.navbar .navbar-nav .nav-item .nav-link {
    padding: 13px 35px;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 18px;
    text-align: left;
    font-weight: 300;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-item .nav-link span {
    position: relative;
    z-index: 2;
    display: block;
}

.navbar .navbar-nav .nav-item:first-child {}

.navbar .navbar-nav .nav-item .nav-link:after {
    z-index: 1
}

.navbar .navbar-nav .nav-item:last-child .nav-link:before {
    opacity: 0
}

.fixed .navbar .navbar-nav .nav-item .nav-link {
    color: #fff
}

.navbar .navbar-nav .nav-item .nav-link:hover:before {
    width: 100%;
}


.navbar-nav .nav-item:hover>.nav-link:before {
    width: 100%;
}

.bloc-menu.fixed .btn-menu {
    display: table;
}


.bloc-menu {
    display: none;
    margin-right: 15px;
    position: relative;
    left: 45px;
    cursor: pointer;
    z-index: 10;
    transition: 0.3s ease all;
}

.btn-menu {
    display: table;
    margin: 0 auto;
    position: relative;
    transition: 0.3s ease all;
}

.btn-menu:hover {
    transform: rotate(180deg);
}




.menubox {
    transition: 0.3s ease all;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 20;
    max-width: 100%;
    margin: 0 auto;
    background-size: contain;
    background: #000;
}

.menubox.activemenu {
    transform: none;
}

.menubox.fixed {
    top: 0;
    z-index: 20;
    position: fixed;
    background: var(--primary);
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    left: 0;
    bottom: initial;
}

.inner-menubox {
    transition: 0.3s ease all;
    position: relative;
    max-width: 920px;
    margin: 0 auto;
}

.inner-menubox:after {
    content: "";
    width: 120px;
    position: absolute;
    height: 1px;
    background: #fff;
    right: 0;
    top: 50%;
}

.inner-menubox:before {
    content: "";
    width: 120px;
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    top: 50%;
}


.fixed .inner-menubox {
    border: none;
    background: var(--primary);
}

.navbar {
    padding: 0;
    position: relative;
    z-index: 1;
}

.navbar-nav {
    margin: 0px !important;
    padding: 12px 15px;
    z-index: 9;
    width: 100%;
    flex-wrap: wrap;
}

.navbar-nav:last-child {
    padding: 0;
    justify-content: center;
}



/****** end menu ***/





.accompagnement-container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 30px;
    background: url('../images/back.jpg') no-repeat center center;
    background-size: cover;
    border-radius: 30px;
}

.accompagnement-container .content-box {
    flex: 1 1 500px;
    background-color: var(--back);
    padding: 50px 50px 0px;
    border-radius: 40px;
    max-width: 530px;
    position: relative;
    left: 60px;
    top: -60px;
}

.accompagnement-container .content-box h2 {
    font-size: 21px;
    margin-bottom: 23px;
    font-family: "Outfit", sans-serif;
    font-weight: 400;
}

.accompagnement-container .content-box h2 em {
    font-style: normal;
    font-weight: normal;
    display: block;
    font-family: 'Freestyle Script';
    font-size: 43px;
    display: block;
    line-height: 1;
}

.accompagnement-container .content-box p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 50px;
    color: #333;
}

.accompagnement-container .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.accompagnement-container .list li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 35px;
    color: #696969;
}

.accompagnement-container .list img {
    height: auto;
    margin-right: 15px;
    flex-shrink: 0;
}

.accompagnement-container .list span {
    font-size: 16px;
    display: block;
    line-height: 1;
}

.accompagnement-container .list span strong {
    font-size: 31px;
    display: block;
    margin-bottom: 3px;
    font-family: 'Freestyle Script';
    font-weight: normal;
    line-height: 1;
}

.accompagnement-container .image-box {
    flex: 1 1 500px;
    background: url('../images/back.png') no-repeat center center;
    background-size: cover;
    min-height: 600px;
}


.block-center-text {

    background: url(../images/back.jpg) no-repeat #1a55af;

    max-width: 1440px;

    margin: 0 auto;

    padding-bottom: 20px;

    margin-top: 80px;

    padding: 0px 15px 20px;
}

.block-text-content h2 {
    font-size: 23px;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.block-text-content h2 span {
    display: block;
    font-weight: 200;
    font-size: 19px;
    margin-top: 2px;
}

.block-text-content {
    max-width: 1100px;
    margin: 50px auto 80px;
    padding: 0px 20px;
}

.block-text-content .d-flex {
    justify-content: center;
    margin: 80px auto;
}

.block-text-content .d-flex>div {
    padding: 0px 30px;
}

.block-text-content .d-flex img {
    max-width: 100%
}

.block-text-content p {
    font-size: 18px;
    font-weight: 200;
    margin: 0px 0px 15px;
    color: #fff;
    text-align: center;
}

.block-text-content p.primary-color {
    color: var(--primary);
    font-weight: 600;
}


.block-text-content p.back-text {
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
    font-size: 26px;
    text-align: center;
    background: url(../images/top.png), url(../images/bottom.png);
    background-repeat: no-repeat;
    padding: 50px 20px 64px;
    background-position: 0% 0%, 100% 100%;
    display: block;
    font-weight: 600;
}

/****** bloc-text_flex  ***/



.block-link-devis {
    display: table;
    margin: 0 auto;


}

.block-link-devis a {
    color: #fff;
    transition: 0.3s ease all;
    padding: 10px 40px;
    text-align: center;
    display: block;
}

.block-link-devis a:hover {
    background: var(--second);
    border-radius: 25px;
}

.block-link-devis a span {
    text-align: center;
    display: block;
    font-size: 28px;
    font-weight: 700;
}

.block-link-devis a b {
    color: #3779e1;
    font-size: 41px;
    font-weight: 700;
}

.block-encarts {
    margin: 0 auto 120px;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: 0;
    background: url(../images/left.png), url(../images/right.png);
    background-repeat: no-repeat;
    background-position: 0% 0%, 100% 0%;
}

.block-encarts:after {
    content: "";
    width: 8px;
    height: 80%;
    position: absolute;
    background: #3f3d3d;
    left: calc(50% - 4px);
    top: 60px;
}

.flex-block-text {
    margin: 0 auto 80px;
    overflow: hidden;
    padding: 100px 0px 50px;
    max-width: 1080px;
}

.flex-block-text h2 {
    font-size: 23px;
    font-weight: 400;
    color: #7ca2f3;
}

.flex-block-text h1 {
    font-size: 26px;
    font-weight: 500;
    display: block;
    padding-bottom: 0;
    background-position: 70% -10px;
    padding-top: 24px;
    max-width: 960px;
    margin: 0 auto 50px;
}

.flex-block-text h1 span {
    font-size: 27px;
    display: block;
    font-weight: 400;
    position: relative;
    line-height: 1;
}

.flex-block-text h1 span:last-child {
    text-align: right
}

.flex-block-text h1 span:last-child:before {
    content: "";
    width: 150px;
    height: 7px;
    background: var(--primary);
    display: block;
    position: absolute;
    right: 141px;
    bottom: 8px;
}

.flex-block-text h1 b {
    font-size: 60px;
    font-weight: 300;
    font-family: 'Freestyle Script';
    display: block;
    line-height: 1;
    white-space: nowrap;
}

.flex-block-text>div {
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-block-text p {
    font-size: 17px;
    font-weight: 300;
    padding: 0;
    margin: 0;
}

.flex-block-text .flex-block_text p:first-child {

    font-size: 20px;

    margin-bottom: 30px;
}

.flex-block-text .flex-block_text {
    margin: 0 auto;
    padding: 0;
}




.custom-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-list li {
    border-left: 16px solid var(--primary);
    padding-left: 15px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 200;
}

.custom-list li b {
    display: block;
    font-weight: 800;
}




.flex-block-2 {
    padding: 70px 0px 0px;
    margin: 0 auto 0px;
}

.flex-block-2 .flex-block_text {
    margin: 0 auto;
    position: relative;
    max-width: 450px;
}

.flex-block-2 .flex-block_text h2 {
    font-size: 26px;
    text-shadow: none;
    padding: 20px 20px 10px;
    position: relative;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
    margin-top: 15px;
    text-align: center;
    font-weight: 300;
    margin-bottom: 40px;
    transition: 0.3s ease all;
}

.flex-block-2 .flex-block_text:hover h2 {
    color: #1b3b8b;
    font-weight: 500;
}

.flex-block-2 .col-12:last-child .flex-block_text:hover h2 {
    color: var(--second);
    font-weight: 500;
}

.img-discipline {
    display: table;
    margin: 0px 0px 80px;
    position: relative;
}

.img-discipline:after {
    content: "";
    position: absolute;
    width: 80%;
    height: 50%;
    background: #3f3d3d;
    left: -10px;
    bottom: -10px;
}

.fb-link {
    display: table;
    margin: 0 auto;
    transition: 0.3s ease all;
    position: relative;
    z-index: 2;
}

.fb-link:hover {
    transform: scale(0.9) rotate(2deg);
}

.flex-block-2>div .col-12:last-child .img-discipline:after {
    left: initial;
    right: -10px;
}

.img-discipline img {
    transition: 0.3s ease all;
    position: relative;
    z-index: 1;
}

.flex-block_text:hover .img-discipline img {
    transform: translatey(21px);
}

.flex-block-2 img {
    max-width: 100%;
}

.flex-block-2>div .col-12 {
    width: calc(100% / 2);
    flex: calc(100% / 2);
    max-width: calc(100% / 2);
    padding: 0px 20px;
}

.flex-block-2>div {
    width: 100%;
}

.block-encarts .text-center {
    max-width: 1200px;
    margin: 50px auto 0;
    padding: 60px 40px 0px;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}

.block-encarts .text-center img {
    max-width: 100%
}

.link-white {
    transition: 0.3s ease all;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 13px 15px;
    display: block;
    margin-bottom: 15px;
}

.link-white:hover {
    background: var(--second);
    color: #fff;
}

.flex-block-2>h2 {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #fff;
    margin: 0 auto 70px;
    border-left: 60px solid;
    padding-left: 15px;
}

.flex-block-2 .flex-block_text p {
    font-size: 16.5px;
    font-weight: 200;
    padding: 0px 20px;
    max-width: 450px;
    margin: 0 auto 50px;
    text-align: justify;
}

.flex-block-2 .flex-block_text p span {
    color: #b38c70;
    display: block;
    margin-top: 15px;
    font-weight: 300;
}

.link-plus {
    background: var(--back);
    display: flex;
    padding: 7px 25px;
    border-radius: 18px;
    color: #fff;
    font-weight: 300;
    font-size: 15.5px;
    letter-spacing: 1px;
    margin-left: 15px;
    transition: 0.3s ease all;
    max-width: 190px;
}

.link-plus img {
    transition: 0.3s ease all;
}

.link-plus:hover {
    background: var(--primary);
    color: #fff;
    letter-spacing: 3px;
}

.link-plus:hover img {
    transform: rotate(90deg);
}

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

.flex-block-2 .col-12:last-child {
    position: relative;
}


.block-text-content {
    max-width: 960px;
    margin: 120px auto 120px;
    padding: 0px 20px;
    overflow: hidden;
}

.block-text-content.back-block h2 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.block-text-content.back-block h2 b {
    font-weight: 100;
    font-size: 20px;
    display: block;
    line-height: 1.2;
}

.block-text-content.back-block h2 span {
    display: block;
    font-size: 33px;
    font-family: 'High Tower Text';
    font-weight: normal;
    letter-spacing: 1px;
}

.block-text-content p {
    font-size: 18px;
    font-weight: 300;
    margin: 0px;
    color: #fff;
    line-height: 24px;
    font-weight: 100;
    line-height: 1.8;
    text-align: center;
}


.green-sallow-banner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    margin-top: 350px;
}

.green-sallow-banner:before {
    content: "";
    width: 160px;
    height: 160px;
    background: var(--primary);
    position: absolute;
    left: -15px;
    bottom: -15px;
}

.green-sallow-banner:after {
    content: "";
    width: 160px;
    height: 160px;
    background: var(--second);
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 0;
}

.main-image {
    display: table;
    height: auto;
    border-radius: 50px 0px;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.logo-top-right {
    max-width: 180px;
    display: block;
    transition: 0.3s ease all;
}

.access-copy:hover .logo-top-right {
    transform: scale(0.8)
}

.round-sign {
    position: absolute;
    top: -226px;
    right: -80px;
    display: flex;
    align-items: flex-end;
    z-index: 2;
    cursor: pointer;
}

.round-sign:hover .arrow-top {
    transform: rotate(45deg);
}

.round-sign>div {
    position: relative;
    margin-right: 40px;
    top: 70px;
}

.round-sign .logo-etiquette {
    max-width: 230px;
    transition: 0.3s ease all;
}

.round-sign:hover .logo-etiquette {
    transform: rotate(2deg)
}

.link-block {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.round-sign img:first-child {}

.arrow-top {
    transition: 0.3s ease all;
}

.arrow-text-top {
    font-weight: bold;
    color: white;
    position: absolute;
    left: 68px;
    bottom: 65px;
    font-weight: 200;
    font-size: 19px;
}

.access-copy {
    position: absolute;
    bottom: 60px;
    left: -200px;
    text-align: left;
    z-index: 2;
    cursor: pointer;
}

.arrow-left {
    display: table;
    margin: 15px 0px;
    position: relative;
    left: 100px;
    transition: 0.3s ease all;
}

.access-copy:hover .arrow-left {
    transform: rotate(-15deg)
}

.access-text {}

.access-text strong {
    font-size: 18px;
    line-height: 1.2;
}

.access-text p {
    font-size: 15px;
    margin: 5px 0 0;
    text-align: center;
    font-weight: 200;
}




/****** bloc-sevices  ***/



/****** bloc-list-icones  ***/
.bottom_title {
    padding: 0;
    margin: 0;
    color: #fff;
    padding-right: 0;
    display: table;
    margin: 0 auto;
    font-size: 29px;
    font-weight: 700;
}






/****** bloc-avis-client  ***/

.bloc-avis-client {
    position: relative;
    padding: 0px 15px 0px;
    max-width: 1240px;
    margin: 0 auto;
}

.container_avis_client {
    position: relative;
    max-width: 1200px;
    margin: 0px auto 0px;
    padding: 80px 15px 120px;
    background: url(../images/ligne.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}

.bloc-avis-client_inner {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
    margin-top: 80px;
}

.bloc-avis-client_inner .flex-block--inner {}

.bottom_title {
    padding: 0;
    color: #000;
    padding-right: 0;
    background-size: 100px;
    display: table;
    margin: 0 auto 30px;
    font-size: 27px;
    text-align: center;
}

.bottom_title+p {
    color: #b38c70;
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
}

.bottom_title span {
    display: block;
    color: #b38c70;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 0;
    font-family: 'Freestyle Script';
    font-size: 56px;
    margin-bottom: 0;
}

.bloc-avis-client .flex-block--inner .col-12 {
    padding: 0px 25px;
    margin: 0 auto;
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    flex: calc(100% / 3);
}


.bloc-avis-client .flex-block--content h2 {
    font-size: 16px;
    font-weight: 300;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding: 0;
    font-family: 'Freestyle Script';
    color: #b38c70;
}

.text-avis {}

.text-date {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: #7d5b59;
    margin-bottom: 30px;
}

.bloc-avis-client .flex-block--content p {
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: left;
    margin: 0;
    color: #7d5b59;
}

.bloc-avis-client .flex-block--content h2 b {
    display: block;
    font-size: 60px;
    font-weight: 300;
}

.bloc-avis-client .flex-block--content {
    position: relative;
    padding: 0;
    max-width: 280px;
    border-left: 20px solid var(--primary);
    padding-left: 30px;
}




/* block back text */

.link-devis {
    display: block;
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    transition: 0.3s ease all;
    max-width: 360px;
    letter-spacing: 1px;
    background-size: cover;
    position: relative;
    border-radius: 0;
    height: auto;
    padding: 12px 17px 15px;
    z-index: 2;
    background: var(--primary);
    border-radius: 25px;
}

.block-devis {
    background: var(--primary);
    max-width: 360px;
    border-radius: 25px;
    margin: 40px 0px;
    position: relative;
}

.block-devis:after {
    content: "";
    width: 67px;
    height: 67px;
    position: absolute;
    right: -11px;
    bottom: -8px;
    transition: 0.3s ease all;
    background: var(--second);
    border-radius: 21px;
}

.link-devis span {
    font-weight: 300;
}

.link-devis:hover:after {
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}

.link-devis b {
    font-family: 'Freestyle Script';
    font-size: 43px;
    font-weight: normal;
    margin-left: 4px;
    display: inline-block;
    line-height: 1;
}

.link-devis:hover {
    color: #8c8c8c;
    letter-spacing: 3px;
    text-shadow: 1px 1px 3px #fff;
}

.link-rubrique {
    position: absolute;
    width: calc(100% - 30px);
    height: 100%;
    left: 15px;
    top: 0;
    cursor: pointer;
}



/****** bloc-4 encarts rouges  ***/


.link-rubrique {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}

/****** page interne ***/
/****** text images ***/
.flex-block {
    position: relative;
    transition: 0.5s ease all;
}

.flex-block>div {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
    justify-content: center;
}

.flex-block-3 {
    max-width: 1200px;
    margin: 0 auto 150px;
}

.banner-header {
    width: 100%;
    height: 640px;
}

.flex-block-3 .flex-block_text {
    padding: 40px 60px;
    background: var(--second);
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 50px;
}

.flex-block-3 .flex-block_text p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    display: block;
    text-align: center;
}

.flex-block-3>div .col-12 {
    padding: 0
}

.flex-block_text h2 {
    font-size: 35px;
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 26px;
}

/****** page interne ***/


.text {
    color: #fff;
    max-width: 1440px;
    margin: 0px auto 0px;
    padding: 0px 15px;
    position: relative;
    z-index: 2;
}

.textdiv {
    margin: 30px auto 0px;
    padding: 50px 30px 100px;
    line-height: 31px;
    font-size: 17px;
    text-align: justify;
    position: relative;
    z-index: 1;
    font-weight: 200;
}




/****** Contact ***/

.footer-ico {
    display: block;
    max-width: 120px;
}

.btn-contact {
    height: auto;
    display: table;
    width: auto;
    font-size: 15px;
    margin: 0;
    clear: both;
    color: #000;
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-weight: 500;
    transition: 0.3s ease all;
    padding: 0px !important;
    margin-left: 17px;
}

.btn-contact:after {
    display: none;
}

.btn-contact:hover {
    background: var(--primary);
    text-decoration: none;
    color: #fff;
    padding: 14px 71px;
    border-color: var(--primary);
}

.btn-contact:hover {
    background: var(--primary);
    padding: 0px 15px;
    left: 0;
    top: 0;
    width: auto;
    color: #fff;
}

.text-center-footer {
    margin: 0 auto;
    padding: 15px;
    text-align: center;
    font-weight: 200;
    font-size: 18px;
}

.flex-bottom-footer {
    max-width: 1440px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background: url(../images/footer1.jpg), url(../images/footer2.jpg);
    background-position: 0% 0%, 100% 100%;
    background-repeat: no-repeat;
}

.text-footer {
    background: #000;
    padding: 15px;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

.text-footer p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
}

.flex-bottom-footer>div:first-child a {
    padding: 0;
    text-align: left;
}

.block-footer {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
    padding: 15px;
}

.block-footer a {
    display: table;
    margin: 0 auto;
    position: relative;
    top: 68px;
}

.block-footer img {
    display: block;
    max-width: 100%;
}

.flex-bottom-footer p {
    margin: 0;
    font-size: 17px;
    font-weight: 300;
    padding: 0;
}

.flex-bottom-footer .phone {
    color: #000;
    font-size: 23px;
    display: block;
    font-weight: 700;
    padding: 0;
}

/****** end Contact ***/


.footer-ico {
    display: block;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(57%) sepia(20%) saturate(0%) hue-rotate(231deg) brightness(97%) contrast(94%);
}



/****** footer ***/
.boxfooter {
    overflow: hidden;
    padding: 15px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1480px;
    padding-top: 20px;
}

.footerlink {
    color: #d0d0d0;
    font-size: 10px;
    font-family: verdana;
    text-align: right;
}

.footerlink ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footerlink ul li {
    display: inline-block;
}

.footerlink ul li a {
    text-decoration: none !important;
    transition: 0.3s ease all;
    color: #cccc;
    padding: 0px 10px;
    font-size: 12px;
}

.footerlink ul li a:hover {
    color: white;
}

.inlineblock {
    display: inline-block;
}

.footerlink ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
    background: none;
}

.boxfooter>div {
    width: 100%;
    margin: 0;
    align-items: center;
}


/****** footer ***/



/****** end page interne ***/


@media (max-width: 1280px) {

    .round-sign {
        right: 15px;
    }

    .green-sallow-banner {
        margin: 350px auto 450px;
    }

    .green-sallow-banner:before {
        right: 0;
    }

    .green-sallow-banner:after {
        right: 0;
    }

    .block-footer a {
        top: 22px;
    }

    .access-copy {
        left: 15px;
        bottom: -350px;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        padding: 11px 20px;
    }

    .navbar-nav:after {
        height: 100%;
    }

    .flex-block-2 .col-12:last-child {
        left: 0;
    }

    .logo img {}
}

@media (min-width:991px) {
    .navbar-expand-lg .navbar-collapse {
        display: block !important;
    }

    .page .header{
    height: 450px;
}
.page .logo img {
    max-width: 340px;
}
    .page .block-banner {
        height: 400px;
    }

    .page .banner>div {}
}

.block-img {
    display: none;
}

@media (max-width: 992px) {
    .flex-block>div .col-12 {
        flex: 0 0 100%;
        max-width: 100%;
        top: 0 !important;
    }

    .block-img {
        display: block;
    }

    .banner-header {
        height: 100%;
    }

    .accompagnement-container {
        background: none;
        margin: 40px 0px 0px;
    }

    .accompagnement-container .content-box {
        max-width: 100%;
        left: 0;
        top: 0;
        border-radius: 0;
    }

    .accompagnement-container .content-box h2 {
        text-align: center
    }

    .accompagnement-container .image-box {
        display: none
    }

    .flex-block-3 .flex-block_text {
        margin-top: 0;
        top: 0;
    }

    .flex-block-text h1 {
        text-align: center;
        margin-bottom: 27px;
        padding-top: 30px;
        background-position: 50% 0px;
    }

    .block-devis {
        margin: 40px auto 80px;
    }

    .flex-block-text h2 {
        text-align: center
    }

    .flex-block-text p {
        text-align: center
    }

    .flex-block-text h1 b {
        white-space: normal;
        line-height: 0.7;
        display: block;
        font-size: 41px;
    }

    .link-devis {
        max-width: 90vw;
        margin: 0 auto 40px;
    }

    .bloc-avis-client .flex-block--inner .col-12 {
        width: 100%;
        margin: 0;
        flex: 100%;
        margin: 0 auto 30px;
        max-width: 100%;
        padding: 0;
    }

    .bloc-avis-client .flex-block--content {
        margin: 0 auto;
    }

    .flex-bottom-footer {
        flex-direction: column;
        overflow: hidden;
        margin-top: 80px;
        background: none;
        padding: 0;
    }

    .flex-bottom-footer>div.d-flex {
        flex-direction: column;
    }

    .right-top {
        flex-direction: column
    }

    .right-top:first-child {
        width: 100%;
        background: var(--primary);
        padding: 20px;
    }

    .right-top:last-child {
        width: 100%;
        background: var(--second);
        padding: 20px;
        flex-direction: column-reverse;
    }

    .flex-bottom-footer p {
        margin: 0 auto 10px;
        text-align: center;
    }

    .flex-bottom-footer a {
        display: table;
        margin: 0 auto 10px;
    }

    .btn-contact {}

    .flex-bottom-footer .phone {
        text-align: center !important;
        margin: 0 auto;
    }

    .block-text-content {
        margin-bottom: 50px;
    }

    .flex-block>div .col-12 img {
        max-width: 100%;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    .fb-link img {
        max-width: 220px !important;
    }

    .flex-block-2 img {
        margin: 0 auto;
    }

    .flex-block-2 {
        margin-bottom: 0;
        margin: 50px 0px 0px;
        padding: 0px 15px 40px;
    }

    .flex-block-2 .col-12 {
        margin-bottom: 60px;
    }

    .flex-block-2 .flex-block_text h2 {
        display: table;
        margin: 0 auto 0px;
        padding: 0;
        margin-bottom: 25px;
        font-size: 22px;
    }

    .flex-block-2 .flex-block_text {
        max-width: 435px;
    }

    .img-discipline {
        margin-bottom: 50px;
    }

    .flex-block-2 .col-12:last-child {
        margin: 0 auto;
        padding: 80px 15px 0;
        background: url(../images/right.png);
        background-position: 100% 0px;
        background-repeat: no-repeat;
    }

    .flex-block-2 .col-12:first-child {
        padding: 80px 15px;
        background: url(../images/left.png) no-repeat;
        margin-bottom: 0;
    }

    .flex-block-2 .col-12:last-child>div {
        padding-left: 0;
        flex-direction: column;
    }

    .navbar .navbar-nav .nav-item .nav-link:before {
        display: none
    }

    .navbar {
        padding: 0px
    }

    .navbar-nav:after {
        display: none
    }

    .navbar-nav .nav-item .nav-link {
        text-align: left
    }

    .inner-menubox {
        padding: 0;
        background: none;
        left: 0;
        width: 100%;
        border: none;
    }

    .collapse:not(.show) {
        display: block;
    }

    .navbar-nav {
        align-items: center;
        flex-direction: column;
    }

    .navbar-nav:first-child {
        padding-bottom: 0;
    }

    .menubox.fixed .navbar-nav {
        flex-direction: column;
    }

    .dropdown-item {
        text-transform: none;
        font-weight: 500;
        text-align: center;
    }

    .navbar-nav:last-child {
        background: none;
        max-width: 100%;
        margin: 0 !important;
        padding-top: 0;
    }

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 9px 10px;
        color: #fff;
    }

    .navbar .navbar-nav .nav-item {
        background: none
    }

    .dropdown-menu {
        background: var(--second)
    }

    .menubox:before,
    .menubox:after {
        display: none
    }

    .activemenu.menubox {
        transform: none;
    }

    .block-encarts {
        margin-top: 0;
        margin-bottom: 0;
        background: none;
        padding-bottom: 0;
    }

    .link-white {
        font-size: 20px;
        white-space: nowrap;
    }

    .block-encarts:after {
        display: none
    }

    .menubox {

        height: 100%;

        width: 100%;

        top: 58px !important;

        border: none;

        background: #000;

        position: fixed;

        top: 0;

        left: 0;

        width: 100%;

        z-index: 10;

        max-width: 100%;

        transform: translateX(-100%);

        transition: 0.3s ease all;

        bottom: initial;

        padding: 100px 20px;

        margin: 0;
    }

    .logo img {
        max-width: 100%;
    }

    .header .d-flex>div {
        width: 100%;
        display: flex;
        height: auto;
        padding: 80px 15px;
    }

    .flex-block-text {
        padding: 0px 20px;
        margin-top: 0;
    }

    .logo>div {
        box-shadow: none;
        padding: 0;
        left: 0;
    }

    .top .block-links {
        display: none
    }

    .logo a {
        padding: 0px;
        margin-bottom: 20px;
    }

    .top {
        display: none
    }

    .top>div a {}

    .top:after {
        display: none
    }

    .top>div .phone {
        white-space: nowrap;
        padding: 0 !important;
    }

    .top span {
        display: none;
    }

    .header {
        position: relative;
        top: 0;
        margin-top: 58px;
        max-height: initial;
        border: none;
        margin-bottom: 0;
        padding: 0;
        height: auto;
    }

    .page .header {
        margin-bottom: 0;
    }

    .header .d-flex {
        flex-direction: column;
    }

    .block-banner {
        height: 350px;
    }

    .bloc-menu a {
        display: table;
        padding: 0;
        top: 11px;
        left: 11px;
        position: relative;
        margin: 0;
    }

    .btn-menu:after {
        display: none
    }

    #bloc-1:after {
        display: none
    }

    .bloc-menu.fixed {
        left: 0;
        top: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .bloc-menu {
        top: 0;
        left: 0;
        width: auto;
        position: fixed;
        top: 0px;
        width: 100%;
        height: 58px;
        overflow: hidden;
        z-index: 13;
        display: block;
        animation: none !important;
        background: #000;
    }

    .bloc-menu.fixed .btn-menu {
        margin: 0;
        padding: 0;
        background: none;
        box-shadow: none;
    }

    .bloc-menu img {
        position: relative;
        left: 0;
        top: 0;
        width: 40px;
        filter: none !important;
    }

    .btn_scroll {
        display: none
    }

    .banner {
        width: 100%;
        max-width: 100%;
        height: 100%;
    }

    .header:before {
        display: none
    }

    .header:after {
        display: none
    }


}

@media (max-width: 767px) {
    .block-text-content {
        margin-top: 40px;
        text-align: center;
    }

    .flex-block-text .flex-block_text {
        margin: 0;
        padding: 0px 15px;
    }

    .block-text-content.back-block h2 {
        font-size: 20px;
    }

    .textdiv {
        padding: 0px 20px;
    }

    .round-sign .logo-etiquette {
        max-width: 130px;
    }

    .access-copy {
        width: 100%;
        text-align: center;
        left: 0;
        bottom: -320px;
    }

    .logo-top-right {
        margin: 0 auto;
        max-width: 140px;
    }

    .flex-block-text h1 span {
        line-height: normal;
        letter-spacing: 0px;
    }

    .link-plus {
        margin: 0 auto;
    }

    .link-rubrique {
        right: -59px;
        top: 47px;
    }

    .flex-block .col-12 {
        left: 0;
        top: 0;
        border: none;
        display: block;
    }

    .footerlink {
        text-align: center;
    }

    .footerlink ul {
        display: flex;
        flex-direction: column;
    }

    .bottom_title {
        text-align: center;
        font-size: 23px;
    }

    .bottom_title span {
        font-size: 41px;
    }

    .bottom_title img {
        max-width: 100%
    }

    .flex-block {
        margin: 0px auto;
        padding: 15px 0px 0;
        left: 0px !important;
    }

    .block-link-devis {
        margin-top: 40px
    }

    .container_avis_client {
        padding-bottom: 0;
        padding-top: 50px;
    }

    .bloc-avis-client_inner {
        margin-top: 20px;
    }

    .flex-block-2 {
        padding: 0;
        background-size: contain;
        max-width: 100%;
        overflow: hidden;
        padding-bottom: 0;
    }

    .flex-bottom-footer .right-top {
        justify-content: center;
        align-items: center;
        margin-top: 0;
    }

    .flex-bottom-footer .right-top a {
        display: block;
        margin: 0 auto 13px;
        border: none;
    }

    .block-encarts .text-center {
        padding: 250px 20px 40px;
        margin-top: 0;
        margin-bottom: 0;
        position: relative;
    }

    .block-encarts .text-center>div {
        position: relative;
        z-index: 1;
    }

    .block-encarts .text-center:after {
        content: "";
        width: 100%;
        height: calc(100% - 90px);
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/peronnages.png);
        background-size: 200px;
        background-repeat: no-repeat;
        background-position: 50% 0%;
    }

    .block-encarts .text-center img {
        opacity: 0
    }

    .link-white {
        margin-bottom: 0;
        padding: 10px 15px;
        position: relative;
        top: 20px;
    }

    .flex-block-2>div {
        padding: 0;
        text-align: center;
    }

    .flex-block-2 h2 {
        display: table;
        padding-right: 0;
        position: relative;
        margin-bottom: 30px;
        width: 100%;
        max-width: 100%;
        font-size: 22px;
    }

    .flex-block-2 p {
        font-size: 20px;
        border: none;
        padding: 21px;
        text-align: center;
        background-position: 0px 0%, 100% 100%;
        display: table;
        margin: 0 auto;
    }

    .menubox:after {
        display: none;
    }

    .logo img {
        margin: 0 auto;
        display: block;
        max-width: 172px;
    }

    .rond {
        max-width: 150px;
    }

    .block-banner:after {
        background-size: 69% 100%;
    }

    .logo {
        padding: 0;
        width: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        padding: 20px 62px;
    }

    .block-banner {
        width: 100%;
        margin: 0;
        border: none;
    }


    .logo>div {
        display: flex;
    }

    .logo a {
        margin: 0px 0px 20px;
        padding: 0 !important;
    }

    .header .d-flex a {
        text-align: center;
    }


    .header .d-flex {
        display: block !important;
        padding: 0;
    }

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 120px;
    }
}