/* INFO */
/* #FFFFFF = blanc
   #000000 = noir
   #FF4400 = rose
   #FF6600 = rose pale */

/* SELECTION TEXTE */
a:focus {
	color: #FF4400 !important;
}
a:hover {
	color: #FF4400 !important;
}
::-moz-selection { background: #FF4400; color: #fff; text-shadow: none; }
::selection { background: #FF4400; color: #fff; text-shadow: none; }


/* BOUTON PREFOOTER */
.footer-widgets .footer-btn {
  position: absolute !important;
  left: 50% !important;
  margin-left: -14px !important;
  top: -78px !important;
  background-color: #FF6600;
  text-align: center !important;
  align: center !important;
  font-size: 1.414rem !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0px !important;
  -webkit-transform: rotate(45deg) !important;
  -ms-transform: rotate(45deg) !important;
  transform: rotate(45deg) !important;
  z-index: 11 !important;
  border-radius: 3px !important;
}

.footer-widgets .footer-btn span {
  color: #fff !important;
  font-size: 16px !important;
  display: inline-block !important;
  text-align: center !important;
  transition: all 0.2s ease-in-out !important;
}

.footer-widgets .footer-btn:hover span {
  -webkit-transform: translateY(-5px) !important;
  -ms-transform: translateY(-5px) !important;
  transform: translateY(-5px) !important;
}

.footer-widgets .r45 {
  -webkit-transform: rotate(-45deg) !important;
  -ms-transform: rotate(-45deg) !important;
  transform: rotate(-45deg) !important;
}

/* DIAGONAL */
section {
    position: relative;
}
section:before {
    position: absolute;
    content:'';
}
footer:before {
    position: absolute;
    content:'';
}
.diagonal {
    z-index: 1;
    padding: 1em;
}
.diagonal::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #E1E1E1;
	transform-origin: top left;
	transform: skewY(-3deg);
	z-index: -10;
}

/* .diagonal::after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #E1E1E1;
	transform-origin: bottom left;
	transform: skewY(3deg);
	z-index: -10;
} */

/* FONT */
@font-face 
{
	 	font-family: "Gotham", Gotham, Arial, sans-serif !important;
		font-display: auto;
}

/* BLOC DE TEXT EDITABLE CURSEUR DE TEXT */
[contenteditable='true'] {
    caret-color: #FF4400;
}

/* COMPTEUR DE CARATERES INPUT TO TEXTEAREA FORMULAIRE */
#compteur, .compteur, compteur {
	width:25px !important;
	color:grey !important;
	border:none !important;
	font-weight:400 !important;
	font-style: italic !important;
}

/* CPAS ON OFF MAJUSCULE FORMULAIRES */
#cacherrouge {
	font-size:10px;
	font-weight:300;
	display:none;
	position:absolute;
	margin-top:-8px
}
#cacherrouge2 {
	font-size:10px;
	font-weight:300;
	display:none;
	position:absolute;
	margin-top:-8px
}

/* OFFRE TABLE BOUTON TOGGLE */
.toggle { /* Basculer mensuel > annuel pour offre */
  position: relative;
  text-shadow: 0px 0px 9px #696969;
  width: 100px;
  height: 34px;
  border-radius: 100px;
  background-color: #FF4400;
  overflow: hidden;
  box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}

.toggler--is-active {
  color: #FF4400 !important;
}

.toggle, .toggler {
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
}

.toggler {
  color: #000000;
  transition: .2s;
  font-weight: bold;
  cursor: pointer;
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  z-index: 0;
}

.check:checked ~ .switch {
  right: 20px;
  left: 42%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: .08s, 0s;
}

.switch {
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  right: 57.5%;
  background-color: #fff;
  border-radius: 36px;
  z-index: 0;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, .08s;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* BOUTON CHERCHER */
.filterDiv {
  float: left;
  text-align: center;
  display: none; 
}

.show {
  display: block;
}

/* DETAILS CLOSE / OPEN */
details > summary {
  border: none;
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

/* W3 */
.w3-dropdown-click,.w3-dropdown-hover{position:relative;display:inline-block;cursor:pointer}
.w3-dropdown-hover:hover .w3-dropdown-content{display:block}
.w3-dropdown-hover:first-child,.w3-dropdown-click:hover{background-color:#fff;color:#FF4400}
.w3-dropdown-hover:hover > .w3-button:first-child,.w3-dropdown-click:hover > .w3-button:first-child{background-color:#fff;color:#FF4400}
.w3-dropdown-content{cursor:auto;color:#FF4400;background-color:#fff;display:none;position:absolute;min-width:160px;margin:0;padding:0;z-index:1}

.w3-bar{overflow:hidden;background-color:#FF4400;min-width:365px}.w3-center .w3-bar{display:inline-block;width:auto}
.w3-bar .w3-bar-item{padding:8px 16px;float:right;width:auto;height:auto;border:none;display:block;outline:0;background-color:#FF4400;color:#FFF}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:right}
.w3-bar {border-bottom:#FFFFFF solid 1px}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px 16px;text-align:left;border:none;white-space:normal;float:right;outline:0}

.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}
.w3-bar-block .w3-dropdown-hover,.w3-bar-block .w3-dropdown-click{width:100%}
.w3-bar-block .w3-dropdown-hover .w3-dropdown-content,.w3-bar-block .w3-dropdown-click .w3-dropdown-content{min-width:100%}
.w3-bar-block .w3-dropdown-hover .w3-button,.w3-bar-block .w3-dropdown-click .w3-button{width:100%;text-align:right;padding:8px}


.w3-bar{width:100%;overflow:hidden;background-color:#FF4400;min-width:365px}
@media screen and (max-width: 1200px){
.w3-bar{border-top:solid;border-width:1px;border-color:#FFFFFF}
}
.w3-bar .w3-dropdown-hover,.w3-bar .w3-dropdown-click{position:static;float:left}
.w3-bar .w3-button{white-space:normal}
.w3-bar-block .w3-bar-item{width:100%;display:block;padding:8px;text-align:left;border:none;white-space:normal;float:none;outline:0}
.w3-bar-block.w3-center .w3-bar-item{text-align:center}.w3-block{display:block;width:100%}


.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-shadows{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #ccc!important}
.w3-border-top{border-top:1px solid #ccc!important}.w3-border-bottom{border-bottom:1px solid #ccc!important}
.w3-border-left{border-left:1px solid #ccc!important}.w3-border-right{border-right:1px solid #ccc!important}
.w3-topbar{border-top:6px solid #ccc!important}.w3-bottombar{border-bottom:6px solid #ccc!important}
.w3-leftbar{border-left:6px solid #ccc!important}.w3-rightbar{border-right:6px solid #ccc!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#000!important;background-color:#ccc!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}




.w3-image{max-width:100%;height:auto}img{vertical-align:middle}a{color:inherit}
.w3-blue,.w3-hover-blue:hover{color:#fff!important;background-color:#FF4400!important}
.w3-light-blue,.w3-hover-light-blue:hover{color:#fff!important;background-color:#FF6600!important}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#ccc}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-btn,.w3-button{border:none;display:inline-block;padding:8px;vertical-align:middle;overflow:hidden;text-decoration:none !important;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #ccc;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #ccc}
.w3-table,.w3-table-all{border-collapse:collapse;border-spacing:0;width:100%;display:table}.w3-table-all{border:1px solid #fff}
.w3-bordered tr,.w3-table-all tr{border-bottom:1px solid #ddd}
.w3-hoverable tbody tr:hover,.w3-ul.w3-hoverable li:hover{background-color:#fff}.w3-centered tr th,.w3-centered tr td{text-align:center}
.w3-table td,.w3-table th,.w3-table-all td,.w3-table-all th{padding:8px 8px;display:table-cell;text-align:left;vertical-align:top}
.w3-table th:first-child,.w3-table td:first-child,.w3-table-all th:first-child,.w3-table-all td:first-child{padding-left:16px}
.w3-btn,.w3-button{border:none;display:inline-block;padding:20px;vertical-align:middle;overflow:hidden;text-decoration:none;color:inherit;background-color:inherit;text-align:center;cursor:pointer;white-space:nowrap}
@media screen and (max-width: 500px){
	.w3-btn,.w3-button{
width:100%;padding:8px;}}
@media screen and (max-width: 1200px){
	.w3-btn,.w3-button{
padding:8px;}}
.w3-btn:hover{box-shadow:0 8px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19)}
.w3-btn,.w3-button{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}   
.w3-disabled,.w3-btn:disabled,.w3-button:disabled{cursor:not-allowed;opacity:0.3}.w3-disabled *,:disabled *{pointer-events:none}
.w3-btn.w3-disabled:hover,.w3-btn:disabled:hover{box-shadow:none}
.w3-badge,.w3-tag{background-color:#000;color:#fff;display:inline-block;padding-left:8px;padding-right:8px;text-align:center}.w3-badge{border-radius:50%}
.w3-ul{list-style-type:none;padding:0;margin:0}.w3-ul li{padding:8px 16px;border-bottom:1px solid #ddd}.w3-ul li:last-child{border-bottom:none}
.w3-tooltip,.w3-display-container{position:relative}.w3-tooltip .w3-text{display:none}.w3-tooltip:hover .w3-text{display:inline-block}
.w3-ripple:active{opacity:0.5}.w3-ripple{transition:opacity 0s}
.w3-input{padding:8px;display:block;border:none;border-bottom:1px solid #fff;width:100%}
.w3-select{padding:9px 0;width:100%;border:none;border-bottom:1px solid #fff}

.w3{color:white;background-color:#FF4400;}

.w3-check,.w3-radio{width:24px;height:24px;position:relative;top:6px}
.w3-sidebar{height:100%;width:200px;background-color:#fff;position:fixed!important;z-index:1;overflow:auto}
.w3-main,#main{transition:margin-left .4s}
.w3-modal{z-index:3;display:none;padding-top:100px;position:fixed;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgb(0,0,0);background-color:rgba(0,0,0,0.4)}
.w3-modal-content{margin:auto;background-color:#fff;position:relative;padding:0;outline:0;width:600px}
.w3-center .w3-bar{display:inline-block;width:auto}
.w3-responsive{display:block;overflow-x:auto}
.w3-container:after,.w3-container:before,.w3-panel:after,.w3-panel:before,.w3-row:after,.w3-row:before,.w3-row-padding:after,.w3-row-padding:before,
.w3-cell-row:before,.w3-cell-row:after,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}
.w3-content{max-width:980px;margin:auto}.w3-rest{overflow:hidden}
.w3-cell-row{display:table;width:100%}.w3-cell{display:table-cell}
.w3-cell-top{vertical-align:top}.w3-cell-middle{vertical-align:middle}.w3-cell-bottom{vertical-align:bottom}
.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}
@media (max-width:600px){.w3-modal-content{margin:0 10px;width:auto!important}.w3-modal{padding-top:30px}
.w3-dropdown-hover.w3-mobile .w3-dropdown-content,.w3-dropdown-click.w3-mobile .w3-dropdown-content{position:relative}	
.w3-hide-small{display:none!important}.w3-mobile{display:block;width:100%!important}.w3-bar-item.w3-mobile,.w3-dropdown-hover.w3-mobile,.w3-dropdown-click.w3-mobile{text-align:center}
.w3-dropdown-hover.w3-mobile,.w3-dropdown-hover.w3-mobile .w3-btn,.w3-dropdown-hover.w3-mobile .w3-button,.w3-dropdown-click.w3-mobile,.w3-dropdown-click.w3-mobile .w3-btn,.w3-dropdown-click.w3-mobile .w3-button{width:100%}}
@media (max-width:768px){.w3-modal-content{width:500px}.w3-modal{padding-top:50px}}
@media (min-width:993px){.w3-modal-content{width:900px}.w3-hide-large{display:none!important}.w3-sidebar.w3-collapse{display:block!important}}
@media (max-width:992px) and (min-width:601px){.w3-hide-medium{display:none!important}}
@media (max-width:992px){.w3-sidebar.w3-collapse{display:none}.w3-main{margin-left:0!important;margin-right:0!important}}
.w3-top,.w3-bottom{position:fixed;width:100%;z-index:1}.w3-top{top:0}.w3-bottom{bottom:0}
.w3-overlay{position:fixed;display:none;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.5);z-index:2}
.w3-display-topleft{position:absolute;left:0;top:0}.w3-display-topright{position:absolute;right:0;top:0}
.w3-display-bottomleft{position:absolute;left:0;bottom:0}.w3-display-bottomright{position:absolute;right:0;bottom:0}
.w3-display-middle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.w3-display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.w3-display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}
.w3-display-topmiddle{position:absolute;left:50%;top:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-bottommiddle{position:absolute;left:50%;bottom:0;transform:translate(-50%,0%);-ms-transform:translate(-50%,0%)}
.w3-display-container:hover .w3-display-hover{display:block}.w3-display-container:hover span.w3-display-hover{display:inline-block}.w3-display-hover{display:none}
.w3-display-position{position:absolute}
.w3-circle{border-radius:50%}
.w3-round-small{border-radius:2px}.w3-round,.w3-round-medium{border-radius:4px}.w3-round-large{border-radius:8px}.w3-round-xlarge{border-radius:16px}.w3-round-xxlarge{border-radius:32px}
.w3-row-padding>.w3-half,.w3-row-padding>.w3-third,.w3-row-padding>.w3-twothird,.w3-row-padding>.w3-threequarter,.w3-row-padding>.w3-quarter,.w3-row-padding>.w3-col{padding:10px 10px 0px 0px}
.w3-container,.w3-panel{padding:0.01em 16px;background-color:#FF4400;color:#FFFFFF}.w3-panel{margin-top:16px;margin-bottom:16px}
.w3-code,.w3-codespan{font-family:Consolas,"courier new";font-size:16px}
.w3-code{width:auto;background-color:#fff;padding:8px 12px;border-left:4px solid #4CAF50;word-wrap:break-word}
.w3-codespan{color:crimson;background-color:#f1f1f1;padding-left:4px;padding-right:4px;font-size:110%}
.w3-card,.w3-card-2{box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)}
.w3-card-4,.w3-hover-shadow:hover{box-shadow:0 4px 10px 0 rgba(0,0,0,0.2),0 4px 20px 0 rgba(0,0,0,0.19)}
.w3-spin{animation:w3-spin 2s infinite linear}@keyframes w3-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-opacity{animation:opac 0.8s}@keyframes opac{from{opacity:0} to{opacity:1}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-left{position:relative;animation:animateleft 0.4s}@keyframes animateleft{from{left:-300px;opacity:0} to{left:0;opacity:1}}
.w3-animate-right{position:relative;animation:animateright 0.4s}@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.w3-animate-bottom{position:relative;animation:animatebottom 0.4s}@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.w3-animate-zoom {animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-input{transition:width 0.4s ease-in-out}.w3-animate-input:focus{width:100%!important}
.w3-opacity,.w3-hover-opacity:hover{opacity:0.60}.w3-opacity-off,.w3-hover-opacity-off:hover{opacity:1}
.w3-opacity-max{opacity:0.25}.w3-opacity-min{opacity:0.75}
.w3-greyscale-max,.w3-grayscale-max,.w3-hover-greyscale:hover,.w3-hover-grayscale:hover{filter:grayscale(100%)}
.w3-greyscale,.w3-grayscale{filter:grayscale(75%)}.w3-greyscale-min,.w3-grayscale-min{filter:grayscale(50%)}
.w3-sepia{filter:sepia(75%)}.w3-sepia-max,.w3-hover-sepia:hover{filter:sepia(100%)}.w3-sepia-min{filter:sepia(50%)}
.w3-tiny{font-size:10px!important}.w3-small{font-size:12px!important}.w3-medium{font-size:15px!important}.w3-large{font-size:18px!important}
.w3-xlarge{font-size:24px!important}.w3-xxlarge{font-size:36px!important}.w3-xxxlarge{font-size:48px!important}.w3-jumbo{font-size:64px!important}
.w3-left-align{text-align:left!important}.w3-right-align{text-align:right!important}.w3-justify{text-align:justify!important}.w3-center{text-align:center!important}
.w3-border-0{border:0!important}.w3-border{border:1px solid #fff!important}
.w3-border-top{border-top:1px solid #fff!important}.w3-border-bottom{border-bottom:1px solid #fff!important}
.w3-border-left{border-left:1px solid #fff!important}.w3-border-right{border-right:1px solid #fff!important}
.w3-topbar{border-top:6px solid #fff!important}.w3-bottombar{border-bottom:6px solid #fff!important}
.w3-leftbar{border-left:6px solid #fff!important}.w3-rightbar{border-right:6px solid #fff!important}
.w3-section,.w3-code{margin-top:16px!important;margin-bottom:16px!important}
.w3-margin{margin:16px!important}.w3-margin-top{margin-top:16px!important}.w3-margin-bottom{margin-bottom:16px!important}
.w3-margin-left{margin-left:16px!important}.w3-margin-right{margin-right:16px!important}
.w3-padding-small{padding:4px 8px!important}.w3-padding{padding:8px 16px!important}.w3-padding-large{padding:12px 24px!important}
.w3-padding-16{padding-top:16px!important;padding-bottom:16px!important}.w3-padding-24{padding-top:24px!important;padding-bottom:24px!important}
.w3-padding-32{padding-top:32px!important;padding-bottom:32px!important}.w3-padding-48{padding-top:48px!important;padding-bottom:48px!important}
.w3-padding-64{padding-top:64px!important;padding-bottom:64px!important}
.w3-left{float:left!important}.w3-right{float:right!important}
.w3-button:hover{color:#FF4400!important;background-color:#fff!important}
.w3-transparent,.w3-hover-none:hover{background-color:transparent!important}
.w3-hover-none:hover{box-shadow:none!important}

/* GOOGLE MAP / INFOWINDOW / TITLLE */
#gm-ui-hover-effect, .gm-ui-hover-effect {
	width: 38px !important;
	height: 38px !important;
    right: 19px !important;
    top: 20px !important;
	background-color: transparent !important;
	border: none !important;
	position: fixed !important;
}

#gm-ui-hover-effect:hover, .gm-ui-hover-effect:hover {
	width: 38px !important;
	height: 38px !important;
    right: 19px !important;
    top: 20px !important;
	background-color: white !important;
	border: none !important;
	position: fixed !important;

	border-top-left-radius: 0px !important;
	-moz-border-top-left-radius: 0px !important;
	-webkit-border-top-left-radius: 0px !important;
	-o-border-top-left-radius: 0px !important;

	border-top-right-radius: 25px !important;
	-moz-border-top-right-radius: 25px !important;
	-webkit-border-top-right-radius: 25px !important;
	-o-border-top-right-radius: 25px !important;

	border-bottom-left-radius: 0px !important;
	-moz-border-bottom-left-radius: 0px !important;
	-webkit-border-bottom-left-radius: 0px !important;
	-o-border-bottom-left-radius: 0px !important;

	border-bottom-right-radius: 25px !important;
	-moz-border-bottom-right-radius: 25px !important;
	-webkit-border-bottom-right-radius: 25px !important;
	-o-border-bottom-right-radius: 25px !important;
}

.gm-style-iw {
	z-index: 1 !important;
	margin: 0px !important;
	padding: 0px !important;
    background-color: transparent !important;
    box-shadow: 0 1px 6px rgba(178, 178, 178, 1);
    text-align: center;
    border: 1px solid #FF4400 !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-o-border-radius: 15px !important;
	max-width: 500px !important;
}
	
.gm-style-iw>div {
	width: 100% !important;
	height: 100% !important;
    top: 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    right: 0px !important;
    background-color: white !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0px solid !important;
	border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	-webkit-border-radius: 15px !important;
	-o-border-radius: 15px !important;
}

#iw-container {
    width: auto !important;
	height: auto !important;
    margin-bottom: 10px!important;
}

#iw-container1 {
    width: auto !important;
	height: auto !important;
    bottom: 0px!important;
    top: 0px!important;
	margin: 10px !important;
	padding: 10px !important;
}
#iw-container2 {
    width: auto !important;
	height: auto !important;
    margin-bottom: 0px!important;
	margin: 10px !important;
	padding: 10px !important;
}

#iw-container .iw-title {
    width: 100% !important;
	height: 100% !important;
    font-family: "Gotham Black", "Gotham Bold", "Gotham", Gotham, Arial, sans-serif!important;
    font-size: 15px!important;
    font-weight: 400!important;
    background-color: #FF4400!important;
    color: white!important;
}
.poi-info-window a:link {
    color: #FF4400 !important;
	text-decoration: underline !important
}

.poi-info-window a:link:hover {
    color: #000 !important;
	text-decoration: underline !important
}

.poi-info-window a {
	line-height: 40px !important;
}

.poi-info-window {
	line-height: 20px !important;
}

.poi-info-window .content {
	padding-left: 20px !important;
	padding-right: 20px !important;
}

.poi-info-window .title {
	text-align: center !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}

.poi-info-window .address-line {
	padding-top: 5px !important;
}

.poi-info-window .title, .transit-title span {
 	width:100% !important;
    font-size: 16px!important;
    font-weight: 600!important;
    background-color: #FF4400!important;
    color: white!important;
    top: 10px !important;
    bottom: 10px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    border: 0px solid !important;
	width:100% !important;
	left:25px !important;
	right:25px !important;
	padding-left:25px !important;
	padding-right:50px !important;
}
.gm-style > div:nth-child(10){
 display:none;
}

/* .poi-info-window */

/* .fullscreen-control, .poi-fullscreen-control, .gm-fullscreen-control, .fullscreen-control, fullscreen-control {
  display: none; */
}
.iw-container1 {
	margin: 10px !important;
	padding: 10px !important;
    background-color: #FF4400!important;
    color: white!important;
 	width:100% !important;
}

#iw-container1 .iw-title1 {
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    width: auto !important;
	height: auto !important;
    font-family: "Gotham Black", "Gotham Bold", "Gotham", Gotham, Arial, sans-serif!important;
    font-size: 15px!important;
    font-weight: 400!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    background-color: #FF4400!important;
    color: white!important;
}

#iw-container1 .iw-title2 {
    width: auto !important;
	height: auto !important;
    font-family: "Gotham Black", "Gotham Bold", "Gotham", Gotham, Arial, sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;
    padding-top: 10px!important;
    padding-bottom: -10px!important;
    background-color: #FFFFFF!important;
    color: black!important;
}

#iw-container .iw-content {
    width: auto !important;
	height: auto !important;
    font-size: 13px!important;
    line-height: 18px!important;
	margin-right: 1px!important;
	font-weight: 400!important;
    overflow-y: hidden!important;
    overflow-x: hidden!important;
}
	
.iw-content img {
	width:100% !important;
}

.iw-subTitle {
    font-size: 16px!important;
    font-weight: 700!important;
    padding: 5px 0!important;
  border-top-left-radius: 25px!important;
  -moz-border-top-left-radius: 25px!important;
  -webkit-border-top-left-radius: 25px!important;
  -o-border-top-left-radius: 25px!important;
}

.iw-top-gradient {
	position: absolute;
	width: 100%;
	height: 55px;
	top: 38px;
	right: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(178,178,178,1) 0%, rgba(178,178,178,0) 15%);
	background: -webkit-linear-gradient(top, rgba(178,178,178,1) 0%, rgba(178,178,178,0) 15%);
	background: -moz-linear-gradient(top, rgba(178,178,178,1) 0%, rgba(178,178,178,0) 15%);
	background: -ms-linear-gradient(top, rgba(178,178,178,1) 0%, rgba(178,178,178,0) 15%);
}

.iw-bottom-gradient {
	position: absolute;
	width: 100%;
	height: 55px;
	bottom: 0px;
	right: 0px;
	left: 0px;
	background: linear-gradient(to bottom, rgba(178,178,178,0) 50%, rgba(178,178,178,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(178,178,178,0) 50%, rgba(178,178,178,0.5) 100%);
	background: -moz-linear-gradient(top, rgba(178,178,178,0) 50%, rgba(178,178,178,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(178,178,178,0) 50%, rgba(178,178,178,0.5) 100%);
}

/* GOOGLE MAP 2 */
#map-canvas1, #map_canvas1
{
	min-width:100%;
	max-width:100%;
	min-height:600px;
	margin-left:0;
  border-bottom-left-radius: 25px;
  -moz-border-bottom-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -o-border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -o-border-bottom-right-radius: 25px;
  border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -o-border-top-right-radius: 0px;
}

@media screen and (max-width: 1200px){
#map-canvas1, #map_canvas1
	{
	min-width:100%;
	max-width:100%;
	min-height:600px;
	margin-left:0;
	}
}

@media screen and (max-width: 530px){
#map-canvas1, #map_canvas1
	{
	min-width:100%;
	max-width:100%;
	min-height:500px;
	margin-left:0;
	}
}

#map-canvas, #map_canvas
{
	max-width:100%;
	margin-left:0%;
	margin-right:0;
	min-height:600px;
}

@media screen and (max-width: 1200px){
#map-canvas, #map_canvas
	{
	min-width:100%;
	min-height:600px;
	margin-left:0;
	}
}

@media screen and (max-width: 530px){
#map-canvas, #map_canvas
	{
	min-width:100%;
	min-height:500px;
	margin-left:0;
	}
}

#map-canvas img {
	max-width: none !important;
}

.window
{
	width:100%;
	height:100%;
}

/* ICONE */
#iconemajordomec {
	border-color: #FF4400 !important;
	}
#iconemajordomeb {
	background: #FF4400;
	}
#iconemajordomebb {
	background: #FF6600;
	}
#iconemajordome {
	color: #FF4400;
	cursor: pointer;
	}
#iconemajordome:hover {
     color: #FF6600;
	 }
#iconemajordome:active {
     color: #FF4400;
	 }

#iconelocatairec {
	border-color: #FF7700 !important;
	}
#iconelocataireb {
	background: #FF7700;
	}
#iconelocatairebb {
	background: #FF9900;
	}
#iconelocataire {
	color: #FF7700;
	cursor: pointer;
	}
#iconelocataire:hover {
     color: #FF9900;
	 }
#iconelocataire:active {
     color: #FF7700;
	 }

#iconeproprietairec {
	border: solid #3366CC !important;
	}
#iconeproprietaireb {
	background: #3366CC;
	}
#iconeproprietairebb {
	background: #6699FF;
	}
#iconeproprietaire {
	color: #3366CC;
	cursor: pointer;
	}
#iconeproprietaire:hover {
     color: #6699FF;
	 }
#iconeproprietaire:active {
     color: #3366CC;
	 }


#iconeentrepreneurc {
	border-color: #009900;
	}
#iconeentrepreneurb {
	background: #009900;
	}
#iconeentrepreneurbb {
	background: #4FD64F;
	}
#iconeentrepreneur {
	color: #009900;
	cursor: pointer;
	}
#iconeentrepreneur:hover {
     color: #4FD64F;
	 }
#iconeentrepreneur:active {
     color: #009900;
	 }


#iconegestionnairec {
	border-color: #990099;
	}
#iconegestionnaireb {
	background: #990099;
	}
#iconegestionnairebb {
	background: #CC66CC;
	}
#iconegestionnaire {
	color: #990099;
	cursor: pointer;
	}
#iconegestionnaire:hover {
     color: #CC66CC;
	 }
#iconegestionnaire:active {
     color: #990099;
	 }


icone, icon, .icone, .icon, #icone, #icon
{
	color:#FF4400;
	cursor:pointer;
}

icone1, icon1, .icone1, .icon1, #icone1, #icon1
{
	color:#FF4400;
	cursor:pointer;
}

icone2, icon2, .icone2, .icon2, #icone2, #icon2
{
	color:black;
	cursor:pointer;
}

icone3, icon3, .icone3, .icon3, #icone3, #icon3
{
	color:white;
	cursor:pointer;
}

icone4, icon4, .icone4, .icon4, #icone4, #icon4
{
	color:black;
	cursor:pointer;
}

/*
ICONE HOVER
*/

icone2:hover, icon2:hover, .icone2:hover, .icon2:hover, #icone2:hover, #icon2:hover
{
     color:black;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

icone3:hover, icon3:hover, .icone3:hover, .icon3:hover, #icone3:hover, #icon3:hover
{
     color:white;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

icone4:hover, icon4:hover, .icone4:hover, .icon4:hover, #icone4:hover, #icon4:hover
{
     color:black;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

/*
ICONE ACTIVE
*/

icone4:active, icon4:active, .icone4:active, .icon4:active, #icone4:active, #icon4:active
{
     color:black;
	 -webkit-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 transform:rotate(0deg);
}

icone3:active, icon3:active, .icone3:active, .icon3:active, #icone3:active, #icon3:active
{
     color:white;
	 -webkit-transform:rotate(0deg);
	 -moz-transform:rotate(0deg);
	 -o-transform:rotate(0deg);
	 transform:rotate(0deg);
}

icone2:active, icon2:active, .icone2:active, .icon2:active, #icone2:active, #icon2:active
{
     color:#FF6600;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

icone1:active, icon1:active, .icone1:active, .icon1:active, #icone1:active, #icon1:active
{
     color:black;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

icone:active, icon:active, .icone:active, .icon:active, #icone:active, #icon:active
{
     color:#FF6600;
	 -webkit-transform:rotate(25deg);
	 -moz-transform:rotate(25deg);
	 -o-transform:rotate(25deg);
	 transform:rotate(25deg);
}

/* BOUTON OR */
input[type=buttonor], buttonor, .buttonor 
{
    padding: 10px 10px 10px;
    margin: 5px 1px;
 	display: inline-block;
	color: #FFFFFF;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:50px;
	height:50px;
	background: #ffc200;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}

/*
BOUTON OR HOVER
*/

input[type=buttonor]:hover, buttonor:hover, .buttonor:hover 
{
    box-shadow: 1px 1px 2px #ffc200;
}

/*
BOUTON ARGENT
*/

input[type=buttonargent], buttonargent, .buttonargent 
{
    padding: 10px 10px 10px;
    margin: 5px 1px;
 	display: inline-block;
	color: #FFFFFF;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:50px;
	height:50px;
	background: #C0C0C0;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}

/*
BOUTON ARGENT HOVER
*/

input[type=buttonargent]:hover, buttonargent:hover, .buttonargent:hover 
{
    box-shadow: 1px 1px 2px #C0C0C0;
}

/*
BOUTON BRONZE
*/

input[type=buttonbronze], buttonbronze, .buttonbronze 
{
    padding: 10px 10px 10px;
    margin: 5px 1px;
 	display: inline-block;
	color: #FFFFFF;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:50px;
	height:50px;
	background: #cd7f32;
	border: 1px solid #FFFFFF;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}

/*
BOUTON BRONZE HOVER
*/

input[type=buttonbronze]:hover, buttonbronze:hover, .buttonbronze:hover 
{
    box-shadow: 1px 1px 1px #cd7f32;
}

/* BOUTON MOT DE PASSE (AFFICHER / CACHER) */
.show-password {
	font-family: "Gotham", Gotham, Arial, sans-serif;
	font-size: 8px;
	text-transform: uppercase;
	position: absolute;
	cursor:pointer;
	margin-top: 10px;
	margin-left: -48px;
width:90%;
}

/* SMILEY */
.smiley 
{
    padding: 10px 10px 10px;
    margin: 5px 1px;
	display: inline-block;
	color: #000000;
	font-family: "Gotham", Gotham, Arial, sans-serif;
    font-size: 13px;
	background: white;
	width:90%;
	cursor: pointer;
	border: 1px solid #FF4400;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/* ONGLETS FACEBOOK */
#ongletsfacebook li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletsfacebook:active
{
	opacity:0.8;
}

/*
ONGLETS INPUT
*/

#ongletsfacebook a, #ongletsfacebook input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletsfacebook a:hover, #ongletsfacebook input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #3b5998;
	font-size: 13px;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}



#ongletfacebook a, #ongletfacebook input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #3b5998 !important;
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletfacebook a:hover, #ongletfacebook input:hover
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400 !important;
	font-size: 13px;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}



#ongletsfacebooklocataire a, #ongletsfacebooklocataire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletsfacebooklocataire a:hover, #ongletsfacebooklocataire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #3b5998;
	font-size: 13px;
    background: #3b5998;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

#ongletsfacebookproprietaire a, #ongletsfacebookproprietaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletsfacebookproprietaire a:hover, #ongletsfacebookproprietaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #3b5998;
	font-size: 13px;
    background: #3b5998;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

#ongletsfacebookentrepreneur a, #ongletsfacebookentrepreneur input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletsfacebookentrepreneur a:hover, #ongletsfacebookentrepreneur input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #3b5998;
	font-size: 13px;
    background: #3b5998;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

#ongletsfacebookgestionnaire a, #ongletsfacebookgestionnaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS INPUT HOVER
*/

#ongletsfacebookgestionnaire a:hover, #ongletsfacebookgestionnaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #3b5998;
	font-size: 13px;
    background: #3b5998;
	border-radius: 25px !important;
	-moz-border-radius: 25px !important;
	-webkit-border-radius: 25px !important;
	-o-border-radius: 25px !important;
}

/*
ONGLETS TWITTER
*/

#ongletstwitter li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletstwitter:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletstwitter a, #ongletstwitter input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstwitter a:hover, #ongletstwitter input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #1da1f2;
	font-size: 13px;
	background: #1da1f2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#onglettwitter a, #onglettwitter input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #1da1f2;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#onglettwitter a:hover, #onglettwitter input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletstwitterlocataire a, #ongletstwitterlocataire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstwitterlocataire a:hover, #ongletstwitterlocataire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #1da1f2;
	font-size: 13px;
	background: #1da1f2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstwitterproprietaire a, #ongletstwitterproprietaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstwitterproprietaire a:hover, #ongletstwitterproprietaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #1da1f2;
	font-size: 13px;
	background: #1da1f2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstwitterentrepreneur a, #ongletstwitterentrepreneur input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstwitterentrepreneur a:hover, #ongletstwitterentrepreneur input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #1da1f2;
	font-size: 13px;
	background: #1da1f2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstwittergestionnaire a, #ongletstwittergestionnaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstwittergestionnaire a:hover, #ongletstwittergestionnaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	font-size: 13px;
	background: #1da1f2;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS GOOGLE
*/

#ongletsgoogle li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletsgoogle:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletsgoogle a, #ongletsgoogle input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsgoogle a:hover, #ongletsgoogle input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #dd4b39;
	font-size: 13px;
	background: #dd4b39;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletgoogle a, #ongletgoogle input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #dd4b39;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletgoogle a:hover, #ongletgoogle input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	background: #dd4b39;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletsgooglelocataire a, #ongletsgooglelocataire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsgooglelocataire a:hover, #ongletsgooglelocataire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #dd4b39;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsgoogleproprietaire a, #ongletsgoogleproprietaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsgoogleproprietaire a:hover, #ongletsgoogleproprietaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #dd4b39;
	font-size: 13px;
	background: #dd4b39;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsgoogleentrepreneur a, #ongletsgoogleentrepreneur input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsgoogleentrepreneur a:hover, #ongletsgoogleentrepreneur input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #dd4b39;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsgooglegestionnaire a, #ongletsgooglegestionnaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsgooglegestionnaire a:hover, #ongletsgooglegestionnaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #dd4b39;
	font-size: 13px;
	background: #dd4b39;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS INSTAGRAM
*/

#ongletsinstagram li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletsinstagram:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletsinstagram a, #ongletsinstagram input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsinstagram a:hover, #ongletsinstagram input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletinstagram a, #ongletinstagram input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #405de6;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletinstagram a:hover, #ongletinstagram input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletsinstagramlocataire a, #ongletsinstagramlocataire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsinstagramlocataire a:hover, #ongletsinstagramlocataire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsinstagramproprietaire a, #ongletsinstagramproprietaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsinstagramproprietaire a:hover, #ongletsinstagramproprietaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsinstagramentrepreneur a, #ongletsinstagramentrepreneur input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsinstagramentrepreneur a:hover, #ongletsinstagramentrepreneur input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletsinstagramgestionnaire a, #ongletsinstagramgestionnaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsinstagramgestionnaire a:hover, #ongletsinstagramgestionnaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}


/*
ONGLETS TELEGRAM
*/

#ongletstelegram li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletstelegram:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletstelegram a, #ongletstelegram input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstelegram a:hover, #ongletstelegram input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#onglettelegram a, #onglettelegram input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #405de6;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#onglettelegram a:hover, #onglettelegram input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletstelegramlocataire a, #ongletstelegramlocataire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstelegramlocataire a:hover, #ongletstelegramlocataire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstelegramproprietaire a, #ongletstelegramproprietaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstelegramproprietaire a:hover, #ongletstelegramproprietaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstelegramentrepreneur a, #ongletstelegramentrepreneur input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstelegramentrepreneur a:hover, #ongletstelegramentrepreneur input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletstelegramgestionnaire a, #ongletstelegramgestionnaire input
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletstelegramgestionnaire a:hover, #ongletstelegramgestionnaire input:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #405de6;
	font-size: 13px;
	background: #405de6;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS LINKEDIN
*/

#ongletslinkedin li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletslinkedin:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletslinkedin a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletslinkedin a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #0077b5;
	font-size: 13px;
	background: #0077b5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletlinkedin a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #0077b5;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletlinkedin a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	font-size: 13px;
	background: #FF4400;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletslinkedinlocataire a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF6600;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletslinkedinlocataire a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #0077b5;
	font-size: 13px;
	background: #0077b5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletslinkedinproprietaire a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #6699FF; background-image: -webkit-gradient(linear, left top, left bottom, from(#6699FF), to(#3366CC));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletslinkedinproprietaire a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #0077b5;
	font-size: 13px;
	background: #0077b5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletslinkedinentrepreneur a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #009900; background-image: -webkit-gradient(linear, left top, left bottom, from(#4FD64F), to(#009900));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletslinkedinentrepreneur a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #0077b5;
	font-size: 13px;
	background: #0077b5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

#ongletslinkedingestionnaire a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
  background-color: #CC66CC; background-image: -webkit-gradient(linear, left top, left bottom, from(#CC66CC), to(#990099));
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletslinkedingestionnaire a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #0077b5;
	font-size: 13px;
	background: #0077b5;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS PINTEREST
*/

#ongletspinterest li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletspinterest:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletspinterest a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletspinterest a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #c8232c;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletpinterest a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #c8232c;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletpinterest a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




/*
ONGLETS YOUTUBE
*/

#ongletsyoutube li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletsyoutube:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletsyoutube a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletsyoutube a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #c4302b;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}




#ongletyoutube a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #c4302b;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletyoutube a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF4400;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}





/*
ONGLETS BLEU
*/

#ongletsbleu a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #01B0F0;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS BLEU HOVER
*/

#ongletsbleu a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #01B0F0;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ROUGE
*/

#ongletsrouge a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: red;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ROUGE HOVER
*/

#ongletsrouge a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: red;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS VERT
*/

#ongletsvert a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #AEEE00;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS VERT HOVER
*/

#ongletsvert a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #AEEE00;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS NOIR
*/

#ongletsnoir a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: black;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS NOIR HOVER
*/

#ongletsnoir a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: black;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS JAUNE
*/

#ongletsjaune a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #F2E783;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS JAUNE HOVER
*/

#ongletsjaune a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #F2E783;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS VIOLET
*/

#ongletsviolet a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: purple;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS VIOLET HOVER
*/

#ongletsviolet a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: purple;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ROSE
*/

#ongletsrose a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #D400FF;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ROSE HOVER
*/

#ongletsrose a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #D400FF;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ORANGE
*/

#ongletsorange a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF5B2B;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS ORANGE HOVER
*/

#ongletsorange a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #FF5B2B;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS MARRON
*/

#ongletsmarron a
{
	padding: 4px 10px;
	margin: 3px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #4C1B1B;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS MARRON HOVER
*/

#ongletsmarron a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #4C1B1B;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS COWC
*/

#ongletscowc li
{
	float : center;
    height : 20px; /* à modifier suivant la taille de la police pour centrer le texte dans l'onglet */
    margin : 2px 2px 5 2px !important;  /* Pour les navigateurs autre que IE */
    margin : 1px 2px 4 2px;  /* Pour IE  */
}

/*
ONGLETS ACTIVE
*/

#ongletscowc:active
{
	opacity:0.8;
}

/*
ONGLETS A
*/

#ongletscowc a
{
    padding: 13px 13px 13px;
    margin: 5px 1px;
	display: inline-block;
	color: #FFFFFF;
    text-decoration : none;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	cursor: pointer;
	background: #FF4400;
	border: 0px solid #FFFFFF;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/*
ONGLETS HOVER
*/

#ongletscowc a:hover
{
	font-family: "Gotham", Gotham, Arial, sans-serif;
	background: #000000;
	font-size: 13px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-o-border-radius: 25px;
}

/* TEXTE DEFILANT */
.marquee
{
width:100%;
color:white !important;
}
						
/* NOTIFICATIONS ALERT */
.alert0
{
    align:center;
    text-align:center;
	padding-top:5px;
	padding-bottom:5px;
    background-color: #FF4400 !important;
    color: white !important;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
}

.alert00
{
    background-color: #FF6600 !important;
}

.alertlettre
{
    background-color: white !important;
	border-radius:10px !important;
}
.alertlettre:hover
{
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.alert00b
{
    background-color: #ffccbf !important;
	border-radius:25px !important;
}
.alert00b:hover
{
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.alert00g
{
    background-color: #E1E1E1 !important;
	border-radius:25px !important;
}
.alert00g:hover
{
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.alert00f
{
    background-color: #ffccbf !important;
	border-top-left-radius:5px !important;
	border-top-right-radius:5px !important;
	border-bottom-left-radius:25px !important;
	border-bottom-right-radius:25px !important;
}
.alert00f:hover
{
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}

.alert00bb
{
    color: #ffccbf !important;
}

.alert000
{
    color: #FF4400 !important;
}

.alert0000
{
    border-color: #FF4400 !important;
}

.alert00000
{
    background-color: #FF4400 !important;
}

.alert
{
    align:center;
    text-align:center;
	padding-top:5px;
	padding-bottom:5px;
    background-color: #FF4400 !important;
    color: white !important;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
}

.alert1
{
    align:center;
    text-align:center;
	margin-left:20px;
	margin-right:20px;
    background-color: #FF4400 !important;
    color: white !important;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
}

.alert3
{
    align:center;
    text-align:center;
	padding-top:10px;
	padding-bottom:5px;
    background-color:#FF4400;
    color: white;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
}

.alert2
{
    text-align:center;
    align-content:center;
    align:center;
	padding-top:10px;
	padding-bottom:5px;
    color: black;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
    bottom:0;
}

.alert4
{
    align:center;
    text-align:center;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:5px;
    background-color: #000000;
    color: white;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
}

.alert4ok
{
    align:center;
    text-align:center;
	margin-left:20px;
	margin-right:20px;
	padding-top:10px;
	padding-bottom:5px;
    background-color: #009900;
    color: white;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
}

.alert5
{
    align:center;
    text-align:center;
    color: white;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-top:1px;
	padding-bottom:1px;
}

.alert5b
{
	align:center;
    text-align:center;
    color: white;
	font-size: 13px;
	font-family: "Gotham", Gotham, Arial, sans-serif;
	width:100%;
	margin-left:0;
	margin-right:0;
	bottom:0px;
    background-color:#FF4400;
	z-index:99999999;
	position: fixed;
	opacity:1;
}

/* BOUTON DE FERMETURE */
.closebtn
{
    margin-right: 20px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 25px;
    line-height: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover
{
    color:black;
}

.closebtn:active
{
    opacity: 0.8;
}

.closebtn1
{
    margin-right:0px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 25px;
    line-height: 10px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn1:hover
{
    color: #FF4400;
}

.closebtn1:active
{
    opacity: 0.8;
}

/* NOTATION ETOILES */
.rating
{
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: center;
  font-size: 13px;
}

.rating > span
{
  display: inline-block;
  position: relative;
  width: 1.25em;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

.rating > span:hover, .rating > span:hover ~ span
{
  color: transparent;
}

.rating > span:hover:before, .rating > span:hover ~ span:before
{
    content: "\f005";
    font-family: FontAwesome;
	font-size: 13px;
    position: absolute;
    width: 1.25em;
    left: 0;
    color: #FF4400;
	cursor: pointer;
  -webkit-transition: color .4s;
  -moz-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s;
}

/* VIDEO */
video
{
  width: 100%;
}

/* BOUTON HAUT DE PAGE */

 /* Haute de page locataire */
a#cRetour {
 /* border:solid 1px #FFF; */
  align: center;
  text-decoration : none;
  font-family: "Gotham", Gotham, Arial, sans-serif;
  font-size: 40px !important;
  cursor: pointer;
  color: white;
  border: 1px solid #FF2200;
  box-shadow: 1px 1px 6px rgba(0,0,0,.1), 1px 1px 2px rgba(0,0,0,.2);
  background-color: #FF6600; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF6600), to(#FF4400));
  background-image: -webkit-linear-gradient(top, #FF6600, #FF4400);
  background-image: -moz-linear-gradient(top, #FF6600, #FF4400);
  background-image: -ms-linear-gradient(top, #FF6600, #FF4400);
  background-image: -o-linear-gradient(top, #FF6600, #FF4400);
  background-image: linear-gradient(to bottom, #FF6600, #FF4400);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF6600, endColorstr=#FF4400);
  width: 62px;
  height: 62px;
  position:fixed;
  right:15px !important;
  vertical-align:bottom;
  z-index:9999999999999999999999999999999999 !important;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
}

a#cRetour:before {
content: ""; 
}

a#cRetour:active {
	opacity:1;
}

a#cRetour:hover {
  align: center;
  text-decoration : none;
  font-family: "Gotham", Gotham, Arial, sans-serif;
  font-size: 40px !important;
  cursor: pointer;
  color: white;
  border: 1px solid #FF2200;
  box-shadow: 0px 0px 0px rgba(0,0,0,.0), 0px 0px 0px rgba(0,0,0,.0);
  background-color: #FF4400; background-image: -webkit-gradient(linear, left top, left bottom, from(#FF4400), to(#FF6600));
  background-image: -webkit-linear-gradient(top, #FF4400, #FF6600);
  background-image: -moz-linear-gradient(top, #FF4400, #FF6600);
  background-image: -ms-linear-gradient(top, #FF4400, #FF6600);
  background-image: -o-linear-gradient(top, #FF4400, #FF6600);
  background-image: linear-gradient(to bottom, #FF4400, #FF6600);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#FF4400, endColorstr=#FF6600);
  width: 62px;
  height: 62px;
  position:fixed;
  right:15px;
  z-index:99999;
  transition:all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
}

a#cRetour.cInvisible {
  bottom:-35px;
  opacity:0 !important;
}

a#cRetour.cVisible {
  bottom:15px;
  opacity:1 !important;
}

@media screen and (max-width: 530px){
a#cRetour.cVisible {
  visibility:hidden;
  bottom:-100px;
  opacity:0 !important;
  transition: none;
	}
}

/* PROGRESS BAR 0 % - 100 % */
#myProgress
{
  text-align:center;
  width: 100%;
  margin-left:0%;
  height: 30px;
  background-color: #FF6600;
  border-bottom: solid 1px #FFFFFF;
}

#myBar
{
  text-align:center;
  font-family: "Gotham", Gotham, Arial, sans-serif;
  font-size: 13px;
  width: 0%;
  height: 100%;
  background-color: #FF4400;
}

#label
{
  text-align:center;
  line-height: 30px;
  color: white;
}

/* OFFRES */
.columns {
    padding: 5px;
    color: white;
    box-sizing: content-box;
	float: left;
    width: 23%;
    }

@media screen and (max-width: 1200px){
.columns {
    box-sizing: border-box;
    float: left;
    min-width: 23%;
	margin-left: 0px;
	margin-right: 0px;
	}
}

@media screen and (max-width: 900px){
.columns {
    box-sizing: border-box;
    float: left;
    min-width: 33%;
	margin-left: 0px;
	margin-right: 0px;
	}
}

@media screen and (max-width: 750px){
.columns {
    box-sizing: border-box;
    float: left;
    min-width: 49%;
	margin-left: 0px;
	margin-right: 0px;
	}
}

@media screen and (max-width: 530px){
.columns {
    box-sizing: border-box;
    float: left;
    min-width: 99%;
	margin-left: 0px;
	margin-right: 0px;
	}
}

.price {
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color:#FF4400;
    -webkit-transition: 0.3s;
    transition: 0.3s;
	border: 1px solid #FF4400;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}

.price:hover {
    background-color:black;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.1);
	border: 1px solid #FF4400;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-o-border-radius: 50px;
}

.price .header {
    color: white;
	align-content:center;
	text-align:center;
    font-size: 25px;
}

.price li {
	align-content:center;
	text-align:center;
}

.price .grey {
    color:white;
	align-content:center;
    font-size: 20px;
}

.price:hover .grey:hover {
    color:#FF4400;
	align-content:center;
	text-align:center;
    font-size: 20px;
}

/* RECOMPENCES */
.chip {
	align-content:center;
    display: inline-block;
    padding: 0 20px;
    height: 48px;
    color: white;
    font-size: 13px;
    line-height: 48px;
	border-radius: 50px;
    background-color: black;
}

.chip img {
    float: left;
    margin: 0 20px 0 -25px;
    height: 50px;
    width: 50px;
	border-radius: 50%;
}

/* PROGRESS BAR */
progress {
  display: block; /* default: inline-block */
  width: 160px;
  padding: 4px;
  border: 0 none;
  background: black;
  border-radius: 14px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

progress::-moz-progress-bar {
  border-radius: 50px;
  background: black;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3);
  
}
/* webkit */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  progress {
    height: 25px;
  }
}
progress::-webkit-progress-bar {
    background: black;
}  
progress::-webkit-progress-value {  
  border-radius: 50px;
  background: #FF4400;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3); 
}

/* PROGRESS BAR */
.mySlides { display:run-in;max-width:100%;}
.mySlides1 { display:run-in;max-width:100%;}
.mySlides2 { display:run-in;max-width:100%;}
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* IMAGE */
@media only screen and (max-width: 530px) {
.img {
        position:relative;
        display: block;
        max-width: 100%;
        }
}

@media only screen and (max-width: 530px) {
.img1 {
        position:relative;
        display: block;
        max-width: 100%;
        }
}
.img2 {
		
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
        }

/* MENU BAS DE PAGE SMARTPHONE */
.icon-bar {
	border-top:solid;
	border-width:1px;
	border-color:#FFFFFF;
	visibility:hidden;
    width: 100%;
    text-align: center;
    background-color: black;
	overflow: auto;
    position: fixed; 
	display : table-row;
    bottom: 0px;
	z-index: 2;
}

.icon-bar a {
	visibility:hidden;
    width: 20%;
    padding: 15px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
}

@media screen and (max-width: 530px){
.icon-bar {
	visibility:visible;
    width: 100%;
    text-align: center;
    background-color: #FF4400;
	overflow: auto;
    position: fixed; 
	display : table-row;
    bottom: 0px;
	z-index: 2;
}

.icon-bar a {
	visibility:visible;
    width: 20%;
    padding: 15px 0;
    float: left;
    transition: all 0.3s ease;
    color: white;
    font-size: 25px;
}

.icon-bar a:hover {
    background-color: white;
	visibility:visible;
    color: #FF4400;
}

.icon-bar a.active {
    background-color: black;
	visibility:visible;
    color: #FF4400;
}

@media screen and (max-width: 1200px){
.icon-bar a.active {
    background-color: black;
	visibility:visible;
    color: #FF4400;
}
}

@media screen and (max-width: 530){
.icon-bar a.active {
    background-color: black;
	visibility:visible;
    color: #FF4400;
}
}

.icon-bar a.en-cours {
    background-color: black;
	visibility:visible;
    color: #FF4400;
}
}

/* MENU COCONECT */
.overlay {
	font-family: "Gotham", Gotham, Arial, sans-serif;
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color:#FF4400;
    opacity:0.9;
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: white;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: black;
}

.overlay .closebtn {
    position: absolute;
    top: 12px;
    right: -8px;
    font-size: 35px;
    font-weight: bold;
    color: white;
}

@media screen and (max-height: 600px) {
  .overlay {overflow-y: none;}
  .overlay a {font-size: 16px}
  .overlay .closebtn {
    font-size: 25px;
    top: 12px;
    right: -8px;
  }
}
@media screen and (max-width: 550px) {
  .overlay {overflow-y: none;}
  .overlay a {font-size: 16px}
  .overlay .closebtn {
    font-size: 25px;
    top: 12px;
    right: -8px;
  }
}
@media screen and (max-height: 550px) {
  .overlay {overflow-y: none;}
  .overlay a {font-size: 12px}
  .overlay .closebtn {
    font-size: 25px;
    top: 12px;
    right: -8px;
  }
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: none;}
  .overlay a {font-size: 10px}
  .overlay .closebtn {
    font-size: 25px;
    top: 12px;
    right: -8px;
  }
}

/* INFO BULLE */
.tooltip {
	z-index: 9999999;
	position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 175px;
    background-color: #FF4400;
    color: #FFFFFF;
    align: center;
    text-align: center;
    border-radius: 15px;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 200%;
    left: 11.25%;
    margin-left: -30px;
    opacity: 1;
    transition: opacity 1s;
	border: 0px solid white;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 20%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #FF4400 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* SIGNATURE NUMERIQUE */
.sigPad {
  float: center;
  margin: 0;
  padding: 0;
  width: 100%;
  }

.sigPad label {
  display: block;
  margin: 0 0 0.515em;
  padding: 0;
  align-content:center;
  color: #FF4400;
  font: italic normal 1em/1.375 Gotham,Times,sans-serif;
}

.sigPad label.error {
  color: #FF4400;
  }

.sigPad input {
  padding: 10px 10px 10px;
  margin: 5px 1px;
  width: 100%;
  align:center;
  border: 1px solid #FFFFFF;
  font-size: 1em;
  }

.sigPad input.error {
  border-color: #FF4400;
  }

.sigPad button {
  padding: 10px 10px 10px;
  margin: 5px 1px;
  align:center;
  background-color: #FF4400;
  border: 0;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;

  cursor: pointer;

  color: #ffffff;
  font: 1em/1.375 "Gotham", Gotham, Arial, sans-serif;
  text-align: center;
  }

.sigPad button:hover {
  background-color: #000000;
  align:center;
  color: #ffffff;
  }

.sig {
  display: none;
  }

.sigNav {
  display: none;
  height: 2.25em;
  margin: 0;
  padding: 0;
  position: relative;
  align-content:center;
  list-style-type: none;
  }

  .sigNav li {
    display: inline;
    float: center;
    margin: 0;
    padding: 0;
    }

    .sigNav a,
    .sigNav a:link,
    .sigNav a:visited {
      display: block;
      margin: 0;
      padding: 0 0.6em;
      background-color: #FF4400;
      align:center;
      color: #FF4400;
      font-weight: bold;
      line-height: 2.25em;
      text-decoration: underline;
      }

    .sigNav a.current,
    .sigNav a.current:link,
    .sigNav a.current:visited {
      background-color: #FF4400;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      -moz-border-radius-topleft: 8px;
      -moz-border-radius-topright: 8px;
      -webkit-border-top-left-radius: 8px;
      -webkit-border-top-right-radius: 8px;
      align:center;
      color: #fff;
      text-decoration: none;
      }

    .sigNav .typeIt a.current,
    .sigNav .typeIt a.current:link,
    .sigNav .typeIt a.current:visited {
      background-color: #FF4400;
      align-content:center;
      color: #FF4400;
      }

    .sigNav .clearButton {
      bottom: 0.2em;
      display: none;
      position: absolute;
      right: 0;
  align-content:center;
      font-size: 0.75em;
      line-height: 1.375;
      }

.sigWrapper {
  clear: both;
  height: 150px;
  width: 100%;
  border: 0px solid #FF4400; /* cadre signature*/
  }

.sigWrapper.current {
  border-color: #FF4400;
  }

.signed .sigWrapper {
  clear: both;
  height: 150px;
  width: 100%;
  border: 0px solid #FF4400; /* cadre aperçu signature*/
    }

.pad {
  position: relative;
  border: 2px solid #FF4400; /* cadre aperçu signature*/
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  }

  .current .pad {
    cursor: crosshair;
    }

.typed {
  height: 150px;
  margin: 0;
  padding: 0 5px;
  position: absolute;
  z-index: 90;
  align-content:center;
  cursor: default;
  color: #FF4400;
  font: normal 1.875em/50px "Gotham", Gotham, Arial, sans-serif, Georgia, Times, serif;
  }

.typeItDesc,
.drawItDesc {
  display: none;
  margin: 0.75em 0 0.515em;
  padding: 0.515em 0 0;
  align-content:center;
  border-top: 3px solid #FF4400;

  color: #FF4400;
  font: italic normal 1em/1.375 "Gotham", Gotham, Arial, sans-serif,Times,sans-serif;
  }

p.error {
  text-align:center;
  color: black;
  }
  
@media screen and (max-width: 1200px){
.sigPad {
    text-align:center;
    align-content:center;
    align:center;
	margin-left:5%;
	width:90%;
	}
}

@media screen and (max-width: 530px){
.sigPad {
    text-align:center;
    align-content:center;
    align:center;
	margin-left:5%;
	width:90%;
	}
}

/* SWITCH TOGGLE IOS */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
    border: 1px solid #FF4400;

  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;  border: 1px solid #FF4400;

}

input:checked + .slider {
  background-color: #FF4400;
}

input:focus + .slider {
  box-shadow: 0 0 0px #FF4400;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* TIMELINE */
/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: ' ';
    position: absolute;
    width: 1px;
    background-color: #FF4400;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
}

/* Container around content */
.containerr {
    padding: 10px 40px;
    position: relative;
    background-color: transparent;
    width: 50%;
	font-size:12px;
}

/* Container around content */
.containerr {
    counter-increment: myIndex;
	color:#FF4400;
	justify-content:center;
	padding: 10px 40px;
    position: relative;
    width: 50%;
}

/* The circles on the timeline azertyupoiuyzazpoiuyrezazeyuiop */
.containerr::after {
    content: counter(myIndex);
	font-weight:100;
	font-size:18px;
	position: absolute;
    width: 30px;
    height: 30px;
    right: 5px;
    background-color: #ffccbf;
	color: #000;
    border: 2px solid #FF4400;
    margin-top: 30px;
    top: 17px;
    border-radius: 50%;
    z-index: 99999999999;
}

/* Place the container to the left */
.left {
    left: 0;
	font-size:12px;
}

/* Place the container to the right */
.right {
    left: 50%;
	font-size:12px;
}

@media screen and (min-width: 750px) {
/* Place the container to the left */
.left {
    left: 0;
	font-size:12px;
	margin-top:-105px;
}

/* Place the container to the right */
.right {
    left: 50%;
	font-size:12px;
	margin-top:-105px;
}
}

/* Place the container to the right */
.center {
    left: 50%;
	max-width: 1200px;
	font-size:12px;
	background-color:#FF4400;
    padding-bottom:0px;
    border-radius:25px;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: "";
    height: 0;
    position: absolute;
    top: 55px;
    width: 10px;
    right: 10px;
    border: 4px solid #FF4400;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #FF4400;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: "";
    height: 0;
    position: absolute;
    top: 55px;
    width: 10px;
    z-index: 1;
    left: 10px;
    border: 40px solid #FF4400;
    border-width: 20px 200px 20px 0;
    border-color: transparent #FF4400 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: 5px;
	}

/* The actual content */
.contentr {
    padding: 20px 30px;
    color: black;
    border: 2px solid #FF4400;
    position: relative;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

/* Media queries - Responsive timeline on screens less than 750px wide */
@media screen and (max-width: 750px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 30px;
  }
  
  /* Full-width containers */
  .containerr {
    width: 100%;
    padding-left: 70px;
    padding-right: 0px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .containerr::before {
    left: 60px;
    border: 4px solid #FF4400;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FF4400 transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
    left: 17px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
    left: 0%;
  }
}

/* ZOOM IMAGE BOUTIQUE */
.zoom {
    transition: transform .2s;
    margin: 0 auto;
}

.zoom:hover {
    -ms-transform: scale(1.25); /* IE 9 */
    -webkit-transform: scale(1.25); /* Safari 3-8 */
    transform: scale(1.25);
}