﻿.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 (DicoOLF) */ 
.panel-dicofr{
    margin-left:3%;
    margin-right:3%;
}

.hb-dicofr-selector{
    margin: auto;
    padding: 10px;
    background-color:white;
    box-shadow: 6px 6px 6px #d6d6d6;
}

.hb-dicofr-bloc {
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;       /*auto;*/  /*!prems!*/
    /*max-width:420px;*/
    /*min-width:290px;*/    /*!!! smartPhone !!!*/
}
.hb-color1{
    background-color: #293368;
}
.hb-color2{
    background-color: #576bb4;
}
.hb-color3{
    background-color: #ff4b55;
}
.hb-color4{
    background-color: #6b6bd6;
}
.hb-color5{
    background-color: #24A388;
}


.hb-dicofr-icon {
    clear: right;
    float: right;
    margin-right: 20px;
    padding: 10px 10px;
    font-size: 36px;
    font-family: fontello;
    color: gainsboro;
    opacity: 0.5;
    /*transition: all 100ms ease;*/
}
.hb-dicofr-name{
    float:left;
    width: 60%;
    margin-top: 20px;
    margin-left: 25px;
    font-weight: bold;
    font-family:firasans;
    color: #f3f3f3;
    /*transition: all 100ms ease;*/
}
.hb-dicofr-name h1{
    margin-top:0;
    font-size:x-large;
    font-weight:bold;
}
.hb-dicofr-name hr{
    /*width: 80%;*/
    margin: 0;
    margin-bottom: 10px;
}

.hb-dicofr-prem {
    /* position: absolute; */
    float: right;
    margin-top: 30px;
    margin-right: -32px;
    padding: 0px 42px;      /*32px;*/
    color: white;
    background-color: red;
    transform: rotate(45deg);
    /* overflow: hidden; */
}

@media screen and (max-width: 480px) {  /*!!! Smartphone !!!*/
    .hb-dicofr-name {
        width: 50%;    
        font-size:smaller;     
    }
    .hb-dicofr-name h1 {
        font-size: small;
    }
}
.hb-dicofr-go{
    clear: right;
    float:right;
    width: 60px;
    height: 60px;
    margin-top: 30px;
    padding-top: 24px;
    padding-left: 24px;
    border-top-left-radius: 50px;
    background-color: white;
    font-size: large;
    font-family:fontello;
    transition: all 100ms ease;
}
.hb-dicofr-bloc:hover .hb-dicofr-go {
    padding-left: 34px;
    font-weight: bold;
    transition: all 100ms ease;
}

.dicofr-btlink{
    background-color:#5a6eb4; 
}

/* PANEL ZONE (Quizz + Forum + Tools + Vidéos*/
.panel-zone {
    padding-top: 3%;
    margin-left:3%;
    margin-right:3%;
}


/* NAV MODULE VIDEOS */
.zone-video{
}
.zone-video .banner-title .line-left{
    margin-top: 30px;
    width:30%;
}
.zone-video .banner-title .line-right{
    margin-top: 30px;
    width:30%;
}
.zone-video .banner-title .homebox-title{
    font-weight:initial;
}

.panel-video{
    width:100%;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: white; 
    box-shadow: 6px 6px 6px #d6d6d6;  
    text-align: center;
}

.box-video{
    height:100%;
    width:80%;
    margin: auto;
    margin-top: 25px;
}
.box-video iframe{
    width:100%;
}
.box-video p{
    margin-left: 5px;
    margin-bottom:0;
    font-family:montserra;
    font-weight: bold;
    text-align: left;
}
.box-video .title-video{   
    color: #5569af;
}
.box-video .desc-video{   
}



/* 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{
    margin: 15px 0;
    text-align: center;
}
@media screen and (max-width: 992px) {
  .pub-pave {
    width: 100%;
    margin-top: 3%;
    text-align:center;
  }
}

