/**/
body {
  font-family: "jaf-facitweb";
}
.clearfix:after {
     content: ".";
     display: block;
     clear: both;
     visibility: hidden;
     line-height: 0;
     height: 0;
}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}


#logo{
  padding-top: 20px;
}

article{
  margin-bottom: 20px;

}

#guess{
  border: 2px #DB022F solid;
  background-color: #fff;
  width: 200px;
  text-align: center;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  padding: 5px 0;
  color: #DB022F;
  font-weight: 700;
  position: relative;
}

#guess:before{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/arrow30.png');
  position: absolute;
  top: 30px;
  left: 42%;
}

#guess-name{
    font-size: 22px;
    color: #ADA8A8;
    font-weight: 700;
    letter-spacing: 2px;
    padding-top: 10px;
    border-bottom: 10px solid #810f01;
    width: 390px;
}

#guess-resume{
  padding-top: 20px;
}

#guess-subtitle{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #424242;
}

#guess-pict-container{
  text-align: right;
  /* width: 585px; */
/*  height: 433px;*/
  overflow: hidden;
}

#guess-pict{
  
  --webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
-moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
}

.thumbImage{
  -webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.27);
-moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.27);
box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.27);
}

#CRHomeImage{
  height: 330px;
}

.readmore{
  font-weight: 700;
  padding-left: 20px;
  padding-top: 20px;
}

.tags span:after{
  content: ' | ';
}

.tags {
  padding-left: 20px;
  padding-top: 10px;
}
.tags span:after:last-child{
  content: '' !important;
}

.sep1px{
  background: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/1pxSep.png')repeat-x;
  width: 200px;
  height: 5px;
  margin-bottom: 10px;

}

#CatHomeCR{
  margin-top: 0;
}

a.nodec{
  text-decoration: none;
}

.dossierimage{
  width: 410px;
  height: 325px;
  overflow: hidden;
}

.bgpos{
   background-position: center; 
   width: 100%;
}
#HomeCRname{
  font-weight: 700;
  text-transform: uppercase;
}

#menu{
  padding-left: 0px;
  height : 40px;
  margin : 2em 0 0 0;
 /*  padding : 0; */
  background-color : #424242;
  list-style-type : none; 
  }
#menu li{
  padding-top: 10px;
  height: 40px;
  line-height: 30px;
  float: left;
  border-right: 2px solid #810f01;
}
#menu li:last-child {
  border-right: 0px; 
}
#menu li a{
  display: block;
  color: #fff ;
  font-weight: 60px;
  line-height: 1em ;
  text-align: center ;
  text-decoration: none ;
  padding : 4px 20px ;
}
#menu li:hover{
  background: #810f01;
  height: 40px;
}
#menu li a:hover, #menu li a:focus, #menu li a:active {
  background: #810f01 ;
}
/*#menu ul{
  padding-top: 15px;
  list-style-type : none;
}
#menu ul li{
  display : inline;
  padding : 0 0.5em; 
  height: 50px;
}
#menu ul li a{
  color: #fff;

}
#menu ul li a:hover{
  color: #fff;
  background-color: #810f01;
}*/

.navbar-default{
  background-color: #ccc;
  color: #fff;
} 
.navbar-default .navbar-nav > li {
  border-right: 2px solid #810f01;
    color: #009DDF;
}
/* .navbar-default .navbar-nav > li > a {
    padding-top: 15px;
} */


.navbar-nav>.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #810f01;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,{
    color: #fff;
    background-color: #810f01;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #810f01;
}
.navbar-default .navbar-toggle {
    border-color: #ccc;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc;
}
.navbar .navbar-nav {
  /*display: inline-block;
  float: none;
  vertical-align: top;*/
}
.navbar .navbar-collapse {
  text-align: left;
}
#top-nav>li {
    position: relative;
    display: inline-block;
}
.pre-header{
  background-color: #424242;
  color: #fff;
  height: 56px;
  font-size: 15px;
  /* text-align: right; */
  padding-top: 0px;
}
.pre-header a{
  color: #fff;
}

.pre-header #search input{
  width: 300px;
  float: left;
  background-color: #424242;
  color: #fff;
  padding:10px; 
  border-style:hidden; 
  border-width:0px;
  background:#424242 url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/search-icon.png') no-repeat 0px center;
  padding-left: 25px;
}

.pre-header #search input:focus{
  border-style:hidden; 
  border-width:0px;
}





.rec2{
  padding-top: 40px;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  width: 700px;
  margin: 0 auto;
  border-bottom: 3px #810f01 solid;
  margin-bottom: 40px;
}
.separateur{
  width: 120px;
  position: absolute;
  top: 15px;
  padding: 0 6px;
  background-color: #fff;
  left: 40%;
}
.separateur::before{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/ligne.png');
  position: relative;
}
#telechargement{
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  background-color: #810f01;
  color: #fff;
  margin-bottom: 15px;
  min-height: 724px;
}
#telechargement h4{
  text-align: center;
}
#telechargement .down{
  text-align: center;
}
#telechargement .down2{
  margin-top: 10px;
  text-align: center;
}
#telechargement .rond{
  width: 90px;
}
#telechargement .rec{
  width: 40%;
  text-align: center;
}
#telechargement hr{
  border: 1px solid #fff;
  width: 40%;
}
#telechargement p{
  /* vertical-align: left; */
  font-size: 12px;
}
#tweet{
  /* background-color: #02A8F3; */
  width: 100%;
  margin-left: 0;
}

#tweetw{
  /* background-color: #02A8F3; */
  width: 100%;
  display: none;
  margin-left: 0;
}


#tweet .tweethead{
  margin-left: 0px;
  margin-right: 0px;
  background-color: #810f01;
  color: #fff;
  text-align: center;
  font-weight: 35px;
}
#tweet img{
  width: 60px;
}
#tweet .tweedbody{

}
#tweet p{
  font-size: 13px;
  background-color: #ccc;
}
#ds{
  margin-bottom: 50px;
}
img.artthumb{
  width: 270px;
  height: 170px;
}
img.side{
  width: 500px;
  height: 500px;
}
#actu{
  padding-bottom: 30px;
}
#actu img.let{
  width: 400px;
  height: 250px;
}
#actu .tt2{
  border: 1px solid #810f01;
  width: 89%;
}
/* #actu .tt2::before{
   content: url('/web/20180419153212im_/http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/arrow.png');
   position:relative; or absolute
  z-index:100000; a number that's more than the modal box
  left:-16px;
 top:-28px;
} */
.titre{
  background-color: #810f01;
  width: 200px;
  height: 40px;
  font-style: italic;
  font-size: 1.3em;
  margin-left: -8px;
  padding: 6px;
  text-align: center;
  color: #fff;  
}
#actu .titre{
  width: 109px;

}

#actu .titre:after{
   content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/arrow30.png');
    position: relative;
    z-index: 100000;
    left: 0px;
    top: 7px;
  }

#nt .titre:after{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/arrow30.png');
  position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left: -5px;
  top: 7px;
}
/* #actu hr{
  border: 1px solid black;
  width: 60%; 
}*/

#telechargement img.pdf{
  float: left;
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}
#qs .suite{
  background-color: #810f01;
  text-align: center;
  height: 30px;
  color: #fff;
  font-weight: 20px;
}
#qs .tt{
  border: 1px solid #810f01;
  width: 85%;
}


#qs .ctn{
  margin-left: 20px;
  margin-right: 20px;
}
#qs hr{
  border: 0.5px solid #000;
}
.art{
  width: 270px;
  background-color: #E0E0E0;
  padding-top: 30px;
}
.art h3{
  text-align: center;
}
footer{
  margin-top: 60px;
  background-color: #424242;
  min-height: 100px;
  color: #FFF;
  padding-bottom: 40px;
}
#logofooter{
  width: 300px;
  padding: 15px;
  background: #fff;
  margin: 0 auto;
  border-top: solid 5px #810f01;
  top: -30px;
  --webkit-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
-moz-box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
box-shadow: 1px 0px 5px 1px rgba(0,0,0,0.37);
}

#logofooter img{
  width: 275px;
}

#logowrapper{
  position: relative;
  top: -30px;
}

#invite-container{
  padding-top: 30px
}

#invite{
  
}

#invite p{
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
}
.nvdate{
  background-color: #2E7251;
  border: 2px solid #2E7251;
  margin-bottom: 40px;
}
/* hr{
  border: 1px solid #810f01;
  width: 80%;
  text-align: right;
} */
#abonnement{
  margin-left: 0px;
  margin-right: 0px; 
  background-color: #810f01;
  color: #fff;
  height: 325px;
  position: relative;
  padding-top: 50px;
  margin-bottom: 20px;

}

#abonnement:before{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/register.png');
  position: absolute;
  top: -20px;
  width: 90px;
  left: 46%;
  text-align: center;
  background-color: #fff;
  padding-top: 10px;
  border: 2px solid #810f01;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#abonnement:after{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/arrowwhite.png');
  position: absolute;
  top: 41px;
  left: 49.5%;
}
#abonnement h3{
  text-align: center;
}
#abonnement p{
  text-align: justify;
}

.abonnement-type, .abonnement-type p{
  text-align: center;
}

.abonnement-type p{
  text-align: center;
}

.abonnement-type h4{
  text-decoration: underline;
}

.login-btn {
  color: #fff;
  background-color: #810f01;
}

.login-btn:hover, .login-btn:focus, .login-btn:active {
  color: #810f01;
  background-color: #ccc;
}
.status{
  color: #810f01;
}

#abonnement .btn-danger:hover, #abonnement .btn-danger:focus, #abonnement .btn-danger:active{
    color: #810f01;
    background-color: #fff;
}

.red{
  color: #810f01;
}
.gris{
 color: #ADA8A8;
}
/* .nvdate h3{
  
  color: #2E7251;
  font-size: 30px;
  padding-left: 20px;

} */


.tt3{
 border: 2px solid #810f01;
  width: 80%;
}
.tt3::before{
  content: url('http://hebdodesag.fr/wp-content/themes/hebdodesag/assets/img/rec2.jpg');
   position:relative; /*or absolute*/
  z-index:100000; /*a number that's more than the modal box*/
  left:-16px;
 top:-28px;
}

.mybtn {
  -webkit-border-radius: 12 !important;
  -moz-border-radius: 12 !important;
  border-radius: 12px !important;
  -webkit-box-shadow: 0px 1px 3px #a1a1a1 !important;
  -moz-box-shadow: 0px 1px 3px #a1a1a1 !important;
  box-shadow: 0px 1px 3px #a1a1a1 !important;
  color: #000000 !important;
  font-size: 14px !important;
  background: #ffffff;
  padding: 10px 20px 10px 20px !important;
  text-decoration: none !important;
}

.mybtn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db) !important;
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db) !important;
  text-decoration: none;
}



/* Questions sensibles */

.rst-section-title {
    position: relative;
}

.rst-section-title h4, {
    border-bottom: 2px solid #ebebea;
    color: #2f3e42;
    font-size: 24px;
    font-weight: 700;
    margin: 3px 0 32px;
    padding: 27px 0;
    text-align: center;
}

.bloc-shadow {
    -webkit-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27);
    -moz-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27);
    box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27);
}

.rst-postpic {
    position: relative;
    text-align: center;
}
.rst-postpic a img{
    width:100%;
    height: auto;
}

.rst-postinfo, .col-sm-6.rst-catpost .rst-postinfo {
    border: 1px solid #e8ecf0;
    padding: 16px 20px 23px;
}

.rst-postpic .rst-postpic-cat {
    background: #810f01;
    bottom: 0px;
    color: #fff;
    font-weight: 700;
    left: 0px;
    padding: 4px 9px;
    position: absolute;
    text-transform: uppercase;
}

.rst-postinfo h4, #rst-popular .rst-postinfo h4 a {
    color: #2f3e42;
    font-family: "jaf-facitweb";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 27px;
    margin: 0;
}

.rst-postinfo{
  /*   --webkit-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27);
  -moz-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27);
  box-shadow: 2px 1px 5px 1px rgba(0,0,0,0.27); */
}
.rst-postinfo time {
    color: #747474;
    display: block;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 8px 0 6px;
    text-transform: uppercase;
    word-spacing: 3px;
}

#qs{
  padding-top: 0px;
}

#weekCR .rst-postinfo{
  --webkit-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0);
-moz-box-shadow: 2px 1px 5px 1px rgba(0,0,0,0);
box-shadow: 2px 1px 5px 1px rgba(0,0,0,0);
  border: 0px;
    padding: 16px 20px 23px;
}

.rst-info-viewlink {
    border: 1px solid #e8ecf0;
    display: inline-block;
    margin: 8px 0 0;
}

.rst-info-viewlink span:hover{
    background-color: #810f01;

    color: #fff;
}

.rst-info-viewlink span {
    color: #223040;
    display: inline-block;
    font-family: "jaf-facitweb";
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px 10px 19px;
    /*border-right: 1px solid #810f01;*/
}


.red-button {
  display: inline-block;
  margin: 8px 0 0;
}

.red-button span {
    color: #fff;
    display: inline-block;
    font-family: "jaf-facitweb";
    font-size: 1em;
    font-weight: bold;
    padding: 10px 20px 10px 19px;
    border-right: 1px solid #e8ecf0;
    background-color: #223040;
}

#weekCR .rst-postpic .rst-postpic-cat{
  left: 15px;
}

#weekCR .tags {
    padding-left: 10px;
    padding-top: 10px;
}

.btarticles{
  min-height: 500px;
}


@media screen and (max-width: 1024px) {
  #guess-pict-container {
    text-align: right;
    /*width: 459px; 
    height: 433px;*/
    overflow: hidden;
}
#tweetw{
  /* background-color: #02A8F3; */
  width: 100%;
  display: none;
  margin-left: 0;
}

}

/*********************/

#content{
  margin-top: 20px;
  background-color: #fff;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  margin-left: -10px;
  margin-right: 10px;
}
#content.no-wit{
  background-color: rgba(0, 0, 0, 0);
}

#content h1{
  font-size: 30px;
  color: #ADA8A8;
  font-weight: 700;
  letter-spacing: 2px;
  padding-top: 10px;
  padding-bottom: 20px;
}

#content h1:after{
  content: " ";
  display: block;
  position: relative;
  width: 200px;
  height: 8px;
  left: auto;
  top: 10px;
  /* right: -145px; */
  background: none #810f01;
}

#sidebar{
  margin-top:10px;
}

.pdf_link{
  color: #fff;
}

.pdf_link a:hover{
   color: #fff;
}

a.pdf-link:hover, .pdf_link>p:hover, .pdf_link>div:hover{
  color: #fff;
}


.archives {
  border-top: 2px solid;
  border-bottom: 2px solid;
  margin: 10px 20px 0 20px;
}

#sidebar #telechargement{
  min-height: 260px;
}

#main-content{
  padding: 15px;
  padding-top: 30px;

}
#main-content #chapo{
 font-weight: 600;

}

#main-content p{
  text-align: justify;
}


#attacheddload img{
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
      float: left;
    margin-right: 10px;
}

#attacheddload{
      padding-top: 20px;
      padding-left: 15px;
}

#social-share{
  padding-top: 50px;
  text-align: center;
}

.social-buttons-inner{
  display: inline-block;
}

#alldloads:before{
  content: " ";
  display: block;
  position: relative;
  height: 2px;
  left: auto;
  top: 27px;
  background: none #810f01;
}

#catart{
  margin-bottom: 20px;
}

#catart:after{
  content: " ";
    display: block;
    position: relative;
    height: 7px;
    left: auto;
    top: 4px;
    width: 100px;
    background: none #810f01;
}

#article-text{
  padding-bottom: 20px;
}

.dload-title{
  font-weight: 600;
  margin-top: 0;
}

.docline{
  padding-top: 15px;
}

.docline a{
  text-decoration: none;
  color: #000;
}

.docline a:hover{
  text-decoration: none;
  color: #810f01;
}

#coverimg{
  float: left;
  margin-right: 15px;
  padding-bottom: 10px;
  width: 100%;
}

#categorie{
  background-color: #810f01;
  width: 200px;
      padding: 10px 15px;
    float: left;
    margin-right: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
}

#content .tags {
    padding-left: 20px;
    /* padding-top: 10px; */
}

@media screen and (max-width: 480px) {
  #logo img{
    width: 65%;
  }

  #sidebar{
    display: none;
  }
}

#invite-container .categories {
        width: 100%;
    padding-bottom: 10px;
    padding-left: 15px;
}

.categories {
    float: right;
    padding-bottom: 20px;
    width: 100%;
    text-align: right;
}

.categories a {
    font-family: "jaf-facitweb";
    background-color: #810f01;
    padding: 4px 6px;
    margin-left: 3px;
    color: #fff;
}


.years{
    float: right;
    padding-bottom: 20px;
    width: 100%;
}

.years>a {
    font-family: "jaf-facitweb";
    background-color: #810f01;
    padding: 4px 6px;
    margin-left: 3px;
    color: #fff;
}


#my-toogle {
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(255, 255, 255);
}

.navbar-toggle .icon-bar {
  background-color: #810f01;
}

@media (max-width: 768px) {
  .navbar .navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar .navbar-nav > li {
    border-right: 0;
    border-bottom: 1px solid #810f01;
    text-align: center;
  }
  #guess-name {
    font-size: 24px;
    width: 300px;
  }
  #abonnement {
    height: 560px;
    padding-top: 0;
  }
  #abonnement:before, #abonnement:after {
    display: none;
  }
.rst-postpic {
  float: left;
}


}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
    background-color: #DB022F;
    border-color: #810f01;
    color: #fff;
}
.nav .open>a, .nav .open>a:focus {
    background-color: transparent;
    border-color: #810f01;
    color: #424242;
}

#tabs a:hover, #tabs a:focus {
    color: #fff;
    text-decoration: none;
}

.base{
  background-color: #810f01;
    color: #fff;
    padding: 10px;
    
}

.base a{
  color: #fff;
}
.base2 h5{ 
      font-size: 20px;
    text-align: center;
}
.base2{
  background-color: #fff;
  border: 2px #810f01 solid;
  /*border-radius: 20px;*/
  padding: 35px;
  text-align: center;
}

.addthis_toolbox {
    margin-top: 30px !important;
    border-top: 1px solid #ededed !important;
    padding-top: 10px !important;
}

.rst-postinfo a{
  color: #810f01;
}

#invt{
  color: #fff;
  background-color: #9E9FA1;
}

.no-wit{
  background-color: none;
}
