@import url('fonts.css');

:root {
	--black: #000;
	--white: #fff;
	--primary: #01417e;
	--second: #1283d1;
	--back: #57a639;

	--gris: #616468;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Gotham';
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	overflow-x: hidden;

}

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

a {
	text-decoration: none !important
}

p {text-align: justify;}

.header {
	width: 100%;
	position: relative;
	margin: 29px auto 0px;
	padding: 0;
}

.header>.d-flex {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	align-items: center;
	justify-content: space-between;
}

.top {
	display: block;
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 2;
	padding: 0;
	background: url(../images/topforme.png);
	width: 307px;
	height: 36px;
}
.top .right-top{
    position: relative;
    top: -19px;
}

.right-top .phone {
	color: #000;
	padding: 0;
	position: relative;
	z-index: 1;
	display: block;
	font-weight: 800;
	padding-right: 0;
	font-size: 27px;
	line-height: 1;
	text-align: center;
}

.right-top span {
	display: block;
	color: #1283d1;
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}


.block-banner {
	position: relative;
	width: 70%;
	padding: 0;
}

.block-banner:after {
	content: "";
	position: absolute;
	width: 100%;
	background: url(../images/text.png) no-repeat;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background-position: 100% 100%;
}

.logo {
	text-align: center;
}

.logo a {
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0;
	left: 100px;
}

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

.flex-contact{
    justify-content: space-between;
    padding: 15px 50px;
    color: var(--second);
    max-width: 1320px;
    margin: 0 auto 40px;
}
.flex-contact .d-flex span{
    font-size: 15px;
    margin-right: 10px;
}
.flex-contact .d-flex  a{
    padding: 0px 15px;
}
/* end header */



/* menu */

.navbar-nav .nav-item {
    display: block;
    transition: 0.5s ease all;
    padding: 0px 0px;
}
.dropdown-submenu{position:relative}
.dropdown-submenu:hover  .dropdown-menu{display:block;left: 100%;top: 0;}

.fixed .navbar-nav .nav-item {
    margin: 0 !important;
}

.navbar-nav>.nav-item:nth-last-child(2) {
    /* adapte la valeur selon ton besoin */
}

.navbar-nav .nav-item:nth-last-child(-n+2) .nav-link {
    
    /* adapte la valeur selon ton besoin */
}

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

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


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

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

.navbar .navbar-nav .nav-item .nav-link {
    padding: 10px 18px;
    white-space: nowrap;
    transition: 0.3s ease all;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
    color: #01417e;
    position: relative;
    display: flex;
    align-items: center;
}

.navbar .navbar-nav .nav-item:hover > .nav-link {
    background: var(--primary);
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover {
    background: #870404
}

.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;
}



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


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

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


.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;
    width: 100%;
    max-width: calc(100% - 20px);
    padding: 7px 15px;
    box-shadow: 1px 1px 18px 7px #8eb2d25e;
    margin: 30px auto;
    position: relative;
    z-index: 20;
}



.fixed .inner-menubox:before {
    opacity: 0;
}

.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;
    justify-content: center;
}

.inner-menubox {
    transition: 0.3s ease all;
    position: relative;
}
/*.inner-menubox:after{content:"";width: 300px;height: 10px;position: absolute;background: var(--primary);bottom: -18px;left: calc(50% - 150px);}*/

.fixed .inner-menubox {
    border: none;
    max-width: 100%;
}

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

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

.navbar-nav:last-child {
    padding: 0;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}


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



.block-solutions {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}
.page .block-solutions{margin: 0 auto 120px;}
.block-solutions .d-flex .col-12 {
    width: calc(100% / 3);
    max-width: calc(100% / 3);
    flex: calc(100% / 3);
    padding: 0px 7px;
}

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

.flex-block-solutions .flex-block_text {
    position: relative;
}

.flex-block-solutions .flex-block_text:after {
    content:"";
    background: url(../images/forme4.png) no-repeat;
    width: 127px;
    height: 98px;
    position: absolute;
    bottom: -55px;
    left: 8px;
    z-index: 1;
}

.flex-block-solutions .flex-block_text h2 {
    font-weight: 600;
    padding: 0;
    color: #fff;
    font-size: 80px;
    z-index: 2;
    position: absolute;
    display: table;
    margin: 0;
    writing-mode: sideways-lr;
    text-orientation: unset;
    bottom: 50px;
    left: 20px;
}
.flex-block-solutions .flex-block_text p{
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    color: #fff;
    width: auto;
    max-width: max-content;
    display: table;
    font-size: 24px;
    margin: 0;
    line-height: 1.1;
}
.flex-block-solutions .flex-block_text p b{display:block;font-size: 35px;}
.img-solution {
    display: block;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.img-solution img {
    transition: 0.3s ease all
}

.img-solution:hover img {
    transform: scale(1.1);
}

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

.flex-block-solutions h2 {
    font-size: 35px;
    font-weight: 500;
    display: table;
    color: #fff;
    margin: 0 auto 70px;
}


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




.bloc-marques {
    max-width: 1000px;
    margin: 70px auto 60px;
    text-align: center;
    border-radius: 40px;
}

.bloc-marques h2 {
    font-size: 26px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
}

.logo_items:first-child {
}

.logo_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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


.logos {
    text-align: center;
    padding: 0;
    margin: 0px auto;
    font-weight: normal;
    position: relative;
    z-index: 1;
    font-size: 16px;
}

.logos h2 {
    padding: 0;
    color: #000;
    font-weight: 800;
    font-size: 25px;
    display: table;
    margin: 0 auto 20px;
    position: relative;
    width: 100%;
    max-width: 450px;
}

.logos h2 span {
    position: relative;
    z-index: 1;
    background: #fff;
    display: block;
    text-align: left;
}

.logos h2 span:last-child {
    text-align: right;
}

.logos .d-flex {
    border-top: 30px solid var(--gris);
    padding-top: 30px;
    flex-wrap: wrap;
    justify-content: space-between !important;
}

.item-logo {
    padding: 15px 0px;
    display: block;
    margin-bottom: 15px;
}


.block-text-center{
    max-width: 820px;
    margin: 80px auto 30px;
    padding: 0px 15px;
}

.block-text-center p{
    margin: 0;
    font-size: 17px;
    text-align: justify;
}


.telechargement-block {
      max-width: 1440px;
      margin: auto;
      position: relative;
      overflow: hidden;
    }

    .telechargement-block-title {
      font-size: 34px;
      font-weight: 600;
      margin: 0;
      position: absolute;
      top: 150px;
      left: 100px;
      z-index: 2;
      color: #0b518f;
      line-height: 1.2;
      text-shadow: 2px 2px 1px #fff;
    }
.telechargement-block-title a{ color: #0b518f;transition:0.3s ease all}
.telechargement-block-title a:hover{letter-spacing:2px}
.telechargement-block-title b{
    display: block;
    font-size: 50px;
}
.telechargement-block-title a img{
	transition:0.3s ease all
}
.telechargement-block-title a:hover img{
	transform:rotate(5deg)
}
.telechargement-block-title span{
    display: block;
    font-size: 65px;
    font-weight: 800;
    margin-bottom: 20px;
}
    .telechargement-block-image {
      position: relative;
    }

    .telechargement-block-image img {
      max-width: 100%;
      height: auto;
      display: block;
    }

    .telechargement-block-description {
      font-size: 17px;
      line-height: 1.6;
      max-width: 950px;
      margin: 100px auto;
    }

/****** bloc-text_flex  ***/
.block-encarts {
    max-width: 1060px;
    margin: 0 auto 60px;
    position: relative;
    padding: 60px 0px 0px;
    border-bottom: 0;
}


.block-encarts h2 span {
    display: block;
    font-weight: 800;
    font-size: 32px !important;
    margin: 0 auto;
    text-align: left;
}

.flex-block-text {
    margin: 150px auto 100px;
    padding: 99px 0px;
    max-width: 1100px;
}

.flex-block-text h1 {
    font-size: 31px;
    display: block;
    padding-top: 0;
    line-height: 1;
    position: relative;
    z-index: 2;
    font-weight: 500;
}

.flex-block-text h1 span{
    display: block;
    font-size: 40px;
    font-weight: 800;
    color: #01417e;
}

.flex-block-text h1 b{
    display: block;
    font-size: 55px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--back);
    margin: 0;
}

.flex-block-text h1 small{color: var(--back);font-size: 28px;font-weight: 700;}
.flex-block-text>div {
    margin: 0 auto;
    align-items: center;
}

.flex-block-text>div .col-12:last-child {
}

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

.flex-block-text .flex-block_text p:first-child {
    font-size: 17px;
    font-weight: 400;
}

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

.flex-block-2 {
    position: initial !important;
}



.flex-block-2 .flex-block_text {
    margin: 0 auto 0px;
    position: relative;
    padding-bottom: 0;
}

.flex-block-2 .flex-block_text:hover img {transform: scale(1.1);}

.flex-block-2 .flex-block_text h2 {
    font-weight: 800;
    font-size: 18px;
    text-shadow: none;
    padding: 16px;
    position: absolute;
    text-transform: none;
    margin-bottom: 0;
    letter-spacing: 0;
    color: #fff;
    transition: 0.3s ease all;
    padding: 0;
    left: 30px;
    bottom: 30px;
}

.img-encarts {
    display: table;
    margin: 0;
    position: relative;
    overflow: hidden;
}

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

.img-encarts:hover img {
    transform: scale(1.1);
}

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

.flex-block-2>div .col-12 {
    width: calc(100% / 3);
    flex: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 0px 10px;
    margin-bottom: 45px;
}
.block-btn-inscription{
    
width: 50%;
}
.block-btn-inscription a{
    padding: 80px 10px;
    display: block;
    max-width: 390px;
    margin: 0 auto;
    width: 100%;
    transition: 0.3s ease all;
}
.block-btn-inscription a:hover{
    letter-spacing:2px;
}
.block-btn-inscription a span{
    display: block;
    font-size: 50px;
    color: #000;
    font-weight: 600;
}
.block-btn-inscription a span:last-child{
    text-align:right;
    background: url(../images/forme2.png) no-repeat;
    background-position: 40px 0px;
}

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

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

.flex-block-text:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/forme.png);
    transition: 0.3s ease all;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center;
}

.flex-block-text .col-12:last-child .flex-block_text{
    position: relative;
    max-width: max-content;
    float: right;
}

.link-devis {
    display: block;
    color: #fff;
    font-weight: 600;
    transition: 0.3s ease all;
    background: var(--primary);
    padding: 30px 35px 45px;
    position: relative;
    width: 100%;
    max-width: 290px;
    height: auto;
    margin: 0;
    font-size: 21px;
    z-index: 1;
}

.link-devis span {display: block;font-weight: 300;font-size: 18px;line-height: 1.3;}
.link-devis span:nth-child(2){
    font-size: 21px;
}
.link-devis span s {
    text-decoration: none;
    font-weight: 300;
    margin-right: 7px;
}


.link-devis b {
    font-weight: 800;
    display: block;
    font-size: 25px;
    line-height: 1;
}

.link-devis:hover:before {
}

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

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

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

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

.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;
}
.flex-block-5 .flex-block_text h2{
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
}
.flex-block-5 .flex-block_text h2:after{content:"";width: 50%;position: absolute;height: 10px;background: #fff;bottom: -25px;left: -80px;box-shadow: 1px 1px 8px #00000047;}
.flex-block-5 .flex-block_text h2 b {
    display: block;
    font-size: 43px;
    font-weight: normal;
    margin: 0;
    line-height: 1;
}
.flex-block-5 .flex-block_text h2 span {
    display: block;
    font-size: 30px;
}

.flex-block-4 {
    max-width: 1200px;
    margin: 0 auto;
}
.flex-block-4 > h2{
    text-align: center;
    margin-bottom: 60px;
}
.flex-block-4 > h2 span{}
.flex-block-4 > h2 b{
    color: var(--second);
}
.flex-block-4 .flex-block_text {
    margin: 0 auto;
}

.flex-block.flex-block-4>div {
}

.flex-block-4 h2 span:first-child {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700;
    color: #8d0726;
}

.flex-block-4 h2 span:last-child {
    font-size: 22px;
    display: block;
    font-weight: 400;
}

.flex-block-4 p {
    font-weight: 400;
    font-size: 17px;
    margin-right: 20px;
}
.flex-block-4 p span{
    font-weight: 700;
    color: var(--second);
    margin-top: 10px;
}
.flex-block-4 img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.title-block-center{
    font-family: 'Brushot';
    font-size: 38px;
    display: table;
    margin: 0 auto;
    text-align: center;
}

.flex-block-5{
    max-width: 1200px;
    margin: 0 auto 150px;
}
.flex-block-5 img{max-width:100%}
.flex-block-5 .flex-block_text{
    background: #fff;
    padding: 80px 60px 40px;
    color: #fff;
    position: relative;
    left: 50px;
    z-index: 2;
    box-shadow: 1px 1px 18px 7px #8eb2d27a;
}
.banner-header{
    width: 100%;
    height: 500px;
}
.flex-block-5 p{
    font-size: 17px;
    color: #000;
    max-width: 470px;
    margin: 0 auto 120px;
    text-align: justify;
}

.text-devis{
    border-left: 35px solid var(--back);
    padding-bottom: 70px;
    padding-left: 20px;
}
.text-devis a{
    display: block;
    color: #01417e;
    font-weight: 800;
    font-size: 44px;
    line-height: 1.1;
}
.text-devis a:first-child{
    font-size: 26px;
}
.flex-block-5>div{
    align-items:center
}



.realisations-section {
	padding: 40px 20px;
	max-width: 1180px;
	margin: 0 auto 70px;
}

.realisations-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
	gap: 19px;
}

.realisation-item {
	position: relative;
	overflow: hidden;
	transition: transform 0.3s ease;
}

.realisation-item:hover {
	transform: translateY(-5px);
}

.realisation-item img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.realisation-item.blue-box {
	background: url(../images/btn.jpg) no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.6em;
	text-align: center;
	padding: 20px;
	min-height: 100%;
}

.realisation-item.blue-box a {
	font-size: 40px;
	color: #fff;
	display: block;
	text-align: left;
	font-weight: 700;
	line-height: 1.2;
}
.realisation-item.blue-box a b{
    font-size: 28px;
    display: block;
}



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


.text {
    color: #000;
    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;
}

.titre-block {
    color: #000;
    font-size: 25px;
    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: 1170px;
    margin: 150px auto;
    background-position: bottom;
    padding: 120px 25px 40px;
    background: var(--back);
}

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


.bottom_title {
    padding: 0;
    color: #000;
    padding-right: 0;
    background-size: 100px;
    display: block;
    margin: 0 auto;
    font-size: 27px;
    position: relative;
    text-align: center;
}
.link-avis{
    color: #8a7462;
    display: table;
    margin: 3px auto;
    font-weight: 700;
    font-size: 17px;
    transition: 0.3s ease all;
}
.link-avis:hover{
    letter-spacing:2px;
    color:var(--primary)
}
.bottom_title b {
    display: block;
    font-size: 24px;
    font-weight: 700;
}

.bottom_title img {
    background: #fff;
    position: relative;
    padding: 0;
    display: table;
    margin: 15px 0px 0px;
    z-index: 1;
}

.bloc-avis-client .flex-block--inner .col-12 {
    padding: 0;
    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;
    color: #000;
    font-weight: 900;
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding: 0px 0px 0px;
}
.text-date{color: #8a7462;font-weight: 500;display: block;margin-bottom: 10px;}

.text-avis{
    max-width: 200px;
    font-weight: 600;
}
.bloc-avis-client .flex-block--content p {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: left;
    margin: 0;
}

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

.bloc-avis-client .flex-block--content {
    position: relative;
    padding: 0px 20px;
    display: block;
}


.bloc-avis-client .flex-block--content>div {
    border-left: 14px solid #8d0726;
    padding: 30px;
    height: 100%;
    min-height: 347px;
    padding-bottom: 0;
}



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

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

.btn-contact {
    height: auto;
    display: table;
    width: auto;
    font-size: 14px;
    margin: 0;
    clear: both;
    color: var(--primary);
    padding: 0;
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    font-weight: 300;
    transition: 0.3s ease all;
    margin: 0;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: underline !important;
}

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

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

.btn-contact:hover {
    background: var(--second);
    left: 0;
    top: 0;
}

.flex-bottom-footer {
    max-width: 1440px;
    margin: 80px auto 0px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 35px 15px 13px;
    background-repeat: no-repeat;
    background-size: auto, 50%;
    border-bottom: 80px solid var(--back);
}

.flex-bottom-footer>div {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
}

.flex-bottom-footer>div span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: var(--primary);
}

.flex-bottom-footer>div:last-child span {
    text-align: right;
    color: var(--primary);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.flex-bottom-footer .phone {
    color: var(--primary);
    font-size: 33px;
    display: block;
    font-weight: 800;
    text-align: right;
}

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


.footer-ico {
    display: block;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(70%) sepia(17%) saturate(1077%) hue-rotate(168deg) brightness(90%) contrast(83%);
}




.footer-ico {
    display: block;
    max-width: 120px;
    filter: brightness(0) saturate(100%) invert(52%) sepia(80%) saturate(381%) hue-rotate(59deg) brightness(92%) contrast(88%);
}



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

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

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

.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: var(--back);
    padding: 0px 10px;
    font-size: 12px;
}

.footerlink ul li a:hover {
    color: var(--primary);
}

.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 ***/



@media (max-width: 1280px) {
    .navbar .navbar-nav .nav-item .nav-link {
        text-align: center;
        font-size: 15px;
    }
	.flex-block-solutions .flex-block_text h2{
    font-size: 50px;
    bottom: initial;
    top: 40px;
    text-shadow: 1px 1px 8px #000;
}
	.flex-block-solutions .flex-block_text p b {
    font-size: 30px;
}
	.flex-block-solutions .flex-block_text p{
    width: 100%;
    text-align: center;
    right: 0;
    max-width: 100%;
    font-size: 25px;
}
.block-btn-inscription a span{
    font-size: 40px;
}
    .flex-bottom-footer>div:first-child img{
    max-width: 100px !important;
    top: 0;
}
.menubox{
    bottom: 0px;
}
.footer-block{
    width: 100%;
    max-width: 100%;
}
    .footer-container{
    max-width: 750px;
}
    .logo {
        padding: 0px 40px;
    }
.flex-bottom-footer:after{
    height: 40%;
}

    .flex-bottom-footer .phone{
    font-size: 17px;
}
    .flex-bottom-footer>div.block-footer-slider{
    min-width: 250px;
    width: 250px;
    height: 200px;
}
    .flex-bottom-footer>div span a{font-size:15px}

    .flex-bottom-footer>div span {
        font-size: 12px;
    }

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

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


}


@media (max-width: 1280px) {
    .flex-block_text h2 b {
    }

    .flex-block_text h2 span {
    max-width: 100%;
    text-align: center;
    }

}

@media (min-width:991px) {
    .navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
    display: flex !important;
    flex-wrap: nowrap;
    flex-grow: initial;
    width: 100%;
    max-width: 100%;
    }

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

	

    .fixed .navbar .navbar-nav .nav-item .nav-link {
        color: #fff;
        padding: 10px 13px !important;
    }
}

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

	.flex-block-5 p{
    max-width: max-content;
    margin: 0 auto 40px;
}
.block-solutions{
    max-width: 450px;
}
.block-solutions .d-flex .col-12{
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin-bottom: 50px;
}
	
    .flex-block-5 .flex-block_text{
        left:0;
        padding: 40px;
        overflow: hidden;
        max-width: calc(100vw - 69px);
        margin: 0 auto 50px;
    }
.container_avis_client{margin-bottom:50px}
    .flex-block-text>div .col-12:last-child {
        background: none;
    }

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

    .bloc-avis-client_inner .flex-block--inner {
        flex-direction: column;
    }

    .flex-block_text h2 {
        font-size: 27px;
        text-align: center;
    }
.flex-block-5 h2{
    margin-top: 50px;
}
    .bloc-avis-client .flex-block--inner .col-12 {
        width: 100%;
        flex: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }

    .bottom_title b {
        text-align: center
    }

    .flex-block-2>div:after {
        display: none
    }

    .flex-block-text h1 {
        text-align: center;
        margin-bottom: 20px;
        padding-top: 0;
        background-position: 50% 0px;
        font-size: 25px;
        margin: 40px auto 40px;
        padding: 0;
    }
    .flex-block-text h1 b{
    font-size: 30px;
}
    .flex-block-text h1 img{
        max-width:100%;
        display: block;
    }

    .flex-block-text p {
        text-align: center;
        max-width: 100% !important;
        margin-bottom: 30px;
    }



    .link-devis {
        margin: 0 auto 50px;
        overflow: hidden;
        display: table;
    }
.flex-bottom-footer:after{display:none}
    .flex-bottom-footer {flex-direction: column;background-size: 200px;margin-bottom: 20px;align-items: center;padding-top: 0;}

    .flex-bottom-footer a {
        display: table;
        margin: 0 auto;
        text-align: center;
    }


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

    .flex-bottom-footer>div {
        justify-content: center;
        align-items: center
    }

    .flex-bottom-footer>div {
        padding: 10px;
        bottom: 0px !important;
    }

    .flex-bottom-footer>div span {
        text-align: center
    }

	.flex-bottom-footer>div:last-child span{
		text-align:center
	}

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

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

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

 
    .flex-block-2>div .col-12 {
        margin-bottom: 0;
    }
    .block-btn-inscription{
    display: table;
    margin: 0 auto;
    width: 100%;
}
    .block-btn-inscription a span:last-child{
    text-align: center;
    background: url(../images/forme2.png) no-repeat;
    background-position: 0px 0px;
}
.block-btn-inscription a{
    margin: 0 auto;
    display: table;
    padding: 40px 0px 0px;
}
    .flex-block-2 .flex-block_text h2 {
        display: block;
        margin: 0 auto 0px;
        font-size: 23px;
        left: 0;
        bottom: 20px;
    }

    .flex-block-2 .flex-block_text {
        margin-bottom: 15px;
        max-width: 320px;
    }

    .img-encarts {
        margin: 0 auto;
    }

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

    .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;
    }

    .menubox.fixed {
        background: var(--second)
    }

    .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;
    }

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

    .navbar .navbar-nav .nav-item .nav-link {
        padding: 5px 32px !important;
        font-size: 18px;
        color: #fff;
        display: table;
        margin: 0 auto;
        position: relative;
    }

    .dropdown-menu {
    background: var(--primary);
    }

	.dropdown-submenu   .dropdown-menu{display:block}

    .dropdown-toggle::after {
        position: absolute;
        /*: 12px;
        *: 18px;*/
        top: 50%;
        margin-left: 15px;
    }

    .dropdown-item {
        text-align: center;
        padding: 6px 6px;
        font-size: 15px;
        position: relative;
    }

    .navbar .navbar-nav .nav-item {
        background: none;
        margin: 0 !important;
        padding: 0px 10px;
    }

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

    .activemenu.menubox {
        transform: none;
    }
.inner-menubox:after{display:none}
    .inner-menubox:before {
        display: none
    }

    .block-encarts {
        margin-top: 0;
        margin-bottom: 50px;
        max-width: 100%;
        padding: 0px 15px 40px;
    }
    .telechargement-block-title{top: 40px;left: 20px;text-shadow: 2px 3px 5px #fff;}
	.telechargement-block-title span{
    font-size: 45px;
}
	.telechargement-block-title b{
    font-size: 33px;
}
    .footer-image{margin:0 auto}
    .telechargement-block-title:after{
    height: 31px;
    width: 20px;
}
.telechargement-block-description{
    margin: 40px auto;
    padding: 0px 20px;
    text-align: center;
}
    .block-encarts:before,
    .block-encarts:after {
        display: none
    }

    .flex-block-2:after {
        display: none
    }

    .menubox {
        width: 100%;
        top: 58px !important;
        border: none;
        background: var(--second);
        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: 0px 20px;
        height: 100%;
        box-shadow: none;
        margin: 0;
    }

    .logo img {
        max-width: 350px;
    }

    .logo {
        position: absolute;
        width: 100% !important;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 25px 15px;
        justify-content: center;
        top: 0;
        display: flex;
        height: 100%;
    }

    .header .d-flex:after {
        background-position: 11px 50%;
        display: none;
    }

    .header .d-flex>div {
    width: 100%;
}

    .flex-block-text {
        padding: 20px 20px 0;
        margin-top: 0;
        margin-bottom: 100px;
        background: none;
    }
	.flex-block-text:before{display:none}
	.flex-block-text .col-12:last-child .flex-block_text{
    float: none;
    margin: 0 auto;
}
    .bloc-marques{
    max-width: calc(100vw - 50px);
    margin-bottom: 50px;
    margin-top: 50px;
}

    .logo_items{
    flex-direction: column;
}
    .logo_items img{margin-bottom:45px}
.flex-block-5{
    margin-bottom: 50px !important;
}
    .logo a {
        padding: 0px;
        margin-bottom: 0;
        left: 0;
    }
	.top{display:none}

    .header {
        position: relative;
        top: 0;
        margin-top: 58px;
        max-height: initial;
        border: none;
        margin-bottom: 10px;
        padding: 0;
        background: #fff;
        overflow: hidden;
    }

	.flex-contact{
    padding: 10px 15px;
}
.header:after{
    display: none;
}
    .flex-bottom-section {
        padding: 0
    }

    .flex-bottom-section .right-top {
        display: none
    }

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

    .block-banner {
        height: 450px;
    }

    .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: var(--second);
    }

    .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%;
        background: url(../images/banner-mobile.jpg) no-repeat;
        background-size: cover;
        background-position: bottom;
    }

  



}

@media (max-width: 767px) {
    .bloc-avis-client_inner .flex-block--inner {}

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

	.textdiv {
    padding: 14px;
}
	.flex-contact{
		flex-direction:column;
		text-align:center;
		margin-bottom: 0;
	}
	.page .block-solutions{margin-bottom:40px}
	.page .telechargement-block{margin-bottom:40px}
	.text-devis a:first-child{
    font-size: 20px;
}
	.text-devis{
    border-left: 19px solid var(--back);
}
	.text-devis a{
    font-size: 27px;
}
	.flex-contact p{
    font-size: 14px;
    margin-top: 10px;
    max-width: 180px;
    display: none;
}

	.flex-block-text h1 span{
    font-size: 27px;
}
	.block-text-center{
    margin: 40px auto;
}
	.flex-block-text h1 b{
    font-size: 25px;
}
	.flex-block-text h1 small{
    font-size: 22px;
}
	.flex-contact .d-flex {
		display: block !important;
		text-align:center
	}
	.telechargement-block-title b{
    font-size: 27px;
}
	.telechargement-block-title span{
    font-size: 32px;
    margin-bottom: 11px;
}
	.telechargement-block-title img{
    width: 50px;
}
	.flex-contact .d-flex span{display:block;margin: 0px auto 10px;}
    .link-rubrique {
        right: 0;
        top: 0;
    }
    .footer-text{
        text-align:center
    }
.footer-content{
    flex-direction: column;
    max-width: 500px;
    margin: 0 auto;
}
    .banner-header{
    height: 350px;
}
    .footer-text h3{
    text-align: center;
    margin: 15px auto;
}
    .logos .d-flex {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

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

    .footerlink {
        text-align: center;
    }

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

    .flex-block {
        margin: 0px auto;
        padding: 0;
        left: 0px !important;
    }
	.flex-block-text img{
		margin-bottom:60px
	}
.flex-block-4{padding:0px 15px}
    .flex-block-4 p {
        text-align: center
    }

    .flex-block-4 h2 span:first-child{
    font-size: 29px;
}
    .flex-block-4 > h2{
        margin-bottom:20px
    }
    .link-devis span {
        font-size: 22px;
    }

    .link-devis b {
        font-size: 25px;
    }

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

    .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;
    }

    .menubox:after {
        display: none;
    }

    .logo img {
        margin: 0 auto;
        display: block;
        max-width: 100%;
    }

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


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

    .logo a {
        margin: 0px;
    }

    .header .d-flex a {
        text-align: center;
        padding: 0px 31px;
    }


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

    .boxfooter img {
        margin: 0 auto 15px;
        display: block;
        max-width: 120px;
    }
}
.flex-block-4 {
    max-width: 800px;
    margin: 0 auto;
    background: var(--primary);
    padding: 56px 20px;
    border-radius: 40px;
    overflow: hidden;
}

.flex-block {
    position: relative;
    transition: 0.5s ease all;
}

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

.flex-block.flex-block-4>div {
    max-width: 650px;
    justify-content: space-between;
    padding: 15px 0px;
    color: white;
}
.flex-block>div {
    display: flex
;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 0;
    position: relative;
    z-index: 2;
}
.flex-block.flex-block-4>div .col-12 {
    max-width: max-content;
}

.flex-block-4 .flex-block_text {
    max-width: max-content;
}

.flex-block.flex-block-4>div:after {
    content: "";
    width: 10px;
    background: #fff;
    height: 100%;
    left: calc(50% - 25px);
    top: 0;
    position: absolute;
}

.block-text-content {
    margin: 0 auto;
    padding: 0px 40px;
    max-width: 1200px;
}

.block-text-content p.back-text {
    margin-bottom: 100px;
    margin-top: 100px;
    color: var(--second);
    font-size: 33px;
    background: url(../images/top.png), url(../images/bottom.png);
    background-repeat: no-repeat;
    padding: 71px 35px 65px;
    background-position: 0% 0%, 100% 100%;
    display: block;
    font-weight: 700;
    text-align: center;
}
.block-text-content p {
    max-width: 920px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto 10px;
}

