/* Theme Name: Share And Move solutions - site vitrine
 * Theme URL: http://shareandmove.fr
 * Author: Marie GRAF
 * Version: 1.5
 * Description: theme du site vitrine de la société ShareAndMove solutions
*/

/* Reset default browser styles */
@import url('reset.css');

@import url(http://fonts.googleapis.com/css?family=Lato:400,700,900);
@font-face {
	font-family: "Century_Gothic";
	src: url("fonts/century_gothic.otf"),
		 url("fonts/gothic.ttf");
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	font-smooth: always;
}
@font-face {
	font-family: "Century_Gothic_Bold";
	src: url("fonts/gothicb.ttf");
}
@font-face {
	font-family: "Century_Gothic_Ita";
	src: url("fonts/gothici.ttf");
}



h1,h2,h3,h4{
	font-size:100%;
	font-weight:normal;
}

body{
	margin: 0;
	text-align:center;
}

.menu-menu-principal-container{
	width: 960px;
	margin: 0 auto;
}

/*HEADER.PHP*/

.entete{
	padding-bottom: 35px; 
	padding-top: 30px;
	height:67px;
	border-bottom: solid #41c0f0 4px;
	background-color:#FFF;
}

.ombre_header {
	margin: 0 auto; 
	padding-top: 29px;
	width: 960px; 
}

/*anim*/
li.logo_menu{
	position: relative;
	overflow: hidden;
	height: 67px;
}

.animate{
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	position: absolute;
	top: -8px;
	left: 275px;
}

	/*Navigation*/
	
/*#menu-menu-principal .current-menu-item a{
	color:#41C0F0;
}*/
.divmenu ul li.current-menu-item a{
	color:#41C0F0;
}

nav{
	margin: 0 auto;
	width: 960px;
}

.divmenu{
	position: relative;
	margin-top: 10px;
	width: 960px;
	list-style: none;
	white-space: nowrap;
}

.divmenu div{	
	float:left;
}


.divmenu ul{
	margin:0 auto;
	height: 67px;
	list-style: none;
	white-space: nowrap;
}



.divmenu a img{
	margin: 0 auto;
	height: 67px; 
	width: 348px; 
}

.menu{
	padding-left: 0px;
}

.divmenu ul li{
	padding-right: 56px;
	padding-top: 35px;
	display: inline-block;
	height: 32px;
	font-family: Century_Gothic;
	font-variant:small-caps;
	text-align:center;
	line-height: 32px;
}

.divmenu a{
	z-index: 1000;
	float: left;
	display:inline-block;
	height: 32px;
	font-size: 20px;
	text-decoration: none;
	color:#403D3D;
	
}

.divmenu a[title=vide]{
	margin-top: -75px; 
	margin-left: -140px;
	color: transparent;
}

.divmenu a[title=logo_accueil]{
	margin-top: -43px;
	overflow: hidden;
	width:348px;
	height:67px;
	color : transparent !important;
	background-image: url('images/logotype.png');
	background-repeat:no-repeat;
}

header nav ul li:nth-child(1) a{
	width: 120px;
}

header nav ul li:nth-child(2) a{
	width: 92px;
}

header nav ul li:nth-child(3) a{
	width: 348px;
}

header nav ul li:nth-child(4) a{
	width: 60px;
}

header nav ul li:nth-child(5) a{
	width: 78px;
}

header nav ul li a:hover,
header nav ul li a:focus{
	color:#41C0F0;
}

/**
 * 	initialisation de l'élément virtuel
 */
header nav ul li ~ li:last-child::after {
	content:"";
	position: absolute;
	bottom: -27px;
	display: block;
	height: 3px;
	background-color: #41C0F0;
	transition: all .5s ease;
}

header nav ul li.current-menu-item:nth-child(1) ~ li:last-child::after{
	left:0px;
	width: 120px;
}

header nav ul li.current-menu-item:nth-child(2) ~ li:last-child::after{
	left: 180px;
	width: 112px;
}

header nav ul li.current-menu-item:nth-child(3) ~ li:last-child::after{
	left:340px;
	width: 345px;
	background-color:transparent;
}

header nav ul li.current-menu-item:nth-child(4) ~ li:last-child::after{
	left:742px;
	width: 60px;
}

header nav ul li.current-menu-item:nth-child(5) ~ li:last-child::after{
	left:861px;
	width: 78px;
}

/**
 * 	positionnnement au survol
 */
header nav ul li:nth-child(1):hover ~ li:last-child::after{
	left:0px;
	width: 120px;
	background-color: #41C0F0;
}

header nav ul li:nth-child(2):hover ~ li:last-child::after{
	left: 180px;
	width: 112px;
	background-color: #41C0F0;
}

header nav ul li:nth-child(3):hover ~ li:last-child::after{
	left:340px;
	width: 345px;
	background-color:transparent;
}

header nav ul li:nth-child(4):hover ~ li:last-child::after{
	left:742px;
	width: 60px;
	background-color: #41C0F0;
}

header nav ul li:nth-child(5):hover ~ li:last-child::after{
	left:861px;
	width: 78px;
	background-color: #41C0F0;
}



/*FOOTER.PHP*/
.pied{
	border-top:  solid #41c0f0 4px;
	background:#403D3D;
}

footer .footer{
	margin: 0 auto;
	padding-top: 10px;
	overflow:auto;
	width: 960px;
	font-family: Century_Gothic;
	font-size:14px;
	color: #8e8e8e;
}

footer div .plan{
	float: left;
	width: 300px;
	font-size: 8pt;
	font-variant:small-caps;
	line-height: 14pt;
	text-align:left;
}

.plan ul{	
	padding-left: 0;
}

footer div .plan ul li{
	list-style: none;
}

footer div .plan ul li a{
	text-decoration: none;
}

footer div .plan ul li a:link{
	color:#8E8E8E;
}

footer div .plan ul li a:visited{
	color:#8E8E8E;
}

footer div .plan ul li a:hover{
	color:#41C0F0;
}

footer div .add{
	float:left;
	margin-left: 90px; 
	margin-right: 90px;
	margin-top: 20px;
	width: 165px;
	font-size: 12px;
	line-height: 17px;
}

footer div .icones{
	float:left;
	margin-top: 40px;
	width: 300px;
}

footer div .icones div{
	width:50px;
}

/*icones fb*/

.fb{
	padding-right: 10px;
	float:left;
}

footer div .icones span{
	color:transparent;
}

footer div .icones a span{
	text-decoration: none;
}

footer div .icones a:link{
	text-decoration: none;
}

footer div .icones a:visited{
	text-decoration: none;
}

footer div .icones a:hover{
	text-decoration: none;
}


footer div .icones .fb a span{
	padding-right: 36px; 
	padding-bottom: 31px;
	background-image:url("images/icones/fbWhite.png");
	background-repeat:no-repeat;
}

footer div .icones .fb a:hover span{
	background-image:url("images/icones/fbBleu.png");
	background-repeat:no-repeat;
}

	/*icones g+*/
	
.google{
	float:left;
	padding-right: 10px;
}	
	
footer div .icones .google a span{
	padding-bottom: 31px;
	background-image:url("images/icones/g+white.png");
	background-repeat:no-repeat;
}

footer div .icones .google a:hover span{
	background-image:url("images/icones/g+bleu.png");
	background-repeat:no-repeat;
}

	/*icones lin*/
	
.lin{
	float:left;
	padding-right: 10px;
}
	
footer div .icones .lin a span{
	padding-right: 36px; 
	padding-bottom: 31px;
	background-image:url("images/icones/linkedInwhite.png");
	background-repeat:no-repeat;
}

footer div .icones .lin a:hover span{
	background-image:url("images/icones/linkedInBleu.png");
	background-repeat:no-repeat;
}

	/*icones viadeo*/

.viadeo{
	padding-right: 10px;
	float:left;
	width: 51px;
}	
	
footer div .icones .viadeo a span{
	padding-right: 36px; 
	padding-bottom: 31px;
	background-image:url("images/icones/viadeo.png");
	background-repeat:no-repeat;
}

footer div .icones .viadeo a:hover span{
	background-image:url("images/icones/viadeoBleu.png");
	background-repeat:no-repeat;
}

	/*icones email*/
	
.email{
	float:left;
}	
	
footer div .icones .email a span{
	padding-right: 18px; 
	padding-bottom: 31px;
	background-image:url("images/icones/enveloppeWhite.png");
	background-repeat:no-repeat;
}

footer div .icones .email a:hover span{
	background-image:url("images/icones/enveloppeBleu.png");
	background-repeat:no-repeat;
}

/*acceuil*/ 

section{
	padding-top: 70px;
	background-color: #f2f2f2;
}

section.rea{
	padding-top: 0;
}

	/*slide*/
	
.slidesjs-container{
	position: absolute;
	border-radius: 25px;
	background-color:#C6C6C6;
}

.img_slide{
	float: left; 
	position:relative;
}

.img_slide p { 
  height:300px;
  line-height:300px;
  text-align:center; /* centrage horizontal d'un élément en-ligne */ 
}

.img_slide img { 
  margin-left: 35px;
  vertical-align:middle;
}

.texte_slide{
	position: relative;
	margin-left: 370px;
	width: 530px;
	height:215px;
	vertical-align: middle;
	font-family: Century_Gothic_Bold;
	font-size: 30px;
	font-variant:small-caps;
}

.ombre_slide{
	background-image: url("images/ombre_slide.png");
	height: 49px;
	margin-left: 50px;
	margin-top: -19px;
}

.texte_slide p {
  height:275px;
  line-height:275px;
  text-align:center; /* centrage horizontal */
}

.texte_slide span { 
  width:530px; /* largeur zone de texte */
  vertical-align:middle;
  display:inline-block;
  line-height:1.2; /* on rétablit le line-height */
  text-align:center; /* ... et l'alignement du texte */
}

/**/
  
#slides {
  display: none;
}

#slides .slidesjs-navigation {
  margin-top:3px;
}

.slidesjs-pagination {
  margin: 6px 0 0;
  float: right;
  list-style: none;
}

.slidesjs-pagination li {
  margin: 0 1px;
  float: left;  
}

.slidesjs-pagination li a {
  padding-top: 13px;
  display: block;
  float: left;
  overflow: hidden;
  height: 0;
  width: 13px;
  background-image: url("images/slide/pagination.png");
  background-position: 0 0;
  
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}


/*responsive design*/
   #slides {
      display: none
    }

    .container {
      margin: 0 auto
    }

    /* For tablets & smart phones */
@media (max-width: 767px) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container {
    width: auto
  }
}

/* For smartphones */
@media (max-width: 480px) {
  .container {
    width: auto
  }
}

/* For smaller displays like laptops */
@media (min-width: 768px) and (max-width: 979px) {
  .container {
    width: 724px
  }
}

/* For larger displays */
@media (min-width: 1200px) {
  .container {
    width: 940px
  }
}


.encarts{
	margin: 0 auto;
	padding-top: 60px;
	width: 960px;
}

.encart{
	width: 460px;
	padding-right:20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 auto;
	padding-bottom:60px;
	overflow: auto;
}

.encart h2{
	font-family: Century_Gothic;
	font-size: 35px;
	font-variant:small-caps;
	color: #41c0f0;
	text-align: center;
}

.encart a{
	text-decoration: none;
	font-family: Century_Gothic;
	
}

/**
 * 	IE10
 */

.encart a{
	border:none;
}

.encart a img{
	border:none;
}



.encart ul{
	margin: 0;
	text-align: left;
}

.encart ul li{
	padding-bottom: 30px;
 	display : list-item;
 	height: 60px;
	font-family: Century_Gothic, Arial;
 	font-size: 18px;
 	color: #403D3D;
	list-style-image: url("images/puce.png");
	text-align: justify;
}

/*page compétences*/
.competences{
	padding: 0;
	overflow: auto;
	font-family: Century_Gothic;
	background: #f2f2f2;
}

.container{
	margin: 0 auto;
	width: 960px;	
}

.colonne_gauche{
	float:left;
	width: 660px;
	font-family: Century_Gothic;
	font-size: 15px;
}

.competences .colonne_gauche p{
	padding-bottom: 10px;
}

.colonne_droite{
	float:right;
	width: 220px;
	font-family: Century_Gothic;
}

.competences article{
	margin-bottom: 120px;
}

article{
	text-align: justify;
}


.competences .container h1{
	margin-bottom:20px;
	margin-top: 65px;
	width: 575px;
	font-family: Century_Gothic;
	font-size: 30pt; 
	font-variant:small-caps;
	color: #41c0f0;	
	border-bottom:#41C0F0 solid 2px;
}

.competences .colonne_gauche img{
	float: right;
	width: 80px;
}

.competences br{
	margin-bottom:10px;
}

#text-5{
	margin-top: 450px;
}

.colonne_droite h3{
	margin-left:20px;
	margin-bottom: 5px;
	padding-top:10px;
	font-family: Century_Gothic;
	font-size: 15px;
	font-variant:small-caps;
	color: #41c0f0;
}

.competences .colonne_droite .bloc ul li{
	padding-top: 10px;
}

.bloc{
	position:relative;
	margin-top: 95px;
	padding: 5px 25px 25px 25px;
	font-size: 12px;
	text-align: left;
	background-color: #e6e6e6;
	border-radius: 25px;
}

.image_info{
	position:absolute;
	top: -20px; 
	left: 25px; 
	right: 0px; 
	bottom: 0px;
	background-image: url('images/icones/info.png');
	background-repeat: no-repeat;
	width:45px;
	height: 45px;
}

.bloc ul{
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
}

.textwidget{
	position:relative;
}

.colonne_droite img{
	float: right;
	width: 80px;
}


.ombre_bloc{
	background-image: url('images/petite_ombre.png');
	background-repeat: no-repeat;
	width: 178px;
	height: 18px;
}

.bloc .textwidget a{
	font-family: Century_Gothic;
	font-size:14px;
	color: #41C0F0;
}

.bloc .textwidget a:link{
	text-decoration:none;
	color:#41C0F0;
}

.bloc .textwidget a:hover{
	text-decoration:overline;
	color:#41C0F0;
}

.bloc .textwidget a:visited{
	text-decoration:none;
	color:#41C0F0;
}

.shadow_bg{
	height: 20px;
	margin-bottom: 110px;
	background: transparent url('images/petite_ombre.png') no-repeat top center;
}

/*page réalisations*/
.rea .container{
	overflow: auto;
} 

.rea .container h1{
	margin-top: 0;
	margin-bottom:20px;
	width: 575px;
	font-family: Century_Gothic;
	font-size: 30pt;
	text-align: left;
	font-variant:small-caps;
	color: #41c0f0;	
	border-bottom:#41C0F0 solid 2px;
}

/*.rea .container h1+article{
	height: 800px;
}*/

.rea{
	overflow: auto;
}

.category{
	overflow: auto;
}

.rea h1 {
	padding-top: 70px;
}

.rea .container{
	margin-bottom: 40px;
}

.rea .container .article{
	float:left;
	margin-right:57px;
	margin-bottom: 50px;
	width: 260px;
	height:255px;
	background-color: white;
	border-radius:25px;
	border: 1px solid #41C0F0 ;
}

.rea .container .article .contenu-rea{
	height: 200px;
	line-height: 200px;
	text-align: center;	
}

.rea .container .article img{
	vertical-align: middle;
}

.rea .container .article p{
	height: 30px;
	overflow: hidden;
	margin-top: 13px;
	padding: 7px 15px 8px 15px;
	font-size: 11px;
	font-family: Century_Gothic;
	text-align: center;
	background-color: #c6c6c6;
	border-radius: 0 0 24px 24px;
}

.icone_rea{
	float: left;
	margin-left: -120px; 
	margin-top: 10px;
}

.equipe{
	overflow: auto;
}

.equipe article {
	margin-bottom: 60px;
	width:660px;
	height:300px;
	border-bottom: #41C0F0 solid 2px;
}

.equipe .container h1{
	margin: 0;
	font-variant:small-caps;
	font-size:24px;
	color:#41C0F0;
}

.equipe article header img{
	margin-top: 40px;
	float: left;
	vertical-align:bottom;
}

.membre .team-left article header h1{
	margin-left: 198px!important ;
}

.equipe .team-right img{
	float:right;
}

.equipe .team-right .entry-content{
	margin-left:0;
}

.equipe article .entry-content ul{
	padding-left:0;
	font-family: Century_Gothic;
	font-size:14px;
	list-style: none;
}

.equipe article .entry-content p{
	font-size: 12px;
}

.equipe article .entry-content{
	margin-left: 200px;
}

.entry-meta a{
	margin-left: -80px;
}

/*br{
	margin-bottom:5px;
}*/

.ita{
	font-size: 12px;
	font-family: Century_Gothic_Ita;
}

.bold{
	font-family:Century_Gothic_Bold;
}

.equipe .container .colonne_droite .bloc #secondary{
	margin-left: -20px;
}

.stagiaires{
	position:relative;
	margin: 0 auto;
	padding: 5px;
	overflow: auto;
	width: 200px;
	font-size: 12px;
	border-radius: 25px;	
}

.equipe .container .colonne_droite .bloc h4{
	margin:0;
	margin-top: 5px; 
	margin-bottom: 15px;
	font-family: Century_Gothic_Bold;
	font-size: 17px;
	font-variant:small-caps;
	color: #41c0f0;
	text-align: center;
}

.equipe .container .colonne_droite .bloc{
	margin-top: 0;
}

.img_stage img{	
	float: left;
	border-radius: 10px;
}

.stagiaires h5{
	margin:0;
	padding-left: 90px;
	font-size: 14px;
}

.stagiaires ul{ 
	padding-bottom: 30px;
	padding-left: 90px;
}

/*page contact*/

.contact{
	padding:0;
	overflow: auto;
}

.contact .edit-link{
	position: relative;
	margin-left: -700px; 
}

.contact .container h1{
	margin-bottom:20px;
	margin-top: 65px;
	width: 575px;
	font-family: Century_Gothic;
	font-size: 30pt;
	font-variant:small-caps;
	color: #41c0f0;	
	border-bottom:#41C0F0 solid 2px;
}

.form_gauche{
	float:left;
}

.form_droite{
	margin-left: 50px;
	margin-top:10px;
	float:left;
	width: 320px;
}

.input{
	margin-top: 10px;
	width: 280px;
	font-family: Century_Gothic;
	font-variant:small-caps;
	font-size:12px;
	color: #5C5C5C;
	background-color:white;
	border: 1px #5c5c5c solid ;
	border-radius : 15px;
}

.input .libelle{
	padding:5px;
	display: inline-block;
	width:50px;
	border-right: 1px #8E8E8E solid;
}

.input input{
	padding-left: 5px;
	width: 200px;
	border:none;
}

.wpcf7-form-control-wrap{
	display: inline-block;
	width: 200px;
}

.input p{
	padding-left: 5px;
	padding-top: 18px;
	padding-bottom: 18px;
}

.input .vide{
	width: 200px;
	display: inline-block;
}

.form_droite textarea{
	padding:6px;
	width: 320px;
	height:225px;
	font-family: Century_Gothic;
	resize:none;
	font-size:12px;
	color: #5C5C5C;
	border: 1px #5c5c5c solid ;
	border-radius : 15px;
}

.message{
	margin-top: 0;
}

.form_droite input[type=submit]{
	margin-left: 265px; 
	margin-top: 10px;
	padding-top: 5px; 
	padding-bottom: 5px;
	font-family: Lato;
	font-variant:small-caps;
	font-size:12px;
	color:white;
	background-color: #41C0F0; 
	border-radius: 15px 15px 15px 15px; 
	border: 1px solid #41C0F0; 
	box-shadow: 1px 1px 1px #403d3d;
}
 
.form_droite input[type=submit]:active{
	box-shadow:1px 1px 1px #403d3d inset;
}

.star{
	color:#41C0F0;
	font-size:16px;
}

iframe{
	margin-top: 15px;
}



/*captcha*/

.champs_captcha{
	display:inline-block;
	border: none;
}

.form_droite input{
	padding: 5px;
}

.numero{
	margin-top: 6px;
	margin-bottom: 0;
	padding:5px;
	display: inline-block;
	width:80px;
	border-right: 1px #8E8E8E solid;
}

.champs{
	padding:5px;
	display: inline-block;
	width: 100px;
	height: 50px;
}

.form_droite span{
	display:inline-block;
	width: 100px;
	line-height: 30px;
}

.message{
	margin-bottom: 5px;
}

.form_droite span input{
	width: 150px;
	height: 30px;
	margin-top: 0;
}

.input_captcha{
	width: 332px;
	height: 60px;
	margin-top: 15px;
	font-family: Century_Gothic;
	font-variant:small-caps;
	font-size:12px;
	color: #5C5C5C;
	background-color:white;
	border: 1px #5c5c5c solid ;
	border-radius : 15px;
}

/*ml*/

.mentions{
	background-color: #f2f2f2;
}

.ml{
	width: 960px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	font-family: Century_Gothic;
	text-align: justify;
	font-size: 14px;
	color:#403D3D;
}

.ml h1{
	font-size: 25px;
	width: 650px; 
	border-bottom: 1px solid;
	font-variant:small-caps;
	color: #41C0F0;
	font-family: Century_Gothic_bold;
}

.nav{
	font-family: Century_Gothic_Bold;
	padding-top: 5px;
	padding-bottom:0!important;	
	font-variant:small-caps;
}

.ml ul{
	margin-top: 2px;
	margin-bottom: 2px;
}

.ml ul li{
	list-style: none; 
	padding-bottom: 15px;
}

.ml p{
	padding-bottom: 10px;
}

.ml a:link{
	color:#41C0F0;
	text-decoration: none;
}

.ml a:visited{
	color:#41C0F0;
	text-decoration: none;
}

.ml a:hover{
	color:#41C0F0;
	text-decoration:overline;
}
