﻿.wrapper{
    background-color: #f5f5fa;
}

/* TITRE (book, cook, forum, etc...) */
.banner-title {
    padding-top:3%;
    padding-bottom:3%;
    color: #5569af;
    font-size: 36px;
    text-align:center;
}
.banner-title .line-left{
    clear:left;
    float:left;
    width:40%;
    border-top: 3px solid #eee;
}
.banner-title .line-right{
    clear:right;
    float:right;
    width:40%;
    border-top: 3px solid #eee;
}

.banner-title .homebox-title{
    margin-top: 20px;
    font-size: large;
    font-weight: bold;
    font-family: montserra;
    color:black;
}

.banner-title .panel-title{
    font-size: medium;
    font-family: montserra;
    color:black;
}

.btlink{
    width: 100%;
    padding: 12px 25px 1px 25px;
    border-radius:30px;
}
.btlink a{
     text-decoration:none;
     color:white;
     font-weight:bold; 
     font-size: small;
     font-family:firasans; 
}

/* HomeBox (DicoBIL) */ 
.panel-dicosbil{
    /*height: auto;*/
    margin-left: 3%;
    padding-bottom: 10px; 
    border-bottom: 3px solid #eee;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
@media screen and (max-width: 768px) {
  .panel-dicosbil{
     height: 100%;
     padding-bottom:3%;
  }
}
@media screen and (max-width: 480px) {      /*!!! Smartphone !!!*/
    .panel-dicosbil {
        margin-left: 0%;
    }
}
.panel-dicosbil .banner-title{
    margin-left:20px;
    padding-top: 1%;
    text-align:left;   
}
.panel-dicosbil .homebox-title{
    float:left;
    width: 70%;     /*width: 80%;*/
    margin-top: 0px;
    margin-left:20px;
}
.panel-dicosbil .homebox-title .title{
    color: #5569af;
}

.panel-dicosbil .homebox-title .desc{
}

.slider-cxlangue{
	width: 680px;     
	height: 50px;
	margin: auto;
}
.slider-cxlangue .item {
    width: 140px !important;
    opacity:0.5;
}
@media screen and (max-width: 1090px) {
  .slider-cxlangue {
       width: 320px
  }
  .slider-cxlangue .item {
        width:75px !important;;
  }
}
@media screen and (max-width: 480px) {      /*!!! Smartphone !!!*/
  .slider-cxlangue {
       width: 280px
  }
  .slider-cxlangue .item {
        width:60px !important;;
  }
}

.slick-arrow{
	position: absolute;
	top: 50%;
	z-index: 50;
	margin-top: -12px;
}
.slick-prev{
	/*left: 0;*/
    display:none !important;
}
.slick-next{
	/*right: 0;*/
    display:none !important;
}
.panel-cxdico{
    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
	transition: all 300ms ease-in;

    display:none;
}

.selector-show{
    display:block;
}

.item-dico-bil {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding-top: 10px;
    border-radius: 20px; 
    font-family: firasans;
    font-size: larger;
    background-color: #f5f5fa;   
}
.lang-left {
    float: left;
    margin-left: 10%;
    transition: 100ms;
}
.arrow {
    width: 20px;
    margin:auto;
    font-family: fontello;
    font-size: 18px;
    color: #5569af;  
}
.lang-right {
    float: right;
    margin-top:-25px;   /*arrow = auto*/
    margin-right: 10%;
    transition: 100ms;
}
.item-dico-bil:hover {
    box-shadow: 2px 2px 2px #d6d6d6;
}
.item-dico-bil:hover .lang-left{
    margin-left: 15%;
    transition: 100ms;
}
.item-dico-bil:hover .lang-right{
    margin-right: 15%;
    transition: 100ms;
}


/* PANEL ZONE (Quizz + Forum + Tools + Vidéos*/
.panel-zone {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}


/* NAV MODULE GUIDES */
.zone-guides{
}
.zone-guides .banner-title{
    margin-top:3px;
}
.zone-guides .banner-title .line-left{
    margin-top: 30px;
    width:15%;
}
.zone-guides .banner-title .line-right{
    margin-top: 30px;
    width:15%;
}
.zone-guides .banner-title .homebox-title{
    margin-top: 0px;
    font-weight:initial;
}
@media screen and (max-width: 480px) {
  .zone-guides .banner-title .line-left{
    width:3%;           /*!!! Smartphone !!!*/
  }
  .zone-guides .banner-title .line-right{
    width:3%;           /*!!! Smartphone !!!*/
  }
}

.rotateYBack{
	transform: rotateY(-180deg);
}
.rotateXBack{
	transform: rotateX(-180deg);
}

.guide-selector{
    margin: auto;
    width: 300px;           /* taille image*/
}
@media screen and (max-width: 480px) {
  .guide-selector{
    width:280px;           /*!!! Smartphone !!!*/
  }
}
#cover-guide{
    transition: opacity 250ms;
}
.guide-nav{
    height:50px;
    font-weight:bold;
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
.guide-lang{
    position: absolute;
    height: 80px;
    width: 80px;
    margin-top: -35px;  
    margin-left: 110px;
    padding-top: 20px;
    border-radius: 40px;
    background-color: white; 
    text-align:center;

    backface-visibility: hidden;
    -webkit-backface-visibility:hidden;
	transition: all 300ms ease-in;
}
@media screen and (max-width: 480px) {
  .guide-lang{
     margin-left: 100px;     /*!!! Smartphone !!!*/
  }
}
.guide-lang a{
    text-decoration: none;
    font-family:firasans;
    color:black;
    transition: all 100ms ease;
}
.guide-lang:hover a{
    font-size:large;
    transition: all 100ms ease;
}
.guide-lang img{
    height: 35px;
    width: 53px;
    margin:auto;
    padding: 5px 6px;
    transition: all 100ms ease;
}
.guide-lang:hover img{
    padding: 0;
    transition: all 100ms ease;
}
.zone-guides .prev{
    float:left;
    width:10%;
    cursor:pointer;
    margin-top:14px;
    border-left-style: solid;
    border-left-width: 2px;
    border-color: #E4E4E4;
    transform: scale(-1, 1);
    text-align: center;
}
.zone-guides .next{
    float:right;
    width:10%;
    cursor:pointer;
    margin-top:14px;
    border-left-style: solid;
    border-left-width: 2px;
    border-color: #E4E4E4;
    text-align: center;
}


/* NAV MODULE OUTILS */
.zone-tools{
}
@media screen and (max-width: 992px) {
    .zone-tools{
        margin: 0 3%;
    }
}
.zone-tools .banner-title .line-left{
    margin-top: 30px;
    width:30%;
}
.zone-tools .banner-title .line-right{
    margin-top: 30px;
    width:30%;
}
.zone-tools .banner-title .homebox-title{
    margin-top: 0;
    font-weight:initial;
}

.social-bar {
    width: 100%;
    height: 50px;
    margin: auto;
    padding-top: 15px;
    padding-left: 6%;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
    text-align: center;
}
.social-bar span{
    font-family: firasans;
    font-weight: bold;
    font-size: large;
    padding-right: 20px;
    color: black;
}
@media screen and (max-width: 480px) {
  .social-bar span {
    margin-left:-5%;
    padding-right: 5px;
    font-size: small;           /*!!! Smartphone !!!*/
  }
}
.social-bar a{
    margin-left:2%;
    margin-right:2%;
    font-weight:bold;
    text-decoration:none;
}

.box-access {
    margin-bottom:10px;
    padding: 5px 10px;
    background-color: white;
    box-shadow: 6px 6px 6px #d6d6d6;
}
.box-access hr{margin:0;}
.box-access a{text-decoration:none;}

.go-line{
    padding: 10px 20px;
}
.go-line img{
    float:left;
    height: 25px;
    width: 40px;
    margin-top:20px;
    margin-left:5%;
}
.go-line .icon{
    float:left;
    margin-top: 5px;
    margin-left:5%;
    font-family:fontello;
    color: #5569af;
    font-size: 36px;
} 
.go-line .name{
     margin-left: 25%;
     font-family: montserra;
     font-size: large;
     font-weight: bold;
     color:black;
}
.item-cours .name{
    font-size:small;
    line-height: 24px;
}
@media screen and (max-width: 380px) {
  .go-line .name {
    font-size: small;
  }
}
.go-line .arrow{
    float:right;
    margin-top:-25px;
    margin-right: 10%;
    font-family:fontello;
    font-size: 18px;
    font-weight: bold;
    transition: 100ms;
    color: #5569af;  
}
.go-line:hover .arrow{
    margin-right: 5%;
    transition: 100ms;
}




/* NAV MODULE QUIZZ */
.zone-quizz {
    padding-top: 0%;
    /*margin-left: 10%;*/
    /*width: 80%;*/
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

/* MODULE QUIZZ RIGHT (Article) -> !!! file: article.css !!!*/
.hb-right-quizz{
    margin-top:30px;
    margin-right:12%;
}

.hb-right-quizz .zone-quizz{
    width:100%;
    margin-left:0;
}


/* NAV MODULE FORUMS */
.panel-forum {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}
@media screen and (max-width: 480px) {
  .panel-forum{
    margin-left:0%;             /*!!! Smartphone !!!*/
    margin-right:0%;            /*!!! Smartphone !!!*/
  }
}
.zone-topicforum {
    margin-top: -2%;
    margin-bottom: 1%;
    margin-left: 10%;    
    width: 80%;
}
.zone-topicforum .line-topic{     
    margin-top: 3%;
    padding-bottom: 1%;
    border-bottom: 1px solid #eee;
    font-family:firasans;
}
.zone-topicforum .line-topic a{
     text-decoration:none;
}
.zone-topicforum .user-forum {   
    height: 46px;
    width: 46px;
    margin-right: 80px;
    padding-left: 10px;
    background-color:#ebebf5;
    border-radius: 30px;
    font-size: 28px;
}
.zone-topicforum .ask-topic {
    font-size: 16px;
    font-weight: bold; 
    color:black;   
}
.zone-topicforum .date-topic {
    font-size: 14px;
    font-style: italic;
    color: #85b4ec;
}
.zone-topicforum .visite-topic {
    float:right;
    width: 110px;
    margin: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #FF4B55;

    text-align:center;
    color:white;
    font-weight: bold;
}
.zone-topicforum .message-topic {
    float:right;
    width: 120px;
    margin: 10px;
    padding: 3px 10px;
    border-radius: 10px;
    background-color: #8291C8;

    text-align:center;
    color:white;
    font-weight: bold;
}
.zone-linkforum {
    text-align: center;
}
.input-searchforum{
    width: 60%;
    min-width:280px;
    margin: auto;
    margin-top:10px;
}
.askforum-btlink{
    width: 240px;
    margin-top: 10px;
    margin-left: 20px;
    background-color:#5a6eb4; 
}

.go-askforum {
    float: right;
    margin-top: -32px;
    font-size: large;
    transition: 100ms;
}
.askforum-btlink:hover .go-askforum{
    margin-right:-15px;
    transition: 100ms;
}

.col-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}



/* PUBS */
.pub-pave{
    width: 33%;
    text-align: center;
}
@media screen and (max-width: 992px) {
  .pub-pave {
    width: 100%;
    margin-top: 3%;
    text-align:center;
  }
}


/* TRADUCTOR */
.zone-translator{
    background-color: white;
    padding: 3%;
}
.setting-lang{
    width: 90%;
    height: 60px;
    margin: auto;
    text-align: center;
}
.select-lang{
    float: left;
    width: 40%;
    padding: 8px 0px 0px 8px;
    border: solid 1px #d5dddd;
    border-radius: 25px;
}
.cbLang{
    width: 140px;   /*fix*/
    margin-bottom: 10px;
    border: none;
    outline: none;
    font-weight: bold;
}
.flag{
    width: 12%;
    vertical-align: middle;
}

.status{
    float: left;
    width: 20%;
}
.icon-sens{
    padding: 10px;
    background-color: #5a6eb4;
    border-radius: 30px;
    font-family: fontello;
    font-size: xx-large;
    font-weight: bold;
    color: white;
}
.icon-wait{
    display: none;
    width: 90%;
    margin-top: -20px;
}
.icon-error{
    display: none;
    width: 50px;
    margin-top: -10px;
}

.zone-text{
    width: 100%;
    height: 200px;
    padding: 1%;
    resize: none;

    font-size: 16px;
    font-weight: 400;
}
#txtCopy{
    /*display:none;*/
    height: 0px;
    width: 0px;
    resize: none;
    opacity: 0;
}
.bt-text{
    position: relative;
    float: right;
    margin-top: -30px;
    margin-right: 10px;
    padding: 0% 2%;
    background-color: #5a6eb4;
    border: none;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    outline: none;
}
.bt-text:hover{
    color:black;
}
.msg-error{
    color:red;
}

.promo-systran{
	display: inline-block;
    width: 100%;
}
.logo-systran{
    float: right;
    width: 20%;		/*10%;*/
    margin-top: 3%;
}
.link-systran{
    clear: both;
    float: right;
    font-family: 'firasans';
    font-size: 12px;
    color: black;
}

@media screen and (max-width: 780px) {      /*!!! Smartphone !!!*/
    .setting-lang{
        width: 90%;
    }
    .flag{
        width: 15%;
    }
    .icon-wait {
        margin-top: -10px;
    }
}

@media screen and (max-width: 520px) {      /*!!! Smartphone !!!*/
    .setting-lang{
        width: 98%;
    }
    .cbLang{
        width: 90px;    /*fix*/
        font-size: 12px;
    }
    .icon-sens {
        padding: 5px;
    }
    .icon-wait{
        margin-top: 0px;
    }
}
