@import url("timeline.css");
@import url("menu.css");

@font-face {
  font-family: "caroni";
  src:url("../fonts/Caroni-Regular.otf");
  font-weight: normal;
  font-style: normal;

}

/* CSS Document */

/* VERT #bfd730; */
/* NEW VERT #86bc25 */
/* ECRITURE VERT #b7fc6b */
/* GRIS #474747; */

html, body {
	margin:0px;
	padding:0px;
}
* {
	font-family: 'Roboto', sans-serif, lbdp;
}
/*** HEADER ***/
.block {
	background-color:#12858b;
	padding:10px;
	box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
	-moz-box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
	-webkit-box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
}
#BlockTel{
	background-color:#86bc25;
}
#infos p{
	color:#FFF;
}
.contener {
	width: 93%;
	max-width:1000px;
	margin:10px auto;
}
.contenu {
	margin:40px 0px 50px 0px;
}

/*** CONTENER ***/
h3 {
	font-family:caroni;
	font-size:2.5em;
	font-weight:normal;
	color:#474747;
	border-left:4px solid #86bc25;
	padding-left:10px;
}
h4{
	font-family:caroni;
	color: #fbac3f;
	font-size:2.5em;
	margin-bottom:0;
}
#lexique h4, #lexique dt{
	font-weight:normal;
	color:#474747;
	border-left:8px solid #333;
	padding-left:10px;
	opacity:0.5;
	margin:0px;
}
p {
	font-size:1em;
	text-align: justify;
}
#videoPresentation {
	float:left;
}
/*** CLIENTS ***/
.clients {
	background-color:#e7e7e9;
}
.clients {
	background-color:#e7e7e9;
	padding:5px;
	box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
	-moz-box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
	-webkit-box-shadow: inset 0px 0px 13px 1px rgba(119, 119, 119, 0.54);
}
.clients h4 {
	margin-top:0;
	font-size:1.2em;
	font-weight:normal;
	color:#474747;
	text-align:center;
	text-transform:uppercase;
}
#slideClients p {
	text-align:center
}
#slideClients ul {
	margin:0;
	padding:0;
	text-align:center;
}
#slideClients ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	display:inline;
}
#slideClients ul li span {
	display:none;
}
#slideClients ul li img {
	border-radius:80px;
	border:1px solid #b6b6b6;
	margin-left:20px;
}
.slidesjs-pagination {
	margin:0px;
	padding:0px;
}
.slidesjs-pagination li {
	margin:0px;
	padding:0px;
}
.slidesjs-pagination li a {
	display: inline-block;
	width: 13px;
	height: 0;
	padding-top: 13px;
	background-image:url(../i/divers/pagination.png);
	background-position: 0 0;
	overflow: hidden;
	margin-left:2px;
}
.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
	background-position: 0 -13px
}
.slidesjs-pagination li a:hover {
	background-position: 0 -26px
}
/*** MOBILE CLIENTS ***/

@media screen and (max-width:843px){
	
	#slideClients{height:480px;}
	#slideClients .slidesjs-container {height:460px !important;}
	
	@media screen and (max-width:500px){
		#slideClients{height:600px;}
		#slideClients .slidesjs-container {height:580px !important;}
	}
}


/**** HEADER ***/
@media screen and (min-width:690px){
header {
	width: 100%;
	height: 115px; 
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background-color: #FFF;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
}
h1 {
	position:relative;
	z-index:1000;
}
h1 span {
	display:none;
}
h1 img {
	height:69px;
	float:left;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
}
/*** HEADER SMALL ***/
@media screen and (min-width:690px){
header.smaller {
	height: auto;
padding-bottom:10px;
	background-color:#FFF;
	border-bottom:1px solid #F5F5F5;
}
header.smaller h1 img {
	height:40px;
}
header.smaller #menu {
	top:0px;
}
}
/*** DEMANDE CATALOGUE ***/

article {
	width:1000px;
	margin:115px auto 0px auto;
}
#demandeCatalogue {
	margin-bottom:50px;
}
#demandeCatalogue .blockLeft {
	width:480px;
	float:left;
}
#demandeCatalogue div {
	margin:10px 0px;
}
#demandeCatalogue hr {
	margin:30px 0px 10px 0px;
	border:none;
	border-top:1px solid #d7d7d7;
}
#demandeCatalogue .blockRight {
	width:480px;
	float:right
}
#demandeCatalogue .blockRight input {
	margin-left:15px;
}
#demandeCatalogue .inputTxt {
	width:480px;
}
#demandeCatalogue input, #demandeCatalogue textarea {
	padding:5px;
	margin-top:10px;
	border:1px solid #adb2b9;
}
#demandeCatalogue input:focus, #demandeCatalogue textarea:focus {
	border:1px solid #86bc25;
}
#demandeCatalogue #boutonForm {
	clear:both;
	text-align:right;
}
#demandeCatalogue #boutonForm input {
	width:150px;
	padding: 5px 10px;
	background-color:#86bc25;
	border:none;
	color:#FFF;
	font-size:16px;
	font-weight:bold;
}
#demandeCatalogue #boutonForm input:hover {
	color:#000;
}
/*** DIVERS ***/
.errors li {
	color:#C00;
}
/*** SLIDER ***/
@media screen and (min-width:690px){
#slider {
	margin-top:115px;
	display:none;
}
}
#slider {
	/*border-top: 2px solid #86bc25;*/
	/*border-bottom: 2px solid #bfd730;*/
}
.video {
	position: relative;
	padding-bottom: 25%; /* 16:9 */
	height: 0;
}
.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.cleaner {
	float:none;
	clear:both;
	text-align:center;
}
#videoPresentation {
	padding:2px;
	border:1px solid #E7E7E9;
	margin:0px 25px 0px 0px;
}
/**** TELEPHONE ACCUEIL ***/
#BlockTel p{
	margin:0px;
	padding:5px 0px;
	text-align:center;
	color:#FFF;
	}
#BlockTel p span{
	margin-left:10px;
	margin-right:10px;
	background-color:#FFF;
	padding:5px 15px 5px 35px;
	border-radius:15px;
	position:relative;
	color:#333;
	display:inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
#BlockTel p span:before {
	font-family: lbdp;
	content:" \f015";
	position:absolute;
	top:8px;
	left:12px;
}
/*** FOOTER ***/
footer {
	font-size:0.8em;
	width:100%;
	color:#FFF;
	background-color:#717171;
	min-height:150px;
	border-bottom:2px solid #86bc25;
	padding-top:20px;
}
footer .coloneFooter {
	max-width:200px;
	float:left;
	margin-right: 50px;
}
.cleaner p {
	text-align:center;
}
footer .coloneFooter ul, .footer .coloneFooter li {
	margin-left:0px;
	padding-left:0px;
}
footer .coloneFooter ul li {
	list-style-type:none;
}
footer .coloneFooter ul li a {
	color:#FFF;
	text-decoration:none;
}
footer .coloneFooter ul li a:hover {
	color:#86bc25;
}
.footerViadeo:before {
	font-family: lbdp;
	content:" \f006";
	margin-right:10px;
}
.footerLinkedin:before {
	font-family: lbdp;
	content:" \f012";
	margin-right:10px;
}
.footerFacebook:before {
	font-family: lbdp;
	content:" \f010";
	margin-right:10px;
}
.footerTwitter:before {
	font-family: lbdp;
	content:" \f011";
	margin-right:10px;
}
.footerYoutube:before {
	font-family: lbdp;
	content:" \f014";
	margin-right:10px;
}
/*** LEXIQUE ***/
#myInput {
  background-image: url('/css/searchicon.png');
  background-position: 10px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
dd{
margin-left:0px;
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px dotted #86bc25;
}
dd h5{
margin-top:0px;
font-weight:normal;
border-left:8px solid #08B;
padding-left:10px;
color:#08B
}
#lexique h6{
font-weight:300;
font-size:1.2em;
color:#999;
}

/*** FORMULAIRE ***/

form {
	margin-bottom: 15px;
}
form p {
	display:block;
	margin-bottom:0;
}
p.confirmation {
	text-align:center;
	margin: 6%;
	margin-bottom:45%;
	background-color: #d7f3cc;
	border: 1px solid #b8d8aa;
	border-radius: 10px;
	padding: 12px 5px 12px 5px;
	color: #5d7553;
}
.radioform{
}
.leftform input, .rightform input, #codecaptcha input, .envoyer input{
	border-radius:5px;
	border:1px solid #cecece;
	height:31px;
	line-height:30px;
	width:100%;
	padding:5px;
	font-size:1em;
}
.leftform label, .rightform label, #codecaptcha label, .envoyer label {
	text-transform:uppercase;
	float:left;
	margin-bottom:5px;
}
p.leftform, p.rightform {
	width:48%;
}
p.leftform {
	float:left;
}
p.rightform {
	float:right;
}
textarea {
	border:1px solid #cecece;
	display:block;
	width:100%;
	padding:5px;
	border-radius:5px;
	resize:none;
	height:150px;
}
#codecaptcha {
	margin-bottom:45px;
	float:left;
}
p.champcaptcha {
	margin-top:2px;
	width: 218px;
}
#envoyer {
	display:block;
	background:none;
	border-radius:0;
	border:2px solid #86bc25;
	height:45px;
	padding:5px;
	text-transform:uppercase;
	color:#717171;
}
#envoyer:hover {
	background-color: #86bc25;
	cursor:pointer;
	color:white;
}
p.envoyer {
	width: 110px;
	float:right;
	margin-top: 109px;
}
.code {
	margin-top:2px;
	background-color:#f7f7f7;
	height: 21px;
	width: 100%;
}
#captcha {
	margin-top:10px;
	border: 1px solid #cccccc;
	border-radius:9px;
	float:left;
	width: 183px;
}
.note {
	font-size:0.750em;
}
#buttons img {
	display:block;
	width: 33px;
	margin: 2px;
}
#buttons {
	float:left;
	margin-top: 10px;
	margin-left: 8px;
}
p.erreur {
	color: #f74646;
	background-color: #fff0f0;
	display: block;
	font-size: 0.750em;
	padding: 7px;
	border-radius: 5px;
	border: 1px solid #f5e0e0;
}
.clearfix:after {
	content:" ";
	display:block;
	clear:both;
}
input[type=radio], input[type=checkbox] {
    display:none;
}
input[type=radio] + label:before {
    content: "";  
    display: inline-block;  
    width: 40px;  
    height: 30px;  
    vertical-align:middle;
    margin-right: 8px; 

    border-radius: 5px; 
border: 1px solid #cccccc;
}
input[type=radio] + label{
	margin-right:20px;
}
input[type=radio]:checked + label:before {
	background-color:#86bc25;
    font-size:4em;
    text-align:center;
    text-shadow:0px 0px 3px #eee;
}

/*** MOBILE ***/
@media (max-width: 690px) {
 * {
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
}
    
    /* passer body (et tous les éléments de largeur fixe) en largeur automatique */

    body {
 width: auto;
 margin: 0;
 padding: 0;
}
    
    /* fixer une largeur maximale de 100% aux éléments potentiellement problématiques */

    img, table, td, blockquote, code, pre, textarea, input, iframe, object, embed, video {
 max-width: 100%;
}
    
    /* conserver le ratio des images */

    img {
 height: auto;
}
    
    /* gestion des mots longs */

    textarea, table, td, th, code, pre, samp {
 -webkit-hyphens: auto; /* césure propre */
 -moz-hyphens: auto;
 hyphens: auto;
 word-wrap: break-word; /* passage à la ligne forcé */
}
 code, pre, samp {
 white-space: pre-wrap; /* passage à la ligne spécifique pour les éléments à châsse fixe */
}
    
    /* Passer à une seule colonne (à appliquer aux éléments multi-colonnes) */

    element1, element2 {
 float: none;
 width: auto;
}
    
    /* masquer les éléments superflus */

    .hide_mobile {
 display: none !important;
}
    
    /* Un message personnalisé */

    body:before {
 content: "Version mobile du site";
 display: block;
 text-align: center;
 font-style: italic;
 color: #777;
}
 header {
 position:relative;
 padding:0px;
 text-align:center;
}
 h1 img{
float:none;
clear:both:
}
 #menu {
 float:none;
 padding:0px;
}
 .contener {
	width: 93%;
}
 p {
 padding:0px 10px;
 text-align: justify;
}

form p.envoyer {
 float:none;
}
}
 @media (max-width: 690px) {
 form p.leftform, form p.rightform {
 float:none;
 width:100%;
}
 div#codecaptcha {
 width: 235px;
}
 p.champcaptcha .code {
 height: 31px;
}
 #codecaptcha #captcha {
 margin-left: 10px;
}
 #codecaptcha #buttons {
 margin-left: 2px;
}
 #codecaptcha p.champcaptcha {
 width: 241px;
}

}
/*** BLOG ***/
#blogG {
	max-width:800px;
	float:left;
	margin-bottom:40px;
}
#blogD {
	min-width:200px;
	float:right;
border:1px solid #86bc25;
margin-top:30px;
padding:20px;
}
.ImgArticle {
	width: 320px;
	height: 195px;
	overflow: hidden;
	padding: 2px;
}
 
.ImgArticle > img {
	width: 320px;

	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}
 
.ImgArticle > img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.ImgArticle{
	margin-top:15px;
}
#blogD h3{
margin:0 0 10px 0;
}
footer {
	float:none;
	clear:both;
}
.article {
	max-width:366px;
float:left;
margin:30px 30px 0px 0;
padding:20px;
//border:1px solid #86bc25;
}
.article .date {
	font-weight:normal;
	color:#474747;
	border-left:4px solid #333;
	padding-left:10px;
	opacity:0.5;
	margin:0px;
}
.textArticle{
min-height:80px;
}
.article h3 {
margin:0;
}
.BtArticle{
text-align:center;
margin:30px 0;
}
.BtArticle a{
text-decoration:none;
background-color:#86bc25;
color:#FFF;
padding:5px 10px;
border:1px solid #86bc25;
}
.BtArticle a:hover{
background-color:#FFF;
color:#86bc25;
}
#blogD ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#blog ul li a {
	text-decoration:none;
	color:#333;
}
.reseauxSociaux .linkedin:before {
	font-family: lbdp;
	content:" \f004";
	color:#0177B5;
}
.reseauxSociaux .facebook:before {
	font-family:  lbdp;
	content:" \f002";
	color:#3D5A9E;
}
.reseauxSociaux .twitter:before {
	font-family: lbdp;
	content:" \f001";
	color:#659FCB;
}
.reseauxSociaux .google:before {
	font-family:  lbdp;
	content:" \f003";
	color:#D95232;
}
.reseauxSociaux .email:before {
	font-family:  lbdp;
	content:" \f005";
	color:#BFD730;
}
.reseauxSociaux .viadeo:before {
	font-family: lbdp;
	content:" \f006";
}
.reseauxSociaux {
	box-shadow: 0px 0px 8px 1px rgba(119, 119, 119, 0.25) inset;
	text-align:right;
}
.reseauxSociaux p {
	display:inline-block;
}
.reseauxSociaux ul {
	position:relative;
	top:8px;
	display:inline-block;
	margin:0 10px 0 10px;
	padding:0px;
}
.reseauxSociaux ul li {
	display:inline;
	list-style-type:none;
}
.reseauxSociaux ul li a {
	display:inline-block;
	font-size:1.8em;
	margin:0;
	padding:0;
}
.reseauxSociaux ul li span {
	display:none;
}
#pagination {
	text-align:center;
	float:none;
	clear:both;
}
#pagination a {
	text-decoration:none;
	display:inline-block;
	margin:5px;
	padding:5px 10px;
	border:1px solid #999;
	color:#999;
}
#pagination a:hover {
	border:1px solid #BFD730;
}
#pagination a#pageSelected {
	background-color: #86bc25;
	color:#FFF;
	border:1px solid #86bc25;
}

.CardResponsive{
	width:250px;
	float:left;
}
@media screen and (max-width: 1024px) {
	.CardResponsive{
		width:200px;
		float:left;
	}
}
@media screen and (max-width: 640px) {
	.CardResponsive{
		width:200px;
		float:none;
		margin:auto;
	}	
}

