/* CSS Document */

* {
    margin: 0;
}


body{
        background-color: white;
}

input[type="radio"]{
    vertical-align: middle;
    
}

ul, li{
    margin: 0;
    padding:0;
    list-style-type: none;  
}



table {
  border-collapse: collapse;
  border-spacing: 0;
}


caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}


q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}


img {
  border: none;
}


/* SLIDESHOW */

#background_cycler {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 620px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}


#background_cycler div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: 1;
  background-image: url('<%= image_path 'bg.jpg' %>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#background_one div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 600px;
  z-index: -1;
  background-image: url('<%= image_path 'bg.jpg' %>');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#background_cycler div.active {
  z-index: 3;
}


/* PERSONNALISATION / GENERIQUE  */

.personnalise{
    display: none;
}

/*//// EFFETS ////*/

.shadow-left:before {
content: "";
position: absolute;
top:140px;
width: 249px;
height: 14px;
background-image: url('<%= image_path 'shadow_h_left.png' %>');
}

.shadow-right:after {
    content: "";
    float: right;
    width: 249px;
    height: 14px;
    background-image: url('<%= image_path 'shadow_h_right.png' %>');
}

    
.ombre {
    -moz-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*FF 3.5+*/
    -webkit-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    /*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}


.degrad_green, section .contenu .icone:hover{
  background: #058995;
  /*background: #93C522;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPHJhZGlhbEdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iNzUlIj4KICAgIDxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiM5NmJjM2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNTJiMjAzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L3JhZGlhbEdyYWRpZW50PgogIDxyZWN0IHg9Ii01MCIgeT0iLTUwIiB3aWR0aD0iMTAxIiBoZWlnaHQ9IjEwMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-radial-gradient(50% 81%, circle cover, #93C522 0, #7BAC1E 100%);
    background: -webkit-radial-gradient(50% 81%, circle cover, #93C522 0, #7BAC1E 100%);
    background: -o-radial-gradient(50% 81%, circle cover, #93C522 0, #7BAC1E 100%);
    background: -ms-radial-gradient(50% 81%, circle cover, #93C522 0, #7BAC1E 100%);
    background: radial-gradient(50% 81%, circle cover, #93C522 0, #7BAC1E 100%);
    opacity: 0.95;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96bc3c', endColorstr='#52b203',GradientType=1 );*/
}

.white{
  background: #fff;
  }


.degrad_rose{
    opacity: 0.95;
    background-color: #d0005e;
}



/* CONTAINER */

#container {
  padding-top: 0px;
  width: 960px;
  height: 800px;
  margin: 0 auto;
}

#container4 {
  padding-top: 0px;
  width: 960px;
  height: 570px;
  margin: 0 auto;
}

#container3 {
    height: auto;
    margin: 0 auto;
    padding-top: 10px;
    max-width: 960px;
}

/* HEADER */

header {
  margin: 20px auto;
  height: 120px;
}

header img {
    display: block;
    float: left;
    width: 140px;
}

h1, #civ_et_name {
    line-height: 51px;
    padding-left: 170px;
    font-family: 'DINOT-CondBold';
}


header h1 {   
    font-size: 46px;
    color: white;
}

#p_cl_civ, #p_cl_name, #message_bienvenue {
    font-size: 38px;
    color: #084724;
}


/* ACCROCHE */

#accroche{
    margin-top: 30px;
    padding-right: 30px;
    height: 140px;
}

#accroche_txt {
    float: right;
    width: 50%;
    text-align: center;
    color: white;
    font-family: 'Pisang-Bold';
    line-height: 1.1em;
    font-size: 2.5em;
    /*ombre sur texte */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000)";/*IE 8*/
    text-shadow: 3px 3px 7px rgba(0,0,0,1);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#000000); /*IE 5.5-7*/
}

input[type=radio] {
    width:auto;
}


/* SECTIONS */


.heading {
  line-height:  30px;
  padding: 17px 0 17px 0;
  width: 100%;
}

h2 {

  border: 4px solid #f1f1f1 !important;
  background-color: #f1f1f1;
  color: #007d8f !important;
  font-size: 24px !important;
  font-family: 'DINOT-CondBold';
  text-transform: uppercase; 
  padding:15px;
}

.titre2 {
  margin-bottom: 25px;
  margin-left:0px;
}

#outil_web{
    margin: 15px 30px 10px 30px;
    border-bottom: 1px solid #DDD;
    font-family: 'DINOT-CondBold';
    text-transform: uppercase;
    font-size: 16px;
    color: #444; 
}

#outil_web k{
    display : none;
}

#outil_web m{
    vertical-align: top;
    line-height: 30px;
}

#outil_web span{
    width: 50%;
    vertical-align: top;
    line-height: 30px; 
}

#social{
    margin-left: 30px;
}


#outil_web img{
    width: 25px;
    margin-left: 10px;
}


section {
  width: 630px;
  /*height: 475px;*/
  /*background-color: white;*/
  float: left;
}

section .contenu {
    text-align: left;
    vertical-align: top;
    background-color: white;
    width: 570px;
    padding: 20px 30px 20px 30px;
}

section .contenu1 {
    text-align: center;
    vertical-align: middle;
    padding-top:40px;
  background-color: white;
  min-height:100px;
  background: rgba(255, 255, 255, .3);
}

section .contenu .icone {
    width: 180px;
    height: 170px;
    background-color: #cbcbcb;
    display: inline-block;
    margin-right: 5px;
    margin-top: 5px;
    position: relative;
    overflow: hidden;
}



section .contenu .icone a {
  width: 180px;
  height: 170px;
  padding-top: 20px;
  display: block;
  color: #444;
  text-decoration: none;
}




section .contenu .icone a:hover {
  color: white;
}

h3 {
  width: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 18px !important;
  font-family: 'DINOT-CondBold';
}

section .contenu .icone a img {
  position: absolute;
  bottom: 30px;
  right: 60px;
}

/* OFFRES */

#les_offres{
    width:100%;
}

#les_offres_contenu{
    text-align: center;
    color: #444444;
}

#les_offres_contenu hr{
  height: 2px;
  margin: 0.2em 0 0 0;
  /* padding: 0; */
  color: #666;
  background-color: #666;
  border: 0;
}

.offre{
    vertical-align: top;
    text-align: left;
    width: 25%;
    padding:10px;
    display: table-cell;
    font-family: 'DINOT-CondMedium';
    font-size: 16px;
}

.offre ul{
    margin-top: 20px;
    
}
.offre li{
    margin: 20px 10px 20px 25px;
    list-style: square;
}

.offre strong{
    font-family: 'DINOT-CondBold';
    font-size: 20px;
}
    
.offre img{
    display: none;
    vertical-align: bottom;
    cursor: pointer;
    width: 20px;
}



h7{
    font-family: 'DINOT-CondBold';
    font-size: 26px;
    /*border-bottom: solid 1px #444;*/
}
    
#offre1, #offre3{
    background-color: #ecfac7; 
}

#offre2, #offre4{
    background-color: #ddf4a1;
}

#offre_contact{
    text-align: center;
    font-family: 'DINOT-CondBold';
    color: #444444;
    font-size: 22px;
    padding: 10px;
}

button{
      background-size: 30px,100%;
      margin : 10px 20px 10px 0px;
      padding-left: 40px;
      display: inline-block;
      font-family: 'DINOT-CondBold';
      font-size: 17px;
      color: white;
      border-radius: 5px;
      border:none;
      width : 250px;
      height: 60px;
      cursor: pointer;
}

button:hover{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 11px 15px -5px rgba(0,0,0,0.4);/*FF 3.5+*/
    -webkit-box-shadow: 0 11px 15px -5px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 11px 15px -5px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.contact_conseiller{
    background: #d0005e url('<%= image_path 'RDV_phone.png' %>') no-repeat 20px;
}

.contact_agence{
    background: #d0005e url('<%= image_path 'office17_white.png' %>') no-repeat 20px;
}



/* MENTIONS SANITAIRES */


#mentions_sanitaires{
    float: left;
    padding:0px 20px 20px 20px;
    font-family: 'DINOT-CondMedium';
    font-size: 13px;
    color: #666;
    text-align: justify;
}

#mention_sanitaires b{
    font-family: 'DINOT-CondMBold';
}

#mentions_sanitaires li{
    margin: 5px 0;
}


/* ASIDE */

aside {
  width: 300px;
  float: right;
  display: inline-block;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 15px;
}

aside .contenu{
    /*padding: 10px 30px 30px 30px; */
    background-color: white;
}

aside .contenu p{
    margin-top: 5px;
    line-height: 20px;
    font-family: 'DINOT-CondMedium';
    font-size: 18px;
    color: #444;
}

aside .contenu p strong{
    font-family: 'DINOT-CondBold';
}

aside ul li:before{
    color: #9c0;
    content: "•";
    font-size: 24px;
    margin-right: 5px;
}

aside ul li {
    line-height: 30px;
    font-size: 18px;
    font-family: 'DINOT-CondBold';
    vertical-align: middle;
    border-bottom: 1px solid #DDD;
}


aside .contenu ul li:nth-child(n+3){
    border: none;
}


aside ul li a {
  color: #444;
  text-decoration: none;
}

aside ul li a:hover {
  color: #93C522;
}

/* VIDEO */

#bt_video{
    position:relative;
    bottom:-4px;
}

#close{
    height: 25px;
    position:relative;
    top:-60px;
    left:20px;
    opacity: 0.5;

}

/* OFFRES */


#img_offres{
    position: relative;
    left:-43px;
    top:10px;
}


/* CONTACTS */

.picto_contact{
    width: 30px;
}

.titre_contact{
    display: inline;
    margin-left:  15px;
    color:#d0005e;
    font-family: 'DINOT-CondBold';
    font-size: 24px;
}

#contact a, #contact_perso a{
    text-decoration: none;
    color: #444;  
}

#contact a:hover, #contact_perso a:hover{
    text-decoration: none;
    color: black;  
}

/* SERVICES */

#services, #services_paa{
    margin-top: 30px;
    width: 100%;
    float: left;
}


#services_paa{
    height: auto;
}

.serv_titre{
    padding-top: 20px;
    float: left;
    width: 22%;   
}

.serv_contenu{
    float: right;
    width: 75%;
    margin-bottom: 20px;
}

#services a, #services_paa a{
    vertical-align: top;
    display: inline-block;
    width: 200px;
    font-size: 18px;
    line-height: 17px;
    font-family: 'DINOT-CondBold';
    text-decoration: none;
    color:#084724;

}
#services a{
    text-align: center;
}

#services_paa  a{
    text-align: left;
    padding: 0 10px;
}

#services .small,#services_paa .small{
    font-size: 15px;
}


#services a:hover, #services_paa a:hover{
    color: white;
}
    

#services img{
    height: 60px;
}



/* SEPARATION */

#separation{
    height: 50px;
    background-image: url('<%= image_path 'degrade.gif' %>');
    background-repeat: repeat-x;
}



/* NOS ENGAGEMENTS */

#nos_engagements{
    float: left;
    margin-top: 0px;
    height: 90px;
    background-color: white;
    text-transform: uppercase;
}

#engag_titre{
    color: #96ca12;
    font-family: 'DINOT-CondBold';
    font-size: 24px;
}

#nos_engagements ul{
    padding: 10px 0;
    display: table;
    height: 85px;   
}

#nos_engagements ul li{
    display: table-cell;
    vertical-align: top;
    height: 100%;
    width: 24%;
}

#nos_engagements p{
    display: block;
    /*font-family: 'Montserrat-Regular'; */
    width: 200px;
}

#nos_engagements a{
    text-align: center;
    font-size: 11px;
    color: #333;
    display: block;
    text-decoration: none;
    font-weight: 700;
    margin: 0 auto;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -webkit-transition-duration:200ms;
    -moz-transition-duration:200ms;
    -o-transition-duration:200ms;
    -ms-transition-duration:200ms;
    transition-duration:200ms;
}

#nos_engagements a:hover{
    -webkit-transform:scale(1.03);
    -moz-transform:scale(1.03);
    -ms-transform:scale(1.03);
    -o-transform:scale(1.03);
    transform:scale(1.03);
    -webkit-transition-timing-function:ease-out;
    -moz-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    -ms-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    -webkit-transition-duration:200ms;
    -moz-transition-duration:200ms;
    -o-transition-duration:200ms;
    -ms-transition-duration:200ms;
    transition-duration:200ms;
}

#nos_engagements img{
    width: 50px;
    height: 50px;
}


/* MAP */
#map-canvas {
  padding-top: 0px;
  max-width: 960px;
  height: 500px;
  margin: 0 auto;
}

/* IFRAME */
iframe {
overflow: hidden;
width: 100%; 
height: 1600px;
}

/* FOOTER */

footer {
  /*  height: 60px; */
    background-color: #EEE;
    border-top: 1px solid #DDD;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Montserrat-Regular';
    font-size: 11px;
    color: #444444;
}

footer a {
    color: #444444;
    text-decoration: none;
}

p {
font-family: "Lato",sans-serif;
font-size:1em;
padding-bottom:15px;
}

#indispensables {
margin-bottom:15px;
}

/*navigation*/
nav.anchor-content.anchor-content {
      padding: 10px 0px;
}

nav.anchor-content {
    background: #fff none repeat scroll 0 0;
    font-size: 1em;
    padding: 10px;
    text-align:center;
    vertical-align:middle;
}

nav.anchor-content.anchor-content a.key-words, nav.anchor-content.anchor-content .key-words a {
    background-color: #fff;
    border: 1px solid #ccc;
    font-size: 1em;
    line-height: 2.5em;
    margin: 0px 1em;
}

a.key-words, .key-words a, span.key-words {
    background-clip: padding-box;
    border: thin solid rgba(134, 206, 0, 0.3);
    border-radius: 4px;
    /*color: #007d8f; */
    color: #e30070;
    display: inline-block;
    font-size: 1.2em;
    line-height: 2em;
    /*margin-bottom: 0.6em;*/
    margin-right: 0.1em;
    padding: 0 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    font-family: 'DINOT-CondBold';
}

select {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    background: #f8f8f8;
    color:#666;
    border: 2px solid #007d8f;
    outline:none;
    display: inline-block;
    cursor:pointer;
    /*width:300px;*/
    
}

.button-important{position:relative;display:inline-block;width:auto;min-width:12em;padding:.81818em 2.9em;font-size:1.2em;font-family:'Montserrat',sans-serif;font-weight:700;line-height:1.63636364em;text-decoration:none;text-transform:uppercase;text-align:center;border:none;cursor:pointer;color:#FFF;border-radius:.5em;background-clip:padding-box;-webkit-box-shadow:.1em .15em .15em rgba(0,0,0,0.5);box-shadow:.1em .15em .15em rgba(0,0,0,0.5);transition:200ms;background-color:#e30070;background-image:-webkit-gradient(linear,left top,left top,color-stop(0%,#e30070),color-stop(100% #96004a));background-image:-webkit-linear-gradient(left,#e30070 0%,#96004a 100%);background-image:-moz-linear-gradient(left,#e30070 0%,#96004a 100%);background-image:-ms-linear-gradient(left,#e30070 0%,#96004a 100%);background-image:-o-linear-gradient(left,#e30070 0%,#96004a 100%);background-image:linear-gradient(left,#e30070 0%,#96004a 100%);background-size:200%}


/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {padding-right:18px}
}

label {position:relative}

.banner-content ul {
   /* display: table; */
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 35%;
}

.banner-content li {
    display: table-cell;
    position: relative;
    text-align: center;
    padding:15px 10px 10px 10px;
    min-width:150px;
}

.banner-content ul.banner-subcategories li a {
    color: #064325;
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-family: 'DINOT-CondBold';
}

.banner-content ul.banner-subcategories li a .hover-icon {
    display: none;
}

.banner-content ul.banner-subcategories li a .normal-icon, .banner-content ul.banner-subcategories li a .hover-icon {
    height: 60px;
    width: 60px;
}

.banner-content ul.banner-subcategories li a .normal-icon, .banner-content ul.banner-subcategories li a .hover-icon {
    height: 45px;
    width: 45px;
}


.banner-content ul.banner-subcategories li a span {
    display: block;
    box-sizing: border-box
}

.men {
font-size:1.2em;
}

.cellule-g {
width:30%;
text-align:right;
text-transform:uppercase;
font-family: "Lato",sans-serif;
font-size: 0.7em;
padding:10px
}

.cellule-d {
width:70%;
text-align:left;
font-family: "Lato",sans-serif;
font-size: 0.8em;
padding:10px;
vertical-align:middle;
}

input {
  min-height:25px;
  width:100%;
}

input[type=radio] {
height:25px;
width:initial;
}

.check {
    width: 13px;
    height: 13px;
    margin-right: 20%;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;        
}

.button-normal {
    background-clip: padding-box;
    background-color: #007d8f;
    background-image: -moz-linear-gradient(left center , #007d8f 0px, #548200 100%);
    background-size: 200% auto;
    border: medium none;
    border-radius: 0.5em;
    box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 1em;
    font-weight: 700;
    line-height: 1.63636em;
    min-width: 12em;
    padding: 0.81818em 2.9em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
    width: auto;
    vertical-align: middle;
    height:auto;
    text-transform:uppercase;
}

.center{
text-align:center;
}

.bold{
font-weight:bold;
}

/* MEDIUM */
@media screen and (min-width: 581px) and (max-width: 960px) {

#background_cycler {
  height: 350px;
} 
    
#background_cycler div {
    height: 350px;
}
    
.shadow-left:before, .shadow-right:after{
    display:none;
}

.ombre {
    border-radius: 1px; /* Corrige BUG ombre sur landscape iphone et ipad */
}      
    
/* WIDGET TOOLBAR */
    

#widget-toolbar article {
    width: 100%;
}
    
#header-right-container{
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#header-right-container .header-right-icon#header-accessaccount {    
    width: 250px;
}



/* CONTAINER */
    
#container{
    padding-top: 10px;
    width: 100%;
}

#container4 {
    padding-top: 10px;
    width: 100%;
}

/* HEADER */

header, header img{
    height: 110px;
    margin-bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*FF 3.5+*/
    -webkit-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

header img {
    width:auto;
}

h1, #civ_et_name {
    line-height: 34px;
    padding-left: 120px;
}

header h1{    
    font-size: 34px;
    line-height: 50px;
}

#p_cl_civ, #p_cl_name, #message_bienvenue {
    font-size: 30px;
    line-height: 50px;
}
    
/* ACCROCHE */

#accroche{
    position:absolute;
    top:220px;
    padding-right: 5px;
}

#accroche_txt{
    font-size: 1.8em;
    width:60%;
}
    
/* SECTIONS */
    
.heading {
    line-height: 20px;
}
    
h2{
    margin-left: 15px;
    font-size: 20px;
    line-height: 20px;
}

section{
    width: 100%;
    height: auto;
}

section .contenu {
    text-align: center;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

section .contenu1 {
    text-align: center;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

section .contenu .icone {
    width: 100px;
    height: 100px;
}
   
    
section .contenu .icone a {
  width: 100px;
  height: 100px;
  padding-top: 5px;
}

    
h3{
    font-size: 17px;
    line-height: 16px;
}
    
section .contenu .icone a img {
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 25px;
}
    
/* ASIDE */

aside {
  display:none !important;
}

#close{
    top:-50px;
    left:90px;
}
    


.picto_contact{
    width: 25px;
}
    
.titre_contact{
    font-size: 18px;
}

    
/* SERVICES */
    
#services{
    width:99%;
    height: auto;
}

.serv_titre{
    width: 100%;
    margin-bottom: 10px;
}
.serv_contenu{
    padding-left: 10px;
    width: 90%;
}
    
#services a{
    width:32%;
    margin-bottom: 15px;
}

/* SEPARATION */
    
#separation{
    display: none;
}
    
/* NOS ENGAGEMENTS */
    
#nos_engagements{
    width: 95%;
    margin-left: 15px;
    height: auto;
}
    
#engag_titre{
    font-size: 18px;
}

    
#nos_engagements img{
    width: 50px;
    height: 50px;
}
    
#nos_engagements ul li{  
    width:20%;
}
    
#nos_engagements p{
    width:100%;
    font-size: 9px;
}

/* FOOTER */

footer {
    line-height: 25px;
} 
}

/* SMALL */
@media screen and (max-width: 580px) {

#background_cycler {
  height: 100%;
} 
    
#background_cycler div {
    height: 100%;
}
    
.shadow-left:before, .shadow-right:after{
    display:none;
}

.ombre {
    border-radius: 1px; /* Corrige BUG ombre sur landscape iphone et ipad */
}      
    
/* WIDGET TOOLBAR */
    

#widget-toolbar article {
    width: 100%;
}
    
#header-right-container{
  width: 50px;
  position: absolute;
  top: 0px;
  right: 0px;
}

#header-right-container .header-right-icon#header-accessaccount {    
    width: 50px;
}

#header-right-container .header-right-icon > span{
    display: none;
}


/* CONTAINER */
    
#container{
    padding-top: 10px;
    width: 100%;
}
#container4 {
    padding-top: 10px;
    width: 100%;
    height: 450px;
}
/* HEADER */

header, header img{
    height: 90px;
    margin-bottom: 15px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=0, Color=#000000)";/*IE 8*/
    -moz-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*FF 3.5+*/
    -webkit-box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
    box-shadow: 0 3px 15px -1px rgba(0,0,0,0.4);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=135, Color=#000000); /*IE 5.5-7*/
}

header img {
    width:auto;
}

h1, #civ_et_name {
    line-height: 28px;
    padding-left: 95px;
}

header h1{
    font-size: 25px;
}

#p_cl_civ, #p_cl_name, #message_bienvenue {
    margin-top: 0px;
    line-height: 18px;
    font-size: 19px;
}
    
/* ACCROCHE */

#accroche{
    position:absolute;
    top:150px;
    right: 20px;
    padding-right: 5px;
}

#accroche_txt{
    font-size: 1.4em;
    width:70%;
}


    
/* SECTIONS */
    
.heading {
    line-height: 20px;
}
    
h2{
    margin-left: 15px;
    font-size: 20px;
    line-height: 20px;
}
#outil_web {
        margin: 15px 15px 10px 15px;
        font-size: 14px;
}
    
#outil_web k{
    display: inline;
}
#outil_web m{
    display: none;   
}
    
#outil_web span{
    width: 100%;
    line-height: 40px; 
}

#social{
    margin-left: 0px;
}
    
section{
    width: 100%;
    height: auto;
}

section .contenu {
    text-align: center;
    width: 100%;
    padding: 10px 0px 10px 0px;

}

section .contenu1 {
    text-align: center;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

section .contenu .icone {
    height: 80px;
    width: 80px;
}
    
    
section .contenu .icone a {
  width: 80px;
  padding-top: 5px;
}

    
h3{
    font-size: 17px;
    line-height: 16px;
}
    
section .contenu .icone a img {
  height: 30px;
  position: absolute;
  bottom: 10px;
  right: 25px;
}

#close{
    top:-50px;
    left:40px;
}
 
aside {
  display:none !important;
}
    
.picto_contact{
    width: 25px;
}
    
.titre_contact{
    font-size: 18px;
}
    
/* SERVICES */
    
#services{
    width:99%;
    height: auto;
}
    
#services img{
    height: 40px;
}
    
.serv_titre{
    width: 100%;
    margin-bottom: 10px;
}
.serv_contenu{
    padding-left: 10px;
    width: 90%;
}
    
#services a{
    width:32%;
    margin-bottom: 15px;
}

/* OFFRES */
    
.offre{    
    display: table-row;
}
    
.offre strong{
    font-size: 16px;
}
    
h7{
    margin-left: 15px;
}
    
    
#img_offres{
    position: relative;
    left:2%;
    top:10px;
}
    
/* SEPARATION */
    
#separation{
    display: none;
}
    
/* NOS ENGAGEMENTS */
    
#nos_engagements{
    width: 95%;
    margin-left: 15px;
    height: auto;
}
    
#engag_titre{
    font-size: 18px;
}

    
#nos_engagements img{
    width: 40px;
    height: 40px;
}
    
#nos_engagements ul li{  
    width:20%;
}
    
#nos_engagements p{
    width:100%;
    font-size: 9px;
}

/* FOOTER */

footer {
    line-height: 25px;
}
aside {
  display: none !important;
}


}



/*webquestionnaire*/
.rating {
    direction: rtl;
    margin-top: -0.5em;
    text-align: left;
}
.rating s {
    color: #c3c3c3;
    font-size: 1.8em;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}
.rating s:hover, .rating s:focus {
    color: #007d8f;
    cursor: pointer;
}
.rating s:hover ~ s, .rating s:focus ~ s {
    color: #007d8f;
}



.rating2 {
    direction: rtl;
    margin-top: -0.5em;
    text-align: left;
}
.rating2 s {
    color: #c3c3c3;
    font-size: 1.8em;
    text-decoration: none;
    transition: color 0.4s ease 0s;
}
.rating2 s:hover, .rating s:focus {
    color: #007d8f;
    cursor: pointer;
}
.rating2 s:hover ~ s, .rating s:focus ~ s {
    color: #007d8f;
}



.info {
    border: 1px solid #999;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}
.info:hover, .selection {
    border: 1px solid #007d8f;
    color: #ffffff;
    background-color: #007d8f;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}

.support {
    border: 1px solid #999;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}
.support:hover, .selection {
    border: 1px solid #007d8f;
    color: #ffffff;
    background-color: #007d8f;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}



.participation {
    border: 1px solid #999;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}
.participation:hover, .selection {
    border: 1px solid #007d8f;
    color: #ffffff;
    background-color: #007d8f;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}

.presencenext {
    border: 1px solid #999;
    color: #999999;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}
.presencenext:hover, .selection {
    border: 1px solid #007d8f;
    color: #ffffff;
    background-color: #007d8f;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 10px;
    padding: 0 20px;
}


.formfield-checkbox {
      position: relative;
}
.formfield-checkbox input[type="checkbox"] {
      visibility: hidden; 
      position: absolute; top: 0; left: 0;
}
.formfield-checkbox input[type="checkbox"] + label {
    border: 1px solid #999;
    text-align:center;
    width:165px;
        color: #999999;
    background-color: white;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 5px;
    padding: 0px;
   cursor:  pointer;
}
.formfield-checkbox input[type="checkbox"] + label:before {
      content: " ";
      display: inline-block; width: 20px; height: 20px;
      position: absolute; top: 0; left: 0;
}
.formfield-checkbox input[type="checkbox"]:checked + label {
    border: 1px solid #007d8f;
    text-align:center;    
    width:165px;
    color: white;
    background-color: #007d8f;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 5px;
    padding: 0px;
       cursor:  pointer;
}

.formfield-checkbox input[type="checkbox"] + label:hover {
    border: 1px solid #007d8f;
    text-align:center;    
    width:165px;
    color: white;
    background-color: #007d8f;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 5px;
    padding: 0px;
       cursor:  pointer;
}



@media only screen and (max-width: 640px) {

#indispensables {
display: none !important;
}

aside {
  display: none !important;
}

.button-normal {
margin-bottom: 5px !important;
}

input {
    height: 25px;
    width: 80% !important;
}

input[type="radio"] {
    width: 20px !important;
}

textarea {
width: 80% !important;
}

#container3 {
display: none !important;
}

#map-canvas {
display: none !important;
}

#social-stream {
display: none !important;
}

.map {
            display: none !important;
        }
        
        
.liens {
            display : inline-block !important;
        }
.multiple{
    display:inline-block !important;
	width: 98% !important;
}
.formfield-checkbox {
      position: relative;
}
.formfield-checkbox input[type="checkbox"] {
      visibility: hidden; 
      position: absolute; top: 0; left: 0;
}
.formfield-checkbox input[type="checkbox"] + label {
    border: 1px solid #999;
    text-align:center;
    width:100%;
        color: #999;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 0px;
    padding: 0px;
   cursor:  pointer;
       margin-top:5px !important;
}
.formfield-checkbox input[type="checkbox"] + label:before {
      content: " ";
      display: inline-block; width: 20px; height: 20px;
      position: absolute; top: 0; left: 0;
}
.formfield-checkbox input[type="checkbox"]:checked + label {
    border: 1px solid #007d8f;
    text-align:center;    
    width:100%;
    color: white;
    background-color: #007d8f;
    display: inline-block;
    /*font-size: 20px;*/
    height: 25px;
    margin-left: 0px;
    padding: 0px;
       cursor:  pointer;
           margin-top:5px !important;
}
.generique {
  padding: 10px 0 0 0 !important;
  margin:0px !important;
  line-height : 25px !important;
}
h3, .h3 {

    font-size: 12px !important;
    color:#000000 !important;
  }

h2 {
  border-left:none !important;
  padding: 0px !important;
}  
.button-normal {
    background-clip: padding-box;
    background-color: #007d8f;
    background-image: -moz-linear-gradient(left center , #007d8f 0px, #548200 100%);
    background-size: 200% auto;
    border: medium none;
    border-radius: 0.5em;
    box-shadow: 0.1em 0.15em 0.15em rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.63636em;
    width: 200px;
    padding: 0.81818em 2.9em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 200ms ease 0s;

    vertical-align: middle;
    height: auto;
    text-transform: uppercase;
}
.button-important{
position:relative;
display:inline-block;
width:auto;
min-width: 290px;
height:auto;
padding: 0;
font-size:12px;
font-family:'Montserrat',sans-serif;
font-weight:700;
line-height:1.63636364em;
text-decoration:none;
text-transform:uppercase;
text-align:center;
border:none;
cursor:pointer;
color:#FFF;
border-radius:0.5em;
background-clip:padding-box;
-webkit-box-shadow:0.1em 0.15em 0.15em rgba(0,0,0,0.5);
box-shadow:0.1em 0.15em 0.15em rgba(0,0,0,0.5);
transition:200ms;
background-color:#e30070;
background-image:-webkit-gradient(linear,left top,left top,color-stop(0%,#e30070),color-stop(100% #96004a));
background-image:-webkit-linear-gradient(left,#e30070 0%,#96004a 100%);
background-image:-moz-linear-gradient(left,#e30070 0%,#96004a 100%);
background-image:-ms-linear-gradient(left,#e30070 0%,#96004a 100%);
background-image:-o-linear-gradient(left,#e30070 0%,#96004a 100%);
background-image:linear-gradient(left,#e30070 0%,#96004a 100%);
    background-size: 200% auto;}





.w100 {
width:98% !important;
text-align: center !important;

}
.w50 {
width:50% !important;
text-align: center !important;

}

.w0 {
width:1% !important;
}

.info, .participation, .presencenext, .info:hover, .participation:hover, .presencenext:hover, .selection {
margin:0px !important;

    height: 25px !important;
    margin-left: 0px !important;
    margin-top:5px !important;
    padding: 0px !important;
    display:block !important;
width:98% !important;
}
section .contenu {
    padding: 1px !important;
}

.validcrcl{
padding:10px;
}

}
@media only screen and (min-width: 641px) {

.map {
            display: inline-block !important;
        }
.liens {
            display : none !important;
        }
}

@media only screen and (max-width: 960px) {
.mobile {
display:block;
}
}
@media only screen and (min-width: 960px) {
.mobile {
display:none !important;
}
}

input[type="text"], input[type="radio"], input[type="number"], textarea, select {
    font-size: initial !important; 
}


.formtable{
    margin-bottom: 50px;
}
