@charset "utf-8";

@import url(bootstrap.css);

@charset "UTF-8";

@font-face {
  font-family: "mediapilote";
  src:url("fonts/mediapilote.eot");
  src:url("fonts/mediapilote.eot?#iefix") format("embedded-opentype"),
    url("fonts/mediapilote.woff") format("woff"),
    url("fonts/mediapilote.ttf") format("truetype"),
    url("fonts/mediapilote.svg#mediapilote") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "mediapilote" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before, .twitter:before, .facebook:before {
  font-family: "mediapilote" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before, .twitter:before {
  content: "\61";
}
.icon-facebook:before, .facebook:before {
  content: "\62";
}


/* ------------------------------------------------------------- */
/*                                                               */
/* Sommaire                                                      */
/*                                                               */
/*  1 - Composants                                               */
/*  2 - Balises titres + liens                                   */
/*  3 - Structure générale                                       */
/*  4 - Navigation                                               */
/*  5 - Modules                                                  */
/*  6 - Widgets                                                  */
/*  7 - Formulaires                                              */
/*  8 - Diaporama                                                */
/*  9 - Googlemap                                                */
/* 10 - Spécifique                                               */
/*  X - Tricks                                                   */
/*  X - Fancy Box                                                */
/*                                                               */
/* ------------------------------------------------------------- */
.formConfirm {
  position: relative;
}
body:not(.formConfirm) .bg *{
  display: none;
}
.formConfirm .bg {
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0,0,0,0.8);
}
.formConfirm .popup {
  position: absolute;
  top: 20vh;
  left: 20vw;
  width: 60vw;
  height: 60vh;
  background: white;
  padding: 10vh 5%;
}
.formConfirm .popup h2 {
  color: #e4137b;
  width: 80%;
  margin: auto;
  text-align: center;
}
.formConfirm .popup p {
  margin: 12vh 0 0 0;
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
.formConfirm .popup .btn {
  float: right;
  margin-top: 5vh;
}

/* ---------------------------------------- */
/* 1 - Components                           */
/* ---------------------------------------- */
.btn a:hover, .btn a { text-decoration: none; }
.btn-primary a:hover, .btn-primary a { color: #FFF; }
.list-group-item.active a { color: #FFF; }
.btn {
	background-color: #e4137b;
	text-transform: uppercase;
	border-radius:2px;
	color: white;
	padding: 12px 10px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	        box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
  position: relative;
  z-index: 2;
}
.btn:hover, .btn:focus {
	color: white;
}
.btn.pdf {
	background-image: url(/../../../images/pdf.png);
	background-position: 13px center;
	background-repeat: no-repeat;
	padding: 12px 10px 12px 40px;
  min-width: 260px;
}
p {
	font-size: 15px
}

.plus {
	display: inline-block;
	vertical-align: top;
	max-width: 150px;
	margin: 0 2% 0 0;
	font-size: 14px;
	text-align: center;
}
.plus img {
	margin: 0 0 10px 0;
}
.plus:last-child {
  vertical-align: top;
  margin: 4% 2% 0 0;
}

.plus a:not(.btn) {
	color: #3e3e3e;
	text-decoration: underline;
}
a.yt {
  background: url(/../../../images/youtube.png) no-repeat;
  width: 80px;
  height: 80px;
  display: block;
  background-size: 100%;
  vertical-align: top;
  z-index: 3;
  position: relative;
  margin: 0 auto 15px auto;
}
#socialZone {
	display: none;
}
#backToTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
}
.is-sticky #logo {
  margin: 0;
}
.is-sticky #logo h1 {
  margin: 0;
}
.is-sticky #logo h1 img{
  height: 30px;
  width: auto;
  margin: 10px 0 1vw;
}
.is-sticky #logo i {
  display: none;
}
.is-sticky .navbar {
  min-height: 38px;
}
.is-sticky #logo .right {
  top: 0;
  width: auto;
}
.is-sticky #logo .right img {
  height:40px;
  width: auto;
}
.navbar-toggle {
  margin-top: 0;
  margin-bottom: 0;
}
/* ---------------------------------------- */
/* 2 - Balises titres + liens               */
/* ---------------------------------------- */
h2 {
	font-weight: bold;
	font-size: 38px;
	text-transform: uppercase;
	margin: 0;
	line-height: 45px;
	color: #3e3e3e;
}
h2 > a {
	color: inherit;
	text-decoration: none;
}
h2 > a:hover {
	color: #428bca;
	text-decoration: none;
}

/* ---------------------------------------- */
/* 3 - Structure générale                   */
/* ---------------------------------------- */
#logo {
	font-weight: 300;
	margin: 0 0 15px 0;
	position: relative;
	display:flex;
	justify-content:space-between;
	align-content:center;
	align-items:center;
}
#logo h1 img {
	display: block;
	margin:0 0px 20px 0px;
}
#logo .left {order:1;}
#logo .right {
	order:3;
	/*£position: absolute;
	right: 0;
	width:170px;
	top: 35px;*/
	font-size: 12px;
	white-space:nowrap;
}
#header-sticky-wrapper:not(.is-sticky) #logo .right > *{display:block;}
#header-sticky-wrapper:not(.is-sticky) #logo .right img{margin:0 auto;}
#logo i {
	font-size: 16px;
}
.ligneElement {
	font-size: 0;
	background-color: white;
}
.ligneElement .container > img, .ligneElement .container > .texte {
	display: inline-block;
	vertical-align: middle;
}

footer {
	background: #202020;
	color:#999999;
}
footer h4 {
	display: none;
}
footer .widget.col-xs-12:last-child {
  text-align: left;
}
footer .widget.col-xs-12 {
	width: 60%;
	float: right;
	text-align: right;
}
footer .container div {
	margin: 20px 0 10px;
}
footer a:before, footer a {
	color: #999;
	font-size: 15px;
}
footer a:hover {
  text-decoration: none;
}
footer a:hover:before, footer a:hover span {
	color:#e7147d;
	text-decoration: none;
}
footer .col-xs-12.popup {
  display: none;
  position: fixed;
  font-family: 'Titillium Web', sans-serif;
  font-size: 16px;
  width: auto;
  height:auto;
  max-height: 90vh;
  min-width: 75vw;
  max-width: 90vw;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
          box-shadow: 0px 1px 4px 0 rgba(0,0,0,0.5);
  z-index: 10002;
}
footer .col-xs-12.popup .text p{
 text-align: center;
}
footer .col-xs-12.popup .text p img {
  display: inline-block;
}
footer .popup .cross {
  content:'';
  cursor: pointer;
  background: white  url(/media/delete.png) center;
  position: absolute;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-size: 50%;
  background-repeat: no-repeat;
  border: 1px solid #e6007e;
}
footer .popup.open {
  display: block;
}
footer .popup div{
	margin: 0;
}
/** Diaporama **/
#diaporama {
	position: relative;
	overflow: hidden;
}
#diaporama:after {
	background: url(/../../../images/down.png);
	content:"";
	position: absolute;
	bottom: 0;
	left: calc(50% - 52px);
	width: 104px;
	height: 104px;
	z-index: 3;
	visibility: visible;
}
#diaporama .container, #diaporama h2  {
	color: white;
}
#diaporama ul {
	padding: 8vw 0;
	margin: 0;
}
#diaporama ul li > img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	        transform: translate(-50%,-50%);
	height: 100%;
	width: auto;
	max-width: none;
}
#diaporama .texte, #diaporama .right {
	width: 50%;
	display: inline-block;
	vertical-align:top;
}
#diaporama .texte {
	padding: 0 20px 0 0;
}
#diaporama .texte p span{
	background: url(/../../../images/maps-and-flags.png) no-repeat left center;
	padding: 0 0 0 20px;
	margin:5px 15px 5px 0;
	font-size: 18px;
	font-weight: bold;
}

#diaporama .right {
	padding: 0 0 0 20px;
}

/** ligne 1  **/
.ligneElement:nth-child(2) {
	padding:90px 0;
	background: white url(/../../../images/ombre.png) repeat-x bottom;
	position: relative;
}
.ligneElement:nth-child(2):before {
	content: '';
	background: url(/../../../images/quoi-ligne.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement:nth-child(2) .container > img {
	width: 50%;
}
.ligneElement:nth-child(2) .container > .texte  {
	padding: 50px 0 0 50px;
	width: 50%;
}



/** ligne 2  **/
.ligneElement:nth-child(3) {
	padding: 210px 0 30px;
	background: #00a29c url(/../../../images/ombre.png) repeat-x center;
	background-size: cover;
	position: relative;
	color: white;
}
.ligneElement:nth-child(3):before {
	content: '';
	background: url(/../../../images/ligne-qui-ou.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement:nth-child(3) h2{
	color: white;
}
.ligneElement:nth-child(3) h2 span{
	color: #E4137B;
}
.ligneElement:nth-child(3) .container img.image1 {
	position: absolute;
	/* top: -170px; */
	top: -129px;
	left: 35%;
	width:580px;
	display: none;
}
.ligneElement:nth-child(3) .container img.image2 {
	position: absolute;
	bottom:0px;
	right: 0%;
	width:363px;
}
.ligneElement:nth-child(3) .container .texte {
 	width: 30%;
}
.ligneElement:nth-child(3) .container div:last-of-type {
	display: inline-block;
	margin-left: 3%;
	width: 60%;
	vertical-align: bottom;
	padding: 10% 0 0 0;
}
.ligneElement:nth-child(3) .container div:last-of-type ul {
	max-width:300px;
	display: inline-block;
	width: 100%;
	vertical-align: bottom;
}
.ligneElement:nth-child(3) .container div:last-of-type ul li {
	list-style-image: url(/../../../images/maps-and-flags.png);
	font-weight: 600;
	font-size: 18px;
}
.ligneElement:nth-child(3) .container div:last-of-type img {
	display: inline-block;
}


/** ligne 3 **/
.ligneElement.dispositif:before {
	content: '';
	background: white url(/../../../images/ligne-dispositif.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement.dispositif {
	padding: 50px 0;
	background: white url(/../../../images/ombre.png) repeat-x bottom;
	position: relative;
}
.ligneElement .container {
	z-index: 2;
	position: relative;
}
.ligneElement.dispositif .chiffres, .ligneElement.dispositif .texte {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	padding-left: 20px;
}
.ligneElement.dispositif .chiffres{
	width:30%;
}
.ligneElement.dispositif .texte p{
	margin: 0;
}
.ligneElement.dispositif .chiffres div {
	display: inline-block;
	width: 100%;
	max-width: 42%;
	font-size: 0;
	margin: 0 20px 0 0;
	vertical-align: top;
}
.ligneElement.dispositif .chiffres span {
	font-size: 64px;
	color: #E4137B;
	font-weight: 800;
  line-height: 55px;
}
.ligneElement.dispositif .chiffres p {
	/*display: inline-block;
	width: 50%;
	margin-right: 1%;*/
	vertical-align: middle;
	padding: 0;
	text-align: center;
}
.ligneElement.dispositif .chiffres img {
	/*display: inline-block;
	max-width: 50%;*/
	vertical-align: middle;
	
	display:block;
	margin:0 auto 4rem auto;
}
.ligneElement.dispositif .container > div:last-of-type {
	width: 60%;
	float: right;
}
.ligneElement.dispositif .container > div:last-of-type .pdf {
  margin: 0 0 10px 0;
}
.ligneElement.dispositif .container > div:last-of-type br + .pdf {
  padding: 12px 22px 12px 40px;
}
.ligneElement.dispositif .container > div:last-of-type span {
  font-size: 14px;
  display: inline-block;
  width: 60%;
  margin-top: -50px;
  font-weight: 600;
  float: right;
}
.ligneElement.dispositif .container > div:last-of-type img {
	margin-top: -185px;
}
.ligneElement.dispositif .container + p {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.ligneElement#autopartage a.btn-voir-la-carte{
	position:absolute;
	display:inline-block;
	right:220px;
	top:280px;
	border:2px solid #fff;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	padding:10px 20px 10px 60px;
	border-radius:2px;
	background:#029690;
	text-decoration:none;
	z-index:1;
}
.ligneElement#autopartage a.btn-voir-la-carte img{
	width:auto;
	height:60px;
	display:inline-block;
	position:absolute;
	vertical-align:middle;
	left:10px;
	bottom:15px;
}
.ligneElement#autopartage a.btn-voir-la-carte:hover{
	background:#e4137b;
}

/** ligne 4 **/
.ligneElement.creneaux {
	padding: 50px 0;
	background: #89c540 url(/../../../images/ombre.png) repeat-x bottom;
	position: relative;
}
.ligneElement.creneaux:before {
	content: '';
	background: url(/../../../images/ligne-creneaux.png) no-repeat center top;
	background-size: auto;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement.creneaux .container{
	z-index: 2;
	position: relative;
}
.ligneElement.creneaux h2 span {
	color: white;
}
.ligneElement.creneaux h2, .ligneElement.creneaux .container > p {
	width: 100%;
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.ligneElement.creneaux .clocks {
 display: inline-block;
 width:65%;
 vertical-align: top;
}
.ligneElement.creneaux .title {
	text-align: center;
	}
.ligneElement.creneaux .clocks .structured_text_semantique_text {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: initial;
	text-align: center;
	color: white;
}
.ligneElement.creneaux .clocks > div img {
	margin: 0 0 -10px 0;
	position:absolute;
	bottom:100%;
	left:calc(50% - 59px);
}
.ligneElement.creneaux .exemples{
	display: inline-block;
	width: 35%;
	padding: 35px 50px 40px 90px;
	vertical-align: top;
	background:  url(/../../../images/fond-guillements.png) no-repeat;
	background-size: contain;
	color: white;
}
.ligneElement.creneaux .exemples p{
	margin:20px 0;
	padding:0;
}
.ligneElement.creneaux .exemples span.detachement{
	text-shadow:/*1px 1px 0 rgba(0,0,0,0.5), */2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, -2px 0px 0 #fff, 2px 0px 0 #fff, 0px -2px 0 #fff, 0px 2px 0 #fff;
}
.ligneElement.creneaux  .container > .elementPicture {
	margin-top: -100px;
	max-width: 60%;
	display: inline-block;
}
.ligneElement.creneaux  .container > .elementPicture:last-of-type {
	margin-top: -90px;
	max-width: 35%;
	margin-left:5%;
}

/** ligne 5 **/
.ligneElement:nth-child(6) {
	padding: 50px 0;
	background: #f1f1f1 url(/../../../images/ordi.png) no-repeat;
	background-position: 80% 100%;
	position: relative;
	font-size: 0;
}
.ligneElement:nth-child(6) .container > div {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
.ligneElement:nth-child(6) h2 span{
	color: #00a29c;
}

/** ligne 6 **/
.ligneElement.quatreblocs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ligneElement.quatreblocs h3 {
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0;
}
.ligneElement.quatreblocs > div {
	position: relative;
	padding: 30px 10px 0 0;
}
.ligneElement.quatreblocs > div p {
	margin: 0;
	font-size: 14px;
}
.ligneElement.quatreblocs > div:before{
	font-size: 34px;
	background: white;
	border-radius: 50%;
	padding: 7px 22px;
	position: absolute;
	left: calc(50% - 34px);
	top: -34px;
	font-weight: bold;
	color: #e6137c;
}
.ligneElement.quatreblocs .structured_text_semantique_text  {
  text-align: center;
}
.ligneElement.quatreblocs .structured_text_semantique_text > p, .ligneElement.quatreblocs .structured_text_semantique_text > img {
	width: 48%;
	display: inline-block;
	vertical-align: middle;
}
.ligneElement.quatreblocs > div .right {
	display: inline-block;
	vertical-align: middle;
  text-align: left;
	width: 50%;
	margin-left:2%;
}
.ligneElement.quatreblocs .bloc1 {
	background: #95c11f;
	padding:30px 10px 20px 0;
}
.ligneElement.quatreblocs .bloc1:before {
	content:'1';
}
.ligneElement.quatreblocs .bloc2 {
	background: #727176;
	color: white;
  text-align: center;
}
/*.ligneElement.quatreblocs .bloc2 .structured_text_semantique_text {
  text-align: left;
}
.ligneElement.quatreblocs .bloc2 .btn {
	float: right;
}
.ligneElement.quatreblocs .bloc2 img{
	position: absolute;
	bottom: 0;
	left: 20%;
	width: auto;
}
.ligneElement.quatreblocs .bloc2 p:nth-of-type(1),  .ligneElement.quatreblocs > div:nth-child(2) p:nth-of-type(2){
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 20px;
}*/
.ligneElement.quatreblocs .bloc2:before {
	content:'2';
}
.ligneElement.quatreblocs .bloc3 {
	background: #00a29c;
	color: white;
	padding: 30px 10px 0 10px;
}
.ligneElement.quatreblocs .bloc3:before {
	content:'3';
}
.ligneElement.quatreblocs .bloc4 {
	background: #e6137c;
	color: white;
}
.ligneElement.quatreblocs .bloc4:before {
	content:'4';
}
.ligneElement.quatreblocs .bloc4 .btn {
	background-color: #00A29C;
}

/* LIGNE 6 */
.ligneElement#seGarer {
	padding: 50px 0;
	background: #c9412a url(/../../../images/ombre.png) repeat-x bottom;
	position: relative;
}
.ligneElement#seGarer:before {
	content: '';
	background: url(/../../../images/ligne-seGarer.png) no-repeat center;
	background-size: cover;
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement#seGarer .container{
	z-index: 2;
	position: relative;
}
.ligneElement#seGarer h2 span {
	color: white;
}
.ligneElement#seGarer h2{
	text-align: left;
	width: 42%;
	margin: 0 auto;
	color:#fff;
}

.ligneElement#seGarer .container > p {
	text-align: center;
	width: 75%;
	margin: 0 auto;
}

.ligneElement#seGarer .container .left{
	float: left;
    margin: 0 0 0 -200px;
}
.ligneElement#seGarer .container .middle{
	width: 21%;
    float: left;
    margin: 0 100px;
    color: #fff;
}
.ligneElement#seGarer .container .middle .btnSeGarer{
	text-transform: uppercase;
    font-size: 14px;
    background: #fff;
    color: #000;
    padding: 10px;
    margin: 0 0 20px 0;
    font-style: italic;
	text-align: center;
}
.ligneElement#seGarer .container .middle .logoSeGarer{
	padding: 10px;
    background: #fff;
}
.ligneElement#seGarer .container .right{
	width: 50%;
    float: left;
    background: #f5f5f5;
    padding: 20px;
}
/* FIN LIGNE 6 */

/* LIGNE 7 */
.ligneElement#rechargeElec {
	padding: 50px 0;
	/*background: #2761ac url(/../../../images/ombre.png) repeat-x bottom;*/
	background: #0061B0;
	position: relative;
	min-height: 650px;
}
.ligneElement#rechargeElec:before {
	content: '';
	background: url(/../../../images/ligne-rechargeElec.png) no-repeat center top;
	/*background-size: cover;*/
	position: absolute;
	z-index: 1;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.ligneElement#rechargeElec .container{
	z-index: 2;
	position: relative;
}
.ligneElement#rechargeElec h2 span {
	color: white;
}
.ligneElement#rechargeElec h2{
	text-align: left;
	margin: 0 auto 20px auto;
	color:#fff;
}

.ligneElement#rechargeElec .container p {
	margin: 0 auto;
	color:#fff;
}

.ligneElement#rechargeElec .left{
	float: left;
	margin-top:250px;
	width:450px;
	position:absolute;
	right:calc(50% + 390px);
	top:0;
}
.ligneElement#rechargeElec .container .middle{
	width: 15%;
    float: left;
	margin: 50px 0px 0 0px;
	position:absolute;
	left:0;
	top:0;
}
.ligneElement#rechargeElec .container .right .btnRechargeElect{
	text-transform: uppercase;
    font-size: 14px;
    background: #E92686;
    color: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
    font-style: italic;
	text-align: center;
	width:250px;
}
.ligneElement#rechargeElec .container .right .btnRechargeElect a{color:#fff;}
.ligneElement#rechargeElec .container .right{
	width: calc(100% - 20px);
	padding-left:20%;
    float: left;
	margin-top:50px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.rechargeElec-colTextes{
	flex:1 1 auto;
	margin-right:20px;
}
.rechargeElec-colBoutons{flex:0 0 313px;}
.rechargeElec-grosBouton{
	font-size:20px;
	padding:15px 20px 15px 45px;
	background-position:18px center;
}
.rechargeElec-container{
	padding-right:175px;
	position:relative;
}
/* FIN LIGNE 7 */

.ligneElement.solidrive {
	background: white;
	display: table;
	width: 100%;
}

.ligneElement.solidrive .half {
	width: 65%;
	text-align: right;
	display: table-cell;
}
.ligneElement.solidrive .half > div {
	max-width: 820px;
	display: inline-block;
	text-align: left;
}
.ligneElement.solidrive a.btn {
	margin: 0 10px 10px;
}
.ligneElement.solidrive .half .p1 {
	width: 60%;
	display: inline-block;
	padding: 40px 40px 40px 0;
	vertical-align: middle;
}
.ligneElement.solidrive .half .p2 {
	width: 40%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
	padding: 0 60px 0 0;
}
.ligneElement.solidrive .half .p2 p {
	position: relative;
	margin: 50px 0;
	height: 70px;
}
.ligneElement.solidrive .half .p2 p span {
	color: #e51036;
	font-weight: bold;
}
.ligneElement.solidrive .half .p2 p:after {
	content: '';
	position: absolute;
	right: -104px;
	top: -5px;
	width:83px;
	height: 83px;
	z-index: 2;
}
.ligneElement.solidrive .half .p2 p:nth-child(1):after {
	background:url(/../../../images/soli-drive.png) no-repeat;
}
.ligneElement.solidrive .half .p2 p:nth-child(2):after {
	background:url(/../../../images/soli-drive2.png) no-repeat;
}
.ligneElement.solidrive .half .p2 p:nth-child(3):after {
	background:url(/../../../images/soli-drive3.png) no-repeat;
}
.ligneElement.solidrive .half h2 span{
	color:#e51036;
	font-weight: bold;
}
.ligneElement.solidrive .img {
	width: 35%;
	display: table-cell;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}
.ligneElement.solidrive .img img{
	height: 100%;
	width: auto;
	max-width: none;
	position: absolute;
	right: 0;
	top:0;
}
.ligneElement.form {
	background: #f4f5f9;
}
.ligneElement.form .title {
	text-align: center;
	color: #4a4a4a;
	padding: 60px 0 10px;
	margin: 0 0 30px 0;
	background:url(/../../../images/filet.png) no-repeat bottom center;
}
.ligneElement.form .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.ligneElement.form .flex.coordonnees {
	margin: 0 auto;
	display: flex;
    width: fit-content;
	width: 75%;
}
.ligneElement.form .flex.coordonnees a{
	color: #777777;
	transition-duration: 0.5s;
}
.ligneElement.form .flex.coordonnees a:hover{
	color: #e7147d !important;
	transition-duration: 0.5s;
	text-decoration: none;
}
.ligneElement.form .left, .ligneElement.form .right, .ligneElement.form .coordonnees {
	display: inline-block;
	background: white;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	        box-shadow: 1px 1px 8px rgba(0,0,0,0.1);
	padding: 30px;
	vertical-align: top;
}
.ligneElement.form .left {
	width: 40%;
	margin-right: 3%;
}
.ligneElement.form .left .structured_text_semantique_text > img:first-child {
	width: 200px;
	margin: 0 15px 20px 0 ;
}
.ligneElement.form .left p span, .ligneElement.form .right p span, .ligneElement.form .coordonnees p span {
	font-size: 22px;
	text-transform: uppercase;
	color: #e7147d;
	font-weight: bold;
}
.ligneElement.form .right {
	width: 57%;
	padding: 30px 6vw;
}
.ligneElement.form .right label {
  font-size:16px;
  color: #3e3e3e;
  font-weight: 200;
}
.ligneElement.form .right .obligatory {
    color: #3e3e3e;
}
.ligneElement.form .right input[type="text"],.ligneElement.form .right input[type="email"],.ligneElement.form .right textarea{
	width: 100%;
	border-top: none;
	border-right: none;
	border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}
.ligneElement.form .right input[type="text"]:hover,.ligneElement.form .right input[type="text"]:focus,.ligneElement.form .right input[type="email"]:hover,.ligneElement.form .right input[type="email"]:focus,.ligneElement.form .right textarea:hover, .ligneElement.form .right textarea:focus {
  border-color: #e4137b;
}
.ligneElement.form .right input[type="submit"] {
	background: #e4137b;
	text-transform: uppercase;
	border-radius:2px;
  margin: 35px 0 0 0;
	color: white;
	padding: 12px 40px;
	-webkit-box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	        box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
	border: none;
}
.ligneElement.form .right #reset {
  display: none;
}
.ligneElement.form  .partenaires div:last-child {
	text-align: center;
}
.ligneElement.form  .partenaires div:last-child h3 {
	text-transform: uppercase;
	font-size: 16px;
	color: #4a4a4a;
}
.ligneElement.pre-footer {
	background: url(/../../../images/bg-footer.jpg) no-repeat;
	text-align: center;
	color: white;
	padding: 150px 0 72px 0;
}
.ligneElement.pre-footer h2 {
	color: white;
}
.postAction {
	display: none;
}
#signature {
	color: #000;
	text-decoration: none;
	text-align: center;
	width: 100%;
	display: block;
	padding: 5px 0;
	font-size: 11px;
	line-height: 20px;
	background: #fff;
}

/* ---------------------------------------- */
/* 4 - Navigation                           */
/* ---------------------------------------- */
@media screen and (min-width: 768px) {
	.dropdown-submenu { position: relative; }
	.dropdown-submenu > .dropdown-menu {
		top: 0;
		left: 100%;
		margin-top: -6px;
		margin-left: -1px;
		border-radius: 0 6px 6px 6px;
		-moz-border-radius: 0 6px 6px;
		-webkit-border-radius: 0 6px 6px 6px;
	}
	.dropdown-submenu:hover > .dropdown-menu { display: block; }
	.dropdown-submenu > a:after {
		content: " ";
		float: right;
		display: block;
		width: 0;
		height: 0;
		margin-top: 5px;
		margin-right: -10px;
		border-color: transparent;
		border-style: solid;
		border-width: 5px 0 5px 5px;
		border-left-color: #ccc;
	}
	.dropdown-submenu:hover > a:after { border-left-color: #fff; }
	.dropdown-submenu.pull-left { float: none; }
	.dropdown-submenu.pull-left > .dropdown-menu {
		left: -100%;
		margin-left: 10px;
		border-radius: 6px 0 6px 6px;
		-moz-border-radius: 6px 0 6px 6px;
		-webkit-border-radius: 6px 0 6px 6px;
	}
	.navbar-brand { display: none; }
	.sidebar-nav { padding: 9px 0; }
	.dropdown-menu .sub-menu {
		position: absolute;
		left: 100%;
		top: 0;
		margin-top: -1px;
		visibility: hidden;
	}
	.dropdown-menu li:hover > .sub-menu { visibility: visible; }
	.dropdown:hover > .dropdown-menu { display: block; }
	.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu { margin-top: 0; }
	.navbar .sub-menu:before {
		left: -7px;
		top: 10px;
		border-bottom: 7px solid transparent;
		border-left: none;
		border-right: 7px solid rgba(0, 0, 0, 0.2);
		border-top: 7px solid transparent;
	}
	.navbar .sub-menu:after {
		top: 11px;
		left: -6px;
		border-top: 6px solid transparent;
		border-left: none;
		border-right: 6px solid #fff;
		border-bottom: 6px solid transparent;
	}
}

@media screen and (max-width: 1400px){
	.ligneElement#seGarer .container .left{
		margin: 0 0 0 -120px;
	}
	.ligneElement#seGarer .container .middle{
		margin: 0 40px;
	}
	.ligneElement#seGarer .container .right{
		padding:0;
	}
	.ligneElement#seGarer h2{
		width:75%;
	}
	
	/* LIGNE 7 */
	
	.ligneElement#rechargeElec .left{
		/*float: none;
		margin-top:0px;
		max-width:450px;*/
		right:calc(50% + 280px);
	}
	.ligneElement#rechargeElec .container .middle{
		width: 15%;
		float: none;
		margin: 20px 50px 0 100px;
	}
	.ligneElement#rechargeElec .container .right .btnRechargeElect a{color:#fff;}
	.ligneElement#rechargeElec .container .right{
		width: 75%;
		float: none;
		margin:30px auto 0 auto;
		display:block;
		padding:0;
	}
	.rechargeElec-container{padding:0 20px;}
	.ligneElement#rechargeElec .container .middle{display:none;}
	/* FIN LIGNE 7 */
	
	
}
@media screen and (max-width: 1000px){
	
	/*.ligneElement#autopartage .geoloc{
		width:70px;right:150px;top:250px;
	}*/
}
@media screen and (max-width: 767px){
	.ligneElement#seGarer h2{
		width: 75%;
	}
	.ligneElement#seGarer .container > p {
		width: 75%;
	}

	.ligneElement#seGarer .container .left{
		margin: 0 0 50px 0;
		width: 100%;
		text-align: center;
	}
	.ligneElement#seGarer .container .middle{
		width: 75%;
		float: none;
		margin: 50px auto;
		color: #fff;
	}
	.ligneElement#seGarer .container .middle .btnSeGarer{
		width:300px;
		margin:0 auto 20px auto;
	}
	.ligneElement#seGarer .container .middle .logoSeGarer{
		width: 300px;
		text-align: center;
		margin: 0 auto;
	}
	.ligneElement#seGarer .container .right{
		width:100%;
		margin:0 auto;
	}
	
	.ligneElement#rechargeElec .container .middle{
		margin: 20px 50px 0 40px;
	}
	
	/*.ligneElement#autopartage .geoloc{
		width:70px;right:50px;top:250px;
	}*/
	
}
@media screen and (max-width: 579px){
	/*.ligneElement#autopartage .geoloc{
		width:70px;right:10px;top:500px;
	}*/
}

@media screen and (max-width: 767px) {
	.navbar-brand { display: block; }
}
.pager a#active { font-weight: bold; }

#nested {

}
#nested ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	border-top: 1px solid #858489;
}
#nested ul li {
	/*min-width: 11%;*/
	margin-top: -2px;
}
#nested ul li a{
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:14px;
	padding-left:20px;
	padding-right:20px;
}
#nested ul li.lienHome {min-width:0;}
#nested ul li.lienHome a{
	background:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg enable-background='new 0 0 30 30' version='1.1' viewBox='0 0 30 30' xml:space='preserve' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m29.496 13.657l-4.546-4.547v-5.252c0-0.949-0.769-1.719-1.721-1.719-0.949 0-1.718 0.77-1.718 1.719v1.813l-3.385-3.385c-1.674-1.673-4.584-1.67-6.254 3e-3l-11.369 11.368c-0.671 0.672-0.671 1.761 0 2.432 0.672 0.672 1.762 0.672 2.433 0l11.367-11.369c0.371-0.368 1.023-0.368 1.392-1e-3l11.369 11.369c0.337 0.336 0.777 0.504 1.216 0.504 0.44 0 0.881-0.167 1.217-0.504 0.671-0.671 0.671-1.759-1e-3 -2.431z' fill='%23C61B7A'/%3E%3Cpath d='m15.597 7.984c-0.33-0.33-0.865-0.33-1.194 0l-10 9.997c-0.158 0.158-0.247 0.373-0.247 0.598v7.292c0 1.711 1.387 3.098 3.098 3.098h4.951v-7.669h5.589v7.667h4.951c1.711 0 3.098-1.387 3.098-3.098v-7.292c0-0.225-0.089-0.44-0.247-0.598l-9.999-9.995z' fill='%23C61B7A'/%3E%3C/svg%3E") no-repeat center center;
	background-size:20px 20px;
	width:60px;
	font-size:0;
}
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus {
		border-top: 3px solid #7bb200;
		z-index: 2;
}
@media screen and (max-width: 992px) {
	#nested ul li a { font-size : 9pt; }
}

header {
	position: relative;
  z-index: 999;
  background: white;
  width: 100%;
}


/* ---------------------------------------- */
/* 5 - Modules                              */
/* ---------------------------------------- */

/* Article */
article img { width: 100% }
.intext_left {
	float: left;
	margin: 0 40px 40px 0;
}
.intext_right {
	float: right;
	margin: 0 40px 40px;
}
.above_center, .below_center { text-align: center; }
.above_right, .below_right   { text-align: right; }
.above_left, .below_left     { text-align: left; }
.lead { margin : 40px 0; }
.text {
	font-size: 13pt;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: 300;
}
.text p { padding: 0; }

@media screen and (max-width: 767px) {
	.text { font: 300 11pt "Helvetica Neue",Helvetica,Arial,sans-serif; }
}

/* Calendrier */
.calendar {
	margin-bottom: 0;
	border: 1px solid #ccc;
}
.calendar caption {
	padding: 5px 0;
	color: #fff;
	background: #428bca;
}
.calendar thead { background: #eee; }
.calendar.table > tbody > tr > td {
	height: 40px;
	padding: 0;
	line-height: 0;
	background: #fff;
	text-align: center;
}
.calendar > tbody td a {
	display: block;
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
}
.calendar tbody td a:hover { background-color: #d9edf7; }
.calendar tbody td.today { font-weight: bold; }
.calendar tbody td.today a {
	color: #fff;
	background: #428bca;
}
.calendar.table > tbody > tr > td.no_day { background: #f6f6f6; }

/* News */
.thumbnail img { min-width: 100%; }
.ratings form > div > div { width: 100%; }
.caption img { width: 100%; }

/* Blog */
.confirmMsg {
	padding: 0 10px;
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
	color: #39c12a;
	background-color: rgba(57,193,42,.1);
}
.authorMetas { font-size: 0.9em; }
#authorBillet .googleplus, #authorBillet .twitter, #authorBillet .siteweb {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 2px;
	background: url(/common_images/community/community_pictos.png) 0 -540px no-repeat;
	text-indent: -9999px;
	cursor: pointer;
}
#authorBillet .twitter { background-position: -20px -540px; }
#authorBillet .siteweb { background-position: -40px -540px; }
#authorBillet .googleplus:hover { background-position: 0 -520px; }
#authorBillet .twitter:hover    { background-position: -20px -520px; }
#authorBillet .siteweb:hover    { background-position: -40px -520px; }

/* Notation */
.ui-stars-star {
	float: left;
	display : block;
	width: 20px;
	height: 20px;
	font-size: 0;
	background: url("../images/star-off.png") no-repeat -2px 0;
}
.ui-stars-star:nth-child(even) { background-position: -10px 0; }
.ui-stars-star-on { background: url("../images/star-on.png") no-repeat -2px 0; }
.ui-stars-star-hover { background: url("../images/star-on.png") no-repeat -2px 0; }
.rating-stars {
	display: inline-block;
	height: 15px;
}
.nb_ratings { color: #737373; }
.rating-value { margin-left: 20px; }

/* Annuaire */
.directoryEntryTags .glyphicon, .postTags .glyphicon { font-size: 14px; }
.directoryEntryTagsLink, .postTags > .postTag {
	display: inline-block;
	height: 24px;
	padding: 0 10px;
	font-size: 12px;
	line-height: 24px;
	color: #aaa;
	background: #eee;
	border: 1px solid #ddd;
	border-radius: 3px;
	cursor: pointer;
}
.directoryEntryTagsLink:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
	border-color: #428bca;
}

/* ---------------------------------------- */
/* 6 - Widgets                              */
/* ---------------------------------------- */
aside .widget { padding: 10px; }
#wrapperInner .widget { margin-bottom: 20px; }

/* RSS */
.widgetRssItemTitle {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* Auteurs */
.pageElement .widgetBlogAuthors ul {
	list-style-type: none;
	padding: 0;
}
.pageElement .widgetBlogAuthors ul li { display: inline-block; }
.pageElement .widgetBlogAuthors ul li a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	border: 1px solid #999;
	border-radius: 5px;
}

/* Calendrier */
.widgetCalendar .calendar.table > tbody > tr > td { line-height: 40px; border: none; }
#wrapperInner .widgetCalendar .calendar { width: 260px; }
#wrapperInner .size1_3 .widgetCalendar .calendar,
#wrapperInner .size1_4 .widgetCalendar .calendar,
#wrapperInner .size1_5 .widgetCalendar .calendar,
#wrapperInner .size1_6 .widgetCalendar .calendar,
#wrapperInner .size1_7 .widgetCalendar .calendar,
#wrapperInner .size1_8 .widgetCalendar .calendar { width: 100%; }

/* Mise en avant de billets */
aside .widgetHighlightPosts .col-sm-6 { width: 100%; }
aside .widgetHighlightPosts .widgetHighlightDescription { padding: 10px 0 0; }
aside .widgetHighlightPosts .borderTop,
aside .widgetHighlightPosts .widgetHighlightRating,
aside .widgetHighlightPosts .widgetHighlightCommentsLink,
.size1_3 .widgetHighlightRating label,
.size1_4 .widgetHighlightRating label,
.size1_5 .widgetHighlightRating label,
.size1_6 .widgetHighlightRating label,
.size1_7 .widgetHighlightRating label,
.size1_8 .widgetHighlightRating label { display: none; }
.widgetRssItem .widgetRssItemDate,
.widgetHighlightPosts .widgetHighlightDate {
	padding-bottom: 10px;
	color: #999;
}
.pageElement .widgetHighlightPosts .widgetHighlightThumbnail { margin-bottom: 10px; }
.pageElement .widgetHighlightPosts .linksmore + div { margin-top: 10px; }
.size1_3 .widgetHighlightRating, .size1_3 .widgetHighlightCommentsLink,
.size1_4 .widgetHighlightRating, .size1_4 .widgetHighlightCommentsLink,
.size1_5 .widgetHighlightRating, .size1_5 .widgetHighlightCommentsLink,
.size1_6 .widgetHighlightRating, .size1_6 .widgetHighlightCommentsLink,
.size1_7 .widgetHighlightRating, .size1_7 .widgetHighlightCommentsLink,
.size1_8 .widgetHighlightRating, .size1_8 .widgetHighlightCommentsLink { padding-top: 5px; }

/* Widget Annuaire - Recherche avancée */
.directoryAdvancedSearch .dateElement .form-control {
	display: inline-block;
	width: auto;
}
.directoryAdvancedSearch .dateElement label { font-weight: normal; }
.directoryAdvancedSearch .dateElement span {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	cursor: pointer;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: .3;
	opacity: .3;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.directoryAdvancedSearch .dateElement span:hover {
	color: #428bca;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Widget Annuaire - Publier des fiches */
.boxdirectories > div { float: none; }

/* Widget de connexion */
.socialNetworkConnect { padding-top: 10px; }
a.facebookConnect, a.twitterConnect, a.googleConnect {
	display: inline-block;
	vertical-align: top;
	padding: 0 10px 0 0;
	height: 31px;
	font: normal 12px/30px 'Roboto', 'Lucida Grande', Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	background: #5f78ab;
	border: 1px solid #405a91;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
a.twitterConnect {
	background-color: #55acee;
	border-color: #4998d5;
}
a.googleConnect {
	background-color: #cc3732;
	border-color: #b62b26;
}
a.facebookConnect:hover { background-color: #6895c4; }
a.twitterConnect:hover  { background-color: #6bcbf8; }
a.googleConnect:hover   { background-color: #e94d48; }
a.facebookConnect .iconSocialNetwork, a.twitterConnect .iconSocialNetwork, a.googleConnect .iconSocialNetwork {
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	background: url(/common_images/skins/DefaultSkins1.5/icon_socialNetworks.png) 0 0 no-repeat;
}
a.twitterConnect .iconSocialNetwork { background-position: -30px 0; }
a.googleConnect .iconSocialNetwork  { background-position: -60px 0; }
a.facebookConnect > span, a.twitterConnect > span, a.googleConnect > span {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
a.facebookConnect > span { border-left: 1px solid #405a91; }
a.twitterConnect > span { border-left: 1px solid #4998d5; }
a.googleConnect > span { border-left: 1px solid #b62b26; }
a.googleConnect iframe { display: none; }

/* Newsletter */
.mailingSubscribe, .mailingSubscribeSuccess { text-align: center; }
.mailingSubscribe:before, .mailingSubscribeSuccess:before {
	content: '\e013';
	display: block;
	vertical-align: middle;
	width: 100px;
	height: 100px;
	margin: 10px auto 30px;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	font-size: 4rem;
	line-height: 98px;
	color: #fff;
	text-align: center;
	background-color: #428bca;
	border-radius: 50%;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Widget météo */
.weatherForecast {
	padding-top: 20px;
	overflow: hidden;
}
.weatherTown .item, .weatherForecast .item {
	position: relative;
	float: left;
	padding: 10px 10px 10px 80px;
	border-right: 1px solid #ccc;
}
.weatherTown .item:last-child,
.weatherForecast .item:last-child { border: none; }
.weatherTown .itemPicture, .weatherForecast .itemPicture {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 80px;
	text-align: center;
}

/* ---------------------------------------- */
/* 7 - Formulaire                           */
/* ---------------------------------------- */
form .row {
	margin-right: 0;
	margin-left: 0;
}
.help-block > p {
	padding: 0;
	color: #aaa;
}
.has-error .errorForm, .error .errorForm, .loginError {
	font-size: 9pt;
	color: #a94442;
}
.error { color: #a94442; }
.error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.loginError {
	padding: 0 5px;
	margin-bottom: 10px;
	line-height: 20px;
	border: 1px solid #a94442;
}
.multi_checkbox, .multi_radio {
	display: block;
	padding: 2px 5px !important;
}
.multi_checkbox input[type="checkbox"],
.multi_radio input[type="radio"] {
	display: inline-block;
	margin-right: 5px;
}
.other ul {
	display: inline-block;
	list-style-type: none;
}
.obligatory { color: red; }
.form-group:last-child { margin-bottom: 0; }

/* Champ Select avec visuels */
.selectWithVisual .row {
	position: relative;
	display: inline-block;
}
.selectWithVisual .row input[type="checkbox"] {
	position: absolute;
	bottom: 0;
	right: 0;
	visibility: hidden;
}
.selectWithVisual .row img { padding: 5px; }
.selectWithVisual .row img:hover    { background: #9bccf7; }
.selectWithVisual .row img.selected { background: #428bca; }
.selectWithVisual .row label > .glyphicon {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 10px;
	color: #fff;
	background: #428BCA;
}
.selectWithVisual .row label > .label { display: none; }

/* Champ Calendrier */
.insertDate {
	position: absolute;
	top: 9px;
	right: 10px;
}
#overDiv.calendar { margin: 0 0 0 -300px; }

.btn-primary { margin: 10px 0; }
.form_creator_header {
	padding: 10px 0 0;
	margin-bottom: 20px;
	border-bottom: 2px solid #999;
}
.form_creator_footer {
	padding: 10px 0;
	margin-top: 20px;
	border-top: 2px solid #999;
}
legend { margin-bottom: 10px; }
.formQcmLegend {
	padding: 5px;
	border: 1px solid #ccc;
}
#formsQcm ul { padding: 10px 0 10px 20px; }
#formsQcm ul li { padding: 2px 0; }
#formsQcm ul li span, .formQcmLegend span {
	display: inline-block;
	padding: 0 5px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	background: #ee4736;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.formQcmLegend span { margin-right: 5px; }
#formsQcm ul li.good span, .formQcmLegend .good { background: #60c24a; }

/* Datepicker */
.ui-datepicker {
	padding: 20px;
	background: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.2);
	        box-shadow: 0 0 7px rgba(0,0,0,.2);
}
.ui-datepicker-header {
	height: 40px;
	background: #eee;
}
.ui-datepicker-next, .ui-datepicker-prev {
	float: left;
	display: inline-block;
	width: 40px;
	height: 40px;
	font: normal 100 20px 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 100;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ui-datepicker-next { float: right; }
.ui-datepicker-prev span, .ui-datepicker-next span {
	display: block;
	text-indent: -9999px;
}
.ui-datepicker-prev:after {
	content: "\e079";
}
.ui-datepicker-next:after { content: "\e080"; }
.ui-datepicker-next:hover, .ui-datepicker-prev:hover {
	color: #fff;
	text-decoration: none;
	background: #428bca;
}
.ui-datepicker-title {
	line-height: 40px;
	text-align: center;
}
.ui-datepicker-title select { margin: 0 5px; }
.ui-datepicker-calendar { border: 1px solid #ccc; }
.ui-datepicker-calendar thead {
	height: 40px;
	padding: 0 8px;
	line-height: 40px;
	background: #eee;
	border-top: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
}
.ui-datepicker-calendar thead th {
	padding: 0 8px;
	text-align: center;
}
.ui-datepicker tr > td {
	height: 40px;
	padding: 0;
	line-height: 0;
	border-bottom: 1px solid #ccc;
}
.ui-datepicker tr > td.ui-state-disabled { background: #f6f6f6; }
.ui-datepicker tr > td a {
	display: block;
	height: 40px;
	padding: 0 8px;
	font-size: 12pt;
	line-height: 40px;
	text-align: center;
}
.ui-datepicker tr > td a:hover { background-color: #d9edf7; }
.ui-datepicker tr > td a.ui-state-active {
	color: #fff;
	background: #666;
}
.ui-datepicker tr > td.ui-datepicker-today a {
	color: #fff;
	text-decoration: none;
	background: #428bca;
}

/* ---------------------------------------- */
/* 8 - Diaporama                            */
/* ---------------------------------------- */
.diaporamaControlPrev, .diaporamaControlNext {
	padding: 20px;
	margin-top: -30px;
	cursor: pointer;
	line-height: 1;
	background: rgba(0,0,0,.4);
	border-radius: 0 8px 8px 0;
	-moz-border-radius: 0 8px 8px 0;
	-webkit-border-radius: 0 8px 8px 0;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.diaporamaControlNext {
	border-radius: 8px 0 0 8px;
	-moz-border-radius: 8px 0 0 8px;
	-webkit-border-radius: 8px 0 0 8px;
}
.diaporamaControlPrev:hover {
	padding-left: 30px;
	background: rgba(0,0,0,.7);
}
.diaporamaControlNext:hover {
	padding-right: 30px;
	background: rgba(0,0,0,.7);
}
.diaporamaSimpleSlideshow > div > span {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
}
.diaporamaSimpleSlideshow .diaporamaControlPrev::before,
.diaporamaSimpleSlideshow .diaporamaControlNext::before {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-size: 30px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.diaporamaSimpleSlideshow .diaporamaDots {
	display: none;
}

.diaporamaSimpleSlideshow .diaporamaControlPrev::before { content: '\e257'; }
.diaporamaSimpleSlideshow .diaporamaControlNext::before { content: '\e258'; }
.diaporamaSimpleSlideshow .diaporamaDots > div {
	position: relative;
	display: inline-block;
	padding: 10px 0;
	line-height: 9px;
	background: #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::before, .diaporamaSimpleSlideshow .diaporamaDots > div::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: -20px;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-bottom: 30px solid #fff;
}
.diaporamaSimpleSlideshow .diaporamaDots > div::after {
	left: auto;
	right: -20px;
	border-left: none;
	border-right: 20px solid transparent;
}
.diaporamaSimpleSlideshow .diaporamaDots span {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 3px;
	cursor: pointer;
	text-indent: -9999px;
	border: 1px solid rgb(150,150,150);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.diaporamaSimpleSlideshow .diaporamaDots span:hover,
.diaporamaSimpleSlideshow .diaporamaDots span.diaporamaDotActive { background: rgba(150,150,150,.6); }
.diaporamaExtra > div {
	display: inline-block;
	padding: 10px;
	color: #222;
	text-align: left;
	background: rgba(255,255,255,.8);
}
.diaporamaExtraMiddleLeft,
.diaporamaExtraMiddleRight,
.diaporamaExtraMiddleCenter {
	padding: 0 70px;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.diaporamaExtraTopLeft,
.diaporamaExtraTopRight,
.diaporamaExtraTopCenter { padding: 10px; }
.diaporamaExtraBottomLeft,
.diaporamaExtraBottomRight,
.diaporamaExtraBottomCenter { padding: 10px 10px 40px; }

.diaporamaExtraTopCenter,
.diaporamaExtraBottomCenter,
.diaporamaExtraMiddleCenter,
.diaporamaExtra.diaporamaExtraTopCenter > div,
.diaporamaExtra.diaporamaExtraBottomCenter > div,
.diaporamaExtra.diaporamaExtraMiddleCenter > div { text-align: center; }

.diaporamaExtraTopRight,
.diaporamaExtraMiddleRight,
.diaporamaExtraBottomRight { text-align: right; }
.diaporamaExtra strong { display: block; }

/* ---------------------------------------- */
/* 9 - Googlemap                            */
/* ---------------------------------------- */
.map .gm-style img { max-width: none; }
.map > div { max-width: 100%; }

/* ---------------------------------------- */
/* 10 - Spécifique                          */
/* ---------------------------------------- */
.monuments { margin: 0 -25px; }
.monumentEntry .map > div { margin: 0!important; }
.monumentEntryDescription {
	height: 60px;
	text-overflow: ellipsis;
}
.monumentEntryLocalisation { color: #999; }
.monumentEntryLink {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	width: 40px;
	height: 40px;
	font-size: 1.2em;
	line-height: 45px;
	color: #999;
}
.monumentEntryLink:hover {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}
.monumentEntryDetailHeader { min-height: 40px; }
.monumentEntryDetailHeadingLabel {
	position: absolute;
	left: 5%;
	z-index: 2;
	width: 90%;
	margin-top: -40px;
	color: #fff;
	background: #428bca;
}
.monumentEntryDetail h1 {
	margin: 0;
	background: #222;
}
.monumentEntryDetailCity { line-height: 40px; }
.monumentEntryDetailCity span { margin-right: 5px; }
.monumentEntryDetailMap {
	width: 300px;
	border-right: 1px solid #fff;
}
.monumentEntryDetailMainImage { width: 840px; }
.monumentEntryDetailContent { padding-top: 50px; }
.monumentEntryDetailMetas { width: 90%; }
.monumentEntryDetailGallery ul { padding-left: 0; }
.monumentEntryDetailGallery ul:after {
	content: '';
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.monumentEntryDetailGallery li {
	list-style-type: none;
	float: left;
	padding-right: 10px;
}
.monumentEntryDetailGallery li a {
	display: block;
	padding: 10px;
	border: 1px solid #ccc;
	-webkit-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
}
.monumentEntryDetailGallery li a img {
	-webkit-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}
.monumentEntryDetailGallery li a:hover { border-color: #428bca; }
.monumentEntryDetailGallery li a:hover img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
}
#leftbar .monumentEntry, #rightbar .monumentEntry {
	padding-right: 0;
	padding-left: 0;
}
#leftbar .monumentEntry, #leftbar .monumentEntry > div > div,
#rightbar .monumentEntry, #rightbar .monumentEntry > div > div { width: 100%!important; }
#leftbar .monumentEntry > div > div:first-child, #rightbar .monumentEntry > div > div:first-child { display: none; }
#leftbar .monumentEntry h3, #leftbar .monumentEntryDescription,
#rightbar .monumentEntry h3, #rightbar .monumentEntryDescription { padding: 0; }
#leftbar .monumentEntryLocalisation,
#rightbar .monumentEntryLocalisation { padding: 20px 0 0; }

/* ---------------------------------------- */
/* X - TRICKS                               */
/* ---------------------------------------- */

/* Colors */
.bg-blue  { background: #0000FF; }
.bg-green { background: #00FF00; }
.bg-red   { background: #FF0000; }
.bg-black { background: #000; }
.bg-gray-light { background: #F5F5F5; }
.bg-gray-dark  { background: #777; }
.bg-dark       { background: #333; }

/* Misc */
.margin-bottom { margin-bottom: 20px; }
.margin-top    { margin-top: 20px; }

.bg-margin-bottom { margin-bottom: 60px; }
.bg-margin-top    { margin-top: 60px; }

.sm-margin { margin: 10px; }
.md-margin { margin: 20px; }
.lg-margin { margin: 40px; }

.sm-padding { padding: 10px; }
.md-padding { padding: 20px; }
.lg-padding { padding: 40px; }

.no-padding { padding: 0; }

p { padding: 10px 0; }

.banner h4 { display: none; }

.shadow-hover {
	-webkit-transition: box-shadow 0.3s ease-out;
	-webkit-transition: -webkit-box-shadow 0.3s ease-out;
	transition: -webkit-box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out;
	transition: box-shadow 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
}
.shadow-hover:hover { -webkit-box-shadow: 0 0 15px 15px rgba(0,0,0,.1); box-shadow: 0 0 15px 15px rgba(0,0,0,.1); }

img, video, audio { max-width: 100%; }

.mod   { overflow: hidden; }
.inbl  {
	display: inline-block;
	vertical-align: top;
}
.inblM {
	display: inline-block;
	vertical-align: middle;
}
.hide  { display: none; }
.clear {
	border: 0;
	clear: both;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.static   { position: static; }
.relative { position: relative; }

.txtLeft   { text-align: left; }
.txtCenter { text-align: center; }
.txtRight  { text-align: right; }

.borderAll    { border: 1px solid #999; }
.borderTop    { border-top: 1px solid #999; }
.borderRight  { border-right: 1px solid #999; }
.borderBottom { border-bottom: 1px solid #999; }
.borderLeft   { border-left: 1px solid #999; }

.posLeft   { display: inline-block;
vertical-align: middle;}
.posMiddle { margin: 0 auto; }
.posRight  { float: right; }

.ligneElement:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.size1_1 { width: 100%; padding: 0 1%; }
.size1_2 { width: 50%;  padding: 0 1%; }
.size1_3 { width: 33.33%; padding: 0 1%; }
.size1_4 { width: 25%; padding: 0 1%; }
.size1_5 { width: 20%; padding: 0 1%; }
.size1_6 { width: 16.66%; padding: 0 1%; }
.size1_7 { width: 14.285%; padding: 0 1%; }
.size1_8 { width: 12.5%; padding: 0 1%; }

#content [class *="col-xs"],
#content [class *="col-sm"],
#content [class *="col-md"] { width: 100%; }

.pa0  { padding: 0; }
.pa10 { padding: 10px; }
.pa20 { padding: 20px; }
.pt0  { padding-top: 0; }
.pt10 { padding-top: 10px; }
.pt20 { padding-top: 20px; }
.pt30 { padding-top: 30px; }
.pr0  { padding-right: 0; }
.pr10 { padding-right: 10px; }
.pr20 { padding-right: 20px; }
.pr30 { padding-right: 30px; }
.pb0  { padding-bottom: 0; }
.pb10 { padding-bottom: 10px; }
.pb20 { padding-bottom: 20px; }
.pb30 { padding-bottom: 30px; }
.pl0  { padding-left: 0; }
.pl10 { padding-left: 10px; }
.pl20 { padding-left: 20px; }
.pl30 { padding-left: 30px; }

.mt05 { margin-top: 5px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt30 { margin-top: 30px; }
.mr05 { margin-right: 5px; }
.mr10 { margin-right: 10px; }
.mr20 { margin-right: 20px; }
.mr30 { margin-right: 30px; }
.mb0  { margin-bottom: 0; }
.mb05 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.ml05 { margin-left: 5px; }
.ml10 { margin-left: 10px; }
.ml20 { margin-left: 20px; }
.ml30 { margin-left: 30px; }

.w25  { width: 25%; }
.w50  { width: 50%; }
.w75  { width: 75%; }
.w100 { width: 100%; }

#overDiv {
	position: fixed;
	font-size: 12pt;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
	background: rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 7px 7px rgba(0,0,0,.2);
	        box-shadow: 0 0 7px 7px rgba(0,0,0,.2);
	border-radius: 6px;
}
#overDiv.open {
  display: block;
  width:100vw;
  height: 100vh;
}
.overlibheader {
	padding: 10px 20px;
	font-size: 300 13pt "Helvetica Neue",Helvetica,Arial,sans-serif;
	background: #d9edf7;
	border-radius: 6px 6px 0 0;
}
.overlibclose {
	position: absolute;
	top: 10px;
	right: 20px;
}
#overlibcontent { padding: 20px; }
#overlibfooter { display: none; }

/* ---------------------------------------- */
/* X - Fancy Box                            */
/* ---------------------------------------- */
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	color: #444;
	text-shadow: none;
	background: #f9f9f9;
border-radius: 4px;
}
.fancybox-opened { z-index: 8030; }
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
			box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner { position: relative; }
.fancybox-inner { overflow: hidden; }
.fancybox-type-iframe .fancybox-inner { -webkit-overflow-scrolling: touch; }
.fancybox-error {
	padding: 15px;
	margin: 0;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #444;
	white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span { background-image: url(/common_images/fancyBox/fancybox_sprite.png); }
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 8060;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	cursor: pointer;
	opacity: 0.8;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/common_images/fancyBox/fancybox_loading.gif) center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	z-index: 8040;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 8040;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/common_images/fancyBox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.fancybox-prev { left: 0; }
.fancybox-next { right: 0; }
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	z-index: 8040;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	visibility: hidden;
}
.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span { visibility: visible; }
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	visibility: hidden;
	overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}
.fancybox-lock body { overflow: hidden !important; }
.fancybox-lock-test { overflow-y: hidden !important; }
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8010;
	display: none;
	background: url(/common_images/fancyBox/fancybox_overlay.png);
	overflow: hidden;
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
	position: relative;
	z-index: 8050;
	font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-shadow: none;
	visibility: hidden;
}
.fancybox-opened .fancybox-title { visibility: visible; }
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	z-index: 8050;
	margin-bottom: -35px;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	font-weight: bold;
	line-height: 24px;
	color: #FFF;
	text-shadow: 0 1px 2px #222;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap { padding-top: 10px; }
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/common_images/fancyBox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/common_images/fancyBox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}



/* Modifications 25 janvier 2019 */
#header .widgets{order:1;}
#header .widget.liensHeader{
	width:auto;
}
#header .widget.liensHeader h4{display:none;}
#header .widget.liensHeader a{
	display:inline-block;
	vertical-align:middle;
	font-style:italic;
	font-size:18px;
	color:#717175;
	margin:0 30px;
}
#header .widget.liensHeader .text div{
	display:inline-block;
	vertical-align:middle;}
#header .widget.liensHeader a img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
}
#compteurs{
	display:flex;
	align-items:flex-start;
	align-content:flex-start;
	justify-content:space-between;
	margin:0 0 40px 0;
}
#compteurs .compteurCol{
	width:33%;
	margin:0 0 0 40px;
	text-align:center;
	color:#fff;
	font-size:18px;
	font-weight:700;
	line-height:24px;
}
#compteurs .compteurCol strong{
	display:block;
	color:#89c540;
	font-size:50px;
	line-height:1;
	margin:10px 0 0 0;
}
#compteurs .compteurCol:first-child{margin-left:0;}
#compteurs img{
	width:71px;
	height:86px;
}
@media screen and (max-width:1000px){
	#header .widget.liensHeader{
		position:static;
	}
	.ligneElement#autopartage a.btn-voir-la-carte{
		position:relative;
		right:0;
		top:0;
		margin:50px 0 0 0;
	}
}
@media screen and (max-width:580px){
	#header .widget.liensHeader .text{
		display:flex;
		align-items:center;
		align-content:center;
		justify-content:space-between;
	}
	#header .widget.liensHeader a{
		margin:0 10px;
		font-size:14px;
	}
}

.bloc-ancienne-horloge{
	flex:1 1 auto;
	width:calc(33.333% - 3rem);
	margin:18rem 1.5rem;
	background:#00A19C;
	color:rgba(255,255,255,0.8);
	padding:1em 1em 6rem 1em;
	position:relative;
	border-radius:0.6rem;
}
.blanc-ancienne-horloge-strong{
	font-size:1.2em;
	line-height:1.1;
	color:rgba(255,255,255,1);
}
.bloc-ancienne-horloge-prix{
	position:absolute;
	left:calc(50% - 1.2em);
	bottom:-1.2em;
	width:2.4em;
	height:2.4em;
	font-size:4rem;
	background:#fff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:0 1px 0.5rem 0 rgba(0,0,0,0.3);
	letter-spacing:-0.05em;
	font-weight:bold;
}
@media (max-width:992px){
	.ligneElement.creneaux .clocks .structured_text_semantique_text {display:block;}
	.bloc-ancienne-horloge{
		width:auto;
		margin:18rem 1.5rem 6rem 1.5rem;
	}
}
.quatreCols-boutons{
	overflow:hidden;
	width:auto;
}
.quatreCols-boutons .btn{min-width:260px;}
.ligneElement.quatreblocs .bloc2 .quatreCols-boutons .btn{float:none;}
.colonnes-2{
	column-count:2;
	column-gap:3rem;
}
@media (max-width:992px){
	.colonnes-2{column-count:1;}
}
.btn.rve {
	background-image: url(/../../../images/btn-RVE.jpg);
	background-position: 0.5rem center;
	background-size:6rem auto;
	background-repeat: no-repeat;
	padding: 12px 10px 12px 7rem;
  min-width: 260px;
}
.ligneElement.creneaux .exemples p{font-size:14px;}

/* Modification pack evo */
.styleH2{
	font-size: 21px !important;
	line-height: 26px;
}
a.whitelink{
	color: #fff;
	text-decoration: underline;
	transition-duration: 0.5s;
}
a.whitelink:hover{
	color: #e4137b;
	text-decoration: none;
	transition-duration: 0.5s;
}
@media (min-width:768px){
	.styleH2{
		font-size: 23px !important;
		line-height: 28px;
	}
	.ligneElement:nth-child(3) .container img.image1 {
		top: 100px;
		left: -90px;
		display: block;
	}
	.ligneElement:nth-child(3) .container div:last-of-type {
		padding: 20% 0 0 0;
	}
}

@media (min-width:1024px){
	.styleH2{
		font-size: 25px !important;
		line-height: 30px;
	}
	.ligneElement:nth-child(3) .container img.image1 {
		top: -90px;
    	left: 20%;
	}
}

@media (min-width:1280px){
	.styleH2{
		font-size: 30px !important;
		line-height: 35px;
	}
}

@media (min-width:1440px){
	.styleH2{
		font-size: 35px !important;
		line-height: 40px;
	}
}

.mentions_legales .ligneElement:nth-child(2):before{
	content: none
}