/* definition of the font as "mithella" */


@font-face {
    font-family: 'mithellabold';
    src: url('../fonts/mithella/mithella-bold-webfont.woff2') format('woff2'),
         url('../fonts/mithella/mithella-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



* {

	/* setting the font for all elements */

	font-family: 'Baloo Thambi 2', cursive;
	font-weight: 500;


}

html { 
	
	min-height: 100%;
	height: auto;

}

body {

	background: rgb(209,209,209);
	background: linear-gradient(0deg, rgba(209,209,209,1) 0%, rgba(255,255,255,1) 100%);

}


.logo {
	width: 80%;
	margin: 1em auto;
}

.header-nav .logo {
	width: 50%;
}

strong {
	font-size: 1.5rem;
	color: #ed1788;
	font-weight: 600;
}

.arrondi {

	display: table;

	background-color: transparent;

	border-radius: 0em;

	padding: 12px;

	margin: auto; /* centre l'élément */

	margin-bottom: 20px;

}

.encart {
	
	background-color: white;
	box-shadow: 0 0 30px #c5c5c5;
	
}

.image-arrondi {
	border-radius: 30px;
	
}
legend {
	
	text-align: center;
	font-size: 12px;
	margin: 1em 0 2em;
}

.arrondi-bouton {

	-webkit-box-shadow: 0px 3px 0px 10px rgba(210,148,97,1);

	-moz-box-shadow: 0px 3px 0px 10px rgba(210,148,97,1);

	box-shadow: 0px 3px 0px 10px rgba(210,148,97,1);

	display: table;

	background-color: #ffe7c6;

	padding: 12px;

	margin: auto; /* centre l'élément */

	margin-bottom: 20px;



	cursor: pointer;

	user-select: none;

}

.arrondi-bouton:hover {

	background-color: #843c93;

}




.arrondi-bouton2 {

	display: inline-block;

	max-width: 80%;
	
	color: white;

	background-color: #faea92;

	padding: 12px 50px;

	margin-top: 0px;

	margin-bottom: 20px;

	cursor: pointer;

	user-select: none;
	
	background: rgb(163,111,171);
	
	background: linear-gradient(180deg, rgba(163,111,171,1) 0%, rgba(133,61,148,1) 100%);
	
	box-shadow: 5px 5px 3px rgba(0,0,0,20%)

}

.arrondi-bouton2:hover {

	color: white;
	
	background-color: #843c93;
	
	box-shadow: 12px 12px 8px rgba(0,0,0,20%)

}

.arrondi-bouton2 h4 {
	margin: 0;
	padding: 0;
}

.arrondi-bouton2:active {

	
}


a.bouton-aide {
	display: block;
	width: 100%;
	height: 430px;
	padding: 270px 30px 0;
	font-size: 22px;
	line-height: 24px;
	background: url('../images/bg-bouton-aide.svg') no-repeat center center;
	background-size: contain;
	color: #fff;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
}

a.bouton-aide:hover {
	color: #fff;
	cursor: pointer;
}


/* effet roolover sur les boutons */

.bouton-aide, .arrondi-bouton2, .arrondi-bouton, .bouton-fleche {
	-webkit-transition: all 0.5s ease; /* Safari et Chrome */
	-moz-transition: all 0.5s ease; /* Firefox */
	-ms-transition: all 0.5s ease; /* Internet Explorer 9 */
	-o-transition: all 0.5s ease; /* Opera */
	transition: all 0.5s ease;
}

.bouton-aide:hover, .arrondi-bouton2:hover, .arrondi-bouton:hover, .bouton-fleche:hover {
	/* L'image est grossie de 10% */
	-webkit-transform:scale(1.1); /* Safari et Chrome */
	-moz-transform:scale(1.1); /* Firefox */
	-ms-transform:scale(1.1); /* Internet Explorer 9 */
	-o-transform:scale(1.1); /* Opera */
	transform:scale(1.1);
}


.bouton-fleche {

	display: table;

	margin: 0 auto;

	margin-bottom: 12px;

	width: 120px;

	height: 120px;

	background: url("../images/fleche.svg") no-repeat center top;

	background-size: contain;
	
	cursor: pointer;

}

.bouton-fleche:hover {



}

.bouton-fleche:active {

	background-position-x: 100%;

}


.sponsoring {
	
	border-radius: 30px;
	/*background: rgb(252,232,145);
	background: linear-gradient(180deg, rgba(252,232,145,1) 0%, rgba(212,194,223,1) 100%);*/
	background: white;
	padding-top: 30px;
	padding-bottom: 30px;
}
	

	

	

.clear-link, .clear-link:hover, .clear-link:active {

	color: inherit;

	cursor: inherit;

	text-decoration: inherit;

}



img.image{

	display:table;

	margin-left: auto;

	margin-right: auto;

	max-width: 95%;

}

.arrondi-first {

	margin-top: 10px;

}

.centrer-contenu {

	text-align: center;

}





h1 {

	font-weight: normal;

	font-size: 2.5rem;

	color: #c43a96;
	
	font-family: 'mithellabold';

}

h1.baseline {
	width: 60%;
    margin: -100px auto 40px;
    padding: 0;
    font-size: 34px;
}


h2 {
	color: #8a3b93;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}

h2::after {
	display: block;
	content: "";
	width: 30%;
	height: 4px;
	margin: 1em auto 0;
	background: #ccc;
	
}

h3, h4, h5{

	font-weight: 800;

}

h3 {

	font-size: 1.7rem;
	background: #faea92;
	text-align: center;
	color: black;


}

h5 {

	font-size: 1.3rem;

}



p {


	font-size: 1.3rem;
	line-height: 2rem;


}

ul {
	
	list-style: none;
}

ul li {


	font-size: 1.3rem;
	line-height: 2rem;
	text-align: left;
	padding: 20px 0px 20px 70px;
	background: url('../images/puce.svg') no-repeat left 5px;
	background-size: 60px;


}

.separateur {
	
	width: 100%;
	position: absolute;
	left: 0;
	height: 200px;
	background: #fff;
	background: url('../images/separateur.svg') no-repeat center center;
	background-size:contain;
}
.separateur-marge {
	margin-top: 100px;
}


.reseaux {
	color: white;
	border-radius: 30px;
	padding: 40px ;
	background: rgb(196,60,149);
	background: linear-gradient(180deg, rgba(196,60,149,1) 0%, rgba(130,61,145,1) 100%);
	background: rgb(205,118,181);
	background: linear-gradient(180deg, rgba(205,118,181,1) 0%, rgba(202,164,205,1) 100%);
}
.reseaux h2  {
	font-weight: normal;
	font-size: 2.2rem;
	color: #fff;	
	font-family: 'mithellabold';
}
.reseaux h2::after {
	display: none;
}
.reseaux .arrondi-bouton2 {
	margin:1em;
	background: none;
	box-shadow: none;
}

.espace-foot{

	height: 200px;

}



.espace{

	height: 80px;

}


.bg-oeufs {
	position: absolute;
	left: 0;
	width: 350px;
	height: 350px;
	background: url('../images/bg-oeufs.svg') no-repeat left center;
	background-size: contain;
}
.bg-oeufs2 {
	position: absolute;
	right: 0;
	width: 350px;
	height: 350px;
	background: url('../images/bg-oeufs2.svg') no-repeat left center;
	background-size: contain;
}

/* bouton subtile */

.subtile-bouton {

	display: inline-block;

	font-weight: bold;

	text-decoration: underline;

	cursor: pointer;

	margin: 10px;

}

/* popup */

.popup-cdd {

	display: none;

}

.popup-cdd .background {

	position: fixed;

	left: 0;

	top: 0;

	width: 100%;

	height: 100%;

	background-color: rgba(255, 255, 255 , 0.2);

	margin: 0;

	padding: 0;

}

.popup-cdd .popup-window {

	position: fixed;

	left: 50%;

	top: 50%;

	background: #fff;

	border: 1px solid #863f94;

	margin-left: -200px;

	margin-top: -125px;

	width: 400px;

	height: 250px;

	padding: 16px;
	
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,70%);

	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,70%);

	box-shadow: 0px 0px 20px 0px rgba(0,0,0,70%);

}

input[type=email], input[type=text] {

	height: 50px;

	padding-top: 13px;

	padding-bottom: 13px;

	padding-left: 16px;

	padding-right: 16px;

	margin-bottom: 6px;

	font-size: 24px;

	background: #fff;

	border: 2px solid #999;

}

input[type=submit] {

	display: inline-block;

	max-width: 80%;

	background-color: #863f94;

	padding: 12px;

	border: 2px solid rgb(95, 63, 6);

	margin-bottom: 6px;

	cursor: pointer;

	user-select: none;

}

input[type=submit]:hover {

	transform: translateY(2px);

	background-color: #ffd993;

}


input[type=text].small, input[type=email].small {

	height: 30px;

	padding-top: 6px;

	padding-bottom: 6px;

	font-size: 18px;

}



input[type=submit].small {

	padding: 5px 10px;

	font-size: 22px;
	
	color: white;
	
	background-color: #faea92;

	margin: 20px auto;

	cursor: pointer;

	user-select: none;
	
	border: 0;
	
	background: rgb(163,111,171);
	
	background: linear-gradient(180deg, rgba(163,111,171,1) 0%, rgba(133,61,148,1) 100%);
	
	box-shadow: 5px 5px 3px rgba(0,0,0,20%)

}

input[type=submit].small:hover {


	background-color: #ffd8a3;


}

input[type=submit].small:active {



}

.video-container {

	position: relative;

	padding-bottom: 40%;
	
	height: 0; 
	
	overflow: hidden;

	width: 70%;

	margin: 0 auto;
}

	

.video-container iframe,

.video-container object,

.video-container embed {

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;	

}




/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
********************** STYLES CSS AFFICHAGE MOBILE *************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/



@media all and (max-width: 739px) { 

	
	.logo {
		width: 90%;
	}
	h1.baseline {
		width: 90%;
		margin: 0px auto 20px;
		padding: 0;
		font-size: 28px;
	}
	.arrondi-bouton2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	a.bouton-aide {
		display: block;
		width: auto;
		max-width: 300px;
		height: 300px;
		padding: 200px 30px 0;
		margin: 0 auto 2em;
	}
	.bg-oeufs {
		left: 0;
		width: 150px;
		height: 150px;
	}
	.bg-oeufs2 {
		right: 0;
		width: 150px;
		height: 150px;
	}
	.separateur {
		background-size: cover;
	}
	.sponsoring {
		margin: 0;
	}

}

/* styles anciens smartphone - iphone 5 */

@media all and (min-width: 320px) and (max-width: 738px) { 
	
	h1.baseline {
		width: 100%;
		font-size: 25px;
	}
	h1 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.6rem;
		padding: 5px;
	}
	.header-nav .logo {
		width: 90%;
	}
	p {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}
	strong {
		font-size: 1.25rem;
	}
	img.image {
		margin-bottom: 12px;
	}
	.arrondi {
		padding: 5px;	
	}
	.arrondi-bouton2 {
		max-width: 90%;
		padding: 10px;
	}
	
	
}


/* Sur tous types d'écrans orientés verticalement */

@media all and (orientation: lanscape) and (max-width : 1023px) {
	
	
}


/***************************************************************************
****************************************************************************
****************************************************************************
****************************************************************************
********************* STYLES CSS AFFICHAGE TABLETTE ************************
****************************************************************************
****************************************************************************
****************************************************************************
***************************************************************************/


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
	/* Styles pour cette Media Queries */
	
	h1.baseline {
		width: 60%;
		margin: -100px auto 40px;
		padding: 0;
		font-size: 28px;
		font-size: 33px;
	}
	a.bouton-aide {
		height: 250px;
		padding: 160px 30px 0;
		font-size: 17px;
		line-height: 20px;
	}
	.bg-oeufs {
		left: 0;
		width: 200px;
		height: 200px;
	}
	.bg-oeufs2 {
		right: 0;
		width: 200px;
		height: 200px;
	}
	.separateur {
		background-size: cover;
	}
	.sponsoring {
		margin: 0;	
	}
	
}
