@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

:root{
	--primary : #fb1770;
	--second : #000000;
	--trois: #141212;
	--quattro: #858585;
	--black: #000;
}

body{
	background: var(--second);
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
}

header{
	height: 100vh;
	position: relative;
}

header .top,
header .body{
	position: relative;
}

header .top{
	display: flex;
	justify-content: space-between;
	z-index: 3
}

header #logo{
	display: table;
	max-width: 161px;
	margin: 20px 0 0 20px;
}

header #logo img{
	max-width: 100%;
	transition: 1s;
}

header .top .right{
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-top: 20px;
}

header .coord{
	align-items: center;
	display: flex;
	padding-right: 25px;
}

header .coord .adr{
	margin-right: 75px;
	margin-bottom: 0;
	text-transform: uppercase;
}

header .coord .tel{
	color: inherit;
	font-size: 18px;
	font-weight: 600;
}

header .coord .ico{
	display: inline-block;
	margin-right: 10px;
}

header .coord .tel .ico{
	transform: rotate(90deg);
}

#menu .nav-item:not(:last-of-type){
	margin: 0 20px;
}

#menu .nav-link{
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: .5s;
}

#menu .dropdown-menu{
	background: transparent;
	border: solid 1px #fff;
}

#menu .dropdown-item{
	color: #fff;
	font-weight: 500;
	letter-spacing: 1px;
	transition: .5s;
}
#menu .nav-item.show .nav-link,
#menu .nav-link:hover,
#menu .dropdown-item:hover{
	color: var(--primary);
}

#menu .dropdown-item:hover{
	background: transparent;
}

header .body{
	align-items: center;
	display: flex;
	height: calc(100% - 152px);
	justify-content: center;
	text-align: center;
	z-index: 2;
}

header #logo2{
	display: table;
	margin: 0 auto;
	max-width: 100%;
	width: 424px;
	margin-bottom: 10px;
}

header #logo2 img{
	max-width: 100%;
}

header .body .titre{
	color: var(--primary);
	font-size: 65px;
	font-weight: 700;
	line-height: 60px;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
}

header .body .titre span{
	color: transparent;
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: white;
	display: block;
	font-size: 70px;

}

header .body .sous-titre{
	font-size: 20px;
	letter-spacing: 2px;
	margin-bottom: 50px;
}

header .body .bouton{
	background: var(--primary);
	color: inherit;
	display: table;
	margin: 0 auto;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: .5s;
}

header .body .bouton:hover{
	background: var(--second);
	text-decoration: none;
}

#go-bottom{
	bottom: 20px;
	cursor: pointer;
	height: 86px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 43px;
	z-index: 2;
}

#go-bottom img{
	animation: arrowmove 2s infinite;
}

@keyframes arrowmove{
	0%{transform: translateY(0);}
	100%{transform: translateY(60px);}
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.5, 1.5);
	}
}

@-webkit-keyframes fadeInUpslide {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) translateX(-50%);
		transform: translate3d(0, 100%, 0) translateX(-50%);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) translateX(-50%);
		transform: translate3d(0, 0, 0) translateX(-50%);
	}
}

@keyframes fadeInUpslide {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0) translateX(-50%);
		transform: translate3d(0, 100%, 0) translateX(-50%);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0) translateX(-50%);
		transform: translate3d(0, 0, 0) translateX(-50%);
	}
}

.fadeInUpslide {
	-webkit-animation-name: fadeInUpslide;
	animation-name: fadeInUpslide;
}

#headercarousel{display: block;position: absolute; top: 0; left: 0; width: 100%; height: 100%;z-index: 1;}
#headercarousel .carousel-item{height: 100%; width: 100%; z-index: 9;}
#headercarousel .carousel-item .img-carousel{width: 100%; height: 100%; object-fit: cover; display: block; position: relative;  -webkit-animation: zoom 20s;
	animation: zoom 20s;
}
#headercarousel .carousel-caption{position: absolute; top: 45%; left: 50%; transform: translateX(-50%) !important; right: auto; width: 700px; padding: 15px; max-width: 100%; margin: 0px auto;}

#headercarousel .carousel-caption h3{font-weight: bold; font-size: 24px;}
#headercarousel .carousel-caption p{font-size: 16px;}

#headercarousel .carousel-inner{height: 100%; width: 100%;}
#headercarousel .carousel-control-next,#headercarousel .carousel-control-prev{width: 50px;}
#headercarousel .carousel-indicators{bottom: 0px;}
#headercarousel.carousel-fade .carousel-item {
	opacity: 0;
	transition: opacity ease-out .7s;
}

#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .carousel-item-next.carousel-item-left,
#headercarousel.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

#headercarousel.carousel-fade .carousel-item-next,
#headercarousel.carousel-fade .carousel-item-prev,
#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

#headercarousel .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	border:1px solid #fff;
}
#headercarousel .carousel-indicators li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: transparent;
	border: none;
	border-radius: 15px;
	border:1px solid #fff;
}

#bloc-1{
	margin: 80px auto;
	overflow: hidden;
}

#bloc-1 .container{
	max-width: 1440px;
}

#bloc-1 .back-title:before{
	background: var(--quattro);
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-10px, -50%);
	width: 42px;
}
#bloc-1 .back-title{
	color: var(--black);
	font-size: 60px;
	font-weight: 700;
	line-height: 47px;
	/*margin-bottom: -20px;*/
	position: relative;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--quattro);
	transform: translateX(-10px);
	text-transform: uppercase;
}

#bloc-1 h1{
	font-size: 34px;
	position: relative;
}

#bloc-1 .separe{
	border-bottom: solid 1px #858585;
	display: block;
	max-width: 245px;
	margin-bottom: 50px;
}
#bloc-1 .separe:after{
	background: var(--primary);
	border-left: solid 5px var(--second);
	border-right: solid 5px var(--second);
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	transform: translateY(1px);
	width: 85px;
}

#bloc-1 .box2{
	position: relative;
}

#bloc-1 .box2 .atelier{
	align-items: center;
	background: var(--primary);
	border-radius: 100%;
	bottom: 30px;
	display: flex;
	justify-content: center;
	height: 165px;
	position: absolute;
	width: 165px;
	text-align: center;
	transform: translateX(-50%);
}

#bloc-1 .box2 .atelier p{
	font-size: 18px;
	margin-bottom: 0;
}

#bloc-1 .box2 .atelier p span{
	display: block;
}

#bloc-1 .box2 .atelier p big{
	font-size: 36px;
	font-weight: 600;
}

#bloc-1 .box2 .atelier p small{
	font-size: 24px;
	font-weight: 500;
}

#bloc-2{
	display: flex;
	justify-content: center;
	margin: 80px auto;
}

#bloc-2 .box{
	color: #fff;
	display: table;
	margin: 10px;
	position: relative;
}

#bloc-2 img{
	max-width: 100%;
	transition: .5s;
}

#bloc-2 .box:hover img{
	filter: contrast(1.5);
}

#bloc-2 .box .txt{
	background: rgb(0 0 0 / 67%);
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 50px 5px;
	width: 100%;
	transition: .5s;
}

#bloc-2 .box:hover .txt{
	background: var(--primary);
}

#bloc-2 .box h2{	
	font-size: 24px;
	margin: 0 auto;
	font-weight: 600;
	text-align: center;
}

#bloc-2 .box h2 small{
	display: block;
	font-weight: 500;
}

#bloc-2 .box ul{
	list-style: none;
	min-height: 120px;
	padding: 0;
	margin-bottom: 30px;
}

#bloc-2 .box .bouton{
	border: solid 1px #fff;
	color: #fff;
	display: table;
	font-size: 18px;
	padding: 8px 20px;
	transition: .5s;
}

#bloc-2 .box .bouton:hover{
	background: var(--second);
	text-decoration: none;
}

#bloc-3{
	margin: 80px auto;
	overflow: hidden;
}

#bloc-3 .container{
	max-width: 1440px;
}

#bloc-3 .back-title:before{
	background: var(--quattro);
	content: "";
	display: block;
	height: 3px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translate(-10px, -50%);
	width: 42px;
}
#bloc-3 .back-title{
	color: var(--black);
	font-size: 60px;
	font-weight: 700;
	line-height: 47px;
	/*margin-bottom: -20px;*/
	position: relative;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--quattro);
	transform: translateX(-10px);
	text-transform: uppercase;
}

#bloc-3 h2{
	font-size: 34px;
	position: relative;
}

#bloc-3 .big{
	font-size: 18px;
	font-style: italic;
}

#bloc-3 .separe{
	border-bottom: solid 1px #858585;
	display: block;
	max-width: 245px;
	margin-bottom: 50px;
}
#bloc-3 .separe:after{
	background: var(--primary);
	border-left: solid 5px var(--second);
	border-right: solid 5px var(--second);
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	transform: translateY(1px);
	width: 85px;
}
#bloc-4{
	margin: 80px auto;
	text-align: center;
}

#bloc-4 .container{
	max-width: 900px;
}

#bloc-4 .back-title{
	color: var(--black);
	font-size: 60px;
	font-weight: 700;
	line-height: 47px;
	/*margin:0 auto -20px;*/
	position: relative;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: var(--quattro);
	transform: translateX(-10px);
	text-transform: uppercase;
}

#bloc-4 h2{
	font-size: 34px;
	position: relative;
}

#bloc-4 .separe{
	border-bottom: solid 1px #858585;
	display: block;
	max-width: 245px;
	margin: 0 auto 50px;
}
#bloc-4 .separe:after{
	background: var(--primary);
	border-left: solid 5px var(--second);
	border-right: solid 5px var(--second);
	content: "";
	display: block;
	height: 8px;
	margin: 0 auto;
	transform: translateY(1px);
	width: 85px;
}

#bloc-5{
	background: url(../images/back.jpg) no-repeat center/cover;
	margin: 80px auto;
	padding: 100px 0;
	position: relative;
}

#bloc-5:after{
	background: var(--quattro);
	content: "";
	display: block;
	position: absolute;
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
}

#bloc-5 .container{
	position: relative;
	z-index: 2;
}

#bloc-5 h2{
	font-size: 34px;
	margin-bottom: 30px;
}

#bloc-5 p.big{
	font-size: 18px;
	font-style: italic;
	margin-bottom: 30px;
}

footer{
	background: var(--trois);
	overflow: hidden;
	color: #fff;
}
footer .info-box{
	padding: 20px 40px;
}
footer .info-box .img{
	margin-bottom: 20px;
}
footer .info-box .img img:first-child{
	width: 190px;
	max-width: 100%;
}
footer .info-box .ico{
	color: var(--primary);
	display: inline-block;
	margin-right: 3px;
	font-size: 18px;
}
footer .container{
	width: 1400px;
	max-width: 100%;
}
footer .top-footer{
	padding: 60px 15px 60px;
}
footer .top-footer p{
	font-size: 17px;
	margin-bottom: 10px;
}
footer .top-footer .tel a{
	color: #fff;
	font-weight: 700;
	font-size: 22px;
	text-decoration: none;
	transition: all 0.4s;
}
footer .top-footer .tel a:hover{
	opacity: 0.4;
}
footer h4{
	text-transform: uppercase;
	margin-bottom: 20px;
}
footer h4:after{
	content: '';
	display: block;
	width: 100px;
	max-width: 100%;
	margin-top: 15px;
	background: var(--second);
	height: 3px;
}

footer .info-box .ico{
	width: 25px;
}

footer .bouton{
	background: var(--primary);
	color: #fff;
	display: table;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
	margin: 10px 0 0;
	text-transform: uppercase;
	transition: .5s;
}

footer .bouton:hover{
	background: var(--second);
	color: #fff;
	text-decoration: none;
}

.axo-footer{
	padding: 10px 15px;
	background: var(--second);
}
.axo-footer .axo-logo{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0px 5px;
}
.axo-footer .axo-logo img{
	max-width: 100%;
	width: 125px;
}
.axo-footer .footerlink{
	color: #fff;
}
.axo-footer .footerlink a{
	color: #efefef;
	transition: all 0.3s;
	text-decoration: none;
}
.axo-footer .footerlink a:hover{
	opacity: 0.3
}
.axo-footer .inlineblock{
	padding-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}
.axo-footer .inlineblock li{
	display: inline-block;
}
.axo-footer .inlineblock li:after{
	content: ' - ';
}
.axo-footer .inlineblock li:last-child:after{
	display: none;
}
.flex-rs{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
}
.flex-rs a.link-rs{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	text-decoration: none;
	margin: 0px;
	transition: .5s;
}
.flex-rs a.link-rs:hover{
	opacity: 0.4;
}
.flex-rs a.link-rs .txt{
	color: #fff;
	font-size: 17px;
	transition: all 0.4s;
}
.flex-rs a.link-rs .ico{
	width: 25px;
}

.axo-recherche{
	font-size: 14px;
}

.axo-recherche h5{
	font-size: 15px;
	margin-bottom: 20px;
}

.axo-recherche ul{
	list-style: none;
}

.axo-recherche ul a{
	color: inherit;
}

#page #go-bottom{
	display: none;
}

#content{
	background: var(--trois);
	margin: 0;
	padding: 20px 0 50px;
}

#content .container{
	width: 100%;
	max-width: 1440px;
	margin: auto;
}
#content .corp{
	padding: 0 15px;
}
#content h1{
	color: #fff;
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
	font-weight: 600;
	line-height: 30px;
}

#content h1 small{
	color: var(--quattro);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

#content h2{
	border-top: solid 1px var(--quattro);
	border-bottom: solid 1px var(--quattro);
	color: #fff;
	text-align: center;
	font-size: 15px;
	padding: 30px 15px;
	margin: 50px auto;
	line-height: 25px;
	font-weight: 400;
}

#content h2 a{
	color: inherit;
	font-weight: 600;
}

#content h3{
	color: #fff;
	font-size: 20px;
	margin: 40px 0 10px;
	font-weight: 700;
}

#content h3 small{
	color: var(--primary);
	text-transform: uppercase;
}

#content h4{
	display: flex;
	align-items: center;
	color: inherit;
	font-size: 18px;
	margin:10px 0 5px;
	font-weight: 600;
}
#content h4:before {
	color: var(--primary);
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f0c8";
}
#content p{
	font-size: 16px;
	text-align: justify;
}
#content strong{
	color: inherit;
	font-weight: 600;
}
#content ul{
	padding-left: 20px;
	margin: 15px auto;
	list-style: none;
}
#content ul li{
	font-size: 16px;
	margin:5px 0;
}
#content ul li:before {
	color: var(--primary);
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f054";
}
#content p a,
#content li a{
	color: var(--primary);
	font-weight: 600;
}
#content hr{
	border-color: #fff;
	margin: 40px auto;
}
#content .slogan{
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	max-width: 800px;
}
#content .center{text-align: center !important;}

#content .imgD,
#content .imgG{
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
}

#content .imgG{
	flex-direction: row-reverse;
}

#content .imgD>div,
#content .imgG>div{
	width: 100%
}

#content .imgD>div:last-child{
	max-width: 600px;
	margin-left: 30px;
}

#content .imgG>div:last-child{
	max-width: 600px;
	margin-right: 30px;
}

#content .imgD>div:last-child img,
#content .imgG>div:last-child img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .bloc-txt{
	box-shadow: 0 0 10px #0002;
	padding: 20px;
	margin: 40px auto;
}

#content .bloc-txt>*:first-child,
#content .imgD>div:first-child>*:first-child,
#content .imgG>div:first-child>*:first-child{
	margin-top: 0;
}

#content .bloc-txt>*:last-child,
#content .imgD>div:first-child>*:last-child,
#content .imgG>div:first-child>*:last-child{
	margin-bottom: 0;
}

#content .breadcrumb{
	background: initial;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 30px;
}
#content .breadcrumb a{
	color:var(--quattro);
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s;
}

#content #foot-page{
	background: var(--primary);
	border-radius: 5px;
	color: #fff;
	padding: 30px 15px;
	margin: 15px auto;
}

#content #foot-page a{
	color: inherit;
}

#content #foot-page p{
	margin: 0;
	text-align: center;
}

.box-tel{
	color: inherit !important;
	text-decoration: none !important;
}
.box-tel:hover{
	color: inherit !important;
	text-decoration: none !important;
}

#content .bouton{
	background: var(--primary);
	border: solid 3px var(--primary);
	border-radius: 5px;
	color: #fff;
	display: table;
	text-align: center;
	font-weight: 600;
	padding: 10px 30px;
	margin: 15px auto;
	transition: .5s;
}

#content .bouton:hover{
	background: #fff;
	color: var(--primary);
	text-decoration: none;
}

@media(max-width: 991px){
	#content .imgD,
	#content .imgG{
		flex-direction: column-reverse;
		align-items: center;
	}
	#content .imgG>div:last-child, 
	#content .imgD>div:last-child{
		margin: 30px auto;
		width: 100% !important;
		max-width: 100%;
	}
}

@media (min-width: 1201px){
	header .top.fixed{
		background: var(--second);
		border-bottom: solid 1px #fff;
		position: fixed;
		width: 100%;
		animation: slideMenu 1s;
		top:0;
	}
	@keyframes slideMenu{
		0%{transform: translateY(-100%);}
		100%{transform: translateY(0);}
	}
	header .top.fixed #logo{
		width: 102px;
	}

	header .top.fixed #menu .dropdown-menu{
		background: var(--second);
	}

	header .top.fixed .right{
		padding-top: 10px;
	}

	#page header{
		height: 500px;
	}
	#page header #logo2{
		width: 250px;
	}
}

@media (max-width: 1200px){
	header{
		height: 500px;
		margin-top: 83px;
	}
	header .top{
		align-items: center;
		background: var(--second);
		border-bottom: solid 1px #fff;
		position: fixed;
		width: 100%;
		animation: slideMenu 1s;
		top:0;
	}
	header .top #logo{
		width: 100px;
		position: absolute;
		top: 15px;
		left: 10px;
		margin: 0;
	}
	header .top .right{
		padding-top: 0;
		width: 100%;
	}
	header .top .coord{
		position: fixed;
		right: 80px;
		top: 25px;
	}
	header .coord .adr{
		display: none;
	}

	header .body{
		height: 100%;
	}

	#menu{
		justify-content: flex-end;
		width: 100%
	}

	#menu .navbar-nav{
		max-width: 400px;
		margin: 0 auto;
	}

	#menu .nav-link,
	#menu .dropdown-item{
		text-align: center;
	}
	header #logo2{
		width: 250px;
	}
	
}

@media (max-width: 991px){
	#bloc-1 .box1{
		margin-bottom: 120px !important;
	}
	#bloc-1 .box2 .atelier{
		bottom: initial;
		left: 50%;
		transform: translate(-50%, -50%);
		top: 0%;
	}
	#bloc-2{
		flex-wrap: wrap;
	}
	#bloc-2 .box{
		width: calc(50% - 20px);
	}
	#bloc-2 img{
		width: 100%;
	}
	#bloc-5:after{
		top: initial;
		bottom: 0;
		width: 100%;
		height: 32%;
	}
}

@media (max-width: 768px){
	#sect-avis .top{
		flex-direction: column;
	}
	#sect-avis .top h2{
		margin-bottom: 20px;
		text-align: center;
	}
	#sect-avis h2{
		font-size: 32px;
	}
}

@media (max-width: 550px){
	header .body .titre{
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	header .body .titre span{
		font-size: 40px;
	}
	header .body .sous-titre{
		font-size: 16px;
		max-width: 250px;
		margin: 0 auto 30px;
	}
	#bloc-1 .back-title,
	#bloc-3 .back-title,
	#bloc-4 .back-title{
		font-size: 40px;
	}
	#bloc-1 h1,
	#bloc-3 h2,
	#bloc-4 h2{
		font-size: 25px;
	}
	#bloc-2 .box .txt{
		padding: 20px 5px;
	}

	#bloc-2 .box:hover .txt{
		background: var(--primary);
	}

	#bloc-2 .box h2{	
		font-size: 16px;
	}
	footer .info-box{
		padding: 20px 15px;
	}
	footer .info-box .img{
		text-align: center;
	}
}