@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
	--black: #000;
	--white: #fff;
	--primary: #28b70d;
	--primary-dark: #1e8509;
	--primary-light: #46e926;
	--second: #d00034;
	--third: #2C7A99;
	--mainfont: "Encode Sans Semi Condensed", sans-serif;
	--secondfont: "Encode Sans Semi Condensed", sans-serif;
	--back: #252935;
	--gris: #616468;
	--shadow-box: 0px 0px 15px 5px rgba(0,0,0,0.1);
	--shadow-text: 0px 0px 15px rgba(0,0,0,0.1);
	--grey1: rgba(0,0,0,0.03);
	--grey2: rgba(0,0,0,0.06);
	--grey3: rgba(0,0,0,0.09);
	--grey4: rgba(0,0,0,0.12);
	--spacing-size: 50px;
	--radius: 20px;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: var(--mainfont);
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-weight: normal;
	overflow-x: hidden;
	background: var(--back);
	color:#fff;
	background: url(../images/back.jpg) var(--back) no-repeat;
}

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

a {
	text-decoration: none !important
}

.header {
	width: 100%;
	position: relative;
	margin: 0;
	z-index: 3;
	display: flex;
	align-items: center;
	padding: 15px 30px 20px;
}

.header:after {
	content: "";
	position: absolute;
	background: var(--second);
	width: 330px;
	height: 220px;
	right: 15px;
	background-repeat: no-repeat;
	top: 0;
}


.top {
	padding: 8px 25px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.top span {
	color: #fff;
	font-weight: 300;
	font-size: 15px;
}


.top>div {
	margin: 0;
	display: flex;
	align-items: center;
}

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

.right-top .phone2 {
	letter-spacing: 1px;
	color: #fff;
	padding: 0px;
	font-size: 23px;
	position: relative;
	z-index: 1;
	display: block;
	text-align: right;
	font-weight: 500;
	z-index: 4;
}

.block-banner {
	position: relative;
	width: 50%;
	z-index: 2;
}


.logo {
	width: 50%;
	text-align: center;
}

.logo a {
	display: table;
	margin-bottom: 0;
}

.logo>div {
	position: relative;
	display: table;
	margin: 0 auto;
}

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


/* end header */


/* menu */

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

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

.dropdown-item:hover {
	background: var(--back);
	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: 20px 30px;
	white-space: nowrap;
	transition: 0.3s ease all;
	font-size: 18px;
	text-align: left;
	font-weight: 500;
	color: #fff;
	position: relative;
	display: flex;
	align-items: center;
}

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

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

.navbar .navbar-nav .nav-item:first-child {
	background: none;
}

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

.navbar .navbar-nav .nav-item:last-child .nav-link:after {
	display: none
}

.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 {
	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;
	margin: 0 auto 10px;
	width: 100%;
	position: relative;
	z-index: 20;
}
.menubox:after{content:"";height: 5px;display: block;background: #fff;max-width: 1040px;margin: 0 auto;top: 16px;position: relative;}
.menubox.activemenu {
	transform: none;
}

.menubox.fixed {
	top: 0;
	z-index: 20;
	position: fixed;
	background: var(--back);
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
	left: 0;
	bottom: initial;
}
.menubox.fixed:after{
    display: none;
}
.inner-menubox {
	transition: 0.3s ease all;
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
	background: url(../images/menu.jpg) no-repeat;
	max-width: 1400px;
	background-size: cover;
}

.fixed .inner-menubox {
	
}

.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;
	position: relative;
	margin: 0 auto;
}



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


.flex-img {
	margin: 0 auto 100px;
	width: 100%;
	max-width: 1400px;
	flex-wrap: nowrap;
	gap: 0px 30px;
	padding: 0px 30px;
}

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

.flex-img>div {
	
}


.link-fb {
	width: 100%;
	display: flex;
	height: 100%;
	background: #293892;
	align-items: center;
	justify-content: center;
	padding: 40px 40px;
	transition: 0.3s ease all;
}

.insta {
	background: #4e77fe;
}

.link-fb:hover {
	background: var(--second)
}

.link-fb:hover img {
	transform: scale(0.8)
}

.link-fb img {
	border-radius: 0px;
	transition: 0.3s ease all;
}

.block-text-content {
	max-width: 1040px;
	margin: 50px auto 80px;
	padding: 80px 20px 80px;
	background: url(../images/left.png ) , url(../images/right.png );
	background-repeat: no-repeat;
	background-position: 0% 0% , 100% 100%;
}
.block-text-content h2 b{
    display: block;
    font-size: 55px;
}
.block-text-content h2 span{
    font-size: 36px;
    font-weight: 700;
    display: block;
}
.block-text-content h2{
    margin-bottom: 30px;
    max-width: 890px;
    margin: 0 auto 50px;
    letter-spacing: 1px;
    background: url(../images/back-text.jpg) 0 0 / cover no-repeat;
    color: var(--primary);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.block-text-content p {
	font-size: 46px;
	margin: 0;
	font-weight: 800;
}
.block-text-content .d-flex {
    gap: 0px 55px;
    max-width: 890px;
    margin: 0 auto;
}
.block-text-content .d-flex span{
    font-size: 16px;
    display: block;
    font-weight: 700;
    line-height: 1;
}
.block-text-content .d-flex b{
    font-size: 76px;
    display: block;
    font-weight: 900;
    line-height: 1;
}

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


.services {
	padding: 250px 0px 80px;
	color: #fff;
	max-width: 1440px;
	margin: 0 auto 120px;
	background: #1d1f25 url(../images/top.jpg) no-repeat;
}
.services > h2{
    max-width: 1200px;
    margin: 0 auto 55px;
    color: var(--white);
    font-size: 60px;
    font-weight: 800;
    line-height: 1;
    padding-left: 20px;
}
.services .container {
	display: flex;
	align-items: center;
	gap: 60px;
	max-width: 100%;
}

/* LEFT */
.services .left {
	width: 30%;
	position: relative;
	padding: 70px 59px;
	background: url(../images/forme.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-right: 0;
}

.services > h2 .subtitle {
	color: var(--white);
	margin-bottom: 0;
	font-size: 34px;
	font-weight: 300;
}
.services .color-second{
	color:var(--second);
}
.services  .left h2 {
	font-size: 42px;
	color: #2bb3d6;
	margin-bottom: 60px;
}

.services  .contact {line-height: 1.2;}

.services  .contact span {
	display: block;
	color: #fff;
	font-size: 19px;
	font-weight: 800;
}

.services  .contact strong {
	display: block;
	font-size: 27px;
	margin: 0;
}

.services  .contact p {
	margin: 0;
	font-weight: 900;
	font-size: 29px;
}

/* Decorative vertical bar */
.services .right::after {
	content: "";
	position: absolute;
	left: -60px;
	top: 0;
	width: 36px;
	height: 100%;
	background: url(../images/ligne.png);
	background-repeat: no-repeat;
}

/* RIGHT */
.services .right {
	width: 70%;
	max-width: 70%;
	position: relative;
	padding-right: 30px;
}

.cards {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

.card {width: 50%;background: none;border: none;padding: 0px 20px;margin-bottom: 50px;}

.card img {display: block;max-width: 100%;margin-bottom: 20px;}

.card .small {
	font-size: 18px;
	color: #fff;
	margin: 0;
	font-weight: 700;
}

.card h3 {
	margin: 0;
	font-size: 30px;
	color: #fff;
	font-weight: 800;
}

/* Hover effect */
.card:hover {
	transform: translateY(-15px);
	transition: 0.3s;
	cursor: pointer;
}


.block-fabrications {
	max-width: 1200px;
	margin: 0 auto 80px;
	background: url(../images/back.jpg) no-repeat;
	overflow: hidden;
	position: relative;
	padding-top: 150px;
	padding-bottom: 100px;
	background-size: cover;
}

.flex-block-text {
	margin: 0 auto 100px;
	/* overflow: hidden; */
	padding: 100px 20px 0px;
	max-width: 1020px;
}

.flex-block-text h1 {
	font-size: 26px;
	margin: 0;
	font-weight: 500;
	margin-bottom: 50px;
	display: block;
	padding-left: 15px;
}

.flex-block-text h1 span {
}

.flex-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1.5em;
	margin: 0;
}

.left {
	display: flex;
	flex-direction: column;
}

.title {
	color: #fff;
	font-size: 30px;
	display: block;
	font-weight: 700;
}
#avis .title {color:#000;}
#avis .avis-liste .title {color:#fff;}
.title .color-second {
	color:var(--second);
}

.subtitle {
	font-weight: normal;
	/* Bleu clair */
	font-size: 41px;
	color: #fff;
	font-weight: 800;
}

.right {
	color: #3a51d7;
	/* Bleu plus foncé */
	font-size: 26px;
	font-weight: 800;
	max-width: 390px;
}

.flex-block-text>div:not(.cta-contact) {
	max-width: 1200px;
	margin: 0 auto;
}

.flex-block-text>div .d-flex {
	justify-content: center;
	padding: 0;
}

.flex-block-text>div .d-flex h3 {
	color: var(--back);
	text-align: right;
	padding-right: 25px;
	font-size: 45px;
	font-weight: 900;
}

.flex-block-text>div .d-flex h3 b {
	display: block;
	font-size: 20px;
	font-weight: 900;
}

.flex-block-text p {
	font-size: 17px;
	font-weight: 200;
	padding: 0;
	margin: 0;
	color: white;
	margin-bottom: 20px;
}
.flex-block-text p.primary {
	color:var(--primary);
}
.cta-contact {
	transform: rotate(-90deg);
    position: absolute;
    right: -130px;
    top: 50%;
    z-index: 10;
}
.cta-contact .wrapper {
	padding:10px 20px;
	background:var(--primary);
	font-weight:600;
	font-size:22px;
}
.cta-contact a {
	color:var(--white);
}

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

.flex-block-2 .flex-block_text {
	position: relative;
	max-width: 420px;
}

.flex-block-2 .flex-block_text h2 {
	text-transform: uppercase;
	font-weight: 900;
	font-size: 30px;
	text-shadow: none;
	position: relative;
	color: #fff;
	font-size: 50px;
	margin-bottom: 40px;
}

.flex-block-2 .flex-block_text h2 b {
	display: block;
	font-size: 21px;
	font-weight: 800;
	margin-top: 10px;
}

.img-fabrication {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	display: block;
	background: hsl(174deg 89% 44% / 50%);
	padding: 40px;
}

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

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

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

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

.flex-block-2>div {
	width: 100%;
	max-width: 1020px;
	padding: 60px 0px !important;
}

.flex-block-2>div:after {
	content: "";
	background: #293892;
	width: 6px;
	height: 100%;
	position: absolute;
	left: calc(50% - 14px);
	top: 0;
}

.flex-block-2 .flex-block_text p {
	font-size: 16px;
	font-weight: 200;
	text-align: justify;
	padding: 55px 50px 20px;
	letter-spacing: 1px;
	background: #2938928a;
	color: #fff;
	min-height: 400px;
	margin-bottom: 20px;
}

.flex-block-2 .col-12:last-child {
	position: relative;
	padding-left: 30px;
}

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





/****** 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: 1100px;
	margin: 0px auto 50px;
	background-position: bottom;
	padding: 20px 15px 50px;
}

.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;
	line-height: 1.1;
	background: url(../images/ligne2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 82% auto;
}

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


.bottom_title span {
	display: block;
	color: #0d84bf;
	font-weight: 800;
	font-size: 76px;
	margin: 0;
}

.bottom_title b {
	display: block;
	color: #0d84bf;
	font-weight: 800;
	font-size: 25px;
	margin: 0;
}


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

.bloc-avis-client .flex-block--inner{
    gap: 0px 60px;
    flex-wrap: nowrap;
}


.bloc-avis-client .flex-block--content h2 {
	font-size: 16px;
	color: #000;
	font-weight: 900;
	display: block;
	margin-bottom: 0;
	position: relative;
	padding: 0px 0px 0px;
}

.text-avis {}

.text-date {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 0;
	font-weight: 700;
	margin-bottom: 30px;
}

.bloc-avis-client .flex-block--content p {
	font-size: 17px;
	font-weight: 300;
	display: block;
	text-align: left;
	margin: 0;
	max-width: 260px;
}

.bloc-avis-client .flex-block--content h2 b {
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: #fff;
	margin-bottom: 0;
}

.bloc-avis-client .flex-block--content {
	position: relative;
}





/* block back text */

.link-devis {
	display: block;
	color: #fff;
	padding: 22px 40px;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	transition: 0.3s ease all;
	max-width: max-content;
	margin: 0 auto 0px;
	background: var(--second);
	position: relative;
	top: 65px;
	z-index: 2;
}

.link-devis:hover {
	background: var(--primary);
	color: #fff;
	padding: 22px 60px;
}

.link-devis span {

	display: block;

	font-size: 19px;
}

.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:not(.cta-contact) {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	padding: 0;
	position: relative;
	z-index: 2;
	justify-content: center;
}

.flex-block-3 {
	max-width: 1120px;
	margin: 130px auto 120px;
}
.flex-block-3 .d-flex{
    justify-content: space-between;
    gap: 0px 20px;
	align-items:center;
}
.banner-header {
	width: 100%;
	height: 450px;
}

.flex-block-3 .flex-block_text {
	position: relative;
	z-index: 1;
	height: 100%;
	border: 5px solid var(--second);
	border-right: 0;
	padding: 60px 50px;
}
.flex-block-3 .flex-block_text:before{content:"";width: 50px;position: absolute;height: 50px;border-right: 5px solid var(--second);background: #252935;top: -26px;left: -27px;transform: rotate(45deg);}

.flex-block-3>div img {
	max-width: 100%;
}

.flex-block-3>div .col-12:first-child {
	position: relative;
}




.flex-block-3 .flex-block_text h2 {
	font-size: 29px;
	font-weight: 800;
	color: var(--white);
	display: block;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}
.flex-block-3 .flex-block_text p{
    font-size: 23px;
    display: block;
    line-height: 1.1;
    margin: 0;
}
.flex-block-3 .flex-block_text p b{
    display: block;
}
.flex-block-3 .flex-block_text p span{}


.flex-block_text p {
	font-weight: 500;
	font-size: 17px;
}

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


.text {
	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;
}
.footer-logo {
    max-width: 450px !important;
    padding: 0px 20px;
}
.footer-logo img{
    display: block;
    max-width: 100%;
}
.flex-bottom-footer {
	max-width: 1440px;
	margin: 100px auto 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 15px;
	background: var(--primary);
	position: relative;
}
.flex-bottom-footer:after{content:"";position: absolute;width: 100%;height: 30px;background: #252934;bottom: 0;left: 0;z-index: 0;}
.flex-bottom-footer:before{content:"";position: absolute;width: 100%;height: 30px;background: #252934;top: 0;left: 0;z-index: 0;}
.flex-bottom-footer img {position: relative;z-index: 2;}

.flex-bottom-footer p {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	top: 15px;
}

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

.flex-bottom-footer .right-top {
	display: flex;
	align-items: center;
	position: relative;
	gap: 0px 30px;
}
.flex-bottom-footer .right-top span{
    color: #000;
    font-weight: 300;
    font-size: 15px;
}
.btn-contact{
    border-bottom: 1px solid #000;
    color: #000;
    font-weight: 300;
    font-size: 15px;
    transition: 0.3s ease all;
}
.btn-contact:hover{
	color:var(--primary)
}
.flex-bottom-footer .phone2 {
	color: #000 !important;
	font-size: 22px;
	font-weight: 800;
}

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


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


/****** 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: #fff;
	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) {
	.navbar .navbar-nav .nav-item .nav-link {
		text-align: center;
		font-size: 15px;
		padding: 14px;
	}

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

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

	.logo a {
		padding: 0px 40px;
	}

	.flex-bottom-footer img {
		max-width: 300px;
		margin-bottom: 0px;
	}
}

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

	.page .block-banner {
		height: 400px;
		overflow: hidden;
	}
}

@media (max-width: 992px) {
	.flex-block>div .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		top: 0 !important;
	}
.flex-block-3 .d-flex{
    justify-content: center;
    margin-top: 50px;
}
	.banner-header {
		height: 100%;
	}

	.flex-block-3 .flex-block_text {
		margin-top: 0;
		text-align: center;
		border: 5px solid #1e3f7e;
	}

	.flex-block-text h1 {
		text-align: center;
		margin-bottom: 20px;
		display: block;
		padding: 0px 15px;
	}

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

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

	.flex-bottom-footer {
		flex-direction: column;
		overflow: hidden;
		padding: 40px 0px;
		margin-top: 50px;
	}
.flex-bottom-footer:before , .flex-bottom-footer:after {display:none}
	.flex-bottom-footer p {
		max-width: 200px;
		margin: 0 auto 10px;
		text-align: center;
		top: 0;
	}

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

	.flex-bottom-footer .right-top {
		top: 0;
		flex-direction: column;
		gap: 20px 0px;
	}
.flex-bottom-footer .phone2{
    margin: 0 auto;
}
	.flex-bottom-footer .phone {
		text-align: center
	}

	.block-text-content {
		margin-bottom: 50px;
		text-align: center;
		max-width: calc(100vw - 50px);
	}
	.block-text-content h2 b{
    font-size: 32px;
    font-weight: 900;
}
.block-text-content h2 span{
    font-size: 30px;
    font-weight: 800;
}
	.block-text-content .d-flex{
    flex-direction: column;
    gap: 30px 0px;
    padding: 0px 20px;
}

	.flex-block-3 {
		margin-bottom: 0px;
		overflow: hidden;
		margin: 50px auto;
	}

	.bottom_title span{
		text-align:center
	}
.bottom_title b{
    text-align: center;
}
	.text-date{
    margin-bottom: 5px;
}
	.bloc-avis-client .flex-block--inner{
    flex-direction: column;
}
	.bloc-avis-client .flex-block--content p{
    margin: 0 auto 20px;
    text-align: center;
}
	.bloc-avis-client .flex-block--inner .col-12{
    max-width: 100%;
    width: 100%;
    flex: 100%;
    text-align: center;
    margin-bottom: 50px;
}
	.bottom_title{
    background: none;
}
	.flex-block>div .col-12 img {
		max-width: 100%;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

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

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

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

	.flex-block-2 .flex-block_text h2 {
		display: table;
		margin: 0 auto 20px;
		font-size: 23px;
	}

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

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

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

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

	.navbar-nav:last-child:before {
		display: none
	}

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

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

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

	.activemenu.menubox {
		transform: none;
	}

	.block-fabrications {
		margin-top: 50px;
		padding: 0px 0px 0;
		margin-bottom: 30px;
	}

	.menubox {

		width: 100%;

		top: 50px !important;

		border: none;

		background: var(--primary) !important;

		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;

		height: 100%;
	}

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

	.logo {
		position: absolute;
		width: 100% !important;
		height: 100%;
		padding: 0;
		display: flex;
		align-items: center;
		z-index: 3;
	}

	.flex-block-text {
		padding: 40px 20px;
		margin-top: 0;
		margin-bottom: 0;
	}
.services .container{
    flex-direction: column;
}
	.services .left{
    width: 100%;
}
	.services .right{
    width: 100%;
    max-width: 100%;
    padding: 0;
}
	.logo>div {
		box-shadow: none;
		padding: 0;
		left: 0;
	}

	.logo a {
		margin-bottom: 0;
	}

	.top {
		margin: 0;
		overflow: hidden;
		float: none;
		width: auto;
		display: block;
		position: fixed;
		z-index: 20;
		right: 15px;
		top: 10px;
		padding: 0;
	}

	.top>div a {}

	.top:after {
		display: none
	}

	.top>div .phone {
		display: none;
		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: 20px;
		padding: 0;
		display: block;
	}

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

	.block-banner {
		height: 450px;
		width: 100%;
	}

	.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%;
		background: var(--primary);
		height: 58px;
		overflow: hidden;
		z-index: 13;
		display: block;
		animation: none !important;
	}

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

	.header:before {
		display: none
	}

	.header:after {
		display: none
	}


}

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

	.textdiv {
		padding: 0px 20px;
	}
.services{
    padding: 40px 0px;
    margin-top: 50px;
    text-align: center;
}
	.services > h2{padding:0;font-size: 46px;}
	.flex-block-text h1 span {
		font-size: 20px;
	}
	.services .left{
    background: none;
    padding: 0;
}
.card{
    width: 100%;
    padding: 0;
}
	.cards{
    max-width: 350px;
    margin: 0 auto;
}
	.flex-block-text h1 span.right {
		font-size: 19px;
		display: block;
	}

	.flex-img>div {
		width: 100%;
		flex: 100%;
		max-width: 250px;
		margin: 0 auto 10px;
	}

	.flex-img {
		margin-bottom: 50px;
		flex-wrap: wrap;
	}

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

	.flex-block-text>div .d-flex h3 {
		padding-right: 0;
	}

	.flex-block-text>div .d-flex {
		flex-direction: column;
		padding: 0px 30px;
		margin-top: 15px;
	}

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

	.flex-block-3>div .col-12:first-child {
		padding: 20px 15px;
	}

	.flex-block-3 .flex-block_text h2 {
		font-size: 30px;
		line-height: 36px;
		display: block;
		text-align: center;
		line-height: 1;
	}

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

	.footerlink {
		text-align: center;
	}

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

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

	.flex-block-3 {
		padding-top: 20px;

	}
.container_avis_client{
    margin-top: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}
	.bloc-avis-client_inner{
    margin-top: 20px;
}
	.flex-block-2 {
		padding: 0;
		background-size: contain;
		max-width: 100%;
		margin-top: 0;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.flex-bottom-footer .right-top {
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 20px;
	}

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

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

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

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

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


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

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

	.logo>div {
		display: flex;
	}

	.logo a {
		margin: 0px;
	}

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

/* MODIF */
.realisations img {
	max-width:100%;
	margin-bottom:30px;
}
.realisations div.row > div:first-child {
	text-align:right;
}
.cta-realisations a {
	border:5px solid var(--second);
	font-weight:600;
	font-size:24px;
	display: inline-flex;
	padding:10px 20px;
	color:white;
	transition:all .3s ease;
}
.cta-realisations a:hover {
	background:var(--second);
}
span.color-second {color:var(--second);}
.socials {
	margin-bottom:100px;
}
/* MODIF FIN */


.header video {width:100%; height:100%; object-fit: cover;}
#axo-content{overflow: hidden;}
#axo-content .container{width: 1440px; max-width: 100%;}
#axo-content .spacing-content{margin-top: var(--spacing-size); margin-bottom: var(--spacing-size);}
#axo-content hr{margin: 15px auto;}

/* !!!! DÉBUT !!!! STYLE IMAGE & TAILLE */

#axo-content .img-fluid-wh{width: 100%; height: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w{width: 100%; object-fit: cover; display: block;}
#axo-content .img-fluid-w.h400{height: 300px;}
#axo-content .img-fluid-w.h300{height: 300px;}
#axo-content .img-fluid-w.h400{height: 400px;}
#axo-content .img-fluid-w.h500{height: 500px;}
#axo-content .img-fluid-w.h600{height: 600px;}
#axo-content .img-fluid-w.h700{height: 700px;}
#axo-content .img-fluid-w.h800{height: 800px;}

#axo-content .simple-slider img{width: 100%; height: 450px; object-fit: cover; display: block;}

/* !!!! DÉBUT !!!! STYLE FIL D'ARIANNE */

#axo-content .breadcrumb{background: rgba(0,0,0,0); margin: 15px auto; padding: 10px 0px; border-bottom: 1px solid rgba(0,0,0,0.1); display: flex; justify-content: center;}
#axo-content .breadcrumb-item+.breadcrumb-item::before{padding: 0px 5px;}
#axo-content .breadcrumb-item{font-size: 13px;}
#axo-content .breadcrumb-item a{color: var(--primary); font-weight: 600; transition: all 0.4s; text-decoration: none;}
#axo-content .breadcrumb-item a:hover{opacity: 0.5;}
#axo-content .breadcrumb-item .active{color: #000;}

/* !!!! DÉBUT !!!! HEADER IMAGE */

#axo-content .axo-banner-header{position: relative; z-index: 1; margin-bottom: 0px;}
#axo-content .axo-banner-header .main-img{position: relative; z-index: 1; display: block; width: 100%; height: 500px; object-fit: cover;}
#axo-content .axo-banner-header:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 100%);}
#axo-content .axo-banner-header .caption{position: absolute; z-index: 3; bottom: 0; left: 0; padding: 40px 15px;}
#axo-content .axo-banner-header .caption .title-page:before{content: ''; display: block; width: 2px; height: calc(var(--spacing-size) * 2); background: #fff; margin: 0px auto 15px;}
#axo-content .axo-banner-header .caption .title-page{display: block; text-transform: uppercase; color: #fff; font-weight: 700; font-family: var(--secondfont); font-size: 70px; text-shadow: 0px 0px 10px rgba(0,0,0,0.3);}

/* !!!! DÉBUT !!!! BANNIERE IMAGE */

#axo-content .axo-banner-img hr, #axo-content .axo-banner-color hr{background: rgba(255,255,255,0.5);}
#axo-content .axo-banner-img, #axo-content .axo-banner-color{position: relative; z-index: 1; color: #fff; padding-top: calc(var(--spacing-size) * 2); padding-bottom: calc(var(--spacing-size) * 2); min-height: 600px; align-items: center;}
#axo-content .axo-banner-img:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0,0.6);}
#axo-content .axo-banner-img .main-img{position: absolute; z-index: 1; display: block; width: 100%; height: 100%; left: 0; top: 0; object-fit: cover;}
#axo-content .axo-banner-img>.container,#axo-content .axo-banner-img>.container-fluid, #axo-content .axo-banner-color>.container,#axo-content .axo-banner-color>.container-fluid{position: relative; z-index: 10;}
#axo-content .axo-banner-img .small-title{color: #fff;}
#axo-content .shape1{clip-path: polygon(0 var(--spacing-size), 100% 0%, 100% calc(100% - var(--spacing-size)), 0% 100%);}
#axo-content .shape2{clip-path: polygon(0 0, 100% var(--spacing-size), 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape3{clip-path: polygon(0 0, 100% var(--spacing-size), 100% calc(100% - var(--spacing-size)), 0 100%);}
#axo-content .shape4{clip-path: polygon(0 var(--spacing-size), 100% 0, 100% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape5{clip-path: polygon(0% 0%, 50% var(--spacing-size), 100% 0, 100% 100%, 0% 100%);}
#axo-content .shape6{clip-path: polygon(0 0, 50% var(--spacing-size), 100% 0, 100% calc(100% - var(--spacing-size)), 50% 100%, 0 calc(100% - var(--spacing-size)));}
#axo-content .shape7{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% 100%, 0 100%);}
#axo-content .shape8{clip-path: polygon(0 var(--spacing-size), 50% 0, 100% var(--spacing-size), 100% 100%, 50% calc(100% - var(--spacing-size)), 0 100%);}
/* !!!! DÉBUT !!!! TEXTE */

#axo-content .h1,#axo-content .h2,#axo-content .h3,#axo-content .h4,#axo-content .h5{font-weight: 700; margin-bottom: 20px; color: var(--primary); font-family: var(--secondfont);}
#axo-content .title-after:after{content: ''; display: block; width: var(--spacing-size); height: 2px; margin: 20px 0px 0px; background: var(--second);}
#axo-content .title-after.text-center:after{margin-left: auto; margin-right: auto;}
#axo-content .small-title{display: block; text-transform: uppercase; font-size: 60%; color: auto; font-family: var(--mainfont); margin-top: 7px;}

#axo-content .h1{font-size: 40px;}
#axo-content .h2{font-size: 36px;}
#axo-content .h3{font-size: 32px;}
#axo-content .h4{font-size: 28px;}
#axo-content .h5{font-size: 24px;}
#axo-content .h6{font-size: 20px;}

#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 16px; font-weight: 400; line-height: 21px;}
#axo-content p a, #axo-content ul a{color: var(--primary); font-weight: bold; transition: all 0.4s; text-decoration: none;}
#axo-content p a:hover, #axo-content ul a:hover{opacity: 0.4;}
#axo-content ul{padding-left: 15px; margin-bottom: 15px;}

#axo-content .table{background:rgba(0,0,0,0.05);}
#axo-content a.link-btn.link-icone:after{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important; display: inline-block; margin-left: 10px;}
#axo-content a.link-btn{color: #fff; text-align: center; cursor: pointer; background: var(--primary); color: #fff; text-transform: uppercase; transition: all 0.4s; font-size: 14px; font-weight: 500; display: table; text-decoration: none; padding: 9px 15px;}
#axo-content a.link-btn:hover{background: var(--second); color: #fff;}
#axo-content a.link-btn.large{width: 100%;}


/* !!!! DÉBUT !!!! COULEUR & PERSONNALISATION */

#axo-content .border-box{border: 2px solid var(--primary);}
#axo-content .back-primary{background: var(--primary); color: #fff;}
#axo-content .back-second{background: var(--second); color: #fff;}
#axo-content .back-third{background: var(--third); color: #fff;}
#axo-content .color-primary{color: var(--primary);}
#axo-content .color-second{color: var(--second);}
#axo-content .color-third{color: var(--second);}
#axo-content .back-grey1{background: var(--grey1);}
#axo-content .back-grey2{background: var(--grey2);}
#axo-content .back-grey3{background: var(--grey3);}
#axo-content .back-grey4{background: var(--grey4);}
#axo-content .rounded1{border-radius: 10px;}
#axo-content .rounded2{border-radius: 30px;}
#axo-content .rounded3{border-radius: 100%;}
#axo-content .back-primary .h1, #axo-content .back-primary .h2, #axo-content .back-primary .h3, #axo-content .back-primary .h4,#axo-content .back-primary .h5,#axo-content .back-primary .h6, #axo-content .back-second .h1, #axo-content .back-second .h2, #axo-content .back-second .h3, #axo-content .back-second .h4,#axo-content .back-second .h5,#axo-content .back-second .h6, #axo-content .back-third .h1, #axo-content .back-third .h2, #axo-content .back-third .h3, #axo-content .back-third .h4,#axo-content .back-third .h5,#axo-content .back-third .h6, #axo-content .axo-banner-img .h1, #axo-content .axo-banner-img .h2, #axo-content .axo-banner-img .h3, #axo-content .axo-banner-img .h4,#axo-content .axo-banner-img .h5,#axo-content .axo-banner-img .h6, #axo-content .back-primary .small-title, #axo-content .back-second .small-title, #axo-content .back-third .small-title{color: #fff;}
#axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn,#axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn,#axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn, #axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn,#axo-content .back-third a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn, #axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn,#axo-content .axo-banner-img a.link-btn, #axo-content .back-primary a.link-btn, #axo-content .back-second a.link-btn, #axo-content .back-third a.link-btn{background: transparent; border: 1px solid #fff; color: #fff}
#axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover,#axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover,#axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover, #axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover,#axo-content .back-third a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover, #axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover,#axo-content .axo-banner-img a.link-btn:hover, #axo-content .back-primary a.link-btn:hover, #axo-content .back-second a.link-btn:hover, #axo-content .back-third a.link-btn:hover{background: #fff; color: #000}
#axo-content .back-second .title-after:after{background: var(--primary);}
#axo-content .shadow-box{box-shadow: var(--shadow-box);}
#axo-content .shadow-text{text-shadow: var(--shadow-text);}

#axo-content .axo-icone{font-size: 25px;}
#axo-content .axo-icone.big{font-size: 45px;}
#axo-content .axo-icone.box{background: var(--primary); color: #fff; display: flex; justify-content: center; align-items: center; width: var(--spacing-size); height: var(--spacing-size);}
#axo-content .axo-icone.box.big{width: calc(var(--spacing-size) * 2); height: calc(var(--spacing-size) * 2);}
.custom-btn {border-radius:40px;transition: all 0.3s ease; padding: 10px 20px; display: block; width: fit-content; background: var(--primary); color: var(--white);}
.custom-btn:hover {background:var(--primary-dark);color:white;}
ul.custom, #axo-content ul.custom { list-style: none; padding-left: 0; }
ul.custom li { padding-left: 1.6em; position: relative;}
ul.custom li:before { content: "\f00c"; font-family: "Font Awesome 5 Free"; font-weight: 900; position: absolute; left: 0; color: var(--primary);}

#axo-content .container.image-section {position:relative; min-width: calc(100% + 30px); color:white; margin-left: -15px; padding: 0; overflow: hidden; margin-bottom:50px;}
#axo-content .container.image-section .image-container {position:absolute; width:100%; height:100%;}
#axo-content .container.image-section img {width:100%; height:100%; object-fit: cover;}
#axo-content .container.image-section .image-container::after {content:"";position:absolute; width:100%; height:100%; top:0; left:0; background:rgba(0, 0, 0, 0.7);}
#axo-content .container.image-section .row {max-width:940px; width:100%; margin:0 auto; padding:130px 0;}
#axo-content .container.image-section .row.text-center .custom-btn {margin-inline: auto;}

/* SECTION CARDS FEATURES */
.cards-section .row > [class*="col-"]{padding-left: 12px; padding-right: 12px; margin-bottom: 24px;}
.card-feature{background: #fff; border-radius: 12px; padding: 36px 28px; height: 100%; box-shadow: var(--shadow-box); transition: transform 0.3s ease, box-shadow 0.3s ease; border-top: 4px solid transparent;}
.card-feature:hover{transform: translateY(-6px); box-shadow: 0px 12px 30px rgba(0,0,0,0.13); border-top-color: var(--primary);}
.card-feature--accent{background: var(--grey1); border-top-color: var(--primary);}
.card-feature__icon{font-size: 32px; color: var(--primary); margin-bottom: 18px;}
.card-feature__title{font-size: 20px; font-weight: 700; color: var(--back); margin-bottom: 14px; line-height: 1.3;}
.card-feature p, .card-feature ul {font-size: 15px; color: var(--gris); line-height: 1.7; margin-bottom: 8px;}

/* HERO + CARDS  */
.hero-cards {color:white; position:relative; min-width: calc(100% + 30px); margin-left: -15px;}
.hero-cards:before {content:""; display:block; position:absolute; top:0; left:0; width:100%; height:80%; background:var(--back);}
.hero-cards .hero-cards__title {padding:80px 0 60px;}
.hero-cards .hero-cards__title p {opacity:.8;}

/* BOXED */
.boxed {background:var(--primary); padding:100px 0; min-width: calc(100% + 30px); margin-left: -15px;}
.boxed.second {background:var(--second);}
.boxed.third {background:var(--third);}
.boxed.back {background:var(--back);}
.boxed.black {color:var(--black);}

/* !!!! DÉBUT !!!! RESPONSIVE */

@media all and (max-width: 1440px) {
	#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 15px; font-weight: 400; line-height: 20px;}
#axo-content .h1{font-size: 36px;}
#axo-content .h2{font-size: 33px;}
#axo-content .h3{font-size: 29px;}
#axo-content .h4{font-size: 26px;}
#axo-content .h5{font-size: 23px;}
#axo-content .h6{font-size: 20px;}
}

@media all and (max-width: 991px) {
	#axo-content .axo-banner-header .main-img{height: 280px;}
	#axo-content .axo-banner-header .caption .title-page{font-size: 40px;}
	#axo-content .h1{font-size: 30px;}
	#axo-content .h2{font-size: 27px;}
	#axo-content .h3{font-size: 24px;}
	#axo-content .h4{font-size: 21px;}
	#axo-content .h5{font-size: 18px;}
	#axo-content .h6{font-size: 15px;}
	#axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
	{max-height: 400px;}
}

@media all and (max-width: 560px) {
	#axo-content p, #axo-content .p, #axo-content ul, #axo-content .table{font-size: 14px; font-weight: 400;}
	#axo-content .img-fluid-w.h300, #axo-content .img-fluid-w.h400, #axo-content .img-fluid-w.h500,#axo-content .img-fluid-w.h600, #axo-content .img-fluid-w.h700,#axo-content .img-fluid-w.h800
	{height: 300px;}
	:root {
		--spacing-size: 30px;
	}
	#axo-content .axo-icone{font-size: 16px;}
	#axo-content .axo-icone.big{font-size: 26px;}
	#axo-content .axo-banner-header .caption .title-page{font-size: 30px;}
}

/* DÉBUT SLIDE STYLE */
.axo-slide-style .slick-prev, .axo-slide-style .slick-next{position: absolute; transition: all 0.4s; top: 50%; z-index: 99; background: var(--primary); width: 40px; height: 40px; display: flex; justify-content: center; align-items: center;}
.axo-slide-style .slick-prev:hover,.axo-slide-style .slick-next:focus,.axo-slide-style .slick-prev:focus, .axo-slide-style .slick-next:hover{background: #000;}
.axo-slide-style .slick-prev{left: 0px;}
.axo-slide-style .slick-next{right: 0px;}
.axo-slide-style .slick-dots{bottom: 0px; left: 0px; padding: 0px;}
.axo-slide-style .slick-dots li{padding: 0px; margin: 0px;}
.axo-slide-style .slick-dots li button{display: flex; justify-content: center; align-items: center; padding: 0px;}
.axo-slide-style .slick-prev:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f053" !important;}
.axo-slide-style .slick-next:before{font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054" !important;}
.axo-slide-style .slick-dots li button:before{left: 50%; top: 50%; transform: translate(-50%,-50%);}
.axo-slide-style .slick-dots li button:before{background: #fff; border: 1px solid var(--primary); content: '' !important; display: block; width: 14px !important; height: 14px !important; border-radius: 15px; opacity: 1 !important;}
.axo-slide-style .slick-dots li.slick-active button:before{background: var(--primary);}
.axo-slide-style a{outline: none; text-decoration: none;}