/* CSS Document */

/* Float Elements 
---------------------------------*/

.fl-lt {
    float: left;
}

.fl-rt {
    float: right;
}

/* Clear Floated Elements
---------------------------------*/

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

ul {
    list-style: none;
}

.figure {
    margin: 0px;
}

img {
    height: auto;
}

a,
a:hover,
a:active {
    outline: 0px !important
}

@font-face {
    font-family: 'BauerBodT-DemiBold';
    src: url('../fonts/BauerBodT-DemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BauerBodT-DemiBold.otf') format('opentype'), url('../fonts/BauerBodT-DemiBold.woff') format('woff'), url('../fonts/BauerBodT-DemiBold.ttf') format('truetype'), url('../fonts/BauerBodT-DemiBold.svg#BauerBodT-DemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica_Neue_LT_bold';
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot');
    src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Bd.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue_LT';
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot');
    src: url('../fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Lt.woff2') format('woff2'), url('../fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
    font-weight: 300;
    font-style: normal;
}

[class^=col] {
    padding: 0;
}

.row {
    padding: 0;
    margin: 0;
}

/* Primary Styles
---------------------------------*/

html,
body {
    width: 100%;
    height: 100%;
    font-family: 'BauerBodT-DemiBold';
}

.container-fluid {
    padding: 0;
    margin: 0;
    height: 100%;
}

.contentWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.both {
    height: 100%;
    margin: 0;
}

.panel_logo {
    background-image: url('../img/main.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    border-right: 2px solid white;
    height: 100%;
    width: 100;
}

.edition {
    font-family: 'Helvetica_Neue_LT_bold';
    background: #8d527b;
    width: 100%;
    text-align: center;
    padding: 7px 5px 3px;
    margin-bottom: 3rem;
    color: #fff;
}

.right {
    height: 100%;
}

.right-both {
    height: 100%;
}

.right-left {
    height: 100%;
}

.right-left-top {
    height: 60%;
}

.right-left-bottom {
    height: 40%;
}

.panel_president {
    background-image: url('../img/president.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_presidentbox {
    height: 100%;
    width: 100;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-bottom: 2px solid #fff;
}

.panel_performance {
    background-image: url('../img/performace.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #013567;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_performancebox {
    height: 100%;
    width: 100;
    border-left: 2px solid white;
    border-bottom: 2px solid #fff;
    overflow: hidden;
}

.panel_reportage {
    background-image: url('../img/reportage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_reportagebox {
    height: 100%;
    width: 100;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid #fff;
}

.panel_reportage {
    background-image: url('../img/reportage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_manquant {
    background-image: url('../img/manquant.jpg');



    background-color: #4d2f61;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_manquantbox {
    height: 100%;
    width: 100;
    border-right: 2px solid white;
    border-left: 2px solid white;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.panel_oreal {
    background-image: url('../img/oreal.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100;
}

.panel_orealbox {
    height: 100%;
    width: 100;
    border-left: 2px solid white;
    border-top: 2px solid #fff;
    overflow: hidden;
}

.right-right {
    height: 100%;
}

.panel_actual {
    background-image: url('../img/actual.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 40%;
    border-left: 2px solid white;
    border-bottom: 2px solid #fff;
    background-color: #000;
}

.panel_action {
    background-image: url('../img/action.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: #780040;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 60%;
    width: 100%;
    border-left: 2px solid white;
    border-top: 2px solid #fff;
}

.contentWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.contentWrapper .title {
    height: 7rem;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    transition: all 0.2s ease-in-out;
}

.contentWrapper:hover .title {
    height: 100%;
    width: 100%;
}

.contentWrapper:hover .title span {
    font-size: 2.5rem;
    line-height: 3rem;
}

.contentWrapper:hover .title .font_light {
    font-size: 1.5rem;
    line-height: 2.2rem;
}

.contentWrapper:hover .title .consult {
    border: 1px solid white;
    padding: 10px 25px;
    font-size: 1.8rem;
    line-height: 1.5rem;
    margin-top: 25px;
    display: block;
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.contentWrapper:hover .title.exception {
    opacity: 1;
}

.contentWrapper .title.exception {
    opacity: 0;
}

.contentWrapper .title .consult {
    border: 1px solid white;
    padding: 5px 10px;
    font-size: 2.4rem;
    line-height: 1.5rem;
    margin-top: 25px;
    display: none;
    opacity: 0;
}

.contentWrapper .title span {
    margin-left: 1.5rem;
    font-size: 2rem;
    line-height: 2.2rem;
    color: white;
    padding-bottom: 0px;
    letter-spacing: 0.6px;
}

.contentWrapper .title .font_light {
    font-size: 1.3rem;
    margin-left: 0;
    font-family: 'Helvetica Neue_LT';
}

.fusia {
    background: #bc3a72;
}

.blue {
    /*background: #002e5a;*/
    background: #6d1f3d;
}

.blue_report {
    background: #3e769b;
}

.rose {
    background: #c97595;
}

.blue_marine {
    background: #00677e;
}

.violet {
    background: #3d1c52;
}

.purple {
    background: #6d0038;
}

.panel_logo .contentWrapper.white {
    background: white;
    width: 70%;
    height: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 4rem;
}

.block-logo a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.block-logo img {
    width: 70%;
    height: auto;
    margin: 3rem auto 1rem;
}

.serial {
    color: #121212;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    text-transform: uppercase;
}

.button {
    color: #fff;
    background: #4d2f61;
    padding: 5px;
    width: 15rem;
    text-align: center;
    margin-bottom: 5px;
    height: 30px;
}

.button:hover {
    opacity: 0.7
}

.button span {
    letter-spacing: 0.5px;
    font-size: 1.5rem;
}

.accessible.button {
    color: #fff;
    background: #4d2f61;
    width: 15rem;
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.accessible.button img {
    width: auto;
    height: 100%;
    display: block;
    background: yellow;
    margin-right: 5px;
}