/* MA74 - calage inscription news 
td.captchakeymodule {
    padding-left: 40px;
}*/

input.button.subbutton.btn.btn-primary {
    background: #fd6569;
}
/*

fond logo : #FD6569
fond gris : #3f3f41
fond menu : #3d3d3f
rose pale : #ffe8e8


rose pale : #Fbe0db

*/

/* FONT STYLE */
	.kala {
		font-family: 'Kalam', cursive;
		font-weight: 100;
	}
	div.bloc_1_3 {
		width : 30%;
	}
	b.gras {
		color : #FD6569;
	}
	div.haut {
		align-self: flex-start;
	}
	div.centre {
		align-self: center;
	}
	div.bas {
		align-self: flex-end;
	}
	div.grid-3x3 {
		width : 33.333%;
		/*height : 33.333%;*/
		float : left;
		background-position : center center;
		background-repeat : no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		-o-background-size: cover;
	}
	div.grid-2x2 {
		width : calc(50% - 20px);
		margin : auto 10px;
		/*height : 33.333%;*/
		float : left;
		background-position : center center;
		background-repeat : no-repeat;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover; 
		-o-background-size: cover;
	}
	a {
		color : #FD6569;
	}
	a:hover {
		color : #Fbe0db;
	}
	span.like_h2 {
		margin : 0px;
		font-size : 150%;
		color : #FD6569;
	}
	p {
		font-size : 80%;
		margin : 5px;
		font-weight : 500;
	}
	img {
		max-width : 100%;
	}
	
	/* Editeur */
		a {
			color : #FD6569;
		}
		a:hover {
			color : #Fbe0db;
		}
		span.like_h2 {
			margin : 0px;
			font-size : 150%;
			color : #FD6569;
		}
		p, ul {
			font-size : 80%;
			margin : 5px;
			font-weight : 500;
		}
		img {
			max-width : 100%;
		}
		.titre_1 {
			font-size : 170%;
		}
		.titre_2 {
			font-size : 140%;
		}
		.titre_3 {
			font-size : 120%;
		}
		.titre_4 {
			font-size : 100%;
			font-weight : 500;
		}
		.more_little {
			font-size : 80%
		}
		.rose {
			color : #FD6569;
		}
		ul.list {
			list-style-type: none;
			list-style-image: url("/images/bullets.png");
			list-style-position: outside;
		}
		ul.list li {
			padding: 0px;
			margin: 5px;
		}


/* GLOBAL */
	body {
		font-family: 'Raleway', sans-serif;
		font-size : 18px;
		font-weight : 500;
	}
	body p {
		text-align : justify;
	}
	#g-intro .platform-content {
		margin : 0px;
		padding : 0px;
	}
	#g-intro .platform-content h2 {
		margin : 0px;
		font-size : 200%;
	}
	#g-intro .platform-content h3 {
		margin : 0px;
		font-size : 150%;
	}
	#g-intro .platform-content p {
		padding: 5px;
		margin: 0;
	}
	
	section .login,
	section .profile {
		margin-top : 150px;
	}
/* SCROLL EFFECT */
	.customscrolling-effect {
		position: fixed;
		top: 100vh;
		left: 50%;
		margin-left : -11px;
		margin-top : -50px;
	}
	.customscrolling-effect p {
		margin : 0;
	}
	.scrolling-effect a#scrollDown {
		display: inline-block;
		border : 1px solid #000;
		width: 22px;
		height: 36px;
		border-radius: 20px;
		overflow: hidden;
		-moz-box-shadow: 0px 0px 2px 0px #ffffff;
		-webkit-box-shadow: 0px 0px 2px 0px #ffffff;
		-o-box-shadow: 0px 0px 2px 0px #ffffff;
		box-shadow: 0px 0px 2px 0px #ffffff;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=NaN, Strength=2);
	}
	.scrolling-effect a#scrollDown i {
		position: absolute;
		border : 2px solid #000;
		left: 50%;
		top: 10px;
		height: 8px;
		width: 4px;
		margin-left: -2px;
		-webkit-animation: fadeInDown 1.2s infinite both;
		animation: fadeInDown 1.2s infinite both;
		-moz-box-shadow: 0px 0px 2px 0px #ffffff;
		-webkit-box-shadow: 0px 0px 2px 0px #ffffff;
		-o-box-shadow: 0px 0px 2px 0px #ffffff;
		box-shadow: 0px 0px 2px 0px #ffffff;
		filter:progid:DXImageTransform.Microsoft.Shadow(color=#ffffff, Direction=NaN, Strength=2);
	}
	@-webkit-keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes fadeInDown {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, -100%, 0);
			transform: translate3d(0, -100%, 0);
		}
			100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	} 
	
	
	.scrolling-effect a#scrollUp {
		position: absolute;
		display : none;
		top: 10px;
	}
	.scrolling-effect a#scrollUp i {
		text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
		font-size : 40px;
		font-weight : 100;
		color : #000;
		-webkit-animation: fadeInUp 1.2s infinite both;
		animation: fadeInUp 1.2s infinite both;
	}
	@-webkit-keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes fadeInUp {
		0% {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
		100% {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	} 
/* HEADER */
	#g-header  {
		position : fixed;
		width : 100%;
		background : transparent;
	}
	#g-header::before  {
		background : transparent;
	}
	#g-header .g-block {
		width : auto !important;
		flex: 0 auto;
	}
	#g-header .g-block:last-child {
		margin-right : 30px;
	}
	
	/* Logo */
		#g-header .top-logo {
		}
		#g-header .top-logo p {
			margin : 0 0 0 15px;
		}
		#g-header .top-logo img {
			width : 150px;
			background-color : transparent;
		}
	
	/* Menu */
		#g-header #menu-main {
			flex: 1 auto;
		}
		#g-header nav {
			text-align : right;
		}
		#g-header nav ul li {
			margin : 15px;
		}
		#g-header nav ul li:first-child {
			display : none;
		}
		#g-header nav a {
			font-family: 'Lato', sans-serif;
			font-size : 1.2rem;
			font-weight : normal;
			letter-spacing : 1px;
			color : #000;
		}
		#g-header nav a:hover,
		#g-header nav li.active a {
			color : #FD6569;
			font-weight : bold;
		}
		
	/* Sociaux */
		#g-header .top-sociaux a {
			color : #FD6569;
			font-size : 120%;
		}
		
	/* FIXED */
		#g-header,
		#g-header * {
			-webkit-transition: all .6s ease-in;
			-moz-transition: all .6s ease-in;
			-o-transition: all .6s ease-in;
			transition: all .6s ease-in;
		}
		#g-header.fixed {
			background : #3d3d3f;
		}
		#g-header.fixed .top-logo img {
			width : 70px;
			background-color : transparent;
		}
		#g-header.fixed nav {
			text-align : left;
		}
		#g-header.fixed nav a {
			color : #FFF;
		}
		
/* PAGE */
		#g-intro .platform-content .moduletable {
			height : auto;
			min-height : 100vh;
			background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover; 
			-o-background-size: cover;
			background-position : center center;
			background-repeat : no-repeat;
			background-attachment : fixed;
			display : flex;
		}
		#g-intro .platform-content .moduletable h2 {
			font-weight : bold;
		}
		#g-intro .platform-content .moduletable h3 {
			font-weight : bold;
			font-size : 150%;
		}
		
	/* Home */		
		.home-page #g-intro {
			color : #FFF;
		}	
		/* First */
			.home-page #g-intro .home-first {
				background-image : url('/images/img/home_une.jpg');
			}	
			.home-page #g-intro .home-first p {
				margin-bottom : 50px;
			}
			.home-page #g-intro .home-first > div {
				display : flex;
				justify-content: space-around;
				flex-wrap : wrap;
			}
			.home-page #g-intro .home-first > div .centre {
				margin-left : 15%;
				width : 35%;
				margin-top : 150px;
			}
			.home-page #g-intro .home-first > div .centre a {
				color : #000;
			}
			.home-page #g-intro .home-first > div .centre img {
				max-width : 100px;
				vertical-align : middle;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				border-radius: 5px;
			}
			.home-page #g-intro .home-first > div .bas {
				font-size : 150%;
				color : #000;
				width : 50%;
				text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
			}
			.home-page #g-intro .home-first > div .bas img {
				-webkit-filter: drop-shadow(0px 0px 1px #AAA);
				filter: drop-shadow(0px 0px 1px #AAA);
			}
			.home-page #g-intro .home-first > div > p {
				font-size : 200%;
				align-items: flex-end;
			}
		
		/* Je suis */
			.home-page #g-intro .home-jesuis {
				background-color : #FD6569;
				justify-content: space-around;
				align-items: center;
			}
			.home-page #g-intro .home-jesuis > div {
				max-width : 960px;
				margin-left : 10%;
			}
			.home-page #g-intro .home-jesuis h2 {
				color : #000;
			}
		
		/* Souhait */
			.home-page #g-intro .home-souhait {
				background-image : url('/images/img/home_souhait.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.home-page #g-intro .home-souhait > div {
				max-width : 960px;
				margin-right : 10%;
				padding : 15px 50px;
				background : rgba(0,0,0,0.5);
			}
			.home-page #g-intro .home-souhait h2 {
				color : #FD6569;
			}
		
		/* Propal */
			.home-page #g-intro .home-propal {
				background-image : url('/images/img/home_proposition.jpg');
				justify-content: flex-end;
				align-items: center;
			}
			.home-page #g-intro .home-propal > div {
				width : 60%;
				padding : 15px 50px;
				background : rgba(0,0,0,0.7);
			}
			.home-page #g-intro .home-propal h2 {
				color : #FFF;
			}
		
		/* Propal */
			.home-page #g-intro .home-insta {
				background-color : #3f3f41;
				justify-content: space-around;
				align-items: center;
			}
			.home-page #g-intro .home-insta > div {
				width : 95%;
				padding : 15px 50px;
			}
			.home-page #g-intro .home-insta h2 {
				color : #FD6569;
			}
		
		/* Contact */
			.home-page #g-intro .home-contact {
				background-image : url('/images/img/home_contact.jpg');
				justify-content: flex-end;
				align-items: center;
			}
			.home-page #g-intro .home-contact > div {
				color : #000;
				width : 50%;
				padding : 15px 50px;
			}
			.home-page #g-intro .home-contact > div a {
				color : #000;
			}
			.home-page #g-intro .home-contact > div .formControlLabel {
				display : none;
			}
			.home-page #g-intro .home-contact > div .formControls {
				margin-left : 0;
			}
			.home-page #g-intro .home-contact > div .formControls input {
				height : 35px;
			}
			.home-page #g-intro .home-contact > div .formControls textarea {
				width : 100%;
			}
			.home-page #g-intro .home-contact > div .rsform-submit-button {
				color: #ffffff;
				font-size: 20px;
				background: #FD6569;
				padding: 10px 20px 10px 20px;
				text-decoration: none;
			}
			.home-page #g-intro .home-contact > div .rsform-submit-button.btn:hover {
				background: #3f3f41;
				text-decoration: none;
			}
			
	/* JE SUIS */	
		.jesuis-page #g-intro {
			color : #000;
		}	
		
		/**/
			.jesuis-page #g-intro .jesuis-1 {
				background-image : url('/images/img/adn.png');
				background-position : left center;
				background-color : #FD6569;
				background-size : 25% auto;
				-webkit-background-size: 25% auto;
				-moz-background-size: 25% auto; 
				-o-background-size: 25% auto;
				justify-content: flex-end;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-1 > div {
				width : 50%;
				margin-right : 20%;
				color : #FFF;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-2 {
				/*background-image : url('/images/img/jesuis_1.jpg');*/
				background-color : #3d3d3f;
				justify-content: space-around;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-2 > div {
				width : 50%;
				margin-left : 10%;
				color : #FFF;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-3 {
				background-image : url('/images/img/jesuis_3.jpg');
				justify-content: space-around;
				align-items: flex-end;
			}
			.jesuis-page #g-intro .jesuis-3 > div {
				width : 50%;
				margin-left : 10%;
				margin-bottom : 150px;
				background : rgba(255, 255, 255,0.7);
				color : #000;
				padding : 25px;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-4 {
				background-image : url('/images/img/jesuis_4.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-4 > div {
				width : 50%;
				margin-left : 10%;
				color : #FFF;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-5 {
				background-image : url('/images/img/jesuis_6.jpg');
				background-position: center 75%;
				justify-content: space-around;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-5 > div {
				width : 50%;
				margin-right : 10%;
				background : rgba(0, 0, 0,0.7);
				color : #FFF;
				padding : 25px;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-6 {
				background-image : url('/images/img/jesuis_5.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-6 > div {
				width : 70%;
				background : rgba(0,0,0,0.7);
				padding : 15px 50px;
				margin-left : 10%;
				color : #FFF;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-7 {
				background-image : url('/images/img/cath_albi.png');
				background-position : right 100px;
				background-size : 50% auto;
				-webkit-background-size: 50% auto;
				-moz-background-size: 50% auto; 
				-o-background-size: 50% auto;
				justify-content: flex-start;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-7 > div {
				width : 50%;
				margin-left : 10%;
			}
			
		/**/
			.jesuis-page #g-intro .jesuis-8 {
				background-image : url('/images/img/jesuis_8.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.jesuis-page #g-intro .jesuis-8 > div {
				width : 65%;
				margin-left : 10%;
				color : #FFF;
			}
			
	/* Vous Souhaitez */
		.souhait-page #g-intro {
			color : #000;
		}	
		
		/**/
			.souhait-page #g-intro .souhait-1 {
				background-image : url('/images/img/souhait-1.jpg');
				background-color : #FBE0DD;
				justify-content: space-around;
				align-items: center;
			}
			.souhait-page #g-intro .souhait-1 > div h2 {
				color : #000;
			}
			.souhait-page #g-intro .souhait-1 .customsouhait-1 {
				display : flex;
				width : calc( 100% - 100px );
				height : calc( 100% - 200px );
				margin : 100px 50px;
			}
			.souhait-page #g-intro .souhait-1 .customsouhait-1 .haut {
				margin-top : 150px;
				margin-right : 50px;
				width :40%;
				background : rgba(255,255,255,0.7);
			}
			.souhait-page #g-intro .souhait-1 .customsouhait-1 .haut p {
				color : #000;
				font-size : 125%;
				text-align :left;
			}
			.souhait-page #g-intro .souhait-1 .customsouhait-1 h2 {
				color : #FD6569;
			}	
			.souhait-page #g-intro .souhait-1 .customsouhait-1 .bas {
				margin-bottom : 50px;
				background : rgba(255,255,255,0.7);
			}
		
		/**/
			.souhait-page #g-intro .souhait-2 {
				background-image : url('/images/img/souhait_2.jpg');
				justify-content: space-around;
				align-items: center;
				flex-direction: column;
			}
			.souhait-page #g-intro .souhait-2 > div {
				color : #000;
				display : flex;
				flex : 1;
				width : 70%;
				height : calc( 100% - 200px );
				margin : 100px;
				flex-wrap: wrap;
			}
			.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 {
				/*background-color: #FFF;
				background-blend-mode: luminosity, normal;*/
				display : flex;
				min-height: 150px;
				color : #FFF;
				/*text-shadow : 1px 1px 1px #000;*/
				justify-content: space-around;
				align-items: center;
				text-align : center;
				font-variant : small-caps;
				font-size : 1.2rem;
				font-weight : bold;
				letter-spacing : 1px;
			}
			.souhait-page #g-intro .souhait-2 > div > div.grid-3x3:hover {
				background-blend-mode: normal;
			}
			.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 p {
				text-align : center;
				padding : 15px;
			}
			.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 a {
				display: inline-block;
				color : #FFF;
				padding : 5px;
				background : rgba(0,0,0,0.4);
			}
			.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 a:hover {
				color : #FD6569;
			}
			
			/* Box */
				#colorbox {
					background : url('/images/img/souhait_2.jpg') no-repeat center center;
					/*background-color: #FBE0DD;*/
					background-size: cover;
					-webkit-background-size: cover;
					-moz-background-size: cover; 
					-o-background-size: cover;
					height : 60%;
				}
				#cboxOverlay {
					background-color: #FFF;
					opacity: 0.4 !important;
					filter: alpha(opacity=40);
				}
				#cboxContent:hover #cboxCurrent,
				#cboxContent:hover #cboxPrevious,
				#cboxContent:hover #cboxNext {
					opacity : 0.5;
				}
				
				#colorbox #cboxContent img {
					width : 30% !important;
					max-width : 300px !important;
				}
			
	/* Ma Proposition */
		.propal-page #g-intro {
			color : #000;
		}	
		
		/**/
			.propal-page #g-intro .propal-1 {
				background-image : url('/images/img/illu-JM.png');
				background-position : left center;
				background-color : #FFF;
				background-size : 25% auto;
				-webkit-background-size: 25% auto;
				-moz-background-size: 25% auto; 
				-o-background-size: 25% auto;
				justify-content: flex-end;
				align-items: center;
			}
			.propal-page #g-intro .propal-1 > div {
				width : 70%;
				margin-right : 50px;
			}	
		
		/**/
			.propal-page #g-intro .propal-2 {
				background-color : #3d3d3f;
				justify-content: space-around;
				align-items: center;
			}
			.propal-page #g-intro .propal-2 > div {
				display : flex;
				flex-flow: row wrap;
				justify-content: space-around;
			}
			.propal-page #g-intro .propal-2 > div h2 {
				flex : 0 0 90%;
				color : #FD6569;
			}
			.propal-page #g-intro .propal-2 > div div.bloc_1_3 {
				flex : 0 0 30%;
				background-color : #FFF;
				padding : 25px;
				text-align : center;
			}
			.propal-page #g-intro .propal-2 > div div.bloc_1_3 img {
				height : 150px;
			}
			.propal-page #g-intro .propal-2 > div div.bloc_1_3 .gras {
				font-size : 125%;
			}
			.propal-page #g-intro .propal-2 > div div.bloc_1_3 hr {				
				margin-top :5px;
				margin-bottom :5px;
			}
			
		/**/
			.propal-page #g-intro .propal-3 {
				background-image : url('/images/img/propal_3.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.propal-page #g-intro .propal-3 > div {
			}
		
		/**/
			.propal-page #g-intro .propal-4{
				background-image : url('/images/img/propal_4.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.propal-page #g-intro .propal-4 > div {
				width : 80%;
				margin-right : 10%;
				padding : 15px 50px;
				background : rgba(246, 92, 106,0.7);
				color : #FFF;
			}
			.propal-page #g-intro .propal-4 > div h2 {
				color : #000;
			}
			.propal-page #g-intro .propal-4 > div a {
				color : #FFF;
				text-decoration : underline;
			}
		
		/**/
			.propal-page #g-intro .propal-5 {
				background-image : url('/images/img/propal_5.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.propal-page #g-intro .propal-5 > div {
				width : 70%;
				margin-right : 10%;
				padding : 15px 50px;
				background : rgba(0, 0, 0,0.7);
				color : #FFF;
			}
			.propal-page #g-intro .propal-5 > div h2 {
				color : #FFF;
			}
		
		/**/
			.propal-page #g-intro .propal-6 {
				background-image : url('/images/img/propal_6.jpg');
				justify-content: space-around;
				align-items: center;
			}
			.propal-page #g-intro .propal-6 > div {
				width : 70%;
				margin-right : 10%;
				padding : 15px 50px;
				background : rgba(246, 92, 106,0.7);
				color : #FFF;
			}
			.propal-page #g-intro .propal-6 > div h2 {
				color : #000;
			}
		
		/**/
			.propal-page #g-intro .propal-7 {
				background : #EEE;
				justify-content: space-around;
				align-items: flex-start;
			}
			.propal-page #g-intro .propal-7 > div {
				width : 70%;
				margin-right : 10%;
				margin-top : 70px;
				padding : 15px 50px;
				background : #FFF;
				color : #FFF;
			}
			.propal-page #g-intro .propal-7 > div h2 {
				color : #000;
			}
			
/* Blog */
	/* Sidebar */
		#g-container-main .platform-content,
		#g-container-main .m-sidebar,
		#g-container-main .m-sidebar label.finder,
		#g-container-main .m-sidebar .titre_3,
		#g-container-main .m-sidebar h3,
		#g-container-main .m-sidebar ul,
		#g-container-main .m-sidebar p {
			margin : 0;
			padding : 0;
		}
		#g-container-main .platform-content {
			margin-bottom : 25px;
		}
		#g-container-main .m-sidebar label.finder,
		#g-container-main .m-sidebar .titre_3,
		#g-container-main .m-sidebar h3 {
			font-size : 120%;
			line-height : 150%;
			font-weight : 500;
			margin : 0;
		}
		#g-container-main .m-sidebar .g-content {
			margin-bottom : 0;
		}
		
		.blog-edito p {
			margin : 0;
			line-height : 130%;
		}
		
		.blog-page .blog-lastarticle ul li {
			list-style : none;
		}
		
		.blog-page .blog-follow p {
			text-align : center;
		}
		.blog-page .blog-follow i.fa {
			font-size : 20px;
			margin : 0 5px;
		}
		
		.blog-page .blog-nl  {
			background: #FD6569;
			padding : 10px 20px;
		}
		
		.blog-page .blog-nl .acymailing_module .button  {
			color: #000;
			background: #FFF;
			padding: 10px 20px 10px 20px;
			text-decoration: none;
		}
		.blog-page .blog-nl .acymailing_module .button:hover {
			background: #3f3f41;
			text-decoration: none;
		}
		.blog-page .blog-nl .acymailing_module p {
			text-align : center;
		}
	/* Top */
		.blog-page #g-intro {
			background: #FFF;
		}
		.blog-page #g-intro .platform-content .blog-blogzineby {
			display : block;
			height : auto;
			min-height : auto;
			margin-bottom: -75px;
		}
		.blog-page .customblog-blogzineby {
			margin-top : 75px;
			width : 100%;
		}
		.blog-page .customblog-blogzineby p {
		}
		.blog-page .customblog-blogzineby table {
			border : none;
		}
		.blog-page .customblog-blogzineby table tr td {
			vertical-align : top;
			border : none;
			font-size : 150%;
		}
		.blog-page .customblog-blogzineby table tr td:first-child {
			width : 50%;
		}
		.blog-page .customblog-blogzineby table tr td img {
			width : 300px;
			max-width : 100%;
			margin-top : 50px;
		}
	/* Content Top */
		.blog-page #g-mainbar,
		.blog-page #g-sidebar {
			margin-top : 0px;
			padding-top : 0px;
		}
		
		/* Categories */
			.blog-page .blog-topcategorie ul {
				display : flex;
				flex-wrap : wrap;
				justify-content : space-around;
			}
			.blog-page .blog-topcategorie ul li {
				margin : 5px 15px;
				list-style : none;
			}
		
		/* Entête */
			.blog-page .blog-entete > div {
				display : flex;
				flex-wrap : wrap;
				justify-content: center;
				align-items: flex-start;			
			}
			.blog-page .blog-entete > div > div {
				width : calc( 50% - 50px );
			}
			.blog-page .blog-entete > div > div p {
				margin : 0;
				font-size : 80%;
				line-height : 130%;
			}
			.blog-page .blog-entete > div > div p a {
				color : #000;
			}
			/* blocs */		
				.blog-page .blog-entete > div > div:nth-child(1),
				.blog-page .blog-entete > div > div:nth-child(2),	
				.blog-page .blog-entete > div > div:nth-child(3) > div:nth-child(1),
				.blog-page .blog-entete > div > div:nth-child(4) > div:nth-child(1) {
					display : flex;
					align-items: flex-end;
					color : #FFF;
					text-transform : uppercase;
					padding-left : 15px;
					font-size : 150%;
					font-weight : 600;
					text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
					background-size: cover;
					-webkit-background-size: cover;
					-moz-background-size: cover; 
					-o-background-size: cover;
					background-position : center center;
					background-repeat : no-repeat;
				}
			/* bloc 1 et 2 */
				.blog-page .blog-entete > div > div:nth-child(1),
				.blog-page .blog-entete > div > div:nth-child(2) {
					min-height : 250px;
				}
			/* bloc 3 */		
				.blog-page .blog-entete > div > div:nth-child(3) {
					padding-left : 50px;
				}
				.blog-page .blog-entete > div > div:nth-child(3) > div:nth-child(1) {
					min-height : 200px;
				}
				.blog-page .blog-entete > div > div:nth-child(3) > div:nth-child(2) p {
					padding : 10px;
				}
			/* bloc 4 */
				.blog-page .blog-entete > div > div:nth-child(4) {
					padding-right : 50px;
				}
				.blog-page .blog-entete > div > div:nth-child(4) > div:nth-child(1)  {
					min-height : 230px;
				}
				.blog-page .blog-entete > div > div:nth-child(4) > div:nth-child(2) {
					background-color : #333;
				}
				.blog-page .blog-entete > div > div:nth-child(4) > div:nth-child(2) p {
					padding : 10px;
					color : #FFF;
				}
			
	/* Listing */
		.blog {
			display : flex;
			flex-wrap : wrap;
		}
		.blog .page-header,
		.blog .pagination {
			width : 100%;
		}
		.blog .items-row {
			width : 33.33%;
			margin-bottom: 0;
			padding-bottom: 0;
		}
		.items-row .page-header > h2 {
			display : flex;
			justify-content: space-around;
			align-items: center;
			height : 200px;
			margin : 0;
			
			background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover; 
			-o-background-size: cover;
			background-position : center center;
			background-repeat : no-repeat;
		}
		.items-row .page-header > h2 > a {
			width : 100%;
			color : #FFF;
			text-align : center;
			font-size : 80%;
			padding : 5px;
			background : rgba(0,0,0,0.4);
		}
		.items-row .page-header > h2 > a:hover {
			background : rgba(0,0,0,0.8);
		}
		
	/* Article */
		#g-container-main {			
			margin-top : 75px;
		}
		.item-pageblog-page .page-header > h2 {
			margin-bottom : 0px;
		}
			
/* FOOTER */	
	#g-footer {
		background : #3d3d3f;
	}	
	#g-footer p {
		font-size : 80%;
		font-weight : 500;
	}
	#g-footer a {
		color : #FFF;
	}
	
	/* Footer 3 */
		#g-footer .footer-3 a {
			color : #FD6569;
		}
	/* Footer 4 */
		.footer-4 .acymailing_module p {
			margin : 0px;
		}		
		.footer-4 .acymailing_module .button {
			color: #ffffff;
			font-size: 20px;
			background: #FD6569;
			padding: 10px 20px 10px 20px;
			text-decoration: none;
		}
		.footer-4 .acymailing_module .button:hover {
			background: #3f3f41;
			text-decoration: none;
		}
		.footer-4 .acymailing_module p {
			text-align : center;
		}
	/* Partenaire */	
		#g-footer .footer-partenaire {
			margin-top : -40px;
		}
		.footer-partenaire p {
			margin :0;
			padding :0;
		}
		.footer-partenaire .box {
			display : flex;
		}
		.footer-partenaire img {
			max-height : 100px;
			padding : 5px;
		}
		
			
			
/* TABLET VIEW MOBILE VIEW */
.g-offcanvas-toggle {
	font-size: 2rem;
	color: #FD6569;
	z-index : 9999999;
	position : fixed;
}
#g-offcanvas,
#g-offcanvas #g-mobilemenu-container ul {
	background: #3D3D3F;
}
#g-offcanvas #g-mobilemenu-container ul > li:hover:not(.g-menu-item-type-particle):not(.g-menu-item-type-module),
#g-offcanvas #g-mobilemenu-container ul > li.active:not(.g-menu-item-type-particle):not(.g-menu-item-type-module) {
	background: #FD6569;
}

@media screen and (max-width: 768px) {
		#g-intro .platform-content .moduletable {
			height : auto;
			min-height : inherit;
			display : block;
			background-attachment: inherit;
		}
		#g-intro .platform-content .moduletable h2 {
			font-size : 150%;
		}
		#g-intro .platform-content .moduletable h3 {
			font-size : 125%;
		}
		
		.home-page #g-intro .home-first > div,
		.home-page #g-intro .home-first > div .centre,
		.home-page #g-intro .home-first > div .bas,
		.home-page #g-intro .home-jesuis > div,
		.home-page #g-intro .home-souhait > div,
		.home-page #g-intro .home-propal > div,
		.home-page #g-intro .home-insta > div,
		.home-page #g-intro .home-contact > div,
		.jesuis-page #g-intro .jesuis-1 > div,
		.jesuis-page #g-intro .jesuis-2 > div,
		.jesuis-page #g-intro .jesuis-3 > div,
		.jesuis-page #g-intro .jesuis-4 > div,
		.jesuis-page #g-intro .jesuis-5 > div,
		.jesuis-page #g-intro .jesuis-6 > div,
		.jesuis-page #g-intro .jesuis-7 > div,
		.jesuis-page #g-intro .jesuis-8 > div,
		.souhait-page #g-intro .souhait-1 > div,
		.propal-page #g-intro .propal-1 > div,
		.propal-page #g-intro .propal-2 > div,
		.propal-page #g-intro .propal-3 > div,
		.propal-page #g-intro .propal-4 > div,
		.propal-page #g-intro .propal-5 > div,
		.propal-page #g-intro .propal-6 > div,
		.propal-page #g-intro .propal-7 > div {
			display : block;
			width : 100%;
			padding : 2%;
			margin : 0;
		}
		
		#g-header .top-logo p {
			margin: 0 50px 0 100px;
		}
		#g-header .top-logo img {
			width: 80px;
		}
		
		.home-page #g-intro .home-first > div p {
			margin-bottom : 10px;
		}
		.home-page #g-intro .home-first > div .centre {
			margin-top : 75px;
		}
		.home-page #g-intro .home-first > div .centre p {
			text-align : center;
		}
		.home-page #g-intro .home-first > div .centre img {
			max-width: 50px;
		}
		
		.propal-page #g-intro .propal-1 > div,		
		.jesuis-page #g-intro .jesuis-1 > div,
		.souhait-page #g-intro .souhait-1 > div {
			margin-top : 70px !important;
		}
		
	
		.souhait-page #g-intro .souhait-1 .customsouhait-1,
		.souhait-page #g-intro .souhait-2 .customsouhait-2 {
			display : block;
			width : 100%;
			padding : 0;
			margin : 0;
		}
		.souhait-page #g-intro .souhait-1 .customsouhait-1 .haut,
		.souhait-page #g-intro .souhait-1 .customsouhait-1 .bas,
		.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 {
			display : block;
			width : 100%;
			padding : 0;
			margin : 0;
		}
		.souhait-page #g-intro .souhait-2 > div > div.grid-3x3 {
			min-height : 200px;
		}
		
		.propal-page #g-intro .propal-2 > div div.bloc_1_3 {
			display : block;
			width : 100%;
			padding : 0;
			margin : 0;
		}

		.blog-page .grid-2x2,
		.blog-page .blog-entete > div > div {
			width : 100%;
		}
		.blog-page .blog-entete > div > div:nth-child(3),
		.blog-page .blog-entete > div > div:nth-child(4) {
			padding-left : 0px;
			padding-right : 0px;
		}		
		
		.blog .items-row {
			width : 50%;
		}
}	
			
	
			
			
			
			
			
			
			
			