@import url('https://fonts.googleapis.com/css?family=Open+Sans');
html { height: 100%; }
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
td {
    border: none !important;
    font-size: 12px;
    text-align: justify;
 }
.groupfr{
        margin: 10px 0 10px 13px;
        font-size: 12px;
        text-align: justify;
}
li.list-group-fr {
    margin: 1px 0;
    text-align: justify;
}
.nopaddingfr {
   padding: 0 !important;
   margin: 0 !important;
}
div#title-h2fr{
     font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 25px;
     line-height: 28px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}


body {
    background: #fff;
    font-weight: 400;
    color: #333;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
}

.js body {
    overflow: hidden;
}

a {
    color: #555;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
}

.container,
.bb-custom-wrapper,
.bb-bookblock {
    width: 100%;
    height: 100%;
}

.container {
    position: relative;
    left: 0px;
    -webkit-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
}

.slideRight {
    left: 240px;
}

.no-js .container {
    padding-left: 240px;
}

.menu-panel {
    background: #f1103a;
    width: 240px;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.js .menu-panel {
    position: absolute;
    left: -240px;
}

.menu-panel h3 {
    font-size: 1.8em;
    padding: 20px;
    font-weight: 300;
    color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.05);
} 

.menu-toc {
    list-style: disc;
}
.menu-panel-fr {
    width: 420px;
    margin: 0 auto;
}
ul#menu-toc li {
    list-style: none;
    text-decoration: none;
}

.menu-toc li a {
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
    cursor: pointer;
    background: none;
    border-bottom: 1px solid #dd1338;
    list-style: none;
    text-decoration: none;
}

.menu-toc li a:hover,
.menu-toc li.menu-toc-current a{
    background: #dd1338;
}

.menu-panel div {
    margin-top: 20px;
}

.menu-panel div a {
    text-transform: uppercase;
    font-size: 0.7em;
    line-height: 1;
    padding: 5px 20px;
    display: block;
    border: none;
    color: #bc0b0b;
    letter-spacing: 1px;
    font-weight: 800;
    text-shadow: 0 1px rgba(255,255,255,0.2);
} 

.menu-panel div a:hover {
    background: inherit;
    color: #fff;
    text-shadow: none;
}


.menu-buttonfr {
    z-index: 1000;
    left: 20px;
    top: 20px;
    text-indent: -9000px;
}
.menu-buttonfr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 0;
    left: 0;
    background: #f1103a;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    speak: none;
    font-weight: bold;
    cursor: pointer;
}
.menu-buttonfr:after {
    position: absolute;
    content: '';
    width: 50%;
    height: 2px;
    background: #fff;
    top: 50%;
    margin-top: -1px;
    left: 25%;
    box-shadow: 0 -4px #fff, 0 4px #fff;
}

.carousel-control {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control.right{
    background: #f1103a;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 36px;
    background-image:none !import;
    background-repeat:no-repeat;
    cursor: pointer;
}
.carousel-control.left{
    background: #f1103a;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 36px;
    background-image:none !import;
    background-repeat:no-repeat;
    cursor: pointer;
}
.no-js .bb-custom-wrapper nav span,
.no-js .menu-button {
    display: none;
}

.js .content {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    bottom: 0px;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
}

.scroller {
    padding: 10px 5% 10px 5%;
}

.js .content:before,
.js .content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    z-index: 100;
    pointer-events: none;
    
}

.js .content:after {
    top: auto;
    bottom: 0;
    
}

span#tblcontents {
    margin-top: 10px;
}
ul#para-fr li {
    margin-left: 17px;
}
/* LightBox CSS */
#lightbox1 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox1 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -2px; 
    z-index:1032;
}
#lightbox2 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox2 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -16px; 
    z-index:1032;
}

#lightbox3 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox3 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -12px; 
    z-index:1032;
}
#lightbox4 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox4 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox5 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox5 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox6 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox6 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox7 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox7 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox8 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox8 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox9 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox9 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
#lightbox10 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox10 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}

#lightbox12 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox12 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}

#lightbox13 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox13 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}

#lightbox14 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox14 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}

#lightbox11 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox11 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}

#lightbox15 .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox15 .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -15px; 
    z-index:1032;
}
div#bgfr {
    width: 46%;
    margin-left: 34px;
}

  

@media screen and (max-width: 800px){
    .no-js .menu-panel {
        display: none;
    }

    .no-js .container {
        padding: 0;
    }
    div#bgfr {
    width: 92%;
    }
}

@media screen and (max-width: 400px){
    .menu-panel,
    .content {
        font-size: 75%;
    }
    div#bgfr {
    width: 96%;
    }
}
@media only screen and (min-device-width: 1370px) and (max-device-width: 1920px) {

    div#bgfr {
    width: 47%;
        margin-left: 34px;
    }
    td {
    border: none !important;
    font-size: 18px;
    text-align: justify;
    }
    .groupfr{
        margin: 10px 0 10px 13px;
        font-size: 18px;
        text-align: justify;
    }
    .bgredfr {
    min-height: 442px;
    }
    .caption {
        bottom: 331px;
        position: absolute;
        width: 75%;
        right: 30px;
        color: #FFF !important;
    }
    span.journal-bold {
    font-size: 18px !important;
    }
    #para-fr{
        font-size: 18px !important;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
    }
    #prime-ministerfr{
        font-size: 18px !important;
    }
    #para-fr p{
        font-size: 18px !important;
        line-height: 28px;
        font-family: 'Open Sans', sans-serif;
         text-align: justify;
    }
    #title-fr{
        font-size: 18px !important;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
    }
    #mytop{
        margin-bottom: 70px;
    }
    .portfolio-modal {
    text-align: center;
    width: 80% !important;
    margin: 5% auto;
    height: auto;
    }
    .imgwrapper {
    display: block;
    margin: 5px;
    padding: 5px;
    width: 97%;
    } 
    .modal-dialog{
        width: 960px;
    }
    #lightbox1 .close{
        right: -3px;
    }
    #lightbox3 .close{
        right: -6px;
    }



}  


@media only screen and (min-device-width: 1930px) and (max-device-width: 6000px) {

    #para-fr{
        font-size: 28px !important;
        line-height: 42px;
        font-family: 'Open Sans', sans-serif;
         text-align: justify;
    }
    #prime-ministerfr{
        font-size: 28px !important;
    }
    td {
    border: none !important;
    font-size: 28px;
    text-align: justify;
     }
    .groupfr{
        margin: 10px 0 10px 13px;
        font-size: 28px;
        text-align: justify;
    }
    #para-fr p{
        font-size: 28px !important;
        line-height: 42px;
        font-family: 'Open Sans', sans-serif;
         text-align: justify;
    }
    .caption {
        bottom: 331px;
        position: absolute;
        width: 75%;
        right: 30px;
        color: #FFF !important;
    }
    #title-fr{
        font-size: 45px !important;
        font-family: 'Open Sans', sans-serif;
        text-align: justify;
    }
    #mytop{
        margin-bottom: 70px;
    }
    .portfolio-modal {
    text-align: center;
    width: 80% !important;
    margin: 5% auto;
    height: auto;
    }
    .imgwrapper {
    display: block;
    width: 100%;
    } 
    div#title-h2fr{
     font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size: 25px;
     line-height: 28px;
     font-size: 45px;
     margin: 10px 0;
     text-align: justify;
}

    h1, h2, h3 {
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 45px;
        margin: 10px 0;
    }
    .post-title{
        padding: 20px 0;
    }
    .modal-dialog{
        width: 1020px;
    }


}    
