@charset "utf-8";
/* CSS Document */
/* couleurs :
rose BJ : #ec038a
jaune BJ : "ffed00
*/

/* reset styles wordpress */
.page-content {
	background: transparent;
}
/* fin reset wordpress */


main {
	/*font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #000;*/
	text-align: center;
	background-color: #00b7ce;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "MuseoSans-300" !important;
	margin: 0;
	padding: 0;
}
/* header */
#cop21 header {
	margin: 1% 0 0 0;
	padding: 1%;
	background-color: #ffed00;
	box-shadow: 1px 1px 3px #464747;
	position: relative !important;
	z-index: 20;
}
.logo_titre {
	margin: 0 auto;
	max-width: 1000px;
}
#cop21 header img {
	dispay: block;
	float: left;
	margin: 0 1% 1% 0;
	width: 140px;
	height: auto;
}
#cop21 h1 {
	font-weight: normal;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: .5%;
	text-align: center;
}
#cop21 h2 {
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	color: #ec038a;
	text-align: center;
}
/* réseaux sociaux */
.socials {
	margin: 0 auto;
	max-width: 975px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}
.partager {
	margin: 0 0 2% 0;
	padding: 6px 6px 4px 6px;
	background-color: #ffed00;
	float: right;
	font-weight: bold;
	max-width: 200px;
	border-radius: 0 0 4px 4px;
}
.partager span.rs {
	position: relative;
	top: 2px;
	font-size: 12px;
	color: #000000;
}
.partager img {
	width: 14px;
	height: auto;
	margin-left: 10px;
	vertical-align: bottom;
}
/* elements */
ul.elements {
	max-width: 1170px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
li.entree {
	display: inline-block;
	list-style-type: none;
	width: 166px;
	margin: 0 auto 2.6% auto;
	position: relative;
	left: -5px;
}
.entree a {
	display: block;
	text-decoration: none !important;
}
.age {
	width: 74px;
	height: 22px;
	position: relative;
	left: 23px;
	background-color: #ec038a;
	border-radius: 10px 10px 0 0;
	box-shadow: 1px 4px 3px #464747;
}
.age p {
	color: #ffed00;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
}
.fiche.taphover {
	position: relative;
	left: 5px;
}
.carre {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	box-shadow: 1px 4px 3px #464747;
}
.carre img {
	width: 100%;
	height: auto;
	border: 5px solid #fff;
}
.carre h5 {
	position: absolute;
	top: 60px;
	z-index: 3;
	width: 130px;
	height: 130px;
	text-align: left;
	color: #fff;
	font-weight: bold;
	background-color: rgba(236,3,138,0);
	margin: 0 auto;
	padding: 5px;
	opacity: 0;
	transition: all 0.8s ease-in-out;
	font-size: 12px;
	line-height: 1;
}
.fiche.taphover:hover .carre h5, .fiche.taphover.hover .carre h5 {
	background-color: rgba(236,3,138,0.70);
	top: 0px;
	opacity: 1;
}
.nuage {
	position: absolute;
	top: 82px;
	left: -5px;
	z-index: 5;
	width: 176px;
	height: 93px;
	margin: 0 auto;
	background: url(/wp-content/uploads/2016/04/nuage.png) no-repeat center center;
	background-size: contain;
}
.nuage h4 {
	position: absolute;
	z-index: 7;
	width: 176px;
	padding: 0 30px;
	color: #ec038a;
	font-weight: bold;
	opacity: 1;
	transition: all 0.4s ease-in-out;
	font-size: 12px;
	line-height: 1;
	top: 40px;
}
.fiche.taphover:hover .nuage h4, .fiche.taphover.hover .nuage h4 {
	opacity: 0;
}
.nuage img {
	width: 176px;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	margin: 0 auto;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.fiche.taphover:hover .nuage img, .fiche.taphover.hover .nuage img {
	opacity: 1;
	transition: all 0.4s ease-in-out;
}
.telecharger {
	width: 130px;
	background-color: #ffed00;
	border-radius: 10px;
	margin: 0 auto;
	padding: 35px 0 0 0;
	box-shadow: 1px 2px 3px #464747;
	transition: all 0.6s ease-in-out;
}
.fiche.taphover:hover .telecharger, .fiche.taphover.hover .telecharger {
	background-color: #ec038a;
}
.telecharger img {
	width: 10px;
	height: 10px;
	background: url(/wp-content/uploads/2016/04/fleche.png) no-repeat bottom 0;
	position: relative;
	top: 2px;
}
.telecharger p {
	display: inline-block;
	color: #000;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 9px 0 5px 0;
	margin: 0;
	transition: all 0.4s ease-in-out;
}
.fiche.taphover:hover .telecharger p, .fiche.taphover.hover .telecharger p {
	color: #ffed00;
}
/* footer */
#cop21 footer {
	max-width: 975px;
	margin: 0 auto 1% auto;
}
#cop21 footer h3 {
	font-weight: normal;
	text-align: left;
	font-size: 12px;
	line-height: 14px;
	padding: 1%;
	background-color: rgba(255,255,255,0.6)
}
#cop21 footer p.copy {
	margin-top: 1%;
	font-size: 11px;
	line-height: 12px;
}
#cop21 footer .partager {
	border-radius: 0;
	margin-top: 1%;
	max-width: none;
	width: 100%;
}

/* background */
@media screen and (min-width:1921px) {
main {
	background: url(/wp-content/uploads/2016/04/fond-3000.jpg) top right no-repeat fixed #00b7ce;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

@media screen and (min-width:1025px) and (max-width:1920px), screen and (min-width:505px) and (orientation:portrait) {
main {
	background: url(/wp-content/uploads/2016/04/fond-2000.jpg) top right no-repeat fixed #00b7ce;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

@media screen and (min-width:505px) and (max-width:1024px) and (orientation:landscape) {
main {
	background: url(/wp-content/uploads/2016/04/fond-1000.jpg) top right no-repeat fixed #00b7ce;
	-ms-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
}
}

@media screen and (max-width:500px) {
main {
	background: #00b7ce;
}
#cop21 footer p.copy {
	display: none;
}
}

/* --------------------------------------------- BIG -------------------------------------------------- */

@media screen and (min-width:1360px), screen and (min-width:241px) and (max-width:320px) {
/* header */

#cop21 header {
	margin: 1% 0 0 0;
}
.logo_titre {
	max-width: 1262px;
}
#cop21 header img {
	width: auto;
	height: auto;
}
#cop21 h1 {
	font-size: 35px;
	line-height: 37px;
}
#cop21 h2 {
	font-size: 18px;
	line-height: 20px;
}
/* rÃ©seaux sociaux */
.socials {
	max-width: 1262px;
}
.partager span {
	position: relative;
	left: 5px;
}
/* elements */
ul.elements {
	max-width: 1400px;
}
li.entree {
	width: 216px;
	margin: 1.8% auto 2.5% auto;
}
.age {
	width: 94px;
	height: 28px;
	left: 30px;
}
.age p {
	line-height: 28px;
	font-size: 13px;
}
.carre {
	width: 166px;
	height: 166px;
}
/*.carre img {
	width: 156px;
	height: auto;
}*/
.carre h5 {
	top: 60px;
	width: 166px;
	height: 166px;
	font-size: 13px;
	line-height: 15px;
}
.nuage {
	top: 82px;
	left: -5px;
	width: 226px;
	height: 120px;
}
.nuage h4 {
	top: 58px;
	font-size: 13px;
	line-height: 15px;
	width: 226px;
}
.nuage img {
	width: 226px;
	height: auto;
}
.telecharger {
	width: 166px;
	padding: 35px 0 0 0;
}
.telecharger img {
	width: 14px;
	height: 14px;
	top: 3px;
}
.telecharger p {
	font-size: 12px;
	padding: 3px 0 10px 0;
	margin: 0;
}
/* footer */
#cop21 footer {
	max-width: 1262px;
	margin: 0 auto 1% auto;
}
#cop21 footer h3 {
	font-size: 14px;
	line-height: 16px;
}
}

/* --------------------------------------------- FIN BIG -------------------------------------------------- */



/*@media screen and (min-width:600px) {
ul li:nth-child(2n+2) {
	position:relative;
	top:40px;
	}
}*/

/* TYPO */

@media screen and (max-width:1005px) {
#cop21 h1 {
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
}
#cop21 h2 {
	font-size: 14px;
	line-height: 15px;
}
}

@media screen and (max-width:760px) {
#cop21 h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}
#cop21 h2 {
	font-size: 12px;
	line-height: 13px;
}
.partager span {
	position: relative;
	left: 5px;
}
li.entree {
	margin: 0 auto 4%;
}
}

@media screen and (max-width:480px) {
#cop21 h1 {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 1.5%;
}
li.entree {
	margin: 0 auto 6%;
}
}

@media screen and (max-width:320px) {
#cop21 header img {
	width: 140px;
	height: auto;
}
#cop21 h1 {
	font-size: 14px;
	line-height: 15px;
}
}
