@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
html {
  height: 100%;
}
body {
  height: 100%;
}

.contents{
  height: 100%;
}

.contents > .container{
  min-height: 90%;
  padding-bottom: 1%;
}

.head-bread{
  margin-top: 50px;
}

.head-bread .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
}

.container > .container{
  width: 100%;
}

a{
  color: #0e1a23;
}

.navbar{
  background-color: #0e1a23;
}

.btn-primary{
  background-color: #0e1a23;
}
/** ============================================================================================== ===== 
    ======================================Start Sytle Contact Form ==================================== =====
**/

#form_coantain h1{
  text-transform: uppercase;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}


#contain_captcha{
  display: flex;
  flex-direction: row;
  width: 250px;
  height: 100px;
}

#contain_imgcaptcha{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}

#captcha{
 width: 100%;
 height: 75%;
}


#captchacode{
  width: 100%;
}

#form_coantain{
  width: 100%;
}

    #butt_ctc{
  width: 100%;
  height: 100%;
  background-color: #0e1a23;
}

#mainbutton {
    width: 20%;
    height: 100%;
}

#captchaButton{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  height: 112px;
  margin-bottom: 50px;
}

#textarea_ctc{
  max-width: 100%;
}

form{
  width: 100%;
}

#formCtc input:focus:required:invalid{
  background: url('../images/error.png') right no-repeat; /** url('images/degrade-rouge-fluo-noir.jpg')**/
  background-size: 30px;
}

#formCtc input:required:valid{
  background: url('../images/valid.png') right no-repeat;
 background-size: 30px;
}

#formCtc textarea:focus:required:invalid{
  background: url('../images/error.png') right no-repeat; /** url('images/degrade-rouge-fluo-noir.jpg')**/
  background-size: 30px;
}

#formCtc textarea:required:valid{
  background: url('../images/valid.png') right no-repeat;
 background-size: 30px;
}

#formCtc input:focus:invalid{
  background: url('../images/error.png') right no-repeat; /** url('images/degrade-rouge-fluo-noir.jpg')**/
  background-size: 30px;
}

#formCtc #namecontact:valid{
  background: url('../images/valid.png') right no-repeat;
 background-size: 30px;
}
/**;
.correct{
  background: url('images/valid.png') right no-repeat;
 background-size: 30px;
}
 **/
#formCtc .incorrect{
  background: url('../images/degrade-rouge-fluo-noir.jpg');
  background-size: 30px;
}

/** ============================================================================================== ===== 
    ======================================END Sytle Contact Form ==================================== =====
**/


/** ============================================================================================== ===== 
    ======================================Start Style comments system ==================================== =====
**/


#wrap_comments{
    width: 45%;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0;
    margin-top: 20px;
    margin-left: 30px;
}

#addCommentContainer{
  width: 100%;
  min-width: 100%;
}
 .wrapslidecomm::before{
   content:"Votre commentaire :";
   border-bottom: 1px solid black;
   width: 100%;
   font-size: 1.4em;
   color: #444444;
   font-family: inherit;
   font-weight: 100px;
   display: inline-block;
}

#messageview{
    width: 100%;
    min-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#maDivcomment{
    width: 100%;
    min-width: 100%;
    margin: 10px auto 30px auto;
    -webkit-transition:max-height 1s;
    -moz-transition:max-height 1s;
    -ms-transition:max-height 1s;
    -o-transition:max-height 1s;
    transition:max-height 1s;
    padding: 20px;
    min-height: 40px;
    max-height: 60px;
    margin-top: 90px;
    overflow: hidden;
}

#maDivcomment a{
  color: navy;
}

#reloadcontain p{

 font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
    padding: 5px 20px;
    height: 30px;
    cursor: pointer;
    color: #777;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 20px;
    font-size: 19px;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);

}

.mdc2{
    max-height: 1000px !important;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
    background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
        0px 2px 2px rgba(0,0,0,0.1);
   overflow: auto !important;
}


.comment{
  width: 100%;
  min-width: 100%;
  max-height: 400px;
  background-color: silver;
  border-radius: 10px / 20px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin: 15px auto;
  padding: 12px;
  word-wrap: break-word;
  max-height: 10000px;
  cursor: pointer;
}


.avatar_comment{
  float: left;
  margin-right: 20px;
  width: 20%;
  height: 85px;
}

.avatar_comm_client{
   width: 100%;
   min-width: 100%;
   height: 85px;
}

a .avatar_comm_client:hover{
   width: 110%;
   box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
}

a .avatar_comm_client:active{
   width: 100%;
   box-shadow: 7px 7px 7px rgba(102, 120, 121, 0.5) inset;
}


.name_comment{
  display: inline-block;
}

.title_post{
  border-bottom: 3px solid #484848;
  word-wrap: break-word;
  text-transform: uppercase;
  margin-bottom: 0;
}

.title_post h4{
    font-size: 1.1em;
}

.wrap_post{
 
}

.wrap_post p{
     font-style: italic;
     font-family : "Times New Roman", Georgia, Verdana, Impact, sans-serif;
     word-wrap: break-word;
}


.date_post{
   text-align: right;
   bottom: 1px;
}

#loader_ajax{
  display: none;
  width: 100px;
  margin: auto;
}

#cmtmaDiv{
 display: inline-block;
 width: 100%;
 min-width: 100%;
}

.arrow_box_init{
font-size: 0px; line-height: 0%; width: 0px;
border-top: 20px solid #0e1a23;/* couleur du triangle*/
border-left: 10px solid transparent; 
border-right: 10px solid transparent; 
display: inline-block;
margin-left: -30px;
position: absolute;
margin-top: 6px;
}

.arrow_box_slide{
font-size: 0px; line-height: 0%; width: 0px;
border-bottom: 10px solid transparent;/* couleur du triangle*/
border-left: 20px solid #77c; 
border-top: 10px solid transparent;
display: inline-block;
position: absolute;
margin-left: -30px;
margin-top: 6px;
}

.comment-selected #admincomment{
  display: inline-block !important;
}

.newcomment-selected #admincomment{
  display: inline-block !important;
  width: 110% !important; 
  min-width: initial !important;
}

#admincomment select{
  border: none;
  outline: none;
  background: transparent;
  width:  150px;
  padding: 5px 35px 5px 5px;
  font-size: 16px;
  height: 34px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(/images/Configuration_icon_by_obsilion.png) 96% / 15% no-repeat;
}

#admincomment select option{
 background: #5A5E6B;
 color: white;
}

#admincomment select option:hover{
  background-color: #0e1a23;
}

#headpost{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#remarkcomm, #changebody{
width: 100%;
max-width: 520px;
}

#changename{
  width: 100%;
}

.likecomment, .noLikecomment{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: auto;
}

.likecomment i, .noLikecomment i{
  margin-left: 5px;
}

/** ============================================================================================== ===== 
    ======================================END Style comments system ==================================== =====
**/


/** ============================================================================================== ===== 
    ======================================Start Style avatar ==================================== =====
**/

     #imageload{
       display:none;
       
       }
       
       #Chat-Box{
         background:#930;
         margin:20px;
         height:auto;
         
         }
         #stylemessage{
          background:url(http://content.wallpapers-room.com/resolutions/1280x800/V/Wallpapers-room_com___Veluxe_LightGrey_by_TwoDecks_1280x800.jpg); 
          
          
           }
           .container-avatar{
           width: 100%;
           }
           #container-avatar{
            height:100px;
            width:100px;
            background:url(http://www.boxca.com/new/pics/100_Suleyman_.jpg);
            display:block;
            position:relative;
            float:left;
             
           }
           .container_informations-avatar{
             float:right;
             background:#333;
             position:relative;
             font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
             height:100px;
             width:100%;
             float:right;
             overflow: hidden;
             font-size:9px;
             }
             #container_image{
          position:relative;
               }
             #container_message{
            
               
               
               }
             .container_chat_image{
               background:url(http://www.boxca.com/new/pics/100_Suleyman_.jpg);
               float:left;
               height:100px;
               width:100px;
               position:relative;
               
               }
/** ============================================================================================== ===== 
    ======================================END Style avatar ==================================== =====
**/



/** ============================================================================================== ===== 
    ====================================== Start Style News System  ==================================== =====
**/
@media all and (max-device-width: 480px){

.bloc_news{
    background: url('/images/dark-clean-background-4k-2560x1440.jpg') fixed no-repeat;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 50px;
    cursor: pointer;
}

.bloc_news h1{
  color: white;
  text-align: center;
  font-size: 1em;
}

.illustration_bloc_news{
    margin: 0;
    padding: 0;
    width: 100%;
}

.illustration_bloc_news img{
    width: 100%;
}

.wrap_bloc_contents{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-head-title{
  overflow: hidden;
}

.news-info{
    display: none;
    padding: 10px;
    background: -webkit-linear-gradient( right, #484848, silver);
    background:    -moz-linear-gradient( right, #484848, silver);
    background:     -ms-linear-gradient( right, #484848, silver);
    background:      -o-linear-gradient( right, #484848, silver);
    background:         linear-gradient( to left, #484848, silver);
}

.news-info figure{
      width: 5%;
}

.news-info figure img{
    border-radius: 50%;
}

.news-info p{
    border-left : 1px solid white;
    padding: 5px;
}

#title_news{
    width: 100%;
    outline: none;
}

}

@media all and (min-device-width: 480px){
.bloc_news{
    background: url('/images/dark-clean-background-4k-2560x1440.jpg') fixed no-repeat;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: row;
    width: 100%;
    min-width: 420px;
    margin-top: 50px;
    cursor: pointer;
    height: 300px;
    overflow: hidden;
}

.bloc_news h1{
  color: white;
  text-align: center;
  font-size: 2em;
}

.illustration_bloc_news{
    margin: 0;
    padding: 0;
    width: 25%;
    min-width: 150px;
    margin-right: 10px; 
    display: flex;
    max-height: 100%;
}

.illustration_bloc_news img{
    width: 100%;
}

.wrap_bloc_contents{
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-head-title{
  height: 100px;
  min-height: 100px;
  max-height: 100px;
  overflow: hidden;
}

.news-descript{
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

.news-info{
    height: 50px;
    min-height: 50px;
    max-height: 50px;
    text-align: right;
    display: flex;
    justify-content: space-around;
    margin-left: -10px;
    padding: 10px;
    background: -webkit-linear-gradient( right, #484848, silver);
    background:    -moz-linear-gradient( right, #484848, silver);
    background:     -ms-linear-gradient( right, #484848, silver);
    background:      -o-linear-gradient( right, #484848, silver);
    background:         linear-gradient( to left, #484848, silver);
}

.news-info figure{
      width: 5%;
}

.news-info figure img{
    border-radius: 50%;
}

}

#title_news{
    width: 100%;
    outline: none;
}

#description_news{
  width: 100%;
  outline: none;
}

#contents_news{
    height: 450px;
    width: 100%;
    outline: none;
}

#butt_edt{
  width: 10%;
  height: 100px;
  background-color: #0e1a23;
  float: right;
}

#butt_edt:active{
  background-color: #0e1a23;
}
/** ============================================================================================== ===== 
    ====================================== End Style News System  ==================================== =====
**/

/** ============================================================================================== ===== 
    ====================================== Index /// Bas  ==================================== =====
**/

.home_slide{
  margin-top: 80px;
}

div.livgrat {
    border: 2px solid #ccc;
    float: left;
    padding: 0;
}	

/* div.livgrat:hover {
    border: 1px solid #777;
} */

div.livgrat img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

.sub-news{
    padding: 3em 0;
    text-align: center;
}
.sub-news h3 {
    margin-bottom: 15px;
    font-family: 'Pathway Gothic One';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 38px;
    color: #100b0b;
}
li.ad-2-crt a:nth-child(2) {
    margin-top: 20px;
}
input.sub-email {
    font-family: 'Pathway Gothic One';
    padding: 7px;
    width: 40%;
    border: 2px solid #100b0b;
    outline: none;
    font-size: 18px;
}
a.subs-btn {
    font-family: 'Pathway Gothic One';
    border: none;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    border-top: 2px solid #000;
    background-color: #FFF;
    border-radius: 0;
    padding: 8px;
    font-size: 18px;
    width: 9%;
    margin: -6px -3px 0px;
    color: #000;
    outline: none;
}
a.subs-btn:hover{
    background: #A5E126;
    transition: 0.5s all;
    border: none;
    border-right: 2px solid #A5E126;
    border-bottom: 2px solid #A5E126;
    border-top: 2px solid #A5E126;
    color: #fff;
}
.footer-grid ul{
    list-style-type: none;
}
.footer-grid {
    padding: 3em 0;
}

#footer {
  height: 60px;
  background-color: #f5f5f5;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 10%;
}

.ftext{
  text-align: center;
}

.indexinfo{
  padding-left: 15px;
  padding-right: 15px;
}

.ns_letter h3{
  color: #0e1a23 !important;
}

.caption a{
  text-decoration: none;
}

.caption a:hover{
  color: #2196f3;
}
/*-- newsletter --*/

.signup-form {
    margin: 5em auto 1em;
    width: 50%;
    text-align: center;
}

.row.row-middle {
    margin: 5em 0;
}

.row h3 {
    color: #fff;
    font-size: 1.1em;
    text-align: left;
    line-height: 1.7em;
    letter-spacing: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}

.row h3 span {
    font-weight: 800;
}

.row  h3 span.orange {
    color: #ec522e;
}

   .signup-form input[type="text"] {
    font-size: 0.9em;
    color: #ccc;
    padding: .7em 1em;
    background: none;
    border: 2px solid #fff;
    outline: none;
    font-family: 'Josefin Slab', serif;
    margin-right: 1em;
    width: 22%;
}

.signup-form input[type="submit"] {
    border: none;
    cursor: pointer;
    margin: 0;
    background: url(../images/news.png)#ec522e no-repeat center;
    padding: 2.1em 2.6em;
    border-radius: 50%;
    outline: none;
}

.signup-form input.yellow[type="submit"] {
	background: url(../images/news1.png)#f1c40f no-repeat center;
}

.signup-form input[type="submit"]:hover {
    opacity: .7;
}

/** ============================================================================================== ===== 
    ====================================== Index // Fin ==================================== =====
**/

/** ============================================================================================== ===== 
    ====================================== Start Style Profile View ==================================== =====
**/

figure.snip0057 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10% 30%;
  min-width: 380px;
  max-width: 480px;
  width: 100%;
  background: #ffffff;
  color: #000000;
}
figure.snip0057 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip0057 .image {
  width: 50%;
  overflow: hidden;
  z-index: 1;
  -webkit-transform: skewX(-15deg);
  transform: skewX(-15deg);
}
figure.snip0057 .image img {
  position: relative;
  display: block;
  left: -15%;
  z-index: 1;
  -webkit-transform: skew(15deg);
  transform: skew(15deg);
}
figure.snip0057:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 45%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: skewX(-17deg);
  transform: skewX(-17deg);
  -webkit-box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
  box-shadow: 15px 0px 25px rgba(0, 0, 0, 0.7);
}
figure.snip0057 figcaption {
  padding: 20px 30px 20px 20px;
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 50%;
}
figure.snip0057 figcaption h2,
figure.snip0057 figcaption p {
  margin: 0;
  text-align: right;
  padding: 10px 0;
  width: 100%;
}
figure.snip0057 figcaption h2 {
  font-size: 1.3em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snip0057 figcaption h2 span {
  font-weight: 800;
}
figure.snip0057 figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snip0057 figcaption .icons {
  width: 100%;
  text-align: right;
}
figure.snip0057 figcaption .icons i {
  font-size: 26px;
  padding: 5px;
  top: 50%;
  color: #000000;
  opacity: 0;
}
figure.snip0057 figcaption a {
  opacity: 0.3;
}
figure.snip0057 figcaption a:hover {
  opacity: 0.8;
}
figure.snip0057 .position {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: right;
  padding: 15px 30px;
  font-size: 0.9em;
  opacity: 1;
  font-style: italic;
  color: #ffffff;
  background: #000000;
}
figure.snip0057.blue .position {
  background: #20638f;
}
figure.snip0057.red .position {
  background: #962d22;
}
figure.snip0057.yellow .position {
  background: #bf6516;
}
figure.snip0057:hover figcaption,
figure.snip0057.hover figcaption {
  bottom: 40px;
}
figure.snip0057:hover .icons i,
figure.snip0057.hover .icons i {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
figure.snip0057:hover:before,
figure.snip0057.hover:before {
  -webkit-animation: shadow 0.6s ease-in-out;
  animation: shadow 0.6s ease-in-out;
}
@-webkit-keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}
@keyframes shadow {
  0% {
    left: 0px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0px;
  }
}

a .infoBull{
     position:absolute;               
}

a .infoBull{

    margin-top: -50px;
    margin-left: -70px;
}

a .infoBull{
     color:#09c;
     padding:15px;
     border-radius:3px;
     box-shadow:0 0 2px rgba(0,0,0,.5);
}

a .infoBull{
     transform:scale(0) rotate(-12deg);
}

a:hover .infoBull, a:focus .infoBull{
     background: rgba(0,0,0,.9); 
     transform:scale(1) rotate(0);        
}

a .infoBull{

     transition:all .25s;
}

a .infoBull{
     opacity:0;
}
a:hover .infoBull, a:focus .infoBull{
     opacity:1;
}
/** ============================================================================================== ===== 
    ====================================== END Style Profile View  ==================================== =====
**/

/** ============================================================================================== ===== 
    ====================================== Start Style Account View ==================================== =====
**/

#user_account_info_panel {
  text-align: center;
  border-collapse: separate;
  width: 50%;
  height: 400px;
  margin: auto auto;
}


#user_account_info_panel td{
  text-align: center;
  margin-top: 20px;
}

/** ============================================================================================== ===== 
    ====================================== END Style Account View  ==================================== =====
**/

/** ============================================================================================== ===== 
    ====================================== Start Style Product Page View ==================================== =====
**/

.row .thumbnail img{
  height: 350px;
}

.blocDecoration{
  cursor: pointer;
}
.cart-actions{
  margin-top: 100px;
}

.add{
  width: 100%;
}

/** ============================================================================================== ===== 
    ====================================== END Style Product Page View  ==================================== =====
**/


/** ============================================================================================== ===== 
    ====================================== Start Style Panier ==================================== =====
**/
.fa-cart-plus{
  font-size: 3em;
  color: #444444;
}

.fa-cart-plus:hover{
  color: #0e1a23;
}

/** ============================================================================================== ===== 
  ====================================== END Style Panier ==================================== =====
**/
