@font-face {
    font-family: 'Magnolia Script';
    src: url('../fonts/Magnolia-Script.woff2') format('woff2'),
    url('../fonts/Magnolia-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


.grab {
	box-shadow: 0px 1px 8px -2px #000;
	border-radius: 0px 0px 12px 12px;
}

.connexion_link {
	position: absolute;
	right: 9%;
	top: 60px;
	font-family: Arial, sans-serif;
	color: #006745;
	font-size: 15px;
	font-weight: bold;
}

.connexion_link:hover {
	text-decoration: none;
	color: #006745;
}

.connexion_link img {
	margin-bottom: 5px;
}

.menu {
	background-image: url('../img/menu.png');
	height: 55px;
	background-repeat: no-repeat;
	background-position: center right;
	margin-top: 100px;
	background-size: contain;
}

#contactmenumob {
	display: none;
}


.menu ul {
    margin-left: 7%;
    margin-top: 5px;
    margin-right: 15% !important;
    width: 100%;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active a {
	color:#09a5c3 !important;
}

.menu li {
    padding-left:50px !important;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link {
	color:#ffffff;
	text-transform: uppercase;
	font-size: 0.9rem;
	font-family: Arial, sans-serif;
}

.menu .contact {
	color:#ffffff;
	font-size: 14px;
	font-family: Arial, sans-serif;
	text-decoration: underline;
	height: 32px;
	width: 210px;
	margin-right: 7%;
}

.navbar {
	background-image: url('../img/nav_shadow.png');
	background-position: bottom;
	background-repeat: repeat-x;
	padding: 0px;
	padding-bottom: 20px;
}

/*HOME PAGE*/
.home {
    background-image: url('../img/bg_home.png');
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 0 -1 12px 12px;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.text-home {
    font-family: 'Magnolia Script';
    font-size: 28px;
    line-height: 34px;
}

.b_home_text {
	color:#1d1d1b;
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0px 0px 16px #FFF;
	line-height: 25px;
	vertical-align: middle;
}

.b_home_aste {
	color:#5e5e5e;
	font-size: 11px;
}

/*DETAIL OFFRE*/
.detail {
    background-image: url('../img/bg_detail.png');
    background-repeat: no-repeat;
    height: 662px;
    border-radius: 0 -1 12px 12px;
    background-size: cover;
    width: 100%;
}

.pdetail {
	margin-top: 15.3%;
	margin-left: 21%;
}

.p2detail {
	margin-top: 27% !important; 
	margin-left: 7% !important;
}

.detail .titre {
	font-family: 'Magnolia Script';
    font-size: 30px;
    color:#FFF;
	text-shadow: rgb(0, 139, 147) 3px 0px 0px, rgb(0, 139, 147) 2.83333px 0.983333px 0px, rgb(0, 139, 147) 2.35px 1.85px 0px, rgb(0, 139, 147) 1.61667px 2.51667px 0px, rgb(0, 139, 147) 0.7px 2.91667px 0px, rgb(0, 139, 147) -0.283333px 2.98333px 0px, rgb(0, 139, 147) -1.25px 2.73333px 0px, rgb(0, 139, 147) -2.06667px 2.16667px 0px, rgb(0, 139, 147) -2.66667px 1.36667px 0px, rgb(0, 139, 147) -2.96667px 0.416667px 0px, rgb(0, 139, 147) -2.95px -0.566667px 0px, rgb(0, 139, 147) -2.6px -1.5px 0px, rgb(0, 139, 147) -1.96667px -2.26667px 0px, rgb(0, 139, 147) -1.11667px -2.78333px 0px, rgb(0, 139, 147) -0.133333px -3px 0px, rgb(0, 139, 147) 0.85px -2.88333px 0px, rgb(0, 139, 147) 1.75px -2.43333px 0px, rgb(0, 139, 147) 2.45px -1.73333px 0px, rgb(0, 139, 147) 2.88333px -0.833333px 0px;
}

.detail .texte {
	color:#000;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 15px;
}

.detail .texte2 {
	color:#000;
	font-size: 11px;
	font-family: Arial, sans-serif;
	line-height: 13px;
	font-style: italic;
}

.detail .link {
	font-size: 27px;
	font-family: Arial Black,Arial Bold, sans-serif;
	font-weight: bold;
	color:#c43e12;
}

.detail .link:hover {
	text-decoration: none;
}

/*INSCRIPTION*/

.inscription {
    background-image: url('../img/bg_defaut.png');
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 0px 0px 12px 12px;
    background-size: cover;
    width: 100%;
}

.inscription .texte_haut {
	color:#000;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 22px;
}

.inscription .mini_texte {
	color:#000;
	font-size: 10px;
	font-family: Arial, sans-serif;
	font-style: italic;
	line-height: 10px;
}

.inscription .warning {
	color:#000;
	font-size: 16px;
	font-family: Arial, sans-serif;
	font-style: italic;
	line-height: 14px;
}

.inscription .warning span {
	color:#e30613;
	font-size: 12px;
	font-family: Arial, sans-serif;
	font-style: italic;
}

.inscription .titre {
	margin-bottom: 5px !important;
}

.inscription .obligatoire {
	margin-bottom: 5px !important;
	color:#303140;
	font-size: 12px;
	margin-top: 5px;
	opacity: 0.5;
}

.inscription .form-control {
	height: calc(2rem + 2px) !important;
	box-shadow: 0px 1px 4px 0px grey inset;
	border-radius: 0px;
}

/*CONNEXION*/
.connexion {
    background-image: url('../img/bg_defaut.png');
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 0px 0px 12px 12px;
    background-size: cover;
    width: 100%;
}

.connexion .texte_haut {
	font-family: 'Magnolia Script';
    font-size: 41px;
    color:#FFF;
	text-shadow: rgb(0, 139, 147) 3px 0px 0px, rgb(0, 139, 147) 2.83333px 0.983333px 0px, rgb(0, 139, 147) 2.35px 1.85px 0px, rgb(0, 139, 147) 1.61667px 2.51667px 0px, rgb(0, 139, 147) 0.7px 2.91667px 0px, rgb(0, 139, 147) -0.283333px 2.98333px 0px, rgb(0, 139, 147) -1.25px 2.73333px 0px, rgb(0, 139, 147) -2.06667px 2.16667px 0px, rgb(0, 139, 147) -2.66667px 1.36667px 0px, rgb(0, 139, 147) -2.96667px 0.416667px 0px, rgb(0, 139, 147) -2.95px -0.566667px 0px, rgb(0, 139, 147) -2.6px -1.5px 0px, rgb(0, 139, 147) -1.96667px -2.26667px 0px, rgb(0, 139, 147) -1.11667px -2.78333px 0px, rgb(0, 139, 147) -0.133333px -3px 0px, rgb(0, 139, 147) 0.85px -2.88333px 0px, rgb(0, 139, 147) 1.75px -2.43333px 0px, rgb(0, 139, 147) 2.45px -1.73333px 0px, rgb(0, 139, 147) 2.88333px -0.833333px 0px;
}

.connexion form {
	background-color: #FFF;
	border: 3px solid #219aa1;
	border-radius: 20px;
	padding: 20px 40px;
}

.connexion .form-control {
	height: calc(2rem + 2px) !important;
	box-shadow: 0px 1px 4px 0px grey inset;
	border-radius: 0px;
}

.connexion p {
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
}

.connexion .not, .connexion a {
	color:#006745;
	font-size: 14px;
	font-weight: bold;
	margin-top: 15px;
}


/*CONFIRMATION*/
.confirmation {
    background-image: url('../img/bg_defaut.png');
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 0px 0px 12px 12px;
    background-size: cover;
    width: 100%;
}

.confirmation .texte_haut {
	font-family: 'Magnolia Script';
    font-size: 41px;
    color:#FFF;
	text-shadow: rgb(0, 139, 147) 3px 0px 0px, rgb(0, 139, 147) 2.83333px 0.983333px 0px, rgb(0, 139, 147) 2.35px 1.85px 0px, rgb(0, 139, 147) 1.61667px 2.51667px 0px, rgb(0, 139, 147) 0.7px 2.91667px 0px, rgb(0, 139, 147) -0.283333px 2.98333px 0px, rgb(0, 139, 147) -1.25px 2.73333px 0px, rgb(0, 139, 147) -2.06667px 2.16667px 0px, rgb(0, 139, 147) -2.66667px 1.36667px 0px, rgb(0, 139, 147) -2.96667px 0.416667px 0px, rgb(0, 139, 147) -2.95px -0.566667px 0px, rgb(0, 139, 147) -2.6px -1.5px 0px, rgb(0, 139, 147) -1.96667px -2.26667px 0px, rgb(0, 139, 147) -1.11667px -2.78333px 0px, rgb(0, 139, 147) -0.133333px -3px 0px, rgb(0, 139, 147) 0.85px -2.88333px 0px, rgb(0, 139, 147) 1.75px -2.43333px 0px, rgb(0, 139, 147) 2.45px -1.73333px 0px, rgb(0, 139, 147) 2.88333px -0.833333px 0px;
}

.confirmation p {
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-size: 16px;
}

.confirmation .not, .confirmation a {
	color:#006745;
	font-size: 14px;
	font-weight: bold;
	margin-top: 35px;
}

/*recapitulatif*/
.recapitulatif {
    background-image: url('../img/bg_defaut.png');
    background-repeat: no-repeat;
    height: 635px;
    border-radius: 0px 0px 12px 12px;
    background-size: cover;
    width: 100%;
}

.recapitulatif .texte_haut {
	font-family: 'Magnolia Script';
    font-size: 41px;
    color:#FFF;
	text-shadow: rgb(0, 139, 147) 3px 0px 0px, rgb(0, 139, 147) 2.83333px 0.983333px 0px, rgb(0, 139, 147) 2.35px 1.85px 0px, rgb(0, 139, 147) 1.61667px 2.51667px 0px, rgb(0, 139, 147) 0.7px 2.91667px 0px, rgb(0, 139, 147) -0.283333px 2.98333px 0px, rgb(0, 139, 147) -1.25px 2.73333px 0px, rgb(0, 139, 147) -2.06667px 2.16667px 0px, rgb(0, 139, 147) -2.66667px 1.36667px 0px, rgb(0, 139, 147) -2.96667px 0.416667px 0px, rgb(0, 139, 147) -2.95px -0.566667px 0px, rgb(0, 139, 147) -2.6px -1.5px 0px, rgb(0, 139, 147) -1.96667px -2.26667px 0px, rgb(0, 139, 147) -1.11667px -2.78333px 0px, rgb(0, 139, 147) -0.133333px -3px 0px, rgb(0, 139, 147) 0.85px -2.88333px 0px, rgb(0, 139, 147) 1.75px -2.43333px 0px, rgb(0, 139, 147) 2.45px -1.73333px 0px, rgb(0, 139, 147) 2.88333px -0.833333px 0px;
}

.recapitulatif .cadre {
	background-color: #FFF;
	border: 3px solid #219aa1;
	border-radius: 20px;
	padding: 20px 40px;
}

.recapitulatif p {
	margin-bottom: 5px;
	font-family: Arial,sans-serif;
	font-size: 16px;
	font-weight: bold;
}

/*personnalisation*/
.personnalisation {
    background-image: url('../img/bg_defaut.png');
    background-repeat: no-repeat;
    height: 840px;
    border-radius: 0px 0px 12px 12px;
    background-size: cover;
    width: 100%;
}

.personnalisation .texte_haut {
	font-family: 'Magnolia Script';
    font-size: 41px;
    color:#FFF;
	text-shadow: rgb(0, 139, 147) 3px 0px 0px, rgb(0, 139, 147) 2.83333px 0.983333px 0px, rgb(0, 139, 147) 2.35px 1.85px 0px, rgb(0, 139, 147) 1.61667px 2.51667px 0px, rgb(0, 139, 147) 0.7px 2.91667px 0px, rgb(0, 139, 147) -0.283333px 2.98333px 0px, rgb(0, 139, 147) -1.25px 2.73333px 0px, rgb(0, 139, 147) -2.06667px 2.16667px 0px, rgb(0, 139, 147) -2.66667px 1.36667px 0px, rgb(0, 139, 147) -2.96667px 0.416667px 0px, rgb(0, 139, 147) -2.95px -0.566667px 0px, rgb(0, 139, 147) -2.6px -1.5px 0px, rgb(0, 139, 147) -1.96667px -2.26667px 0px, rgb(0, 139, 147) -1.11667px -2.78333px 0px, rgb(0, 139, 147) -0.133333px -3px 0px, rgb(0, 139, 147) 0.85px -2.88333px 0px, rgb(0, 139, 147) 1.75px -2.43333px 0px, rgb(0, 139, 147) 2.45px -1.73333px 0px, rgb(0, 139, 147) 2.88333px -0.833333px 0px;
}

.personnalisation .cadre {
	background-color: #FFF;
	border: 3px solid #219aa1;
	border-radius: 20px;
	padding: 20px 40px;
}

.personnalisation .cadre p {
	font-family: 'Magnolia Script';
    font-size: 19px;
    color:#008b93;
    line-height: 20px;
}

.personnalisation .cadre p span {
	font-family: 'Magnolia Script';
    font-size: 14px;
    color:#008b93;
}

.personnalisation .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.personnalisation .inputfile + label {
    font-weight: bold;
    color: white;
    background-color: #008b93;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
}

.personnalisation .inputfile:focus + label,
.personnalisation .inputfile + label:hover {
    background-color: #008b93;
}

.personnalisation .ok {
    font-weight: bold;
    color: white;
    background-color: #008b93;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.5;
}

.personnalisation .ok:hover {
	text-decoration: none;
}

.personnalisation .form-control {
	height: calc(2rem + 2px) !important;
	box-shadow: 0px 1px 4px 0px grey inset;
	border-radius: 0px;
}

.personnalisation .texte_droite {
	color:#008b93;
	font-family: "Magnolia Script";
	font-size: 14px;
}

.personnalisation .previsualiser {
    font-weight: bold;
    color: white;
    background-color: #008b93;
    display: inline-block;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
	background-color: #008b93;
}

.personnalisation .previsualiser:hover {
	text-decoration: none;
}
.personnalisation .subtext {
	font-size: 10px;
	font-style: italic;
}

#prev {
	background-image: url('/img/fond_portemonai.png');
	height: 219px;
	width: 237px;
	padding: 11px;
}
#cgv {
    height: 170px;
    width: 100%;
    overflow: auto;
    background: #FFFFFF;
    margin-bottom: 5px;
    box-shadow: 0 0 13px 4px #dbd9db;
}

/*COLORS*/
.color1 {
	color: #008b93;
}
.color2 {
	color: #e30613;
}
.color3 {
	color: #444444;
}


/*MEDIA QUERIES*/
@media (min-width: 1200px){
.menu {
		background-size: cover;
	}
}

@media (max-width: 1200px){
	.container {
		max-width: 100% !important;
	}
}


.err {
	font-size: 10px;
	color:red;
	font-weight: bold;
}

.ierr {
	box-shadow: 0px 1px 4px 0px red inset !important;
} 

.modal-dialog {
	border: 2px solid #008b93;
	border-radius: 8px;
}

.modal-content {
	border:none !important;
}

.modal-body {
	font-weight: 500;
	font-size: 15px;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    color: #008b93;
    font-size: 33px;
    top: 0px;
    position: absolute;
    right: 10px;
}

.modal-title {
    width: 100%;
}

.modal-header {
	border:none !important;
}

.btn-custom {
	background-color: #008b93;
	color: #FFF;
	font-weight: bold;
}

.btn-close {
	background-color: transparent;
	color: #008b93;
}

.modal-footer {
	display: block;
}

@media (max-width: 1045px){
.menu li {
    padding-left: 45px !important;
}
}

@media (max-width: 1023px){
.menu li {
    padding-left: 30px !important;
}
}

@media (max-width: 956px){
.menu li {
    padding-left: 20px !important;
}
}

@media (max-width: 912px){
.menu li {
    padding-left: 5px !important;
}
}

@media (max-width: 845px){
.menu li {
    padding-left: 0px !important;
}
}

@media (max-width: 822px){

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link{
	font-size: 0.69rem;
}



.menu li {
    padding-left: 10px !important;
}
}



@media (max-width: 767px){
.navbar-collapse{
	margin-top:0px;
}

.contact {
	display: none;
}

#contactmenumob {
	display: block !important;
}

.navbar-collapse{
	height: 154px;
}

.menu {
	background: none;
}

.menu ul {
	margin-left: 0px;
}

.menu li {
	text-align: center;
	background-color: #006745;
	padding-left: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    font-size:16px;
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color:#09a5c3;
    font-size:16px;
}

#imghome {
	width: 80% !important;
	padding-left: 20px !important;
}

} 

@media (max-width: 727px){

#imghome {
	width: 85% !important;
	padding-left: 78px !important;
}

}

@media (max-width: 679px){

#imghome {
	width: 100%;
}

}


@media (max-width: 1080px){

#imghome {
	width: 100%;
	padding-left: 100px;
}

}

@media (max-width: 545px){

#imghome {
	display:none !important;
}

}


@media (max-width: 1138px){

.detail {
	background-image: url('../img/bg_defaut.png');
}

.pdetail {
 margin:0 auto;
}

.p2detail{
margin:0 auto;
}
}

@media (max-width: 497px){

.detail .link {
	font-size: 16px !important;
}

#imgdetail {
	    width: 35px;
}


}


@media (max-width:  575px){

	.txthide {
	display: none !important;
}

}


@media (max-width:  1040px){

	.inscription {
		height: 700px !important;
	}
}



@media (max-width:  821px){

	.inscription {
		height: 800px !important;
	}
}


@media (max-width:  768px){

	.inscription {
		height: 1100px !important;
	}

	
}

.pvl {
	float: right;
}


@media (max-width:  1101px){
.personnalisation {
		height: 800px !important;
	}
}

@media (max-width:  1083px){
.pvl {
	float: right;
	display: contents;
}
}

@media (max-width:  830px){
.personnalisation {
		height: 900px !important;
	}
}

@media (max-width:  767px){
.personnalisation {
		height: 1000px !important;
	}
}

@media (max-width:  630px){
.personnalisation {
		height: 1500px !important;
	}
}
@media (max-width:  435px){
.personnalisation {
		height: 1600px !important;
	}
@media (max-width:  374px){
.personnalisation {
		height: 1700px !important;
	}
}