@import url('https://fonts.googleapis.com/css?family=Montserrat|Poppins');
@import url("/include/fonts/font-awesome/styles-font-awesome.css");
/*
    font-family: 'Poppins', sans-serif;
    font-family: 'Montserrat', sans-serif;
*/
body{
	margin: 0;
	padding: 0;
	font-size: 16px;
    font-family: 'Poppins', sans-serif;
	color:#003254;
}
#copy {
	font-size: 14px;
	font-family: 'Poppins', sans-serif;
	text-align: center;
}
img{
	vertical-align: middle;
}
p{
	margin: 0;
}
#ascenseur
{	
	visibility: hidden;
	opacity: 0;
	transition: visibility 0.5s,opacity 0.5s;		
	position:fixed;
	right:25px;
	bottom:75px;
	z-index:1000;
	background-color:#003255;
	border-radius:20px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#ascenseur a
{
	color:#fff;
	padding:10px 15px;
}

.color1 {color: #009fe3;}
.color2 {color: #e6007e;}
.color3 {color: #003255;}
.fz1{font-size: 14px;}

header{
	padding: 10px;
}
nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}
nav li{
	margin:2px 10px;
	height: 34px;
	border-radius:18px;
	display: flex;
	justify-content: center;
	align-items: center;
}
nav li a{		
	color:#fff;
	text-decoration: none;
	padding: 0 10px;
	width: 100%;
}
nav li:not(:last-child){
	background-color: #009fe3;	
}
nav li:last-child{	
	width: 100%;
	background-color: #e6007e;	
}
.h1titre{
	padding: 0 15px;
}
h1{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;	
	font-weight: normal;
}
.h1{	
	font-family: 'Montserrat', sans-serif;
	color: #e6007e;
	text-transform: uppercase;
}
.wrapper1600{
	max-width:1640px;
	margin: auto;
	padding:20px;
}
.wrapper980{
	max-width:980px;
	margin: auto;
	padding:20px;
}
.wrapper1280{
	max-width:1280px;
	margin: auto;
	padding:10px;
}
.listeTarifs,.listePrestations {
	font-size: 16px;
}

.listePrestations .titre {
	font-size: 18px;
}

.listePrestations .texte2 {
	font-size: 14px;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-bottom: 20px;
}
.bloc_prestations > div > img {
	padding-bottom: 20px;
}
.btntarifs {

    bottom: 0px;
    position: absolute;
    right: 10px;

}
.ftz16 {
	font-size: 16px;
}

.cc-window {
	z-index: 15600000;
}
.ftz16 h3 {
	margin-top: 20px;
}
.bloc_prestations {
	height: 100%;
}

.listePrestations > div {
	padding-left: 70px;
	padding-right: 70px;
	padding-bottom: 70px;
	
	
	
}
.listePrestations > div > div {
	padding: 10px;
	border: thin solid #fff;
	
	position: relative;
}
.listePrestations > div > div:hover {
	border: thin solid #000;
	box-shadow: 1px 1px 5px #000;
	
}
.listeTarifs > div {
	border-bottom: 1px solid #000;
	padding-top: 10px;
	padding-bottom: 10px;
}
.listeTarifs > div > div:nth-child(3) {
	padding-bottom: 10px;
	padding-top: 10px;
}
.listeTarifs > div > div:nth-child(3) > a > img {
	margin-top: 10px;
}
.contact {
	font-size: 18px;
}
.contact > div {
	margin-top: 10px;
}
.contact input[type=text],.contact textarea {
	width: 100%;
	border-top: none;
	border-left: none;
	border-right: none;
}
.contact input[type=submit] {
	background-color: #000;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border: none;
}
.suc {
    background-color: green;
}
.fai {
    background-color: darkred;
}
.suc, .fai {
    text-transform: uppercase;
    color: white;
	font-size: 18px;
    text-align: center;
    padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.texte{
	margin: 60px 0;
}
.pack{
	margin:20px 0;
}
h2{
	font-weight: bold;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.services ul{
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 15px;
}
.services ul li:before{
	content: "\2022";
	color: #e6007e;
	display: inline-block;
	width: 15px;
}
.services ul li:nth-child(2n+2):before{
	color: #68bd44;
}
h3{
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
h3 span{
	color: #e6007e;
}
p.txt{
	font-size: 18px;
}
p.txt a{
	font-size: 24px;
	color:#003254;
	text-decoration: none;
}
.partenaires{
	margin: 30px 0 30px;
}
.partenaires>div{
	padding: 0 20px;
}
footer{
	margin-top: 30px;
	margin-bottom: 30px;
	background: #009fe3;
	color:#fff;
	line-height: 1.45;
}
footer>div>div{
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 20px;
}
footer a{
	color:#fff;
}
#copy{
	margin-bottom: 30px;
	color: #003255;
}
#copy a{
	color:#003255;
}


#menuXS{
	position: fixed;
	bottom: 0;
	background: #003255;
	width: 100%;
	text-align: center;
}
#menuXS>div{
	padding: 10px 0;
	border:1px solid #fff;
}




@media(max-width:767px){
	.slide+.slide,.slide>img+img,.hiddenXs{
		display:none;
	}
	.partenaires>div+div{
		margin-top: 10px;
	}
	body{
		margin-bottom: 75px;
	}
	nav li{
		width: 100%;
	}
}
@media(max-width:991px){
	.logo{
		margin-bottom: 20px;
	}
	footer>div>div:last-child{
		margin-top: 20px;
		text-align: center;
	}
}
@media(max-width:1199px){
	nav ul{
		justify-content: space-between;
	}
	footer{
		font-size: 18px;
	}
}
@media(min-width:768px){
	#menuXS{
		display: none;
	}
	header{
		padding: 20px;
	}
	.services ul{
		font-size: 22px;
	}
	.packs>div{
		padding: 0 40px;
	}
	.fz1{font-size: 18px;}
	
	h2{
		margin-top: 60px;	
		margin-bottom: 40px;
	}
	h3{
		font-size: 24px;
		margin-bottom: 30px;
		margin-top: 0;
	}
}
@media(min-width:992px){
	
	body{
		font-size:16px;
	}
	h1,h2{
		font-size: 20px;
	}
	nav ul{
		font-size: 18px;
	}
	nav li:last-child a{
		font-size: 24px;
	}
}
@media(min-width:992px){
	
	body{
		font-size: 24px;
	}
	h1,h2{
		font-size: 30px;
	}
}
@media(min-width:1200px){
	
	nav li:last-child{
		margin-left: 20px;
		width: 280px;
	}
	nav ul{
		justify-content: flex-end;
	}
}
@media(min-width:1400px){	
	body{
		font-size: 30px;
	}
}











