/*          _                   _       */
/*         | |    __ _  __ _   / \      */
/*         | |   / _` |/ _` | / _ \     */
/*         | |__| (_| | (_| |/ ___ \    */
/*         |_____\__, |\__,_/_/   \_\   */
/*               |___/                  */


/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓      */
/*        ┃　 　 　 　      　 GENERAL　           ┃      */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛      */
/*                                                      */

body, html {
	font-family: 'Lato', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #1c424d;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	font-size: 36px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
a {
	color: #bcb49e;
	transition: all 0.5s;
}
a:hover, a:focus {
	text-decoration: none;
	color: #c1a618;
}
.img-centered {
	margin: 0 auto;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #032e3a;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
.section-title {
	padding: 30px 0;
}
.section-title h2 {
	font-weight: 400;
	margin-bottom: 26px;
}
hr {
	height: 3px;
	width: 60px;
	position: relative;
	background: #626a29;
	border: 0;
	margin-bottom: 30px;
}

/*Checkboxes*/
input.checkboxchk {
	display: none;
	transform: translate(-50%, -50%) scale(2,2);
}
.checkbox label {
	font-size: 14px;
	color: #bfbfbf;
	display: inline-block;
	padding: 0 0 0 1em;
	cursor: pointer;
}
.checkbox label:before {
	content: '';
	display: inline-block;
	background: #4b8d83;
	/*position: absolute;*/
	left: 0;
	top: 5px;
	height: 20px;
	width: 20px;
	margin-right: 10px;
	border-radius: 80%;
	box-shadow: 0px 1px 0 0 rgba(0, 0, 0, .2);
	box-sizing: border-box;
	border: 10px solid #fff;
	transition: border .3s ease;
}

input.checkboxchk:checked + label:before {
	border-color: #fff;
	border-width: 3px;
}
input.checkboxchk + label {
	transition: color .7s ease;
}
input.checkboxchk:checked + label {
	color: #5D5D5D;
}
/*Checkboxes -- end -- */

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　 　       Navigation                  */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*                                                      */

#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
	font-size: 22px;
	color: #d9e0e2;
	font-weight: 700;
	letter-spacing: 1px;
}
#menu a.navbar-brand i.fa {
	color: #f3ca27;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #d9e0e2;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #f3ca27;
}
.on {
	background-color: #032731 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #f3ca27 !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #f3ca27;
	border-color: #f3ca27;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　 　       Home Style                  */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*                                                      */

header {
	background: url(../img/header-bg.jpg) no-repeat bottom center;
	background-size: cover;
	color: #d9e0e2;
	position: relative;
	height: 100%;
	transition: all 8s ease;
	transform: scale(1);

}
header:hover {
	background-size: cover;
	transition: all 15s ease;
	transform: scale(1.2);
}

header p {
	color: #032933;
	font-size: 20px;
	margin-bottom: 80px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
	background-color: rgba(255,255,255,.2);
}
.intro-text H1 {
	font-size: 70px;
	color: #032933;
	letter-spacing: 2px;
}


/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　     MENUS SUPPLEMENTAIRES            */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

@keyframes clignote {
	0% {opacity: 0.1;}
	100% {opacity:0.3;}
}
.clignotant{
	animation: clignote 1.5s infinite alternate;
}

#alertresa{
	z-index:200;
	position:fixed;
	width:200px;
	top:220px;
	left:-137px;
	opacity:0.1;
	transition: all 1s cubic-bezier( 0.5, 2, 0.5, 0.8);
}

#alertresa:hover{
	opacity:1;
	left:0px;
	top:200px;
	transition: all 0.6s ease;
}
#ben-menu{
	float: right;
	margin :-20px 20px 2px 0px;
}
#ben-menu > a {
	color:#d9e0e2;
	font-size:1em;
}
#ben-menu > a:hover {
	color: #f3ca27;
	font-size:1.2em;
	transition: 0.2s;
}
@media (max-width: 991px) {
	#ben-menu{
		float: right;
		margin :-5px 20px 2px 0px;
	}
}
/* ---------------------------- */

.color {
	color: #f3ca27;
}
.btn-default {
	color: #294d57;
	font-family: 'Open Sans', sans-serif;
	background-color: #f1c40f;
	border: 0;
	margin: 1.5px 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #c1a618;
}


/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　        Prochainement                 */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#video_a_venir {
	background-color: rgba(3,46,58,1);
	color: #cedade;
}

#prochainement{
	background-image: url("../img/actus/visuel_FFER.jpg" );
	background-attachment: fixed;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height:260px;
}

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　            actualités à venir           */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

.article_actu{
	margin:2px;
	padding:5px;
	border-radius:5px;
	background-color:#032934;
}



/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　  actualités Services Section           */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */


#actualite , #services-section {
	padding: 80px 0 100px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #cedade;
}
#actualite h4, #services-section h4 {
	color: #81969c;
	text-transform: uppercase;
}
.space {
	margin-top: 40px;
}
#actualite i.fa, #services-section i.fa {
	font-size: 30px;
	border: 0;
	width: 100px;
	height: 50px;
	padding: 10px 25px;
	background: #032934;
	margin-bottom: 6px;
	border-radius: 10%;
	color: #f3ca27;
	transition: all 0.5s;
}
#actualite .service:hover>i.fa, #services-section .service:hover>i.fa {
	background: rgba(3,39,49,0);
}

#actus-row1 div::after,
#actus-row2 div::after,
#actus-row3 div::after,
#actus-row4 div::after{
	content: "";
	opacity: .2;
	border-radius:7px;
	border: 1px solid black;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#actus-row1 div:hover::after,
#actus-row2 div:hover::after,
#actus-row3 div:hover::after,
#actus-row4 div:hover::after{
	content: "";
	opacity: .55;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	transform:scale(1.1);
	border: 1px solid white;
	border-radius:30px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: -1;
}
#actus1 div:hover .service>i.fa,
#actus2 div:hover .service>i.fa,
#actus3 div:hover .service>i.fa,
#actus4 div:hover .service>i.fa {
	background: none;
}
@media screen and (max-width: 767px) {
	div#actus1.row p, div#actus2.row p{
		padding:25px !important;
	}
}

#divactu14::after {
	background:url('../img/actus/une_belle_fille.jpg');
	background-size:100%;
}
#divactu13::after {
	background:url('../img/actus/karen.jpg');
	background-size:100%;
}
#divactu12::after {
	background:url('../img/actus/tarabiscote.jpg');
	background-size:100%;
}
#divactu11::after {
	background:url('../img/actus/sexisme_pas_notre_genre.png');
	background-size:100%;
}
#divactu10::after {
	background:url('../img/portfolio/Jodelle_et_clodomir_450.jpg');
	background-size:100%;
}
#divactu09::after {
	background:url('../img/actus/conte_nuit.jpg');
	background-size:100%;
}
#divactu08::after {
	background:url('../img/actus/Pyrus.jpg');
	background-size:100%;
}
#divactu07:nth-child(2)::after {
	background:url('../img/actus/A&P-5507.jpg');
	background-size:100%;
}
#divactu06:nth-child(3)::after {
	background:url('../img/actus/phautomatic.jpg');
	background-size:100%;
}
#divactu05:nth-child(4)::after {
	background:url('../img/actus/polafestival.jpg');
	background-size:100%;
}
#divactu04:nth-child(1)::after {
	background:url('../img/actus/en_prises.jpg');
	background-size:100%;
}
#divactu03:nth-child(2)::after {
	background:url('../img/actus/iletaitunebalade.jpg');
	background-size:100%;
}
#divactu02:nth-child(3)::after {
	background:url('../img/actus/lgda.jpg');
	background-size:100%;
}
#divactu01:nth-child(4)::after {
	background:url('../img/actus/romanphoto.jpg');
	background-size:100%;
}



/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　         Gallery Section              */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#creations {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#creations i.fa {
	font-size: 30px;
	padding: 5px;
	color: #f1c40f;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
#creations hr {
	background: #a9971c;
}

ul.cat {
	padding:0px;
}

ul.cat li {
	display: inline-block;
}


ol.type {
	padding:0px;
}

ol.type li {
	display: inline-block;
	margin: 10px;
}


ol.type li.lepremier {
	margin-left: 0px;
}

ol.type li a {
	color: #51633d;
	border: 1px solid #f7dc6f;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
	background: #f7dc6f;
}
ol.type li a:hover {
	background: #f7dc6f;
}



.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	height: 260px;
	overflow: hidden;
	position: relative;
}
#teaserap{
	display:none;
	box-shadow: 0 0 13px #010101;
}
.synopsis {
	text-align:left;
	padding:20px;
	background-color : rgb(247, 220, 111);
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	margin-bottom: 10px;
}

.pieddepage {
	width: 100%;
	position:relative;
}
.pieddepage .pieddepageimg {
	position:absolute;z-index:1;
}
.pieddepageimg img {
	width: 100%;
}
.pieddepage .pieddepagecredit {
	position:absolute;
	top:1px; right:5px;
	z-index:2;
	font-size: 8px;
	color: rgb(247, 220, 111);
	background : black;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #c0cbce;
	background: rgba(3, 46, 58, 0.8);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
	font-size: 20px;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#espacepro {
	z-index:100;
	width:125px;
	position:fixed;
	overflow: hidden;
	right:10px;
	top: 50%;
	border: 1px solid #5b777f;
	border-radius: 4px;
	padding: 15px;
	height: 50px;
	transition: all 0.4s;
	transform: scale(0.9);
}
#espacepro:hover{
	width:250px;
	background-color: #5b777f;
	color:  #f1c40f;
	height: 100px;
	transform: scale(1);
}
.portfolio-modal .modal-content {
	padding: 40px 0px 10px 0px;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #f1c40f;
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 2.5em;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 10px 0 30px;
	font-size: 14px;
	font-style: italic;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: fixed;
	top: 25px;
	right: 25px;
	width: 75px;
	height: 75px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .3;
}
.portfolio-modal .close-modal .lr {
	z-index: 1051;
	width: 4px;
	height: 35px;
	margin-left: 35px;
	background-color: #222;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.portfolio-modal .close-modal .lr .rl {
	z-index: 1052;
	width: 4px;
	height: 35px;
	background-color: #222;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.portfolio-modal .btn-primary {
	color: #a7b6ba;
	background-color: #1d434e;
	border-color: #1d434e;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	color: #a7b6ba;
	background-color: #032e3a;
	border-color: #032e3a;
}
.modal-body a,
a.darklink {
	color:#333;
}
/* About Section */
#about-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: rgb(3,39,49); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(3,39,49,1) 0%, rgba(3,46,58,1) 20%, rgba(3,46,58,1) 100%, rgba(3,39,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#032731', endColorstr='#032731', GradientType=0 ); /* IE6-9 */
	color: #cedade;
}
#about-section h4 {
	color: #81969c;
	font-size: 20px;
}
#about-section li {
	margin-bottom: 6px;
	list-style: none;
	padding: 0;
}
#about-section li:before {
	content: "✓";
	color: #f3ca27;
	padding-right: 5px;
}
.smallimg{
	width:100px;
}
/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　    signup Newsletter Section         */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#signup-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/header-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#signup-section .container{
	background-color: rgba(255,255,255,.7);
}
#signup-section .btn-default {
	margin-top : 50px;
}

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　               Team  Section          */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#team-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#team-section hr {
	background: #a9971c;
}
#team-section .item {
	padding: 0;
	margin: 15px;
	text-align: center;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 4px solid transparent;
	transition: all 0.5s;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
	color: #1c424d;
}
#team-section i.fa {
	font-size: 30px;
	color: #faeaab;
	margin-top: 10px;
}
#team-section i.fa:hover {
	color: #1c424d;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 15px;
	height: 15px;
	margin: 0px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #42626b;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f1c40f;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f1c40f;
}
#team-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#team-section .btn:hover, #team-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}


/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　              Presse  Section         */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#testimonials-section {
	padding: 80px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#032731+0,032e3a+20,032e3a+100,032731+100 */
	background: url(../img/testimonials-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #5b777f;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
}

#testimonial .item img {
	margin : 5px;
	-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);
}
/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　            Contact  Section          */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */


#contact-section {
	padding: 80px 0 20px 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c1a618+0,f1c40f+25,f1c40f+75,c1a618+100 */
	background: rgb(193,166,24); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(193,166,24,1) 0%, rgba(241,196,15,1) 25%, rgba(241,196,15,1) 75%, rgba(193,166,24,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1a618', endColorstr='#c1a618', GradientType=0 ); /* IE6-9 */
}
#contact-section hr {
	background: #a9971c;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section .fa {
	color: #f8e287;
	margin-bottom: 10px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .social {
	margin-top: 60px;
}
#contact-section .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#contact-section .social i.fa {
	font-size: 36px;
	padding: 3px 5px;
	color: #f8e287;
	transition: all 0.5s;
}
#contact-section .social i.fa:hover {
	color: #032731;
}
#contact-section .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin-top: 20px;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: unset;
}

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　               Footer                 */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */

#footer {
	background: #032731;
	padding: 15px 0 10px 0;
	color: #42626b;
	text-align: center;
}
#footer p {
	margin-top: 10px;
}

/*              ∧∧                                     */
/*            （^～^）♪                                  */
/*        ┏━━━━━O━O━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */
/*        ┃　 　 　            TRANSITIONS               */
/*        ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━       */


.legende {
	height:450px;
	margin:0px;
	padding:10px;
	color:darkgoldenrod;
}

@media (max-width: 768px) {
	.content {
		padding: 40% 0 0;
	}
}

@media (max-width: 603px) {
	#menu.navbar-default {
		background-color: rgba(0, 0, 0, 0.7);
	}
	label {
		float: none !important
	}
	.hover-bg .hover-text {
		padding: 12% 10%;
	}
}

@media (max-width: 360px) {
	.hover-bg .hover-text {
		padding: 22% 10%;
	}
}
/*

░░░░░░░░░░░░▄▄
░░░░░░░░░░░█░░█
░░░░░░░░░░░█░░█
░░░░░░░░░░█░░░█
░░░░░░░░░█░░░░█
███████▄▄█░░░░░██████▄
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█░░░░░░░░░░░░░░█
▓▓▓▓▓▓█████░░░░░░░░░█
██████▀░░░░▀▀██████▀

*/

/*  fiche_creation  */
/*  fiche_creation  */
/*  fiche_creation  */
/*  fiche_creation  */
/*  fiche_creation  */

.fiche_creation {
	background-color:#f1c40f;
	margin:5px;
}


/*  portfolio BenBen  */
#BenBenPhoto
{
	background-image : url("https://benben.photo.grangeauxarts.fr/wp-content/uploads/2016/08/cropped-IMG_8172-1.jpg");
	background-size: 100%;
}

/*****************  a t e l i e r s ****/
/*****************  a t e l i e r s ****/
/*****************  a t e l i e r s ****/
/*****************  a t e l i e r s ****/

.Atelier {
	background-color:#403d3f;
	text-align: left;
	color: #f0f8ff;
}

.Atelier h1 {
	font-size: 50px;
}
.Atelier h2 {
	margin:25px 0;
}
.Atelier h3 {
	font-size:20px;
}
.Atelier p {
	margin:5px 20px;
}
.Atelier a.darklink {
	color: #322e24;
	background-color: #c4a218;
	padding:1px 3px;
	border-radius:3px;
}
.Atelier a.darklink:hover {
	background-color: #322e24;
	color: #c4a218;
}
.Atelier a.link {
	color:#333;
}

.Atelier blockquote {
	font-style:italic;
	font-size:18px;
	margin:20px 0 20px 32px;
	font-family:"Segoe Print", "Times New Roman", Verdana;
	padding-left: 48px;
	border-left:none;
}
.Atelier blockquote::before {
	content: "\201C";
	font-size: 60px;
	font-family: serif;
	line-height: 20px;
}
.Atelier .btn {
	background: transparent;
	border: 2px solid #fef9e7;
	border-radius: 4px;
	padding: 6px 14px;
	margin: 10px auto;
	color: #fef9e7;
	font-size: 16px;
	transition: all 0.5s;
	height: 48px;
}
.Atelier .btn:hover, #team-section .btn:focus {
	background: #fef9e7;
	border: 2px solid #fef9e7;
	color: #5b777f;
}
.Atelier #logo-LgaA{
	width: 100%;
	height: 500px;
	background-image: url(../img/Logo-LgaA-3-500.png);
	background-size: 100%;
	background-repeat: no-repeat;
	margin:auto;
	margin-top:20px;
}
.Atelier #logo-LgaA:hover {
	background-image: url(../img/Logo-LgaA-2-500.png);
}
.Atelier img {
	width:100%;
}
.Atelier .salle{
	display: inline-block;
	float:left;
	width:45%;
	border-radius:7px;
	margin:5px;
	background-color:#e1b70c;
	text-align: center;
}

#box_link_workshop{
  margin-top:20px;
  border-radius:7px;
	background-color:#6e6851;;
}

#box_link_workshop img{
	width:150px;
	border-radius:7px;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
	transition: transform ease 0.5s, box-shadow ease 0.5s;
}

#box_link_workshop img:hover {
	transform: translateY(-5px);
	box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
  }


@media screen and (max-width: 575px) {
	.Atelier h1{
		font-size: 40px;
	}

	.Atelier p{
		margin: 0 0 10px -20px;
	}
	.Atelier blockquote{
		margin:20px 0 20px -110px;
		padding-left: 48px;
	}
	.Atelier ul, ol{
		margin: 10px 0 0 -135px;
	}
	.Atelier #logo-LgaA{
		width: 200px;
		height: 190px;
		background-image: url(../img/Logo-LgaA-3-500.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}
}

/*  L'atelier du DIMANCHE  */
/*  L'atelier du DIMANCHE  */


.AtelierDuDimanche .next{
	background-color:#353536;
	margin:5px;
	padding:5px;
}

.handwritting {
	font-size:x-large;
	font-family: cursive;
}


/*  NouveauLABOratoire  */
/*  NouveauLABOratoire  */


.NouveauLABOratoire img.title {
	width:100%;max-width:350px;
}
.NouveauLABOratoire header {
	margin-top: 15px;
}


#illustration{
	width:80%;
}


/*    L'AlterAtelier    */
/*    L'AlterAtelier    */


.AlterAtelier img.title {
	width:100%;max-width:350px;
}
.AlterAtelier header {
	margin-top: 15px;
}
.alter {
	font-style:italic;
}
