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

:root {
	--black: #000;
	--white: #fff;
	--primary: #dd540c;
	--second: #1c186d;
	--back: #1a5679;
	--gris: #616468;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Roboto", sans-serif;
	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
}

.header {
	width: 100%;
	position: relative;
	margin: 0;
	z-index: 3;
	padding: 0;
	overflow: hidden;
}
.header:after{content:"";position: absolute;width: 100%;height: 100%;background: url(../images/mask.png) no-repeat;z-index: 2;top: 0;left: 0;}

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

.top {
	padding: 11px 0px;
	max-width: 1440px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
	text-align: right;
}

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


.top>div {
	margin: 0;
	border: none;
	padding: 0;
	padding: 15px;
}
.top>div .btn-doctolib{
    float: right;
}
.right-top .phone {
	color: #fff;
	padding: 0;
	font-size: 22px;
	position: relative;
	margin-left: 12px;
	z-index: 1;
	display: block;
	text-align: right;
	font-weight: 700;
	margin-bottom: 20px;
}

.block-banner {
	position: relative;
	width: 100%;
	padding: 0;
	height: 520px;
	overflow: hidden;
}
.block-banner video  {
    min-width: 70%;
    float: right;
}

.logo {position: absolute;z-index: 10;left: 0;top: 0;height: 100%;display: flex;align-items: center;}

.block-banner-img{
    width: auto;
    max-width: 60%;
}
.block-banner-img img{
    max-width: 100%;
    display: block;
}
.logo a {
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 0px 40px;
}

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


.banner {
    animation: zoom 8s ease infinite alternate;
    background: url(../images/banner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
    height: 529px;
}

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

/* 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(--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;
}

.navbar .navbar-nav .nav-item .nav-link {
	padding: 14px 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:hover .nav-link {
	background: var(--second);
	color: #fff;
}

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

.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: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;
	width: 100%;
	position: relative;
	z-index: 20;
	max-width: 1450px;
	margin: 0 auto;
}
.menubox:after{content:"";background: url(../images/forme_menu.png);position: absolute;width: 100%;height: 117px;left: 0;background-repeat: no-repeat;background-position: center;top: -25px;}

.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;
	padding: 0;
}
.menubox.fixed:after{opacity:0}
.inner-menubox {
	transition: 0.3s ease all;
	position: relative;
	margin: 0;
	background: var(--primary);
	z-index: 1;
}

.fixed .inner-menubox {
	border: none;
	padding: 0;
}

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


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


.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;
	font-weight: 300;
	color: #000;
}

.btn-rdv{
    display: table;
    margin: 0 auto 130px;
    position: relative;
    transition: 0.3s ease all;
    padding: 0px 15px;
}
.btn-rdv img{
	max-width:100%
}
.btn-rdv:hover{
	transform:scale(0.9)
}

.block-encarts {
    max-width: 1440px;
    margin: 0 auto 40px;
    position: relative;
    border-bottom: 0;
}
.block-encarts .flex-block-2{
    margin: 0 auto;
}
.block-encarts > h2{
    max-width: 1200px;
    margin: 0 auto 70px;
    color: #d0ddc3;
    line-height: 1.4;
    position: relative;
    z-index: 1;
}
.block-encarts > h2 b{
    font-size: 33px;
    display: block;
}
.block-encarts > h2 span{
    display: block;
    font-size: 23px;
    font-weight: 700;
}
.block-encarts > h2 span:last-child{
    font-weight: 300;
    font-size: 23px;
}

.flex-block-text {
    margin: 0 auto 120px;
    padding: 80px 0px 0px;
    max-width: 1090px;
    background-position: 100% 100%;
    background-size: 64% auto;
}

.flex-block-text h1 {
    font-size: 31px;
    display: block;
    padding-bottom: 35px;
    padding-top: 0;
    max-width: 960px;
    margin: 0 auto 59px;
    line-height: 1.2;
    position: relative;
    z-index: 2;
    font-weight: 500;
    padding-left: 15px;
    text-align: left;
}

.flex-block-text h1 span {
    display: block;
    font-size: 22px;
    font-weight: 900;
}

.flex-block-text h1 b {
    display: block;
    font-size: 43px;
    font-weight: 800;
    margin-bottom: 10px;
}

.flex-block-text>div {
    margin: 0 auto;
}

.flex-block-text p {
    font-size: 17px;
    font-weight: 400;
    padding: 0;
    margin: 0;
    color: #000;
    padding-right: 20px;
}

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



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

.flex-block-2 .flex-block_text:hover img {
}

.flex-block-2 .flex-block_text h2 {
    font-weight: 800;
    font-size: 18px;
    text-shadow: none;
    padding: 16px;
    position: relative;
    text-transform: none;
    margin-bottom: 9px;
    letter-spacing: 0;
    color: #276086;
    transition: 0.3s ease all;
    padding: 0;
    padding: 1px 32px;
}
.flex-block-2 .flex-block_text h2:after{content:"";width: 18px;height: 35px;background: var(--second);position: absolute;top: 0;left: 0;transform: skewX(-10deg);}
.flex-block-2 .flex-block_text  p{
	  color: #276086;
	  font-size: 17px;
	  font-weight: 600;
}
.flex-block-2 .flex-block_text h2 b{
    display: block;
    color: var(--second);
    font-size: 25px;
    margin-bottom: 8px;
}
.flex-block-2 .flex-block_text h2 span{
    color: #228d82;
    font-size: 18px;
    font-weight: 500;
}
.img-encarts {
    display: table;
    margin: 0px 0px 30px;
    position: relative;
    overflow: hidden;
}

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

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

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

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

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

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

.flex-block-text h1 {
	font-size: 26px;
	margin: 0;
	font-weight: 300;
	display: block;
	margin-bottom: 23px;
	color: #276086;
	padding: 0;
}
.flex-block-text h1 + h3{
    color: #276086;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    padding-right: 50px;
}
.flex-block-text h1 + h3 span{position:relative;}
.flex-block-text h1 + h3 span:after{content:"";width: 19px;height: 38px;background: var(--second);position: absolute;right: -47px;top: -6px;transform: skewX(-15deg);}
.flex-block-text .block-text{
}
.flex-block-text h1 + h3 span:nth-child(2):after{background:var(--primary)}
.flex-block-text h1 + h3 span:nth-child(3):after{background: #27c1e2;}
.flex-block-text h1 + h3 span:last-child:after{display:none}

.flex-block-text .block-text b{
    font-size: 20px;
    margin-bottom: 25px;
    font-weight: 500;
}

.flex-block-text h1 span {
	font-size: 30px;
	display: block;
	white-space: nowrap;
	position: relative;
	font-weight: 600;
	color: #276086;
}


.flex-block-text h1 b {
	display: block;
	position: relative;
	font-weight: 600;
	align-items: center;
	font-size: 42px;
	letter-spacing: 0;
}


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

.flex-block-text>div img{
	border-radius:50%
}

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

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

.block-text-content {
    margin: 100px auto;
    color: #000;
    font-size: 17px;
    text-align: center;
    max-width: 920px;
    text-align: center;
}
.block-text-content h2{
    margin-bottom: 60px;
    font-size: 30px;
}
.block-text-content h2 span{
    color: var(--second);
}
.block-text-content.back-block{
	 background: url(../images/top.png), url(../images/bottom.png);
	 background-repeat: no-repeat;
	 padding: 75px 20px 70px;
	 background-position: 3% 0%, 97% 100%;
	 display: block;
	 font-weight: 600;
	 max-width: 850px;
}
.block-text-content.back-block h2 {
	font-size: 25px;
	font-weight: 300;
	margin: 0 auto 40px;
	position: relative;
	color: #d0ddc3;
	text-align: center;
	max-width: 760px;
}
.block-text-content.back-block p{
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	font-style: italic;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
}
.block-text-content.back-block p i{color:var(--primary);}

.block-text-content {
    margin: 100px auto;
    color: #000;
    font-size: 17px;
    text-align: center;
    max-width: 920px;
    text-align: center;
}
.block-text-content h2{
    margin-bottom: 60px;
    font-size: 30px;
}
.block-text-content h2 span{
    color: var(--primary);
}

.block-text-content p {
	font-size: 18px;
	margin: 0px;
	font-weight: 300;
	line-height: 1.8;
}



.block-text-center {
    margin: 70px auto 120px;
    color: #000;
    font-size: 17px;
    text-align: center;
    max-width: 950px;
    text-align: center;
    padding: 0px 15px;
}
.block-text-center h2{
    margin-bottom: 20px;
    font-size: 21px;
    color: #276086;
    font-weight: 700;
}
.block-text-center h2 span{
    color: var(--second);
}

.block-text-center p {
	font-size: 19px;
	margin: 0px;
	font-weight: 300;
	color: #276086;
}

.flex-block-3 {
	max-width: 1300px;
	margin: 0 auto 180px;
	background-repeat: no-repeat;
}
.flex-block-3 img{
	max-width:100%
}

.flex-block-3 .back2 > div{
    height: 100%;
    background:url(../images/back1.jpg);
    min-height: 470px;
    background-size: cover;
    top: 40px;
    position: relative;
    left: 50px;
}
.flex-block-3>div {
	margin: 0 auto;
}

.flex-block-3 h2 {
	font-size: 35px;
	font-weight: normal;
	margin-bottom: 30px;
	color: #d0ddc3;
}
.flex-block-3 h2 span{
    font-size: 45px;
}

.flex-block-3 p {
	font-weight: 300;
	font-size: 17px;
	display: block;
	margin: 0;
	color: #fff;
	max-width: 470px;
	margin: 0 auto;
	padding-top: 80px;
}


.flex-block-4 {
    max-width: 1300px;
    margin: 0 auto 150px;
}
.flex-block-4 > div{align-items:center}

.flex-block-4 > div h2{
    margin: 0;
    padding-left: 30px;
}
.flex-block-4 > div h2 span{
    display: block;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.flex-block-4 > div h2 b{
    font-size: 40px;
    display: block;
}
.flex-block-4 > div h2 b small{
    font-size: 25px;
}

.flex-block-text h1 b {
    position: relative;
    display: block;
    width: 100%;
    z-index: 1;
    color: var(--second);
    font-size: 40px;
    font-weight: 700;
    padding-left: 0;
    margin: 0px 0px 20px;
    background:  url(../images/forme.png) no-repeat;
    background-position: 0px 100%, 100% 2px;
    padding-bottom: 31px;
    margin-bottom: 19px;
    max-width: 520px;
}

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

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

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

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

.block-btn-footer {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0px 15px;
	background: url(../images/top.jpg) #223634 no-repeat;
}
.block-btn-footer img{
    max-width: 190px;
    margin: 0 auto;
    display: block;
}
.flex-bottom-footer {
    margin: 0 auto;
    width: 100%;
	color:#fff;
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;      
    position: relative;
    max-width: 1440px;
    background: url(../images/footer.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 40px 20px 33px 20px;
    margin-top: 150px;
}

.flex-bottom-footer .right-top {
    display: flex;
    flex-direction: column;  
    align-items: flex-start;  
    gap: 10px;                
}

.flex-bottom-footer .phone {
    text-decoration: none;
    color: inherit;
}


.right-top{width: 100%;max-width: 1200px !important;margin: 0 auto;}
.right-top > div{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.right-top > div p{
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
}
.right-top > div  a{
    clear: both;
}
.flex-bottom-footer > div{
    max-width: 33.3333%;
}
.flex-bottom-footer > div span{color:#fff;}
.flex-bottom-footer > div p{}
.text-footer p {
}
.text-footer p b {font-size: 30px;font-weight: 700;display: block;line-height: 1.2;}
.flex-bottom-footer img {
}

.text-footer p {
	margin: 0;
	font-size: 22px;
	font-weight: 200;
	color: #fff;
	margin-bottom: 40px;
	max-width: 420px;
}
.text-footer span{
    font-size: 30px;
    display: block;
    line-height: 1.2;
    color: #d0ddc3;
    font-weight: 600;
}
.flex-bottom-footer .phone {
	color: #fff;
	font-size: 29px;
	display: block;
	font-weight: 700;
	text-align: left;
	padding: 0 !important;
	margin: 0px 0px 10px;
}
.btn-doctolib{
	transition:0.3s ease all;
	overflow:hidden;
	display: table;
}
.btn-doctolib img{
	transition:0.3s ease all;
	position: relative;
	left: 0;
}
.btn-doctolib:hover img{
	left: -30px;
}

.right-top {
  display: flex;
  flex-direction: column;  
  align-items: flex-end;    
  text-align: right;       
}

.right-top span {
  display: flex;
  gap: 15px;              
  justify-content: flex-end;
}

.right-top .phone {
  text-decoration: none;   
  color: inherit;           
}


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


.footer-ico {
	display: block;
	max-width: 120px;
	filter: brightness(0) saturate(100%) invert(25%) sepia(67%) saturate(541%) hue-rotate(158deg) brightness(99%) contrast(94%);
}

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

.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: #0a9282;
	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 ***/

@media (max-width: 1280px) {

	.navbar-nav:after {
		height: 100%;
	}
	.header:after{
    width: 50%;
    background-position: right;
}

	.flex-block-3 .back2 > div{
		left:0
	}

	.top {
		padding: 8px 15px;
		padding-right: 0;
	}

	.navbar .navbar-nav .nav-item .nav-link {
		padding: 15px 16px;
	}

	.flex-block-text h1 span {
	}

	.menubox {
		padding-left: 0;
	}

}

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

@media (max-width: 992px) {
	.flex-block>div .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
		top: 0 !important;
	}
.flex-block-2 .flex-block_text{
    max-width: 350px;
    margin-bottom: 40px;
}
.flex-block-2 .flex-block_text h2{display: table;margin: 0 auto 10px;padding-right: 0;}
	.flex-block-4 > div h2{
		text-align:center;
		padding: 0;
	}
.flex-block-2 .flex-block_text p{
	text-align:center
}
	.flex-block-4 > div h2 b{
    font-size: 28px;
    margin-top: 14px;
}
	.flex-block-4 > div h2 b small{
    display: block;
    font-size: 20px;
}
	.flex-block-3:after {
		display: none
	}
.flex-block-3 h2 br{display:none}
	.flex-block>div .col-12.back2>div {
		margin: 0;
		text-align: center;
		top: 0;
		left: 0;
		width: 100%;
	}
.flex-block-3 p{
    padding: 0;
}
	.flex-block-3 .back2 > div{
    height: auto !important;
    min-height: auto;
    padding: 80px 15px 120px;
    background-position: bottom;
    margin-bottom: 30px !important;
}

	.flex-block-text h1 + h3{
    padding: 0;
    justify-content: space-around;
}
	.flex-block-text p{padding:0;margin-bottom:40px}

	.banner-header {
		height: 350px;
		margin: 0 auto;
	}

	.flex-block-text h1 {
		text-align: center;
		margin: 15px auto;
		background-position: 55% 0%;
		margin-bottom: 30px;
	}
.flex-block-text .block-text{
    display: table;
    margin: 0 auto;
    border: none;
    padding: 0;
}
	.flex-block-text .block-text b{
    margin-bottom: 5px;
}
	.flex-block-text h1 span {
		left: 0;
		font-size: 30px;
	}

	.flex-block-text h1 b {
		text-align: center;
		font-size: 40px;
	}

	.flex-bottom-footer {
		flex-direction: column;
		overflow: hidden;
		padding: 40px 20px;
		background-size: cover;
	}
	.text-footer span{
    font-size: 21px;
    text-align: center;
    margin-bottom: 50px;
}
.block-btn-footer{
    background-position: 50% 0%;
    padding-bottom: 50px;
}
	.flex-bottom-footer>div {
		width: 100%;
		max-width: 100%;
	}

	.flex-bottom-footer img {
		margin: 0 auto;
		display: table;
	}

	.flex-bottom-footer .right-top {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		border: none;
		margin-top: 50px;
	}
.flex-bottom-footer .right-top span{
	display:block;
	text-align:center;
	max-width: 190px;
	margin: 0 auto 15px;
}
	.flex-bottom-footer p {
		margin: 0 auto 10px;
		text-align: center;
		font-size: 20px;
	}
	.right-top > div p{
    max-width: 180px;
}
.text-footer p b{
    font-size: 22px;
}
	.flex-bottom-footer a {
		display: table;
		margin: 0 auto 30px;

	}

	.btn-contact {
		display: table;
		margin: 0 auto;
	}

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

	.block-text-content {
		margin-bottom: 0;
		margin: 50px auto;
	}
.flex-block-3{
    margin-bottom: 80px;
}
	.flex-block>div .col-12 img {
		max-width: 100%;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
.block-text-content p{
	text-align:center;margin-bottom:80px
}
	.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 !important;
		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 {
		font-weight: 500;
		font-size: 16px;
		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: 8px 10px;
		font-size: 19px;
		color: #fff;
		text-align: center;
		letter-spacing: 0;
		font-weight: normal;
	}

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

	.dropdown-menu {
	}

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

	.menubox {

width: 100%;

top: 50px !important;

border: none;

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: 50px 20px;

background: var(--primary);

height: 100%;

display: block !important;

margin: 0px !important;

}

	.logo img {
		display: block;
		margin: 0 auto 15px;
	}

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

	.logo {
		padding: 25px;
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
	}
.block-banner-img{
    max-width: 100%;
}
	.block-banner {
		width: 100%;
		padding: 0;
		height: 400px;
	}

	.flex-block-text {
		padding: 40px 20px 0px;
		margin-top: 0;
		overflow: hidden;
		margin-bottom: 70px;
	}

	.logo a {
		padding: 0px;
		margin-bottom: 0;
		width: 100%;
	}

	.top {
		display: none
	}

	.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: 10px;
		padding: 0;
		display: block;
		background-size: contain;
		background-position: 0% 0%;
	}

	.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;
		padding: 0px 29px 0px !important;
		margin-bottom: 0 !important;
		overflow: hidden;
	}
	.block-encarts > h2{
		text-align:center;
		margin-bottom: 40px;
	}

.block-text-content.back-block{
    margin-top: 50px;
    padding: 80px 25px !important;
}
	
	.flex-block-text h1 + h3{
    flex-direction: column;
    gap: 10px 0px;
    margin-bottom: 30px;
}
	.block-encarts{padding-bottom: 0;margin-bottom: 60px;}
	.block-encarts > h2 b{
    font-size: 25px;
}
	.block-text-content h2{margin-bottom:20px;font-size: 28px;}
.btn-rdv{
	margin-bottom:80px
}
	.block-text-content.back-block h2 {
		font-size: 22px;
	}

	.block-text-content p {
		text-align: center;
		padding: 0;
	}

	.block-text-content.back-block h2:before {
		display: none
	}

	.flex-block-text .back2>div {
		padding: 0px 10px;
		text-align: center;
		overflow: hidden;
	}

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

	.flex-block-text h1 span {
		line-height: normal;
		font-size: 19px;
	}

	.flex-block .col-12 {
		left: 0;
		top: 0;
		border: none;
		display: block;
	}
.flex-block-2>div .col-12{margin:0}
	.footerlink {
		text-align: center;
	}

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

	.flex-block {
		margin: 0px auto 20px;
		padding: 15px 0px 0;
		left: 0px !important;
		overflow: hidden;
	}
.flex-block-text{margin-bottom:40px}
	.flex-block-3 {
		margin-bottom: 50px;
		margin-top: 50px;
	}

	.flex-block-text h1 b {
		font-size: 23px;
	}

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

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

	.menubox:after {
		display: none;
	}

	.logo img {
		margin: 0 auto;
		display: block;
	}

	.logo:after {
		display: none
	}

	.logo {}

	.header {
		display: block;
	}

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

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

}

.text-center {
		margin: 0px auto 80px;
		display: block;
		max-width: 800px;
	}


	/* Recherches férequentes */ 

.axo-recherche>.container {
    padding: 30px 0px;
}

.axo-recherche h5 {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}


.axo-recherche .box-link {
    font-size: 13px;
}

.axo-recherche .box-link ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
    text-align: left;
}
.axo-recherche .box-link ul li a {
    color: var(--second);
    transition: all 0.3s;
    text-decoration: none;
}

.axo-recherche .box-link {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.axo-recherche .box-link>div {
    padding: 15px 0px;
}

.axo-recherche .box-link p {
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}


.axo-recherche h5 a {
    color: #fff;
    background: var(--primary);
    display: inline-block;
    padding: 10px;
    transition: all 0.4s;
    text-decoration: none;
	border-radius: 5px;
}
