/* MARGES */
.margin-top { border-top: 50px solid white; }
.padding-top { padding-top: 100px; }
.padding-top-mobil { padding-top: 0px; }
.padding-bottom { padding-bottom: 100px; }
.padding-left { padding-left: 80px; }
.padding-right { margin-right: 6%; }

@media screen and (max-width: 1000px) {
	.padding-top, .padding-top { padding-top: 30px; }
}

.no-padding { padding: 0 !important; }
.no-margin { margin: 0 !important; }

/* WIDTH */
.width-full { display: table; position: relative; width: 100%; min-width: 1200px; float: top; background-color: rgba(0,0,0,0); table-layout: fixed; word-spacing: -4em; margin: 0 auto; overflow: visible; }
.width-max { display: table; position: relative; width: 88%; margin: 0 auto; float: top; table-layout: fixed; word-spacing: -4em; overflow: visible; }

.justMobil { display: none !important; }

/* COLONNES */
.deuxColones { column-count: 2; column-gap: 60px; }

/* COLOR // BACKGROUND */
.color-background-white { background-color: rgba(255,255,255,0.5); }
.color-background-grey { background-color: rgba(0,0,0,0.1); }
.color-background-black { background-color: #3e3f3f; }
.color-background-corpo { background-color: #f5ba72; }
.color-background-vert { background-color: #bff572; }

/* BACKGROUND // VAGUE */
.image-ronde { border: 10px solid white; border-radius: 50%; overflow: hidden; margin: 0 0 30px 0; width: 300px; height: 300px; margin: 0 auto 40px auto; transition-duration: 1s; } .image-ronde img { padding: 0; margin: 0; width: 100%;  }
.image-ronde:hover { border: 10px solid rgba(115,168,139,1); border-radius: 50%; overflow: hidden; margin: 0 0 30px 0; width: 300px; height: 300px; margin: 0 auto 40px auto; }
.img-center { display: block; margin: 40px auto; }

.image-back {
	background-size: cover;
	background-position: center;
	float: left;
	width: 100%;
}

.legende {
	display: inline-block;
	font-size: 10px;
	text-align: right;
	width: 100%;
	letter-spacing: 1px;
	text-transform: uppercase;
} .legende b { font-family: 'bold'; }

.legendeTitre {
	position: relative;
	height: 100px;
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-align: right;
	letter-spacing: 1px;
	text-transform: uppercase;
} .legendeTitre b { font-family: 'bold'; }

/* COLOR // TYPO */
.color-typo-white { color: rgba(255,255,255,1); }
.color-typo-grey { color: rgba(0,0,0,0.5); }
.color-typo-black { color: rgba(63,63,63,1); }
.color-typo-corpo { color: rgba(245,186,114,1); }
.color-typo-vert { color: #bff572; }


/* BORDER */
.border-color { border-color: rgba(227,191,121,1); }
.border-top { border-top-width: 10px; }
.border-right { border-right-width: 10px; }
.border-bottom { border-bottom-width: 0px; }
.border-left { border-left-width: 10px; }
.border-top, .border-left, .border-bottom, .border-right { border-style: solid; }
.borderinner { padding: 30px 0px; box-shadow:inset 0px 0px 0px 40px #FFF; } .borderinner p { padding: 10px 20px; }

.border-radius { border-radius: 3px; overflow: hidden;}
.no-radius { border-radius: 0px; overflow: hidden;}
.border-radius-right { border-radius: 0px 200px 0px 0px; }
.border-radius-left { border-radius: 200px 0px 0px 0px; }
.border-inside { box-shadow:inset 0px 0px 0px 1px rgba(0,0,0,0); }
.border-inside-top { box-shadow:inset 0px 200px 0px 0px rgba(0,0,0,0.1); padding-top:100px; }
.border-inside-bottom { box-shadow:inset 0px -200px 0px 0px rgba(227,191,121,1); padding-bottom:100px; }
.border-bottom { border-bottom: 4px solid rgba(65,64,66,1); }

/* BOX // WIDTH */
.entier {width: calc((100% / 1) - 60px); padding: 10px 30px; }
.entier-full {width: calc((100% / 1) - 0px); padding: 10px 0px; }
.demi {width: calc((100% / 2) - 60px ); padding: 0px 30px; }
.demi-full {width: calc((100% / 2) - 0px ); padding: 0px 0px; }
.tier {width: calc((100% / 3) - 60px); padding: 0px 30px; }
.tier-full {width: calc((100% / 3) - 0px); padding: 0px 0px; }
.deuxtier {width: calc(2*(100% / 3) - 60px); padding: 0px 30px; }
.deuxtier-full {width: calc(2*(100% / 3) - 0px); padding: 0px 0px; }
.quart {width: calc((100% / 4) - 60px); padding: 0px 30px; }
.quart-full {width: calc((100% / 4) - 0px); padding: 0px 0px; }
.troisquart {width: calc(3*(100% / 4) - 60px); padding: 0px 30px; }
.troisquart-full {width: calc(3*(100% / 4) - 0px); padding: 0px 0px; }
.cinquieme {width: calc((100% / 5) - 60px); padding: 0px 30px; }
.sixieme {width: calc((100% / 6) - 60px); padding: 0px 30px; }
.huitieme {width: calc((100% / 8) - 60px); padding: 0px 30px; }

/* FONT // FAMILY */
.font-paragraphelight { font-family: 'light'; }
.font-paragrapheregular { font-family: 'regular'; }
.font-paragraphebold, b, .bold { font-family: 'bold'; }

.font-cap { text-transform: uppercase; }
.font-underline { text-decoration: underline; }
.font-italique { font-style: italic; }

.para-left { text-align: left !important; }
.para-justify { text-align: justify; }
.para-center, .center { text-align: center; }
.para-right { text-align: right; }

.para-center-mobil { text-align: default; }

@media screen and (max-width: 1000px) { .para-center-mobil { text-align: center !important; } }

.no-background-mobil { background: default; }
@media screen and (max-width: 1000px) {	.no-background-mobil { background: none !important; } }

.size-mini { font-size: 10px; line-height: 16px; }
.size-petit { font-size: 12px; line-height: 14px; }
.size-normal { font-size: 14px; line-height: 20px; }
.size-grand { font-size: 18px; line-height: 28px; }
.size-big { font-size: 30px; line-height: 40px; }
.size-ultra { font-size: 80px; line-height: 70px; }

.letter-spacing-1 { letter-spacing: 1px; }
.letter-spacing-2 { letter-spacing: 2px; }
.letter-spacing-4 { letter-spacing: 4px; }

/* ALIGNEMENT */
.vertical-align-top { vertical-align: top; }
.vertical-align-bottom { vertical-align: bottom; }

/* YOUTUBE */

.ytp-chrome-top { display: none !important; }

.pictogramme { display: block;
vertical-align: middle;
padding: 13px 0px 13px 50px;
background-size: 32px;
background-position: left center;
margin: 10px 0; }
