/** GENERAL **/

header, footer, section, hgroup, aside, nav, .article, figure, figcaption, time, dialog {
display: block;
}

body, body span, body a, body div{
  color: #787477;
  font-family: 'Raleway',sans-serif;
  font-size: 14px;
  line-height: 17px;
}

body, body span, body a, body div, body input, body select{
  font-family: 'Raleway',sans-serif;
}

p{
  margin: 0;
}

.clear{
  clear: both;
  height: 0px; 
  overflow: hidden;
}

/*--- Liens du site ---*/
/*--- Il y en a ailleur dans le fichier : Recherche "div.main.container" ---*/
#navbar-desktop a{text-decoration: none;}
div.main.container a,
div.main.container a h3,
div.main.container a h4,
div.main.container .block.magazine a .title{color: #000000;}
div.main.container a:hover,
div.main.container .block.magazine a .title:hover{text-decoration: underline;}
div.main.container .big-block a:hover{
  text-decoration: underline; color:#FFFFFF;
}

div.main.container .button {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -12px -142px;
    border: medium none;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 10px;
    position: relative;
}
div.main.container .button:hover {
  text-decoration: none;
  color: #FFFFFF;
}

body .btn{
  text-shadow: none;
}

/** HEADER **/

header {
    display: block;
    position: relative;
    width: 1190px;
    height: 135px;
    margin: auto;
    background: url('../../../upload/docs/image/png/2013-09/header-bg.png');
}

header .logo {
    display: inline-block;
    padding-top: 9px;
    padding-left: 40px;
}

header:after {
    content: '';
    position: absolute;
    top: 105px;
    left: 4%;
    width: 91%;
    height: 1px;
    background: #3e393d;
}

.header-menu {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 60px;
    height: 22px;
}

.header-menu ul {
    float: left;
    list-style: none outside none;
}

.header-menu ul li {
    float: left;
    height: 22px;
    margin-right: 25px;
    padding-right: 25px;
    border-right: 1px solid #8b888b;
}

.header-menu ul.social li {
    margin-right: 0;
    padding-right: 0;
    border: none;
}

.header-menu ul li a {
    font-size: 16px;
    line-height: 22px;
    color: #8b888b;
}

.search-form {
    display: inline-block;
    position: absolute;
    top: 50px;
    right: 60px;
    height: 22px;
    max-width: 290px;
    width: 80%;
}

.search-form input[type="text"] {
    max-width: 300px;
    height: 30px;
    border: none;
    font-size: 16px;
    line-height: 22px;
    color: #8b888b;
    background: #fff;
    padding-left: 10px;
    padding-right: 14%;
    position: relative;
    width: 80%;
    border-radius: 0;
}

.search-form input[type="submit"] {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -7px -47px ;
    border: medium none;
    box-shadow: none;
    cursor: pointer;
    height: 37px;
    position: absolute;
    right: 0;
    margin-top: 1px;
    top: 0px;
    width: 57px;
    border-radius: 0;
}

  /* surcharge ie8-7 */
.search-form input[type="text"] {
    height: 30px\9;
}
.search-form input[type="submit"] {
    top: 0px\9;
    *top: 1px;
}

/** NAVBAR-DESKTOP **/
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ol {
    margin-bottom: 0px;
    padding: 0;
}
#navbar-desktop{
    background: url('../../../upload/docs/image/png/2013-09/header-bg.png');
    height: 40px;
    margin-bottom: 20px;
}
#navbar-desktop div{
    height: 30px;
    margin: auto;
}
#navbar-desktop ul {
    display: block;
    position: absolute;
    height: 40px;
    width: 1000px;
    margin-bottom: 20px;
}
#navbar-desktop ul li {
    display: inline-block;
    position: relative;
    float: left;
}

#navbar-desktop ul li + li {
    margin-left: 2%;
}
#navbar-desktop ul li a {
    color: #3E393D;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding-bottom: 14px;
    padding-right: 0;
    text-transform: uppercase;
}
#navbar-desktop .responsive-#navbar-desktop {
    color: #3E393D;
    cursor: pointer;
    display: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-right: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
}
#navbar-desktop .responsive-nav.active {
    border-bottom: 4px solid #1D1D1B;
}
#navbar-desktop ul li.active a, #navbar-desktop ul li:hover a {
    border-bottom: 4px solid #E2001A;
    color: #E2001A;
    padding-bottom: 10px;
}
#navbar-desktop ul li ul {
    display: none;
    min-width: 0;
}
#navbar-desktop ul li:hover ul {
    display: block;
    position: relative;
    top: 0px;
    width: 10px !important;
    z-index: 15;
}
#navbar-desktop ul li ul li {
    line-height: 25px;
    width: 200px !important;
    text-align: center;
    position: relative;
    background: none repeat scroll 0 0 #3E393D;
}
#navbar-desktop ul li ul li:hover, #navbar-desktop ul li ul li.active {
    background: none repeat scroll 0 0 #E2001A;
}
#navbar-desktop ul li ul li + li {
    border-top: 1px solid #787477;
}
#navbar-desktop ul li:hover ul li a, #navbar-desktop ul li.active ul li a {
    border-bottom: medium none;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 4px 0;
    text-transform: none;
    position: relative;
}

  /* surcharge ie7 */
  *+html #navbar-desktop{
    position: relative;
    z-index: 1;
  }/*
  *+html #navbar-desktop ul li ul li a {
    font-weight: 600 !important;
  }
  *+html #navbar-desktop ul li {
    display: inline;
  }
  *+html #navbar-desktop ul li ul li+li:before{
    content: '';
  }
  *+html #navbar-desktop ul li:hover ul li {
    float: right;
  }
*/
/** NAVBAR-TABLETTE **/

#navbar-tablette {
    display: none;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

#navbar-tablette .navbar-ul-1{
 display: none;
 left: 0;
}

#navbar-tablette .navbar-ul-1 div{
  min-height: 30px;
}

#navbar-tablette img{
   float: left;
   width: 26px;
   margin-right: 10px;
  }

#navbar-tablette ul li ul{
 display: none;
 margin: 0;
}

#navbar-tablette li{
  text-align: left;
  position: relative;
  width: 100%;
  background: none repeat scroll 0 0 #3E393D;
  line-height: 25px;
  min-height: 26px;
  padding: 0;
  border-top: 1px solid #787477;
  color: white;
  list-style: none outside none;
}

#navbar-tablette .drop-tablette{
  display: none;
}

#navbar-tablette .drop-tablette li img{
  position: absolute;
  left: 0;
}
#navbar-tablette .drop-tablette li a{
  position: absolute;
  left: 80px;
  line-height: 30px;
}

#navbar-tablette #btn-drop-tablette img{
 margin-left: 20px;
}

#navbar-tablette li img{
 margin-left: 30px;
}

#navbar-tablette ul li ul li a{
 margin-left: 20px;
 font-size: 12px;
}


#navbar-tablette li span, #navbar-tablette li a{
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Raleway',sans-serif;
  font-size: 14px;
  text-transform:uppercase;
}

/** NAVBAR-PHONE **/

#navbar-phone {
    display: none;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}

#navbar-phone.navbar-ul-1{
 display: none;
 left: 0;
 clear: both;
}

#navbar-phone img{
   float: left;
   width: 26px;
   margin-right: 10px;
   margin-top: 2px;
  }

#navbar-phone li{
  text-align: left;
  position: relative;
  width: 100%;
  min-height: 30px;
  background: none repeat scroll 0 0 #3E393D;
  padding: 0;
  border-top: 1px solid #787477;
  color: white;
  list-style: none outside none;
}

#navbar-phone .drop-phone{
  display: none;
}

#navbar-phone .drop-phone li img{
  position: absolute;
  left: 0;
}
#navbar-phone .drop-phone li a{
  position: absolute;
  left: 80px;
  top: 5px;
  line-height: 19px;
}

#navbar-phone #btn-drop-phone img{
 margin-left: 20px;
}

#navbar-phone li img{
 margin-left: 50px;
}


#navbar-phone li span, #navbar-phone li a{
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-family: 'Raleway',sans-serif;
  font-size: 11px;
  text-transform:uppercase;
  float: none;
  clear: both;
  line-height: 30px;
}

#navbar-phone li select{
  position: absolute;
  opacity: 0;
  left: 0;
  width: 100%
}

/** LISTE .ARTICLES HOME **/

#.articles{
  margin-top: -10px;
}

.small-block{
  margin-bottom: 5px;
}
.small-block > a, .small-block > a:hover {
  background: none repeat scroll 0 0 #F5F5F5;
  display: block;
  position: relative;
  text-decoration: none;
}
.small-block .image-article {
   position: relative;
   display: inline-block;
   max-width: 40%;
   float: left;
  }
.small-block img {
    width: auto;
    height: auto;
    margin: auto;
}
.small-block .texte-article {
   position: relative;
   display: inline-block;
   width: 58%;
   margin-left: 2%;
}
.small-block h4 {
    color: #3E393D;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
}
.small-block p {
    color: #787477;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
}

.small-block .colored-bar{
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity : .6;
  filter : alpha(opacity=60);
}

/** LIEN VIDEO **/

.big-block {
    background: none repeat scroll 0 0 #272723;
    display: block;
    margin-bottom: 5px;
}
.big-block h3{
    margin-top: 0;  
}
.big-block h3 .wysiwyg.classic p{
    border-top: 4px solid #E2001A;
    color: #FFFFFF;
    display: inline-block;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-top: 12px;
    margin: 0;
    text-transform: uppercase;
}
.big-block div.video-bg {
    cursor: pointer;
    display: block;
    margin: 0 auto 20px;
    position: relative;
    width: 89%;
}
.big-block div.video-bg img{
  width: 100%;
}
.big-block div.video-bg:after {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -17px -185px;
    content: "";
    height: 60px;
    left: 40%;
    position: absolute;
    top: 39%;
    width: 80px;
}
.big-block .big-block-txt { 
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 13px;
}
.big-block .big-block-txt span{
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
}
.big-block .big-block-txt .content {
    margin: auto;
    max-width: 350px;
    position: relative;
}
.big-block .big-block-txt img{
  margin-top: -10px;
}
.big-block .big-block-txt span:before {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 4px;
    left: 10px;
    position: absolute;
    top: 10px;
    width: 26px;
}
.big-block .big-block-txt span:after {
    background: none repeat scroll 0 0 #FFFFFF;
    content: "";
    height: 4px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
}
.big-block a.last {
    border-left: 1px solid #FFFFFF;
    margin-left: 20px;
    padding-left: 25px;
    padding-right: 25px;
    width: 170px;
}
.big-block a img {
    float: left;
    margin-right: 15px;
    position: relative;
    top: -5px;
}
.nofloat, .big-block .nofloat img {
    float: none;
}
a.big-block, a.big-block:hover,.big-block a , .big-block:hover a{
  text-decoration: none;
}

/** PUBLICATIONS **/

.publication-accueil {
  /*padding-top: 14px;
  padding-bottom: 14px;*/
}
.small-block .label {
    color: #E2001A;
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    padding-top: 10px;
    text-transform: uppercase;
}
.block-publication a {
    display: block;
    position: relative;
    top: -10px;
}
.block-publication a.button {
    display: inline-block;
    margin-left: 150px;
    position: relative;
}
.block-publication a img {
    left: 20px;
    position: absolute;
    top: -15px;
}
.block-publication a h4 {
    color: #3E393D;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-left: 150px;
    padding-bottom: 5px;
    padding-top: 15px;
    text-transform: uppercase;
    width: 64%;
}
.block-publication a p {
    color: #787477;
    display: inline-block;
    font-size: 13px;
    line-height: 16px;
    margin-left: 150px;
    padding-bottom: 12px;
    width: 64%;
}
.more-block {
    background: none repeat scroll 0 0 #ecebec;
    position: relative;
    text-align: right;
}
.block-faq .more-block{
  background: none repeat scroll 0 0 #F5F5F5;
}
.more-block .button {
    margin-bottom: 0;
    text-align: left;
}

/** COLONNE DROITE **/
html .body .UI_EDITOR_PUBLICATIONCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_CATEGORYCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_CATEGORIESCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_GROUPCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_MEMBERCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_WORKSPACECHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_ACLCHOOSER .formChooserLabelfield, BODY.body .UI_EDITOR_COUNTRYCHOOSER .formChooserLabelfield{
  background: none repeat scroll 0 0 #ECECEC;
  padding: 0 5%;
  border-radius: 0;
}
.PortletImage{
  margin-bottom: 20px;
}
aside > div > div{
  vertical-align: top;
}
body .input-append .add-on, body .input-prepend .add-on{
  display: none;
}
aside .block {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-bottom: 20px;
}
aside .block h3.title {
    border-top: 4px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-top: 8px;
    text-transform: uppercase;
}
.block-trouver-ge form {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 20px;
    width: 100%;
}

.block-trouver-ge form input[type="text"] {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    font-size: 16px;
    height: 35px;
    margin-bottom: 23px;
    margin-left: 5%;
    padding: 0 5%;
    width: 80%;
}
.block-trouver-ge form input[type="submit"] {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -12px -142px;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    margin: 0 0 0 auto;
    width: 120px;
}
.block-trouver-ge .bloc-btn {
    position: relative;
    height: 26px;
    width: 100%;
}
.block-trouver-ge form input[type="submit"]{
  position: absolute;
  right: 0;
  top: 0;
}
.block-faq {
    padding-bottom: 15px;
}
ul.faq {
    margin: 0 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 256px;
    list-style: none outside none;
}
ul.faq li {
    padding: 8px 0 15px 12px;
    position: relative;
}
ul.faq li:before {
    color: #E2001A;
    content: "■";
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 8px;
}
ul.faq li + li {
    border-top: 1px solid #787477;
}
ul.faq li a {
    color: #787477;
}
.block-faq .bloc-btn {
    position: relative;
    height: 62px;
    width: 100%;
}
.block-faq .bloc-btn .button:nth-of-type(1){
  position: absolute;
  right: 0;
  top: 0;
}
.block-faq .bloc-btn .button:nth-of-type(2){
  position: absolute;
  right: 0;
  top: 36px;
}
.PortletImage img{
  width: 100%;
}

aside .block h3.title {
    border-top: 4px solid #000000;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 10px;
    margin-top: 0;
    padding-left: 10px;
    padding-top: 8px;
    text-transform: uppercase;
    max-width: 80%;
}

.block-appel-geometre {
    margin-bottom: 20px;
    text-align: center;
}
.block-appel-geometre a {
    cursor: pointer;
    display: block;
    position: relative;
}
.block-appel-geometre span {
    bottom: 0;
    color: #FFFFFF;
    font-size: 23px;
    font-weight: 700;
    left: 0;
    line-height: 32px;
    margin: 20px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
}
.block-quizz {
    margin-bottom: 20px;
    text-align: center;
}
.block-quizz a {
    cursor: pointer;
    display: block;
    position: relative;
}
.block-quizz a > span {
    bottom: 5%;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.block-quizz span.border-bottom {
    border-bottom: 4px solid #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    margin: auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    width: 32%;
}
.block-quizz span > span {
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    margin-top: 5%;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.block-contact {
    margin-bottom: 20px;
    text-align: center;
}
.block-contact a {
    cursor: pointer;
    display: block;
    position: relative;
}
.block-contact span.border-bottom {
    border-bottom: 4px solid #FFFFFF;
    font-size: 26px;
    font-weight: 700;
    left: 55px;
    padding-bottom: 10px;
    position: absolute;
    top: 195px;
    width: 170px;
}
.block-contact span {
    color: #FFFFFF;
    display: block;
    font-size: 22px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 240px;
    width: 280px;
}
.block-faq-2 {
    padding-bottom: 12px;
}
.block-faq-2 .question-2 {
    color: #3E393D;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 10px;
    text-transform: uppercase;
}
.block-faq-2 .button {
    margin-left: 58px;
}

.block.magazine a {
    display: block;
    padding-top: 25px;
    text-align: center;
}
.block.magazine a img {
    display: inline-block;
}
.block.magazine a .title {
    color: #3E393D;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    padding: 10px 40px;
    text-transform: uppercase;
}
.block.magazine a .button {
    text-align: left;
}
.block-actu .button {
    margin-left: 58px;
}
.block-actu {
  padding-bottom: 10px;
}
.block-actu p {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 5px;
    color: #787477;
}
.block-actu .actu, .block-actu .actu:hover {
    cursor: default;
    display: block;
    padding: 0 14px 18px;
}
.actu a, .actu a:hover{
  color: #3E393D;
  font-weight: 700;
  text-decoration: none;
}
.block-actu a p.title {
    color: #3E393D;
    font-weight: 700;
}
.block-actu.actualites a:hover {
    text-decoration: none;
}

#articles-col-droite{
  background: none repeat scroll 0 0 #F5F5F5;
}

/** MENU FOOTER **/

.footer-1 {
    background: none repeat scroll 0 0 #272727;
    color: #FFFFFF;
    padding: 50px 0 40px;
    position: relative;
}
.footer-1 .logo-footer {
    left: 25px;
    position: absolute;
    top: 95px;
}
.footer-1 .titre-footer{
  font-family: 'Raleway',sans-serif; 
  text-transform: uppercase;
  font-size: 12px; 
  font-weight: 800;
}
.footer-1 ul {
    display: table;
    margin-left: 230px;
}
.footer-1 ul li {
    display: none;
}
.footer-1 ul li + li {
    border-left: 1px solid #6C696C;
    display: table-cell;
    /*max-width: 180px;*/
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: top;
}
.footer-1 ul li a {
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    line-height: 15px;
    min-height: 31px;
    text-transform: uppercase;
}
.footer-1 ul li ul {
    display: block;
    margin: 25px 0 0;
    position: relative;
    list-style-type: none;
}
.footer-1 ul li ul:before {
    background: none repeat scroll 0 0 #E2001A;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    top: -15px;
    width: 25px;
}
.footer-1 ul li ul li {
    border-left: medium none;
    display: list-item;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
    width: auto;
}
.footer-1 ul li ul li a {
    color: #9F9C9E;
    font-size: 12px;
    font-weight: 500;
    line-height: 13px;
    min-height: 0;
    text-transform: none;
}

  /* surcharge ie7 */
  
  *+html .footer-1 ul {
    display: block;
  }
  *+html .footer-1 {
    display: block;
    clear: all;
    height:280px;
  }
  *+html .footer-2 {
    display: block;
    clear: all;
  }
  *+html .footer-2 ul li,
  *+html .footer-2 ul {
    display:inline;
  }
  *+html .footer-2 ul li {
    margin-right: 15px;
  }
  *+html .footer-1 ul li+li {
    display: inline;
    float: left;
    height:280px;
    max-width: 150px;
  }
  *+html .footer-1 ul li ul li {
    border-left:none;
    display:list-item;
    width:140px;
    height:auto;
  }
  
/** NAVIGATION FOOTER **/

.footer-2 {
    background: none repeat scroll 0 0 #E2001A;
    color: #FFFFFF;
    /* height: 40px; */
    height: auto;
    text-align: center;
    margin-top: -5px;
}
.footer-2 ul {
    display: inline-block;
    /* height: 40px; */
    height: auto;
    vertical-align: middle;
    width: 65%;
    margin-bottom: 0;
}
.footer-2 ul li {
    float: left;
    margin-right: 20px;
}
.footer-2 ul li a {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px;
}

.footer-2 .icones{
  display: inline-block;
}

.footer-2 .icone{
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

/** SLIDER **/
.royalSlider {
  width: 100%;
  height: 100%;
  position: relative;
  top: -4000px;
  margin-bottom: 20px;
}

.royalSlider img{
  width: 100%;
  cursor: pointer;
}

.royalSlider .text-container{
  width: 80%;
}

.textBlock{
  position: absolute;
  right: 0;
  top: 50%;
  bottom: 0;
  left: 0;
  z-index: 200;
  cursor:pointer;
}

div.main.container .textBlock a{ 
  color: white;
  text-decoration: none;
  left: 2%;
  line-height: 1.5em;
  position: relative;
  top: 10px;
}
.textBlock a:hover{
  color: white;
  text-decoration: none;
}

.royalSlider.rsDefault .rsNav.rsBullets{
  background: none;
  bottom: 0;
  right: 0;
  height: auto;
  line-height: 8px;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  left: auto;
  text-align: center;
  width: auto;
  z-index: 35;
}

.royalSlider.rsDefault .rsBullet {
    width: 22px;
    height: auto;
    padding: 3px;
}

.royalSlider.rsDefault .rsBullet span {
  background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -117px -188px;
  cursor: pointer;
  display: inline-block;
  font-size: 1px;
  height: 21px;
  margin-right: 5px;
  width: 21px;
}

.royalSlider.rsDefault .rsBullet.rsNavSelected span {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -152px -188px;
}

.textBlock a {
  font-size: 2.7em;
}

/** FIL D'ARIANNE **/

.breadcrumbs {
    padding-left: 50px;
    margin-bottom: 20px;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 17px;
    color: #3e393d;
    font-weight: bold;
}

.breadcrumbs ul li a {
    font-size: 14px;
    line-height: 17px;
    color: #3e393d;
    font-weight: normal;
}

.breadcrumbs ul li a:after {
    content: ' › ';
}

/** .article **/

article{
  margin-bottom: 20px;
}

.text-article {
    padding: 15px 40px;
    background: #f5f5f5;
    position: relative;
}

.text-article h1,
.text-article .title {
    display: inline-block;
    margin-bottom: 20px;
    border-top: 4px solid #e2001a;
    border-bottom: 4px solid #e2001a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: 37px;
    color: #e2001a;
    margin-top: 0;
    max-width: 85%;
}

.text-article h2 {
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    color: #3e393d;
}

.text-article p.intro {
    font-size: 18px;
    line-height: 24px;
    color: #3e393d;
}

.text-article p {
    margin-bottom: 15px;
}

.text-article ul li {
    margin-bottom: 15px;
    list-style: none;
}

.text-article ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('../../../upload/docs/image/png/2013-09/sprite.png') -24px -272px no-repeat;
    margin-right: 5px;
}

.text-article ul li ul {
    margin-top: 15px;
    margin-left: 20px;
}
.text-article ul li ul li {
    list-style: none;
}

.text-article ul li ul li:before {
    content: '• ';
    border: none;
    background: none;
}

.text-article .hr {
    width: 27px;
    height: 4px;
    margin-bottom: 15px;
    background: #3e393d;
}

.text-article .align-left {
    float: left;
    margin-right: 15px;
}

.text-article .align-right {
    float: right;
    margin-left: 15px;
}

.text-article .illustration{
  max-width: 180px;
  max-height: 180px;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}

.text-article .red-bottom-border {
    display: inline-block;
    position: relative;
}

.text-article .red-bottom-border:after {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 10px;
    opacity: 0.85;
    background: #BF0016;
    filter: alpha(opacity=85) ; /* internet explorer */
    -khtml-opacity: 0.85;
    -moz-opacity: 0.85;
}


.infographie-image{
  margin-bottom: 20px;
}

/** VIGNETTES **/
.vignettes {
  text-align: center;
  height: 100%;
  margin-left: 20px;
  padding-bottom: 10px;
  display: inline-block;
}
.bloc-vignette{
  float: left;
  margin-bottom: 10px;
  margin-left: -5px;
}
.h2Vignette{
	  background: none repeat scroll 0 0 #272723;
    bottom: 0;
    color: #FFFFFF;
    display: block;
    line-height:50px;
    height: 50px;
    opacity: 0.85;
    position: absolute;
    width: 100%;
}

.vignette {
    cursor: pointer;
    display: inline-block;
    height: 180px;
    position: relative;
    width: 180px;
    margin: auto 5px;
    text-align: center;
}
.vignette p {
    background: none repeat scroll 0 0 #272723;
    bottom: 50px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    height: 0;
    line-height: 18px;
    margin-bottom: 0;
    opacity: 0.85;
    overflow: hidden;
    padding: 0 20px;
    position: absolute;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 140px;
}
.vignette:hover p {
    height: 100px;
    padding-top: 30px;
}
.vignette .hr {
    display: none;
}
.vignette:hover .hr {
}
.vignette h2 {
    color: #FFFFFF;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    width: 100%;
}

/** RECHERCHER UN GE **/
.text-article.recherche {
    margin-bottom: 20px;
}
.text-article.recherche h2 {
    border-bottom: 4px solid #3E393D;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-bottom: 5px;
    text-transform: uppercase;
}
.text-article.recherche .trouver-ge {
    margin: auto;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: center;
    width: 100%;
}
.text-article.recherche .trouver-ge input[type="text"] {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: block;
    font-size: 16px;
    height: 35px;
    margin: auto;
    margin-bottom: 23px;
    padding: 0 2%;
    width: 96%;
    max-width: 600px;
}
.text-article.recherche .trouver-ge input[type="submit"] {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -12px -142px ;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    margin: 10px 0 0;
    width: 120px;
    position: relative;
    right: auto;
}
.text-article.recherche .trouver-ge .radio-wrapper input[type="radio"] {
}
.text-article.recherche .trouver-ge .radio-wrapper span {
}
.text-article.recherche .recherche-carto {
    position: relative;
}
.text-article.recherche .recherche-carto img {
}
.text-article.recherche .recherche-carto form.recherche-cartographie {
}
.text-article.recherche .recherche-carto form.recherche-cartographie input[type="text"] {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    font-size: 16px;
    height: 35px;
    margin-bottom: 23px;
    padding: 0 20px;
    width: 216px;
}
.text-article.recherche .recherche-carto form.recherche-cartographie input[type="submit"] {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -12px -142px;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    margin: 0 0 0 auto;
    width: 120px;
}
.text-article.recherche .recherche-carto form.recherche-cartographie .radio-wrapper {
}
.text-article.recherche .recherche-carto form.recherche-cartographie .radio-wrapper input[type="radio"] {
}
.text-article.recherche .recherche-carto form.recherche-cartographie .radio-wrapper span {
}

.text-article.recherche  span.add-on {
  display: none;
}

.text-article.recherche .criteres {
    margin-bottom: 25px;
}
.text-article.recherche .criteres .critere {
    color: #3E393D;
    font-size: 16px;
    line-height: 19px;
    padding-right: 30px;
    position: relative;
}
.text-article.recherche .criteres .critere:after {
    color: #E10019;
    content: "x";
    font-size: 18px;
    position: absolute;
    right: 10px;
    top: 0;
}
.text-article.recherche .criteres .critere + .critere {
    border-left: 1px solid #C6C6C5;
    padding-left: 30px;
}
.radio-wrapper div{
   display: inline-block;
   min-width: 20%;
}
.radio-wrapper input[type="radio"] {
    margin-left: 5%;
    margin-right: 4px;
}
.map-resultats .googlemaps-bubble .bureau {
  font-size:11px;
  overflow:hidden;
}
.map-resultats .googlemaps-bubble .bureau .cabinet {

  padding-bottom: 5px;
  overflow:hidden;
}
.map-resultats .googlemaps-bubble .bureau .cabinet a{
  text-decoration: underline;
  font-weight: bolder;
  color: #000000;
  overflow:hidden;
}
.map-resultats .googlemaps-bubble .bureau span {
  text-transform: uppercase;
  overflow:hidden;
  
}
.map-resultats .googlemaps-bubble .bureau p {
  color: #3E393D;
  font-weight: 500;
  margin-bottom:0;
 overflow:hidden;
 font-family: 'Raleway',sans-serif;
 font-size:11px;
}

.map-resultats .googlemaps-bubble .bureau p a {
  color: #000000;
  font-weight: 500;
  margin-bottom:0;
 overflow:hidden;
 font-family: 'Raleway',sans-serif;
 font-size:11px;
}

.gm-style-iw{
  width: 100% !important;
  height: 100% !important;
}

.nombre-resultats {
    color: #777477;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    vertical-align: top;
}
.nombre-resultats span {
    background: none repeat scroll 0 0 #E2001A;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    height: 26px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0 10px;
    text-align: center;
    vertical-align: top;
}
.nombre-resultats span.resultats {
    background: none repeat scroll 0 0 ;
    color: #777477;
    display: inline-block;
    font-size: 18px;
    height: auto;
    text-align: left;
    max-width: 450px;
    padding-top: 3px;
}
.text-article.recherche .tableau-resultats {
    padding-top: 15px;
}
.text-article.recherche .tableau-resultats .resultat {
    border-top: 1px solid #787477;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-top: 30px;
    position: relative;
}
.resultat .more {
    color: #E2001A;
    float: right;
    position: relative;
    text-decoration: underline;
    top: -12px;
}
.resultat.active {
    padding-bottom: 30px;
}
.resultat.active .less, .resultat.isActive .less {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -304px -299px ;
    display: block;
    float: right;
    height: 25px;
    position: relative;
    top: -20px;
    width: 25px;
}
.resultat-more {
    display: none;
    zoom:1;
}
.resultat.active .resultat-more:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -250px -310px ;
    content: "";
    display: block;
    height: 15px;
    left: 370px;
    position: absolute;
    top: 0;
    width: 30px;
}
.text-article.recherche .tableau-resultats .resultat:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -57px -251px ;
    color: #E2001A;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 8px;
    text-align: left;
}
.text-article.recherche .tableau-resultats .resultat p {
    color: #3E393D;
    font-weight: 700;
    text-align: left;
}
.text-article.recherche .tableau-resultats .resultat .resultat-more .bureau {
    display: inline-block;
    margin-bottom: 30px;
    width: 100%; 
}
.text-article.recherche .tableau-resultats .resultat .resultat-more .bureau span {
    text-transform: uppercase;
}
.text-article.recherche .tableau-resultats .resultat .resultat-more li {
    color: #787477;
    display: inline;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 0;
}
.text-article.recherche .tableau-resultats .resultat .resultat-more li:first-child:before {
    background: none repeat scroll 0 0 ;
    content: none;
}
.text-article.recherche .tableau-resultats .resultat .resultat-more li:before {
    background: none repeat scroll 0 0 ;
    content: " / ";
}
.text-article.recherche .tableau-resultats .resultat .resultat-more li span {
    color: #3E393D;
    font-size: 16px;
    font-weight: 700;
}
.text-article.recherche .tableau-resultats .resultat .resultat-more a, .text-article.recherche .tableau-resultats .resultat a.site {
    color: #3E393D;
}
.text-article.recherche .tableau-resultats .resultat p span {
    color: #787477;
    display: inline-block;
    font-weight: 500;
    margin-right: 10px;
}
.resultat .resultat-more {
    border-top: 1px solid #3E393D;
    margin-bottom: 30px;
    margin-top: 40px;
    padding-top: 20px;
    position: relative;
}
.resultat .resultat-more .bureaux {
    border-top: 1px dashed #9E9C9E;
    padding-top: 40px;
}

.resultat .resultat-more .bureaux div.left{
  display:inline-block;
  vertical-align: top;
  float: none;
}
.resultat .resultat-more .bureaux div.right{
  display:inline-block;
  vertical-align: top;
  margin-left: 0;
  float: none;
}

.resultat .resultat-more .personnes {
    margin-bottom: 40px;
    margin-top: 30px;
}
.resultat .resultat-more .personnes .liste-personnes {
    display: inline-block;
    vertical-align: top;
}
.resultat .resultat-more .personnes .liste-personnes div {
    color: #3E393D;
    font-weight: 700;
}
.resultat .resultat-more .personnes .liste-personnes a {
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
}
.resultat .resultat-more .personnes a:hover + .grey-block {
    display: inline-block;
}
.resultat .resultat-more .personnes a:hover + .grey-block + .grey-block {
    display: none;
}
.resultat .resultat-more .personnes .grey-block {
    margin-bottom: 15px;
    vertical-align: top;
}
.recherche .trouver-ge .radio-wrapper{
  width: 100%;
}

/** LISTE ARTICLES **/

.small-block.row.bloc-query{
   margin-left: 0;
   width: 100%;
   background: none repeat scroll 0 0 #ecebec;
}
.small-block.row.bloc-query div.pub-list{padding:10px 15px;}
.liste-articles {
    background: none repeat scroll 0 0 #F5F5F5; 
}
.liste-articles .row {
    margin-left: 0;
    position: relative;
}
.liste-articles .row {
    border-bottom: 1px solid #787477;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.row .vignette {
   display: inline-block;
   position: relative;
   float: left;
   width: 43%;
   height: auto;
   max-width: 180px;
   margin-right: 2%;   
   margin-left: 0;
}
.row .texte {
    display: inline-block;
    padding-right: 2.5%;
    width: 52.5%;
}

.row .image-liste {
    height: auto;
}
.liste-articles .row h3 {
    color: #3E393D;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0;
}
article .liste-articles .hr {
    display: inline-block;
}
.liste-articles .row .date {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 15px;
}
.liste-articles .row p {
}
.liste-articles .row .links {
}
.liste-articles .row .links .more {
    color: #3E393D;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-right: 20px;
    vertical-align: 7px;
}
.liste-articles .row .links .more:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -24px -272px ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 10px;
}
.liste-articles .row .links .print {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -116px -224px ;
    display: inline-block;
    height: 25px;
    margin-right: 20px;
    width: 40px;
}
.liste-articles .row .links .email {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -160px -224px ;
    display: inline-block;
    height: 25px;
    margin-right: 20px;
    width: 20px;
}
.liste-articles .pagination {
    margin-top: 40px;
    text-align: center;
}
.liste-articles .pagination .previous {
    color: #7A7679;
    float: left;
    font-size: 13px;
}
.liste-articles .pagination .previous:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -37px -272px ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 10px;
}
.liste-articles .pagination .next {
    color: #7A7679;
    float: right;
    font-size: 13px;
}
.liste-articles .pagination .next:after {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -24px -272px ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    width: 10px;
}
.liste-articles .pagination ul {
    border-bottom: 1px solid #C6C6C5;
    border-top: 1px solid #C6C6C5;
    display: inline-block;
    padding: 0 20px;
}
.liste-articles .pagination ul li {
    display: inline-block;
    margin-bottom: 0;
}
.liste-articles .pagination ul li:before {
    display: none;
}
.liste-articles .pagination ul li a {
    color: #7A7679;
    display: inline-block;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    margin: 0 2px;
}
.liste-articles .pagination ul li.active a {
    background: none repeat scroll 0 0 #E2001A;
    color: #FFFFFF;
    margin: 0 5px;
    padding: 0 5px;
}

/** FAQ **/
.accordeon {
}
.text-article.accordeon h2 {
    border-top: 1px solid #3E393D;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding-top: 20px;
    position: relative;
    text-transform: uppercase;
}
.text-article.accordeon .active h2 {
    color: #E2001A;
}
.text-article.accordeon h2:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -115px -273px ;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 5px;
    width: 15px;
}
.text-article.accordeon .active h2:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -130px -273px ;
}
.accordeon .accordeon-categorie {
    padding-bottom: 15px;
}
.accordeon .accordeon-categorie > div, .accordeon .accordeon-categorie .reponse.active, .accordeon .accordeon-categorie .reponse {
    display: none;
}
.accordeon .accordeon-categorie.active .question, .accordeon .accordeon-categorie.active .question.active {
    display: block;
}
.accordeon .accordeon-categorie.active .question.active {
    text-decoration: underline;
}
.accordeon .question {
    color: #000000;
    cursor: pointer;
    margin-bottom: 8px;
    margin-left: 30px;
    padding-left: 20px;
    padding-top: 8px;
    position: relative;
}
.accordeon .question.active {
    color: #E2001A;
}
.accordeon .reponse + .question {
    border-top: 1px dashed #787477;
}
.accordeon .question:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -115px -273px ;
    color: #E2001A;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 8px;
}
.accordeon .question.active:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -130px -273px ;
    width: 15px;
}
.accordeon .reponse {
    display: none;
    margin-bottom: 12px;
    margin-left: 30px;
}
.accordeon .reponse.active {
    display: block;
}
.accordeon .reponse a {
    color: #3E393D;
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 8px;
    padding-left: 12px;
    position: relative;
}
.accordeon .reponse a:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -57px -251px ;
    color: #E2001A;
    content: " ";
    display: inline-block;
    font-size: 11px;
    height: 15px;
    left: 0;
    position: absolute;
    top: 0;
    width: 8px;
}
.accordeon .reponse + h2 {
    margin-top: 30px;
}
.posez-votre-question {
    background: none repeat scroll 0 0 #F5F5F5;
    margin-top: 20px;
    padding: 35px 50px;
}
.posez-votre-question form {
    padding-bottom: 20px;
    padding-top: 30px;
    position: relative;
    text-align: center;
}
input#faq_captcha {
  width: 85%;
}
div.captcha {
  float: left;  
}

h3{
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
}

.text-article p{
  color: #787477;
}

.text-article form input[type="text"] {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: inline-block;
    font-size: 16px;
    height: 35px;
    margin-right: 1.75%;
    padding: 0 1.5%;
    border-radius: 0;
    width: 45%;
    min-width: 291px;
    text-align: left;
}
.text-article form input[type="text"]:nth-child(even) {
    margin-left: 1.75%;
    margin-right: 0;
}
.text-article form #adresse{
    margin-left: 0;
    margin-right: 0;
    padding-left: 1.5%;
    padding-right: 1.5%;
    width: 97%;
}
.text-article form select {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-radius: 0 0 0 0;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: inline-block;
    font-size: 16px;
    height: 37px;
    margin-right: 1.5%;
    min-width: 300px;
    padding: 6px 1.5%;
    text-align: left;
    width: 48%;
}
.text-article select {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-radius: 0 0 0 0;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: inline-block;
    font-size: 16px;
    height: 37px;
    margin-right: 1.5%;
    min-width: 150px;
    padding: 6px 1.5%;
    text-align: left;
}
.querySortBar{
  margin-bottom: 23px;
}
.text-article .querySortBar{
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    vertical-align: top;
}
.text-article form input[type="submit"], .text-article form input[type="button"] {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -12px -142px ;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: 26px;
    margin: 0 0 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
    border-radius: 0;
    bottom: 10px;
}

.text-article form .mailPub .opCreate {
    float:right; 
    display: inline;
    position: relative;
    margin-left: 15px;
}

.text-article form .mailPub .opCancel{
    float:right; 
    display: inline;
    position: relative;
}

.text-article form textarea {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-radius: 0 0 0 0;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: block;
    font-size: 16px;
    margin: auto auto 23px;
    margin-top: 23px;
    min-height: 146px;
    padding: 5px 1.5%;
    width: 97%;
}
.text-article form h3 {
    border-bottom: 4px solid #3E393D;
    color: #3E393D;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.alert{
  border-radius: 0;
}

.radio-wrapper {
    margin-bottom: 20px;
    width: 59%;
}

.layout.pubEditForm{
  text-align: center;
}

.form-block{
  text-align: left;
  margin-bottom: 23px;
}

#contacts .accordeon-categorie div{
  margin-left: 20px;
}

/** COLONNE GAUCHE **/
.item-colonne-gauche{
  margin-bottom: 20px;
}

/** RECHERCHE **/
.recherche .radio-wrapper{
  display: inline-block;
}
.recherche .radio-part{
  display: inline-block;
  width: 32%;
}
.recherche .rechercher .form-block{
  margin-bottom: 20px;
}
.recherche .rechercher .form-block input[type="text"]{
  width: 78%;
  min-width: 220px;
  margin-bottom: 0;
}
.radio-wrapper div{
  width: 135px;
}
.recherche .element{
  display: inline-block;
  min-width: 40%;
}
.text-article form .form-block select{
  min-width: 300px;
  width: 300px;
  margin-bottom: 0;
}
.tri{
  padding: 20px 0;
  margin-bottom: 23px;
  border-top: 1px solid #787477;
  border-bottom: 1px solid #787477;
}
.tri select {
    background: none repeat scroll 0 0 #ECECEC;
    border-color: #C6C6C5 -moz-use-text-color;
    border-radius: 0 0 0 0;
    border-style: solid none;
    border-width: 1px medium;
    color: #7A7679;
    display: inline-block;
    font-size: 16px;
    height: 37px;
    min-width: 220px;
    padding: 6px 5px%;
    text-align: left;
}

/** LEXIQUE **/
.lexique {
}
.lexique .lettres {
    border-bottom: 1px solid #C6C6C5;
    display: table;
    padding-bottom: 35px;
    padding-top: 10px;
    width: 100%;
}
.lexique .lettres .lettre {
    color: #E2001A;
    display: table-cell;
    font-size: 20px;
    font-weight: 600;
    padding: 0 5px;
}
.lexique .lettres .lettre.void {
    color: #000000;
}
.lexique-results {
    padding-top: 35px;
}
.lexique-results h2 {
    border-bottom: 1px dashed #C6C6C5;
    margin-bottom: 20px;
}
.lexique-results p + h2, .lexique-results h2 + h2 {
    margin-top: 70px;
}
.lexique-results h2 a {
    color: #E2001A;
    font-size: 50px;
    font-weight: 600;
    line-height: 50px;
}
.lexique-results h2 a.void {
    color: #000000;
}
.lexique-results h3 {
    color: #3E393D;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 10px;
}
.lexique-results p {
    margin-bottom: 35px;
}

/** QUIZZ **/
div .DynamicForm{
    padding: 20px 40px;
    background: #f5f5f5;
    position: relative;
}
div .DynamicForm .DynamicForm{
    padding: 0;
}
div div.DynamicForm h1.title{
    display: inline-block;
    margin-bottom: 20px;
    border-top: 4px solid #e2001a;
    border-bottom: 4px solid #e2001a;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 800;
    line-height: 37px;
    color: #e2001a;
}

div .DynamicForm .Question{
    border-bottom: 1px solid #787477;
    margin: 0;
    padding: 20px;
    border-top: none;
}
div .DynamicForm .nav {
  margin-bottom: 25px;
  position: inherit;
}
.qTitle{
    color: #3E393D;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    margin-bottom: 10px;
    margin-top: 0;
}
div .DynamicForm ul li {
    margin-bottom: 15px;
    list-style: none;
}

div .DynamicForm ul li:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('../../../upload/docs/image/png/2013-09/sprite.png') -24px -272px no-repeat;
    margin-right: 5px;
}
div .DynamicForm .Question .questionHeader{
  background: transparent;
  padding: 0;
  padding-left: 0px;
}
div .DynamicForm .Question .qPropositions, div .DynamicForm .formLinksAndActions{
  background: transparent;  
}
div .DynamicForm .Question .qPropositions > .propositions{
  background: transparent;
  padding: 0;
  padding-left: 40px;
}

div .DynamicForm div.formLinksAndActions{
  float: none;
  padding: 1px;
  margin-bottom: 10px;
}

div .DynamicForm .modal{
    left: 0;
    margin: 0;
    position: relative;
    right: 0;
    top: 0;
    width: auto;
}
.DynamicForm form{
  margin-top: 10px;
}
.incorrectlyAnswered{
  background: #f5DBDB;
}
.correctlyAnswered{
  background: #DBf5DB;
}
.formInfo{
  height: 0;
}
div .DynamicForm form input[type="submit"]{
  bottom: 8px;
}
.DynamicForm.fullDisplay.text-article{
  margin-bottom: 0;
}
.DynamicForm .input-append .add-on{
  margin-top: 0;
}
.DynamicForm.text-article form textarea{
  margin: 0;
}
div .DynamicForm a.modal{
  float: none;
}
div .DynamicForm .Question .qPropositions > .propositions{
  padding: 0;
}
.DynamicForm select{
  min-width: 175px;
  max-width: 100%;
}
.DynamicForm input[type="text"]{
  min-width: 175px;
  max-width: 100%;
}
.DynamicForm textarea{
  min-width: 175px;
  width: 100%;  
}
div .DynamicForm .Question .qPropositions{
  padding: 0;
}
div .DynamicForm .empty-file-box{
  margin: 0;
  max-width: 100%;
  padding: 0;
}
.mbox.custom-box.empty-file-box p{
  margin: 4px;
}
div .DynamicForm .qPropositions ul.propositions li.propositions{
  margin-left: 0;
}

/** PAGINATION **/
.pager {
    margin-top: 40px;
    text-align: center;
}
.pager .previous{
    color: #7A7679;
    float: left;
    font-size: 13px;
}
.pager .previous:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -37px -272px ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 10px;
}
.pager .next{
    color: #7A7679;
    float: right;
    font-size: 13px;
}
.pager .next:after {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -24px -272px ;
    content: "";
    display: inline-block;
    height: 12px;
    margin-left: 5px;
    width: 10px;
}
.pager a:hover{
  text-decoration: none;
}
.pager .inactive{
  color: #AAA;
  cursor: default;  
}
.pager ul {
    border-bottom: 1px solid #C6C6C5;
    border-top: 1px solid #C6C6C5;
    display: inline-block;
    padding: 0 20px;
}
.pager ul li {
    display: inline-block;
    margin-bottom: 0;
}
.pager ul li:before {
    display: none;
}
.pager ul li a {
    color: #7A7679;
    display: inline-block;
    font-family: Arial;
    height: 24px;
    line-height: 24px;
    margin: 0 2px;
}
.pager ul li.active a {
    background: none repeat scroll 0 0 #E2001A;
    color: #FFFFFF;
    margin: 0 5px;
    padding: 0 5px;
}
.plan .span8{
  margin-bottom: 20px;
}
.plan .span8:nth-of-type(4n){
  margin-left:0;
}
.text-article a:hover{
  color:inherit;
  text-decoration: none;
}

/* TOOLBAR */
.toolbar {
    list-style: none outside none;
    margin-right: 40px;
}
.toolbar li {
    display: inline;
    margin-right: 10px;
    vertical-align: bottom;
}
ul.toolbar li:before {
    content: none;
}

body .displayHeaderToolbar{
  border: none;
  position: absolute;
  z-index: 2;
  width: 125px;
  top: 15px;
  width: auto;
  padding: 0;
  right: 0;
}

/* Lien vers Document */
.download-intro:before {
    background: url("../../../upload/docs/image/png/2013-09/sprite.png") no-repeat scroll -24px -272px;
    content: "";
    display: inline-block;
    height: 12px;
    margin-right: 5px;
    width: 10px;
}
.download-intro {
    color: #3E393D;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px;
    margin-right: 20px;
    text-align: right;
    vertical-align: 7px;
}
.text-article a:focus.download-intro{
  text-decoration: none;
}

/* Tableau */
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
}
.wysiwyg table thead tr,.wysiwyg table caption{
    border-bottom: 1px solid #c6c6c5;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    color: #3e393d;
}
.wysiwyg table tbody tr.active {
    background: #E2001A;
}
.wysiwyg table tbody tr.active td {
    color: #FFFFFF;
}
.wysiwyg table tbody tr td {
    border-bottom: 1px solid #C6C6C5;
    color: #3E393D;
    font-weight: 600;
    padding: 10px 10px 10px 30px;
    text-align: left;
}

.wysiwyg table thead tr td+td {
    padding: 8px 8px;
    text-align: center;
}

.wysiwyg table thead tr td+td+td {
    border-left: 1px solid #c6c6c5;
}

.wysiwyg table tbody tr.odd {
    background: #ececec;
}

.wysiwyg table tbody tr td + td {
    border-left: 4px solid #3E393D;
    color: #7A7679;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 5px;
    text-align: center;
}

.wysiwyg table tbody tr td+td+td {
    border-left: 1px solid #c6c6c5;
}

/* Liste d'autocomplete */
ul.dropdown-menu li span.info {
  display: none!important;
}
ul.dropdown-menu li span.thumb {
  display: none!important;
}
ul.dropdown-menu.typeahead-photo li a {
  padding: 3px 20px!important;
}

.text-article .liste-articles .p{
   width: 611px;  
}

/* Share this */
.stButton .stLarge {
  background-image: url("../../../upload/docs/image/png/2013-10/icon-share.png")!important;
  background-repeat: no-repeat;
  background-position: bottom!important;
  height: 19px!important;
  width: 28px!important;
  top: 5px;
}
