﻿
@font-face {
    font-family: "MYRIADPRO-COND";
    src: url("../../Fonts/MYRIADPRO-COND.OTF") format("truetype");
}


@font-face {
    font-family: "BNP sans light";
    src: url(../../../Css/Fonts/BNPP_Sans_Light_0.ttf);
}

@font-face {
    font-family: "BNP sans bold";
    src: url(../../../Css/Fonts/BNPP_Sans_Bold_0.ttf);
}

@font-face {
    font-family: "BNP sans cond";
    src: url(../../../Css/Fonts/BNPP_Sans_Cond_v2_0.ttf);
}

@font-face {
    font-family: "BNP sans cond bold";
    src: url(../../../Css/Fonts/BNPP_Sans_Cond_Bold_v2_0.ttf);
}

/*_____________________________________________________________________________*/
/*                                                                             */
/*      Pour la maquette : Remove later ainsi que les div dans le template     */
/*_____________________________________________________________________________*/
.samplePanel{
    display: flex;
    justify-content: space-between;
}
.samplePanel div{
    height:44px;
    border: 1px solid black; 
    margin:30px 1px 0;
}
div.samplePagination{
    border: none;
    width: 100%;
    background: url("./imgSample/paginationSample.png") center no-repeat;
}
.sampleGenre{
    width: 10%;
    background: url("./imgSample/searchPanelSample_genre.png") 5px no-repeat;
}
.sampleDate{
    width: 25%;
    background: url("./imgSample/searchPanelSample_date.png") center no-repeat;
}
.sampleSearch{
    min-width: 50%;
    background: url("./imgSample/searchPanelSample_search.png") 5px no-repeat;
}
.sampleButton{
    min-width: 10%;
    background: black url("./imgSample/searchPanelSample_button.png") center no-repeat;
}

/*_____________________________________________________________________________*/
/*                                                                             */
/*                                                                             */
/*_____________________________________________________________________________*/

/*----------------------------- GLOBALS TEMPLATES ----------------------------------*/


.orangeEventTitle, .orangeActuTitle, .orangeToolsTitle{
    color: #ff7900;
    font-size : 32px;
    font-weight: bold;
}


/* ----- Colors -------- */
/* -- txt Colors --*/
.orangeBlack{
    color: #000000;
}

/* -- background Colors --*/
.orangeGold{
    background: #FFD200;
}
.orangeBlueLight{
    background: #4BB4E6;
}
.orangeBlueDark{
    background: #527EDB;
}
.orangeGreen{
    background: #50BE87;
}
.orangePurple{
    background: #A885D8;
}
.orangePink{
    background: #FFB4E6;
}
.orangeGray{
    background: #FAFAFA;
}

/*_____________________________________________________________*/
/*                                                             */
/*                            EVENT                            */
/*_____________________________________________________________*/

.orangeHearderWide img{
    margin:0;
    padding:0;
    /*max-height:450px;*/
    width:100%;
    height:auto;
}
.orangeEventInfos{
    font-size:16px;
    padding: 10px;
    text-align: left;
    background:#4ab4e6;
    color:#fff;
    /*padding: 10px 10px 10px 10px;*/
    transition: all 1s linear 0.1s;
}
.orangeEventContent h2,
.orangeEventContent h3,
.orangeActuContent h2,
.orangeActuContent h3{
    font-weight: bold;
    margin:0;
}
.orangeEventContent h2{
    font-size:32px;
    padding-top: 30px;
}
.orangeEventContent h3, .orangeActuContent h3{
    font-size:16px;
    padding-bottom: 20px;
}
.orangeEventContent p{
    font-size:16px;
}
.orangeEventContent .orangeEventPlus a,
.orangeActuContent .orangeActuPlus a
.orangeEventContent p a,
.orangeActuContent p a {
    text-decoration: none;
    color: #ff7900;
}
/*pseudos éléments de la liste (à mettre à jour avec leur icones ?)*/
.orangeEventInfos li{
    list-style: none;
}
.orangeEventInfos li::before{
    font-family:fontAwesome;
    display: inline-block;
    width: 30px;
    text-align: center;
    padding: 0 5px;
    margin:0 !important;
}
.orangeEventInfos li:first-child::before{
    content:"\f145 ";
}
.orangeEventInfos li:nth-child(2)::before{
    content:"\f073";
}
.orangeEventInfos li:nth-child(3)::before{
    content:"\f041";
}
.orangeEventInfos li:last-child::before{
    content:"\f0e0 ";
}

/*_____________________________________________________________*/
/*                                                             */
/*                            END EVENT                        */
/*_____________________________________________________________*/

/*_____________________________________________________________*/
/*                                                             */
/*                             OUTILS                          */
/*_____________________________________________________________*/

.orangeToolsItem{
    position: relative;
    padding:15px;
}
.orangeToolsItem article{
    position: relative;
    min-width: 250px;
    min-height: 350px;
    /*width:250px;*/
}
.orangeToolsItem article .outilContent{
    font-size: 18px;
    position: absolute;
    padding:10px;
    width:100%;
    height:50%;
    bottom: 0px;
    left:0;
}
.orangeToolsItem article h4{
    font-weight: bold;
    font-size: 18px;
}

.orangeToolsItem h3{    
    font-size: 24px;
    color: #ff7900;
    position: absolute;
    bottom: 50%;
    left:15px;
    background: #000000;
    padding: 5px 10px;
    
}
.orangeToolsItem img{
    width: 100%;
    height:auto;
}

/*_____________________________________________________________*/
/*                                                             */
/*                            END OUTILS                       */
/*_____________________________________________________________*/

/*_____________________________________________________________*/
/*                                                             */
/*                               FAQ                           */
/*_____________________________________________________________*/
.orangeFaqDescription{
    font-size:16px;
}

button.faqQuestion { 
    position:relative;  
    font-size: 16px;
    background-color: #eee;
    color: #000;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;        
    font-weight: bold;
    padding: 10px 15px 40px 15px;
    margin:2px 0;
}
button.faqQuestion::after{
    font-family: fontAwesome;
    font-size: 32px;
    line-height: 40px;
    content: "\f107";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left:50%;
    transform: translateX(-50%);    
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */

button.faqQuestion.active, button.faqQuestion:hover {
    color: #ff7900;
}
button.faqQuestion.active::after, button.faqQuestion:hover::after {
    color: #000;
}
/* Style the accordion panel. Note: hidden by default */
div.faqAnswer {
    padding: 0 18px;
    font-size:16px;
    max-height: 0;
    overflow: hidden;
    background-color: white;
    transition: max-height 0.2s ease-out;
}

/*_____________________________________________________________*/
/*                                                             */
/*                            END FAQ                          */
/*_____________________________________________________________*/

/*_____________________________________________________________*/
/*                                                             */
/*                             ACTUS                           */
/*_____________________________________________________________*/
.orangeActuCategorie{ 
    
    display:inline-block;
    margin: 25px 0;
    font-size: 24px;
    color: #ff7900;
    background: #000000;
    padding: 5px 10px;    
}
.orangeActuContent p {
    font-size: 16px;
}

/*----INFOS----*/
.orangeActuInfos{    
    padding : 10px;
    display: flex;
    flex-wrap: nowrap;
}

.orangeActuInfos img{
    width:80px;
    height:95px;
    vertical-align: top;
    border:2px solid white;
    text-align: center;
    font-size: 8px;
}

.orangeActuInfos div{
    position: relative;
    flex: 1;
    font-size:16px;
    padding-left: 10px;
}

.orangeActuInfos p {
    font-weight: bold;    
    margin: 0;
}

.orangeActuInfos ul{
    position: absolute;
    bottom: 0;
    padding-left: 0;
    margin: 0;
    line-height: 24px;
    font-size: 14px;;
    text-align: left;
    
}
.orangeActuInfos ul li{
    display: inline-block;
    margin-right:2px;
    width: 24px;
    height: 24px;
    list-style: none;
    text-align: center;
    border : 1px solid black;
    border-radius: 50%;
}
.orangeActuInfos ul li em{
    /* rencentrage des icones FontAwesome sur la plateforme */
    line-height: 24px;
}



/*_____________________________________________________________*/
/*                                                             */
/*                            END ACTUS                        */
/*_____________________________________________________________*/

