@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400&display=swap');

body {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 100%;
    color: #1F1D1E;
    font-weight: 300;

    /*font-family: 'Fjalla One', sans-serif;
    font-family: 'Open Sans', sans-serif;*/
}

p{
    margin: 0 0 8px 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 27px;
    text-align: left;
    font-weight: 300;
}

a img{
    border:none;
}

a
{
    text-decoration: none;
    outline: none;
}

.stopFloat
{
    clear:both;
    height:0px;
}

.noDisplay{
    overflow:hidden;
}

.linkDel{
    width: 20px;
    height: 20px;
}

.linkEdit img{
    width: 28px;
    height: 28px;
}

#loadingImg{
    position:relative;
    margin: auto;
    height: 0;
    width: 32px;
}

#loadingImg img{
    display:none;
    position:absolute;
    top:100px;
    z-index:99;
}

.cache
{
    font-size: 0;
}

.gras
{
    font-weight: bold;
}

h1, h2, h3
{
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

h1
{
    font-size: 28px;
    margin: 0;
    padding: 0;
}

h2.sousTitrePage
{
    box-sizing: border-box;
    padding: 8px;
    background-color: #e84361;
    color: #fff;
    font-weight: normal;
    font-size: 34px;
    margin: 0 0 13px 0;   
}

h3
{
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 21px;
}

#bandeauSousTitre
{
    width: 100%;
    margin-bottom: 21px;
}

#bandeauSousTitre img
{
    width: 100%;
    height: auto;
}

.imageDroite
{
    float: right;
    width: 46%;
}

.imageGauche
{
    float: left;
    width: 46%;
}

.imageCentre
{
    text-align: center;
}

/***************************  Style du header  ********************************/
#mainHeader
{
    position: relative;
}

#bandeauBleuTop
{
    width: 100%;
    height: 65px;
    background-color: #0e293c;
}

#boxTopHeader
{
    width: 100%;
    max-width: 980px;
    position: absolute;
    z-index: 20;
    min-height: 65px;

    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

#logoTop
{
    max-width: 220px;
    display: block;
    top: 25px;
    position: relative;
}

#logoTop img
{
    width: 100%;
    height: auto;
}

#boxMenu
{
    position: relative;
    top: 0;
    right: 0;
}

#boxMenu input, #boxMenu label
{
    display: none;
}

#menuTop
{
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#menuTop li
{
    display: inline-block;
    margin-right: 0;
}


#menuTop li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
    transition: background-color ease 0.7s;
    text-transform: uppercase;
    line-height: 65px;
    padding: 0 21px;
}
#menuTop li a:hover
{
    background-color: #e84361;
}

#txtSurSlide
{
    position: relative;
    width: 100%;
    text-align: center;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    text-transform: uppercase;
    color: #0e293c;
    margin: 0 auto;
    z-index: 30;
    top: 65px;
}

#txtSurSlide .nom
{
    font-size: 144px;
    font-weight: bold;
    display: block;
}

#txtSurSlide .activite
{
    font-size: 44px;
    display: block;
    position: relative;
    top: -34px;
}

/***********  Slider  ***************/
#boxSlider
{
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 550px;
    overflow: hidden;
    display: block;
}

#boxSlideResponsive
{
    position: relative;
    width: 100%;
    overflow: hidden;
    display: none;
}

#boxSlideResponsive img
{
    width: 100%;
    height: auto;
    display: block;
}

.txtSlide
{
    position: absolute;
    top: 210px;
    left: 70%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
    z-index: 99;
    display: block;
    width: 420px;
    color: #fff;
}

.txtSlide span
{
    display: block;
}

.titreSlide
{
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 13px;
}

.txtSlideSousTitre
{
    color: #00b5fe;
}

.txtSlideItem
{
    color: #fff;
}

#blocSousSlide
{
    background-color: #0e293c;
    color: #fff;
    width: 100%;
    line-height: 44px;
    text-align: center;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    font-size: 28px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

#mainContent
{
    width: 100%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
}

#mainFooter
{
    width: 100%;
}

#boxFooterPict
{
    background: url('../pict/Footer.jpg') no-repeat 0 0 transparent;
    background-size: cover;
    padding-top: 38%;
    width: 100%;
    position: relative;
}

#txtFooter
{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 34px;

}

.txtFooterGros, .txtFooter
{
    color: #112836;
    display: block;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}

.txtFooterGros
{
    font-size: 55px;
    text-transform: uppercase;
    margin-bottom: 34px;
    font-weight: bold;
}

.txtFooter
{
    font-size: 34px;
}

#footerSignature
{
    bottom: 0;
    font-size: 11px;
    min-height: 34px;
    position: relative;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

#centerFooter
{
    width: 100%;
    max-width: 980px;
    position: relative;
    margin: 0 auto;
    line-height: 34px;
}

#footerLeft, #footerRight
{
    width: 50%;
    float: left;
    padding: 0 13px;
    margin: 0;
    box-sizing: border-box;
}

#footerLeft
{

}

#footerLeft, #footerLeft a
{
    color: #474747;
}

#footerRight
{

}

#footerRight li
{
    display: inline-block;
    margin-right: 13px;
}
#footerRight li:last-child
{
    margin-right: 0;
}

#footerRight li a
{
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

#footerSignature a, #footerSignature
{
    font-size: 11px;
    text-decoration: none;

}
#footerSignature a:hover
{
    text-decoration: underline;
}

.boutonTelechargerDoc
{
    background: rgba(0, 0, 0, 0) url("../pict/icons/pdf.png") no-repeat scroll 8px 8px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    color: #6f6f6e;
    display: inline-block;
    line-height: 21px;
    margin-bottom: 18px;
    margin-top: 8px;
    min-height: 21px;
    padding: 5px 8px 5px 34px;
}
.boutonTelechargerDoc:hover
{
    text-decoration: none;
    -moz-box-shadow: 2px 2px 3px #D0D0D0;
    -webkit-box-shadow: 2px 2px 3px #D0D0D0;
    box-shadow: 2px 2px 3px #D0D0D0;
}

.etoileObligatoire
{
    color: red;
    margin-left: 5px;
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.barreAction
{
    width: 100%;
    padding: 8px 0;
    background-color: #F3944A;
    color: #fff;
    text-align: center;
    display: block;
    text-align: center;
    margin: 13px 0;
    font-size: 34px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    font-weight: bold;
}
.barreAction:hover
{
    background-color: #e84361;
}

/******************************************************************************/
@media (max-width: 1513px) {
    .txtFooterGros
    {
        font-size: 44px;
    }

    .txtFooter
    {
        font-size: 21px;
    }

    #logoRGE
    {
        width: 233px;
        height: auto;
    }
}

@media (max-width: 1150px) {
    #txtSurSlide .nom
    {
        font-size: 89px;
    }

    #txtSurSlide .activite
    {
        font-size: 34px;
    }

    #blocCoordsFooter
    {
        width: 50%;
        float: left;
    }

    #logoRGE
    {
        margin-top: 21px;
    }
}

@media (max-width: 980px) {
    .center890, #mainContent
    {
        box-sizing: border-box;
        padding: 0 21px;
    }
    
    #bandeauBleuTop
    {
        height: 0;
    }

    #txtSurSlide
    {
        display: none;
    }

    #blocSousSlide
    {
        font-size: 21px;
    }

    h2.titreBandeau
    {
        font-size: 55px;
        padding: 21px 0;
    }

    #bandeauSousTitre
    {
        width: 100%;
        margin-bottom: 21px;
    }

    #bandeauSousTitre img
    {
        width: 100%;
        height: auto;
    }

    #mainContent
    {
        box-sizing: border-box;
        padding: 0 21px;
    }

    /******  Menu responsive  ************/
    #boxTopHeader
    {
        z-index: 80;
    }

    #boxMenu li {
        text-align: center;
        width: 100%;
        padding: 5px 0;
        margin: 0;
        float: none;
    }

    #menuTop li a
    {
        color: #255360;
        line-height: 21px;
        padding: 0 0;
    }
    #boxMenu li a:hover
    {
        color: #5D8177;
        background-color: #eee;
    }

    #boxMenu {
        width: 100%;
        text-align: center;
        margin: 0 auto;
        position: absolute;
        top: -10px;
        right: 8px;
    }

    /*Transition effect*/
    #boxMenu .menu {
        box-sizing: border-box;
        padding: 36px;
        margin: 55px 0px 53px 0px;
        background: #fff;
        border: 1px solid #444;
        right: 0px;
        -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.75);
        background: #eee;
        height: auto;
        position: relative;
        top: 10px;
        transition: top 0.5s ease-in-out;

    }

    #boxMenu input#toggle {
        display: none;
    }

    #boxMenu input#toggle + label {
        display: block;
        width: 100%;
        height: 87px;
        background:url(../pict/menuBurger.png) center right no-repeat  transparent;
        position: absolute;
        right: 0;
        top: auto;
        cursor: pointer;
        z-index: 10;
    }

    input#toggle:checked ~ .menu {
        top: -400px;
    }


    #boxBottomHeader
    {
        position: relative;
        z-index: 90;
    }

    #boxSlider
    {
        display: none;
    }

    #boxSlideResponsive
    {
        display: block;
    }

    #mainFooter
    {

    }
}

@media (max-width: 768px) {
    #blocSousSlide
    {
        font-size: 18px;
        box-sizing: border-box;
        padding: 0 13px;
    }

    h2.titreBandeau
    {
        font-size: 44px;
        padding: 13px 0;
    }

    #bandeauSousTitre
    {
        display: block;
    }

    #boxFooterPict
    {
        background: url('../pict/Footer.jpg') repeat 0 0 transparent;
        width: 100%;
        padding-top: 13px;
    }

    #txtFooter
    {
        position: relative;
        top: 0;
    }

    #blocCoordsFooter
    {
        float: none;
        position: relative;
        margin: 0 auto;
        width: 90%;
    }

    .txtFooterGros
    {
        font-size: 34px;
    }

    .txtFooter
    {
        font-size: 18px;
    }

    #logoRGE
    {
        margin-top: 0;
    }

}

@media (max-width: 400px) {   

}