/*
 * Prehome personnalisable
 * Auteur : alteriade
 * Version : 3.0
 * Date de la version : 2019/10/08
 *
 */

 @import url("https://use.typekit.net/nwq8pjl.css");

/*****************************************
 * Zone CSS du container de la prehome
 * Ne pas modifier
 *****************************************/

#alteriade_PH_loader,
#alteriade_PH_loader * {
	box-sizing: border-box;
}

#alteriade_PH_loader {
	height: 0;
	width: 0;
}

#alteriade_PH_Container,
#alteriade_PH_background {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}

#alteriade_PH_Container {
	z-index: 9000;
}

#alteriade_PH_background {
	background-color: #000;
	opacity: 0.8;
	z-index: 0;
}

#alteriade_PH_box_wrapper {
	background-color: none;
	z-index: 1;
	display: block;
	/*	max-width:100%;*/
	/*    max-width:95%;*/
	max-width: calc(100% - 30px);
	width: auto;
	/*	max-height:100vh;*/
	/*	max-height:95vh;*/
	max-height: calc(100vh - 30px);
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	/*    overflow:scroll;*/
}

#alteriade_PH_box {
	background-color: transparent;
	display: block;
	max-width: 100%;
	/*	border:3px solid red;*/
}

/*****************************************
 * CSS du bouton de fermeture
 * Modifier, mais avec modération
 *****************************************/

#alteriade_PH_box_wrapper {
	/*	padding:20px;*/
}

#alteriade_PH_close {
	display: block;
	width: 32px;
	height: 32px;
	background-color: #004EB4;
	border-radius: 50%;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
	z-index: 9999;
	transition: background-color 0.3s ease /*, outline-color .3s ease*/;
}

#alteriade_PH_close:hover,
#alteriade_PH_close:active,
#alteriade_PH_close:focus {
	background-color: #ffffff;
}

#alteriade_PH_close:before,
#alteriade_PH_close:after {
	display: block;
	content: " ";
	background-color: #ffffff;
	width: 3px;
	height: 23px;
	border: 0;
	position: absolute;
	top: 4px;
	left: 15px;
}

#alteriade_PH_close:after {
	transform: rotate(-45deg);
}

#alteriade_PH_close:before {
	transform: rotate(45deg);
}

#alteriade_PH_close:hover:before,
#alteriade_PH_close:active:before,
#alteriade_PH_close:focus:before,
#alteriade_PH_close:hover:after,
#alteriade_PH_close:active:after,
#alteriade_PH_close:focus:after {
	background-color: #004EB4;
}

/*****************************************
 * CSS du contenu
 * Modifier à volonté
 *****************************************/

/* police par défaut */
#alteriade_PH_Container {
	font-family: "acumin-pro-extra-condensed", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	color: #004EB4;
}

#alteriade_PH_contenu {
	text-decoration: none;
	margin: 0px;
	/*padding:0px;*/
	height: 100%;
	/*text-align:center;*/
	position: relative;
	z-index: 0;
}

.alteriade_PH_contenu_PH {
	position: relative;
	/*background: url("../images/background@2x.jpg") center center no-repeat;
	background-size: cover;
	padding:60px 40px;*/
	background-color:#F8F6EE;
}

.alteriade_PH_top {
	min-height:250px;
	background: url("../images/visuel.jpg") center center no-repeat;
	background-size: cover;
	padding:20px;
}

.alteriade_PH_logo {
	display:block;
	position: relative;
	width: 100%;
	max-width: 100px;
}


.alteriade_PH_texte {
	margin:15px auto;
	text-align: center;
	max-width: 475px;
	padding: 5px;
}

.alteriade_PH_titre {
	font-weight: 900;
	font-size:50px;
	line-height: 85%;
	text-transform: uppercase;
}

a.alteriade_PH_button {
	display: inline-flex;
	padding: 8px 28px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	border-radius: 30px;
	background: #FD5A5D;
	border: 1px solid #FD5A5D;

	color: #ffffff;

	text-align: center;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration: none;
	text-transform: uppercase;

	margin-top:15px;
}
a.alteriade_PH_button:hover,
a.alteriade_PH_button:active,
a.alteriade_PH_button:focus {
	background: #ffffff;
	color: #FD5A5D;
}

p.alteriade_PH_p {
	padding:0;
	margin-top:20px;
	font-weight: 400;
	font-size:16px;
	line-height:85%;
}

/******************/

img.alteriade_PH_img {
	max-width: 100%;
	width: auto;
	height: auto;
	display: block;
	padding: 0;
	/*margin:0 auto;*/
	border: 0;
	outline: none;
	box-shadow: none;
	background-color: transparent;
}

@media screen and (max-height: 480px) {
	#alteriade_PH_Container {
		overflow-x: auto;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 860px) {
	#alteriade_PH_Container {
		overflow-x: auto;
		overflow-y: scroll;
	}
}

@media screen and (max-width: 500px) {
	
	

}

@media screen and (max-width: 400px) {

	
	
}
