/*design Djamel BEN BELAID
du 26/01/2016*/
/* propriétés pour desktop */

@media screen and (max-width: 1920px) and (min-width: 1024px)
{
	/*  responsive menu  */
/*Strip the ul of padding and list styling*/
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	z-index:1;
}
li.menu {
    color: black;
    font-size: larger;
    font-family: sans-serif;
	line-height: 50px;
}
/*Create a horizontal list with spacing*/
li {
    display: inline-block;
    float: left;
    width: 16.66%;
    background-color: #EDECE6!important;
    line-height: 47px;
}



.PictComMaint {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 50%;
    background: transparent;
    /* margin: 0px 27%; */
}
/* separate*/
hr {

}
/*Style for menu links*/
li a {
	display:block;
	/* min-width:140px; */
	height: 50px;
	/* text-align: center; */
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #000;
	/*background: #edece6 !important;*/
	text-decoration: none;
}

.direct-chat-img {
    width: 62px;
    margin: auto;
    /* border: 3px solid #ffffff; */
    border-radius: 50%;
    background: rgb(255, 255, 255);
    color: black;
}

/*Hover state for top level links*/
li:hover a {
	/*background: #19c589;*/
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #19c589;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
	font-size: 1vw;
	text-align: left;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden, .hidden:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
#show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #fff;
	background: #EDECE6!important;;
	text-align: center;
	padding: 10px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
    -webkit-appearance: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}

.annuaire1 {
	display:none;
}
.annonces1 {
	display:none;
}
.publierannonce1 {
	display:none;
}
a.plus {
    color: #006db7;
	font-size: 62px !important;
	text-align: center;
}
h1 {
    color: #ffffff;
    text-shadow: -0.5px 0 rgba(117,117,117,0.80), 0 0.5px rgba(117,117,117,0.80), 0.5px 0 rgba(117,117,117,0.80), 0 -0.5px rgba(117,117,117,0.80);
    font-size: 2.4vw;
    letter-spacing: 2px;
    padding: 20;
    font-weight: bold;
}
h2 {
    color: #ffffff;
    text-shadow: -1px 0 rgba(117,117,117,0.80), 0 1px rgba(117,117,117,0.80), 1px 0 rgba(117,117,117,0.80), 0 -1px rgba(117,117,117,0.80);
    font-size: 1.4vw;
    letter-spacing: 2px;
    padding: 5px 20px 0px 20px;
    font-weight: lighter;
}
/*------------------------*/
/* début contenu */
.row-fluid {
    width: 100%;
}
/*.besoinde{
    position: fixed;
    top: 0px;
    margin-bottom: 5px;
    font-size: 12px;
    color: black !important;
    background-color: #EDECE6;
    font-family: sans-serif;
    width: 100%;
    height: 54px;
}*/
.connect{
    float: right;
    margin-top: -26px;
}
.intro{
	font-family: sans serif;
    text-align: left;
}
.presentation1{
    font-size: 1vw;
    text-align: left;
    font-variant: small-caps;
    border-left: white;
    border-left-style: solid;
    border-left-width: 1px;
    margin-left: auto;
    margin-right: auto;
}
.presentation{
    font-size: 1vw;
    position: relative;
    text-align: left;
    font-variant: small-caps;
    padding-left: 20px;
    margin-left: 5px;
    margin-bottom: 107px;
}
.acces{
    width: 26%;
    position: fixed;
    left: 36%;
    margin: auto;
    bottom: 18%;
}

.fieldset{
	border-width:0px!important;
}
.btn_acc{
    bottom: 99px;
    left: 60px;
    position: fixed;
    width: 400px;
    font-size: 2em;
    background-color: rgba(255, 255, 255, 0.81);
    color: white;
    text-align: center;
    font-family: sans-serif;
    font-weight: bold;
}
.titre{
    font-size: 26px;
    font-weight: 600;
    font-family: sans-serif;
    text-align: center;
    color: white;
    letter-spacing: 11px;
    text-shadow: #5F5E5E 1px 1px, #5F5E5E -1px 1px, #5F5E5E -1px -1px, #5F5E5E 1px -1px;
}

/* debut Boutons ouvrants popup*/
input {
    float: left;
    padding: 6px;
    display: block;
    margin-right: 10px;
    font-family: 'Lato', sans-serif;
}
email{
	margin:20px;
}
button {
    border: 3px solid #FFF;
    padding: 0.2em 1.2em;
    background: transparent;
    color: #FFF;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    margin: 3px 2px;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 48%;
    background-color: #ed1c24;
	
}

button.popup-button1 {
    width: 100%;
}

button:hover {
	background: #FFF;
	color: #F5069C;
}
.container {
	background: url(../img/blur.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: left;
	padding: 60px;
	font-family: helvetica;
    font-weight: 100;
    font-variant: small-caps;
}

.ComMaint {
    width: 20%;
    text-align: center;
    margin: 0;
    float: left;
}

.CommandMaint {
    margin-top: 67px;
    color: white !important;
    text-align: center;
    font-size: 70%;
    width: 75%;
    height: 197px !important;
    margin-left: auto;
    margin-right: auto;
    width: 62p;
}

.custom-heading02 {
    margin-bottom: 20px;
}

h3 {
    letter-spacing: 2px;
}
.content {
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	/* position: fixed; */
	/* bottom: 126px; */
	margin-left: auto;
	margin-right: auto;
}
.intiltule {
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.slogan {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.popup-button {

}

img {
	max-width: 100%;
}

.modal {
    position: fixed;
    top: 126px;
    left: 50%;
    width: auto;
    max-width: 630px;
    min-width: 250px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
	color: #000000
    background: #ffffff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.recherche{
	width:100%;

}
.show {
	visibility: visible;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show ~ .overlay {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	color: #000;
    background: #fff;
    position: relative;
    border-radius: 3px;
    margin: 0 auto;
    padding: 26px;
    font-family: sans-serif;
    line-height: 26px;
    font-variant: small-caps;
}

.popup-content h3 {
	margin: 0;
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    position: relative;
    font-variant: small-caps;
}

.popup-content h3:before {
	position: absolute;
	background: url(../img/img-titre.png) no-repeat left center;
	width: 47px;
	height: 38px;
	content: "";
	top: -33px;
	left: 0px;
}

.popup-content .para {
	color: #898989;
	margin-bottom: 30px;
	text-align: justify;
}

.popup-content > div {
    padding: 0px;
    margin: 0;
    font-weight: 300;
    font-size: 1em;
}

.popup-content > div p {
	margin: 0;
	padding: 10px 0;
}

.popup-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.popup-content > div ul li {
	padding: 5px 0;
}

.popup-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.close {
	background: url(../img/close.png) no-repeat;
	height: 21px;
	width: 21px;
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.close:hover {
	opacity: 0.2;
}
label {
font-family: 'lato', sans-serif;
font-size: 12px;
}
.submit {
	background: #F5069C url(../img/heart.png) no-repeat 90% center;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    opacity: 1;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.submit:hover {
	opacity: 0.5;
}

/* debut menu bottom*/
.menubottom{
    width: 1920px;
    background-color: black;
    float: left;
    padding-top: 0px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 940px;
    min-height: 200px;
}
/* fin menu bottom*/
/* fin contenu */

/* Effet blur */
.show.blur-effect ~ .overlay {
	background: rgba(0,0,0,0.96);
}

.show.blur-effect ~ .container, .show.blur-effect ~ .bgall{
	-webkit-filter: blur(30px);
	-moz-filter: blur(30px);
	filter: blur(30px);
}

.blur-effect .popup-content {
	-webkit-transform: translateY(-5%);
	-moz-transform: translateY(-5%);
	-ms-transform: translateY(-5%);
	transform: translateY(-5%);
	opacity: 0;
}

.show.blur-effect ~ .container,
.blur-effect .popup-content, .show.blur-effect ~ .bgall {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show.blur-effect .popup-content {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}

/* fin Boutons ouvrants popup*/

#title {
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	bottom: 0px;
	font: 11px Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	position: fixed;
	right: 0px;	
	text-align: right;
	width: 100%;
}
#controls-wrapper { 
	margin:0 auto; 
	height:42px;
	width:100%;
	bottom:0px;
	left:0;
	z-index:4;
	background:url(../img/nav-bg.png) repeat-x; position:fixed;
 }
#slidecaption{
    overflow: hidden;
    color: #FFF;
    font: 400 1.9em "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: #000 1px 1px 2px;
    margin: 0 20px 0 10px;
    line-height: 42px;
}
}