/**header**/
.container {
  max-width: 1100px;
  display: block;
  margin: auto;
  overflow: hidden;
  height: auto;
}
#header_soonetwork {
  background: none repeat scroll 0 0 #353535;
  /*height: 40px;*/
  display: block !important;
  font-family: "Noto Sans",sans-serif !important;
}
.nav-left-soo {
  width: 50%;
  float: left;
}
.nav-right-soo {
  float: right;
  width: 50%;
}
.navbar-soo > li {
  float: left;
  margin-right: 29px;
  min-height: 16px;
  padding-bottom: 15px;
  padding-top: 8px;
  position: relative;
  top: 1px;
}
.navbar-connect > li {
  display: block;
  float: right;
  margin-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.navbar-soo a {
  color: #808080;  
  font-size: 13px;
  text-decoration: none;
}
.navbar-connect a ,.hover-inner a {
  color: #808080;
  font-size: 13px;
  text-decoration: none;
}

.soo-inscription {
  background: none repeat scroll 0 0 gray;
  border-radius: 3px;
  cursor: pointer;
  margin-top: 5px;
  /*padding-bottom: 10px !important;*/
  padding-left: 11px;
  padding-right: 10px;
  /*padding-top: 4px !important;*/
}
.soo-inscription > a {
  color: #fff;
  bottom:2px;
}
.bar-separation {
  position: relative;
}
.bar-separation span:after {
  content: "|";
  font-size: 15px;
  position: absolute;
  right: -4px;
  top: 9px;
  color: #808080;
}
.bar-separation > span > em {
  color: #cbcbcb;
  font-size: 13px;
  padding-right: 21px;
}
.not_italic {
  font-style: normal !important;
}
.ligne-degrade {
  background-image: linear-gradient(60deg, #00da9a, #00edea);
  height: 4px;
  width: 100%;
  z-index: 999;
}
.profil-min {
    height: 20px;
    overflow: hidden;
    float: left;
    width: 20px;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
    border-radius: 3px;
}
.profil-min img {
  width: 100%;
}
.view-profil span {
  position: relative;
  line-height: 20px;
}
.hover-inner {
  background: none repeat scroll 0 0 #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px gray;
  clear: both;
  /*left: 349px;*/
  position: absolute;
  top: 40px;
  width: 200px;
  z-index: 999999;
}

.view-profil {
    position: relative;
   
}

.arrow-up {
  position: absolute;
  top: -14px;
  left: 90px;
}

.affiche-profil {
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  height: 160px;
  margin: 0 auto auto;
  overflow: hidden;
  position: relative;
  top: 20px;
  width: 160px;
}

.list-option-profil.notoSans {
  margin-bottom: 20px;
  overflow: auto;
  margin-top: 20px;
}

.affiche-profil img {
  width: 100%;
}
.profil-list-edit {
  margin-top: 15px;
  text-align: left;
  font-size: 13px;
  margin-left: 30px;
  margin-right: 30px;
}
.ligne-gray {
  height: 1px;
  background: #d3d7dc;
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 15px;
}
.soo_community_logout {
  margin-bottom: 15px;
}
.img-arrow {
  float: right;
  margin-left: 10px;
}
.next-comment.notoSans > a {
  color: gray;
  text-align: center;
  text-decoration: none;
}
.soo-inscription.soo_community_inscript_btn {
  position: relative;
  top: 0px;
  padding-top:0px;
  padding-bottom: 0px;
  line-height: 30px;
}
.flux li{
 display:inline-block;
 position: relative;
}
.flux li:not(:first-child), .flux li:not(:last-child){
 margin-left: 12px;
 margin-right: 12px;
}
.flux li:not(:last-child):after{
 position: absolute;
 content: ".";
 right: -17px;
 top: -3px;
 color: #000;
}
@media  (min-width: 1200px){
  .hover-inner{
    /*right: 80px;*/
  }
}
@media (max-width: 1199px) and (min-width: 980px) {
  .hover-inner {
    right: 20px;
  }
  .nav-left-soo {
      float: none;
      width: 100%;
  }
}
@media (max-width: 979px) and (min-width: 768px) {
  .nav-right-soo {
    display: none;
  }
  .navbar-soo.notoSans {
      margin-left: 15px;
  }
  .headerprincipal_responsive {
    width: 100% !important;
  }
  .nav-left-soo {
      float: none;
      width: auto;
  }
  #header_soonetwork {
    overflow: hidden;
  }
  .navbar-soo {
    text-align: center;
  }
  .navbar-soo > li {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
}
@media (max-width: 767px) and (min-width: 320px) {  
  .nav-right-soo {
    display: none;
  }
  .navbar-soo.notoSans {
      margin-left: 15px;
  }
  .headerprincipal_responsive {
    width: 100% !important;
  }
  .nav-left-soo {
      float: none;
      width: auto;
  }
  #header_soonetwork {
    overflow: hidden;
  }
  .navbar-soo {
    text-align: center;
  }
  .navbar-soo > li {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
}
@media (max-width: 319px){
  .headerprincipal_responsive {
    width: 100% !important;
  }
  .nav-left-soo {
      float: none;
      width: auto;
  }
  #header_soonetwork {
    overflow: hidden;
  }
  .navbar-soo.notoSans {
    margin-left: 15px;
 }
 .navbar-soo {
    text-align: center;
  }
  .navbar-soo > li {
    float: none;
    display: inline-block;
    margin: 0 15px;
  }
}


/***************************************************************************************************************************************/
/***************************************************..FOOTER..**************************************************************************/
@font-face {
    font-family: 'lobster_1.4regular';
    src: url('../fonts/Lobster1-4.eot');
    src: url('../fonts/Lobster1-4.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Lobster1-4.woff') format('woff'),
         url('../fonts/Lobster1-4.ttf') format('truetype'),
         url('../fonts/Lobster1-4.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'HelveticaLt';
    src: url('../fonts/Helvetica-Bold.eot');
    src: url('../fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helvetica-Bold.woff') format('woff'),
         url('../fonts/Helvetica-Bold.ttf') format('truetype'),
         url('../fonts/Helvetica-Bold.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'arial';
    src: url('../fonts/ArialMT.eot');
    src: url('../fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ArialMT.woff') format('woff'),
         url('../fonts/ArialMT.ttf') format('truetype'),
         url('../fonts/ArialMT.svg#lobster_1.4regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.container_foot {
  width: 1100px;
  display: block;
  margin: auto;
}
.related {
  margin-bottom: 21px;
}
.related-titre {
  font-family: "lobster_1.4regular";
  font-size: 31.64px;
  line-height: 40px;
  margin-top: 60px;
  overflow: visible;
  position: relative;
  text-align: center;
  letter-spacing: 0.01px;
}
.related-titre:before {
  content: '';
  background: url('../images/ligneNoir.png') no-repeat;
  height: 5px;
  width: 230px;
  position: absolute;
  top: 20px;
  left: 0;
}
.related-titre:after {
  content: '';
  background: url('../images/ligneNoir.png') no-repeat;
  height: 5px;
  width: 230px;
  position: absolute;
  top: 20px;
  right: 0;
}
.foot_contentImg {
  height: 230px;
  width: 350px;
}
.foot_contentImg > img {
  width: 100%;
}
.foot_contentblock {
  float: left;
  margin-right: 25px;
  width: 350px;
}
.foot_contentblock:last-child{
  margin-right: 0;
}
.foot_contentblock > p {
  font-family: "HelveticaLt";
  font-size: 20px;
  line-height: 25px;
  margin-top: 5px;
  text-align: center;
}
.foot_contentblock > p > a {
  color: #000;
  text-decoration: none;
}
.foot_blockExtrait {
  margin-bottom: 21px;
  overflow: hidden;
}
.foot_soogeek {
  color: #606060;
  font-family: "noto sans";
  font-size: 13px;
  text-align: center;
  margin-top: 84px;
}
.foot_soogeek > p {
  margin-bottom: 2px;
  margin-left: 1px;
  margin-top: 3px;
}
.foot_soonetwork {
  border-top: 1px solid #dddddd;
  margin-top: 26px;
  background: #fff;
  width: 100%;
}
.container_foot {
  margin: auto;
  width: 1100px;
}
.foot_left {
  float: left;
  width: 50%;
}
.foot_right {
  float: right;
  margin-bottom: 28px;
  width: 50%;
}
.foot_logo_left {
  float: left;
}
.foot_logo_right {
  float: right;
  position: relative;
  right: 16px;
  top: 1px;
}
.foot_logo_left > a > img {
  clear: both;
  display: block;
  margin-top: 30px;
  margin-left: 80px;
}
.foot_logo_right > a > img {
  clear: both;
  display: block;
  margin-top: 30px;
  margin-left: 80px;
}
.foot_logo_story {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 23px;
}
.foot_description > img {
  position: relative;
  top: 8px;
  margin-right: 6px;
}
.foot_description {
  color: #313131;
  font-family: "arial";
  font-size: 13px;
  line-height: 16px;
  padding-right: 30px;
  letter-spacing: 0.3px;
  margin-top: 2px;
  margin-left: 1px;
}
.foot_logo_story > p {
  color: #313131;
  font-family: "arial";
  font-size: 13px;
  margin-left: 1px;
  margin-top: 15px;
  letter-spacing: 0.3px;
}
.foot_ligne_degrade {
  background-image: linear-gradient(60deg, #00da9a, #00edea);
  height: 4px;
  width: 100%;
  z-index: 999;
  clear: both;
}
.SooGeek {
  left: 3px;
  position: relative;
  top: 2px;
}
.SooMotion {
  left: 2px;
  position: relative;
  top: -3px;
}
.SooSmile {
  left: 2px;
  position: relative;
  top: -5px;
}
.SooPositive {
  left: -1px;
  position: relative;
  top: 1px;
}
.SooCommunity {
  left: -1px;
  position: relative;
  top: 1px;
}
.SooInfluence {
  left: -1px;
  position: relative;
  top: -5px;
}
.footcontentImg {
  position: relative;
}
.foot_nb_partage {
  background: none repeat scroll 0 0 #000;
  bottom: 1px;
  height: 36px;
  opacity: 0.5;
  position: absolute;
  right: 0;
  text-align: center;
  width: 155px;
}
.txt_nb_partaga {
    line-height: 40px;
    font-family: 'HelveticaLt';
    font-size: 18px;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 0;
    letter-spacing: 1px;
} 
.flux > li {
  display: inline-block;
  margin-top: 20px;
}
.flux > li > a {
  color: #606060;
  font-family: "noto sans";
  font-size: 13px;
  text-decoration: none;
}
.flux > li > a:hover {
  text-decoration: underline;
}
/*Responsive*/
@media (max-width: 1199px) and (min-width: 980px){
  .container_foot {
    width: 100%;
  }
  .foot_soogeek {
    width: 100%;
  }
  .foot_left {
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .foot_description {
    padding-right: 0;
  }
  .foot_right {
    float: right;
    width: 50%;
    margin: auto;
  }
  .foot_ligne_degrade {
    clear: both;
  }
  .related {
    display: none;
  }
  .foot_block {
    display: none;
  }
  .foot_soogeek {
    margin-top: 20px !important;
  }
}
@media (max-width: 979) {
    .soo-inscription {
        background: none;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
  .container_foot {
    width: 100%;
  }
  .foot_left {
    float: left;
    width: 50%;
    margin-bottom: 15px;
  }
  .foot_description {
    padding-right: 0;
  }
  .foot_right {
    float: right;
    margin: auto;
    text-align: center;
    width: 50%;
  }
  .foot_logo_left {
    position: relative;
    float: left;
    right: 60px;
    width: 50%;
  }
  .foot_logo_right {
    float: left;
    position: relative;
    right: 90px;
    top: 1px;
    width: 50%;
  }
  .foot_ligne_degrade {
    clear: both;
  }
  .related {
    display: none;
  }
  .foot_block {
    display: none;
  }
  .foot_soogeek {
    margin-top: 20px !important;
  }
}
@media (max-width: 767px) and (min-width: 320px) {
  .container_foot {
    width: 100%;
  }
  .foot_left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_description {
    padding-right: 0;
  }
  .foot_right {
    width: 100%;
  }
  .foot_logo_left {
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .foot_logo_left > a > img {
    margin-left: 0;
  }
  .foot_logo_right > a > img {
    margin-left: 0;
  }
  .foot_logo_left > a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .foot_logo_left > a > img {
    display: inline;
  }
  .foot_logo_right > a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .foot_logo_right > a > img {
    display: inline;
  }
  .foot_logo_right {
    float: none;
    right: 0;
    width: 100%
  }
  .foot_ligne_degrade {
    clear: both;
  }
  .related {
    display: none;
  }
  .foot_block {
    display: none;
  }
  .foot_soogeek {
    margin-top: 20px !important;
  }
  .flux li:not(:first-child), .flux li:not(:last-child){
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .flux li:not(:last-child):after {
    display: none !important;
  }
}
@media (max-width: 319px) {  
  .container_foot {
    width: 100%;
  }
  .foot_left {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .foot_description {
    padding-right: 0;
  }
  .foot_right {
    width: 100%;
  }
  .foot_logo_left {
    margin: auto;
    text-align: center;
    width: 100%;
  }
  .foot_logo_left > a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .foot_logo_left > a > img {
    display: inline;
  }
  .foot_logo_right > a {
    display: block;
    text-align: center;
    width: 100%;
  }
  .foot_logo_right > a > img {
    display: inline;
  }
  .foot_logo_right {
    float: none;
    right: 0;
    width: 100%
  }
  .foot_ligne_degrade {
    clear: both;
  }
  .related {
    display: none;
  }
  .foot_block {
    display: none;
  }
  .foot_soogeek {
    margin-top: 20px !important;
  }
  .foot_logo_left > a > img {
    margin-left: 0;
  }
  .foot_logo_right > a > img {
    margin-left: 0;
  }
  .flux li:not(:first-child), .flux li:not(:last-child){
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .flux li:not(:last-child):after {
    display: none !important;
  }
}
@media (max-width: 460px) { 
  .flux > li {
    width: 100%;
  }
}
@media (max-width:979px){
  .navbar-soo.notoSans {
      margin-left: 0 !important;
  }
}
/***************************************************************************************************************************************************/
/***********************************************..Fin footer..**************************************************************************************/
/*NOTIFICATION*/
  .block-notif {
    background-color: #fff;
    border: 1px solid #dddddd;
    height: 330px;
    width: 300px;
    border-top: none !important;
    float: right;
    margin-right: 20px;
  }
  #notification {
      bottom: 0;
      position: fixed;
      z-index: 9;
      width: 100%;
  }
  .sep-badge {
      background-image: linear-gradient(60deg, #ffa421, #ffd700);
      clear: both;
      height: 3px;
      width: 100%;
      z-index: 9;
  }
  .block-notif > h3 {
    color: #4f4f4f;
    font-size: 14px;
    font-weight: bold;
    padding: 30px 0;
    text-align: center;
  }
  .block-notif > p {
    color: #4f4f4f;
    font-size: 14px;
    margin: auto;
    text-align: center;
    padding-bottom: 20px;
  }
  .log-badge {
    height: 150px;
    margin: auto;
    width: 150px;
    margin-bottom: 20px;
  }
  .log-badge img {
      width: 100%;
  }
  .notif-close {
    float: right;
    margin-right: 10px;
  }
  .notif-taille {
      width: 65%;
  }
  .bold {
    font-weight: bold;
  }

