/**************************************************************
					CMS Pages Styles
***************************************************************/
#cms #center_column .block-cms {
  padding-bottom: 20px; }
#cms #center_column h1 {
  margin-bottom: 25px; }
#cms #center_column h3 {
  font-size: 16px; }
#cms #center_column p {
  line-height: 24px; }
#cms #center_column .list-1 li {
  padding: 4px 0 6px 0;
  font-weight: bold;
  color: #46a74e;
  border-top: 1px solid #d6d6d6; }
  #cms #center_column .list-1 li:first-child {
    border: none; }
  #cms #center_column .list-1 li em {
    font-size: 20px;
    line-height: 20px;
    padding-right: 15px;
    vertical-align: -2px; }
#cms #center_column img {
  margin: 4px 0 17px;
  max-width: 100%;
  height: auto; }
#cms #center_column .testimonials {
  border: 1px solid;
  border-color: #dfdede #d2d0d0 #b0afaf #d2d0d0;
  margin: 4px 0 13px 0;
  position: relative; }
  #cms #center_column .testimonials .inner {
    border: 1px solid #fff;
    padding: 19px 18px 11px 18px;
    background: #fbfbfb;
    background: -moz-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbfbfb), color-stop(100%, #fefefe));
    background: -webkit-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -o-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: -ms-linear-gradient(top, #fbfbfb 0%, #fefefe 100%);
    background: linear-gradient(to bottom, #fbfbfb 0%, #fefefe 100%); }
    #cms #center_column .testimonials .inner span {
      text-indent: -5000px;
      display: inline-block;
      width: 20px;
      height: 15px; }
      #cms #center_column .testimonials .inner span.before {
        background: url(../img/bl-before-bg.png) no-repeat;
        margin-right: 8px; }
      #cms #center_column .testimonials .inner span.after {
        background: url(../img/bl-after-bg.png) no-repeat;
        margin-left: 8px; }
  #cms #center_column .testimonials:after {
    content: ".";
    display: block;
    text-indent: -5000px;
    position: absolute;
    bottom: -16px;
    left: 21px;
    width: 15px;
    height: 16px;
    background: url(../img/testimon-after.gif) no-repeat; }
  #cms #center_column .testimonials + p {
    padding-left: 45px;
    margin-bottom: 18px; }
#cms #center_column p.bottom-indent {
  margin-bottom: 18px; }
#cms #center_column #admin-action-cms {
  background: none repeat 0 0 #F6F6F6;
  border: 1px solid #d2d0d0;
  padding: 10px; }
  #cms #center_column #admin-action-cms p {
    margin: 0; }
    #cms #center_column #admin-action-cms p span {
      display: block;
      padding-bottom: 10px;
      font-size: 14px;
      font-weight: bold;
      color: #333; }
    #cms #center_column #admin-action-cms p .button {
      font: 700 17px/21px Roboto, Helvetica, sans-serif;
      padding: 0;
      border: 1px solid;
      padding: 10px 14px;
      display: inline-block; }
      #cms #center_column #admin-action-cms p .button.publish_button {
        color: #a9fd00;
        text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
        border-color: #0079b6 #006fa8 #012740 #006fa8;
        background: #009ad0;
        background: -moz-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #009ad0), color-stop(100%, #007ab7));
        background: -webkit-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -o-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: -ms-linear-gradient(top, #009ad0 0%, #007ab7 100%);
        background: linear-gradient(to bottom, #009ad0 0%, #007ab7 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009ad0', endColorstr='#007ab7',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.publish_button:hover {
          border-color: #01314e #004b74 #0079b6 #004b74;
          filter: none;
          background: #0084bf; }
      #cms #center_column #admin-action-cms p .button.lnk_view {
        color: #999;
        text-shadow: 1px 1px white;
        border-color: #cacaca #b7b7b7 #9a9a9a #b7b7b7;
        background: #f7f7f7;
        background: -moz-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #ededed));
        background: -webkit-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -o-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: -ms-linear-gradient(top, #f7f7f7 0%, #ededed 100%);
        background: linear-gradient(to bottom, #f7f7f7 0%, #ededed 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ededed',GradientType=0); }
        #cms #center_column #admin-action-cms p .button.lnk_view:hover {
          border-color: #9e9e9e #9e9e9e #c8c8c8 #9e9e9e;
          filter: none;
          background: #e7e7e7; }

/*# sourceMappingURL=cms.css.map */



.cms-row{
	padding:15px 0;
}

.cms-row::after,
.cms-logo-txt-group::after{
    content: "";
    clear: both;
    display: block;
}

.cms-center{
	text-align:center !important;
}
.cms-bold{
	font-weight:bold !important;
}
.cms-size-medium{
	font-size:19px !important;
}
.cms-size-big{
	font-size:23px !important;
}
.cms-size-verybig{
	font-size:29px !important;
}

#page-title{
    font-weight: bold;
    font-size: 23px;
    color: #005291;
    line-height:34px
}

.cms-blue-title{
	font-weight:bold;
	color:#005291;
    margin: 30px 0 27px 0;
}

.cms-blue-text{
	font-weight:bold;
	color:#005291;
}

.cms-small-logo-wrapper{
	float:left;
	width:100px;
	margin-right:15px;
}

.cms-border{
    border:1px solid black;
}

.blue-frame{
    background-color: #eaeaea;
    padding: 25px 20px;
    border-top: 3px solid #005291;
	margin:20px 0;
}

.cms-jumbo-description-row{
	padding:15px 0;
}

.certification-img-group{
	text-align:center;
}

.certification-img-group img{
	display:inline-block;
	width:40%;
}

.solution_group{
    padding:20px 0 50px 0;
}
.pdf-thumbnail-group{
	width:297px;
	/*height:332px;*/
	position:relative;
	overflow:hidden;
	margin:20px auto;
	border:1px solid #cecece;
}
.press_release .pdf-thumbnail-group{
    width:auto;
}
.press_release .release-description {
    top: 75%;
}
/*.pdf-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}*/

.pdf-img img{
    margin:0 !important;
    padding:0;
}
.pdf-title{
	font-weight:bold;
	font-size: 14px;
	margin-bottom:10px
}
.pdf-view-btn{
    background: #fff;
	border:1px solid #fff;
    color: #000;
    display: block;
    width: 100%;
    text-decoration: none;
    font-weight: bold;
	padding:5px 0;
    position: absolute;
    bottom: 11px;
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

.pdf-view-btn:hover{
    text-decoration: none;
    background: #000;
    color: #fff;
}

.pdf-description{
	width:100%;
	height:100%;
	position:absolute;
	top:99%;
	background:rgba(0, 0, 0, 0.9);
	color:#fff;
	text-align:center;
	padding:2px 7px 32px;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}


.release-description{
    top:71%;
}


.release_name{
    font-size:11px;
    color:#4aa0dc;
    font-style:italic;
}

.press_release p{
    margin-bottom:15px;
    font-size:14px !important;
}



.rows-2{
	top:78%;
}

.pdf-thumbnail-group:hover > .pdf-description{
	top:0;
}

.pdf-thumbnail-group .fa{
	font-size:13px;
	margin-right: 5px;
}

/* #cms #center_column img{
    width:90%;
} */
#cms #center_column p{
    font-size:15px;
	padding:5px 0;
    /* letter-spacing:1px; */
}

#cms h2 span{
	font-weight:bold;
	/* color: #00558f !important; */
	color: #00558f;
}

/*documentation*/
#cms.cms-17 #center_column p{
    font-size:13px;
	padding:1px;
    letter-spacing:0px;
}
/**/
#cms.cms-17 #center_column img{
    width:100%;
}

/*Entreprise*/
#cms.cms-7 #center_column img{
    width:70%;
	display:block;
	margin:auto;
}

/*materiaux et traitement*/
#cms.cms-11 #center_column img{
    /* width:40%; */
	display:block;
	margin:auto;
}

#cms.cms-11 #center_column img.bois_cms11{
    width:80%;
}

#cms.cms-11 #center_column img.certif_cms11{
    width:65%;
}

#cms.cms-11 #center_column img.peinture_cms11{
    width:55%;
}

#cms.cms-10 #center_column .cms-center img{
	width:45%;
}

#cms.cms-26 #center_column img.explication_cms26,
#cms.cms-26 #center_column img.concept_cms26{
	width:70%;
}

#cms.cms-21 #center_column img.arobase_intro{
	width:70%;
}

#cms.cms-22 #center_column img.idylle_cms22{
	width:70%;
}

#cms.cms-25 #center_column img.twist_cms25{
	width:70%;
}

#cms.cms-25 #center_column img.twist_posture2_cms25{
	width:65%;
}

#cms.cms-32 #center_column img.pmr_cms32{
	width:60%;
}

#cms.cms-33 #center_column img.secura_cms33{
	width:60%;
}

#cms.cms-27 #center_column img.jardin_cms27{
	width:70%;
}

#cms.cms-28 #center_column img.flor_cms28{
	width:35%;
}

/*Bouton contactez nous*/
#cms #center_column a.btn-default{color: white;
    background-color: #00558f;
    border-color: #ccc;
    font-size: 19px;
}

#cms #center_column a.btn-default:hover{color: black;
    background-color: white;
}

#cms span.plaquette_consultation{
	text-decoration: underline;
	color: #e40613;
	font-size:17px;
	font-weight:bold;
}

#cms #center_column  p.accroche{
    text-align: center;
    font-weight: bold;
    color: #00558f;
    padding: 11px;
    font-size: 17px;
    margin: 75px 0;
    line-height: 30px;
    border: 2px solid #00558f;
}

.cms-row li{
    /* font-family: "Open sans", sans-serif; */
    line-height:24px;
}

.encart {
    border: 4px dashed #00558f !important;
    padding: 20px 30px !important;
    min-height: 200px !important;
}


.cms-ul li{line-height:24px;}
.category-img-list a {
    border: 1px solid #cecece;
    margin-top:30px;
    display: inline-block;

    overflow: hidden;
}

.category-img-list:hover > a{
    box-shadow: 1px 5px 10px grey;
}

ul.mouvroc-features{
    margin-top:30px;
}
ul.mouvroc-features li{
    font-size:15px;
    font-weight:bold;
    line-height:30px;
    color:#00558f;
}

.cms-sport-et-sante .sc-program-content-bottom img{
    width:100% !important;
    margin:0 !important;
}
.cms-sport-et-sante .sc-img-name{
    width: 100%;
        display: block;
}




.cms-plan-5000-equipements a.sg-black-link,
.cms-creer-offres-d-amenagement a.sg-black-link,
.cms-choix-offres-d-amenagement a.sg-black-link{
    color: black;
    text-decoration: underline;
}
.cms-plan-5000-equipements a.sg-black-link:hover,
.cms-creer-offres-d-amenagement a.sg-black-link:hover,
.cms-choix-offres-d-amenagement a.sg-black-link:hover{
    color:#00558f;
}

.cms-plan-5000-equipements .row,
.cms-creer-offres-d-amenagement .row,
.cms-choix-offres-d-amenagement .row{
    margin: 15px 0;
}

.cms-plan-5000-equipements .row > div,
.cms-creer-offres-d-amenagement .row > div,
.cms-choix-offres-d-amenagement .row > div{
    padding: 15px 19px;
}

.cms-plan-5000-equipements .sg-5000-grey-bg,
.cms-creer-offres-d-amenagement .sg-5000-grey-bg{
    background:#e5e5e5;
}

.cms-plan-5000-equipements .sg-5000-darkgrey-bg,
.cms-creer-offres-d-amenagement .sg-5000-darkgrey-bg,
.cms-choix-offres-d-amenagement .sg-5000-darkgrey-bg{
    background:#333;
}

.cms-creer-offres-d-amenagement .sg-5000-green-bg,
.cms-choix-offres-d-amenagement .sg-5000-green-bg{
    background:#7eaf3d;
}

.row .acenter{
    text-align:center;
}

.sg-5000-dlpdf-btn{
    color: #fff;
    font-weight: bold;
    font-size:2.9rem;
}
.sg-5000-dlpdf-btn:hover{
    color: #cecece;
}
.sg-5000-dlpdf-btn:before{
    content:url(../img/cms/Picto_PDF.png);
    position:relative;
    width:89px;
    height:94px;
    display:inline-block;
    vertical-align: middle;
}
.sg-5000-title {
    text-align:center;
}
.sg-5000-title span.white-title{
    color:#fff !important;
}

.sg-5000-title span.blue-title{
    color:#00558f !important;
    font-weight: 900;
}
.sg-5000-title span.blue-title strong{
    font-size:3.2rem;
}

.sg-5000-title span.green-title{
    color:#78ac27 !important;
    font-weight: 900;

}

.sg-5000-title span.red-title{
    color:#E40613 !important;
    font-weight: 900;
}

.sg-5000-red-btn{
    background: #E40613;
    color: #fff;
    border: 1px solid #E40613;
    font-size: 1.5rem;
    padding: 10px 20px;
    font-weight: bold;
    display: inline-block;;
    margin: 23px auto;
    text-align: center;
}
.sg-5000-red-btn:hover{
    background: #fff;
    color:#E40613;
}

.fleft{
    float:left;
    margin-right:31px !important;
}

.display-cb::before{
    content:url(../img/cms/cochez.png);
    position:relative;
    width:55px;
    height:63px;
    display:inline-block;
    left: 14px;
    top:4px;
}

.sg-5000-fullwidth{
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.sg-5000-fullwidth .row{
    margin:auto;
    max-width:1170px;
    padding:23px 0;
}


.sg-5000-hub-caption{
    color:#4a4a4a
}

.sg-5000-hub-caption span{
    font-weight:bold;
    font-size:2rem;
}

.sg-5000-hub-caption span.sport1{
    color:#E40613;
}
.sg-5000-hub-caption span.sante2{
    color:#00558f;
}
.sg-5000-hub-caption span.senior2{
    color:#78ac27;
}
.sg-5000-hub-caption span.bycicle{
    color:#00558f;
}

#cms #center_column p.sg-5000-mention{
    color:#4a4a4a;
    font-size:12px;
}

.hub-link{
    opacity:0.5;
}
.hub-link.current,
.hub-link:hover{
    opacity:1;
}

.sg-5000-hub-data{
    color:#78ac27;
}
.sg-5000-hub-data span{
    font-weight:bold;
    font-size:1.9rem;
}
h2.i-app-smart-city{
    color:#d89229;
    font-size:29px;
    margin:39px 0;
}
h2.i-app-smart-city span.font-black{color:black !important;}

.flex-col {
    display: flex;
    align-items: center;
    flex-direction: row;
}
.flex-col .col{
    text-align:left;
}
.highlighted{
    background-color:yellow;
    padding:10px 15px !important;
    border:1px dotted black;
}



































.flex-col .col.aright{
    padding-right:31px;
}
.flex-col .col.aright p{
    text-align:right;
}
h2.i-apps-title-h2{
    font-weight:700;
    font-size: 23px;
    line-height: 34px;
    color:#4a4a4a;
}

.profit-element-container{
    position:relative;
    padding-left: 45px;
}

h3.profit-title {
    color: #d89229;
    font-weight: bold;
    font-size: 19px !important;
}


.iconed::before{
    position: absolute;
    width: 40px;
    height: 40px;
    display: inline-block;
    left: -8px;
    top: -4px;
}

h3.profit-title.iconed-1::before {
    content: url(../img/cms/i-apps-profit-1.jpg);
    top: -12px;
}


.iconed-2::before {
    content: url(../img/cms/i-apps-profit-2.jpg);
}
.iconed-3::before {
    content: url(../img/cms/i-apps-profit-3.jpg);
}
.iconed-4::before {
    content: url(../img/cms/i-apps-profit-4.jpg);
}
.iconed-5::before {
    content: url(../img/cms/i-apps-profit-5.jpg);
    top: -12px;
}


p.profit-subtitle {
    font-weight: bold;
}

.light-grey-bg {
    display: inline-block;
    background: #e9e9e9;
    padding: 39px;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.accordionWrapper{
    padding: 30px;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    margin: 19px auto;
    box-shadow: 0 1.5em 85px 0 rgb(0 0 0 / 20%);
}
.accordionItem{
    float:left;
    display:block;
    width:100%;
    box-sizing: border-box;
    font-family:'Open-sans',Arial,sans-serif;
}
.accordionItemHeading{
    cursor:pointer;
    margin:0px 0px 10px 0px;
    padding:10px;
    background:#d89229;
    color:#fff;
    width:100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
}
.close .accordionItemContent{
    height:0px;
    transition:height 1s ease-out;
    -webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
    float:left;
    display:block;


}
.open .accordionItemContent{
        padding: 20px;
    border: 1px solid #ddd;
    width: 100%;
    margin: 0px 0px 10px 0px;
    display:block;
    -webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
    -webkit-transform-origin: top;
	-o-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;

	-webkit-transition: -webkit-transform 0.4s ease-out;
	-o-transition: -o-transform 0.4s ease;
	-ms-transition: -ms-transform 0.4s ease;
	transition: transform 0.4s ease;
        box-sizing: border-box;
}

.open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #7f8c8d;
}

#concours-de-design .cms-card{
    margin:19px auto;
}
