﻿* {
    text-decoration: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: "Yu Gothic UI", sans-serif;
}

section {
    width: 100%; /*max-width:1200px;*/
    margin: 0px auto;
    display: table;
    position: relative;
}
    /*section[id^=Section] {
        height: 100vh;
    }*/

h1 {
    margin: 0px auto;
    /*display: table;*/
    font-size: 26px;
    /*padding: 40px 0px;*/
    color: #002e5b;
    /*text-align: center;*/
}

    h1 span {
        font-weight: 500;
    }

header {
    width: 100%; /*background-image: url(Capture.PNG);background-repeat: no-repeat;background-size:cover;vertical-align : top;*/
    display: table;
}


#logo {
    float: left;
    font-size: 24px;
    text-transform: uppercase;
    color: #002e5b;
    font-weight: 600;
    padding: 20px 0px;
}
#top {
    width: auto;
    float: right;
}
#topMenu {
    display: flex;
    height: 100%;
}
#top ul {
    /*display: table;*/
    float: right;
}

        #top ul li {
            float: left;
        }

            #top ul li:last-child {
                padding-right: 0px;
            }

            #top ul li a {
                /*background-color: rgba(255, 255, 255, 0.50);*/
                /*color: #A19A92;*/
                /*color: #ffffff;
                font-size: 18px;
                padding: 25px 20px;
                display: inline-block;
                transition: all 0.5s ease 0s;*/
                color: #ffffff;
                font-size: 18px;
                height: 100%;
                padding: 0 20px;
                display: inline-block;
                transition: all 0.5s ease 0s;
                align-content: center;
            }

                #top ul li a:hover {
                    background-color: #F5F5F5; /*#cdcdcd;#A19A92;*/
                    color: #002e5b;
                    transition: all 0.5s ease 0s;
                }

                    #top ul li a:hover i {
                        color: #fde428;
                        transition: all 0.5s ease 0s;
                    }

                #top ul li a i {
                    padding-right: 10px;
                    color: #002e5b;
                    transition: all 0.5s ease 0s;
                }

[id^=li] ul {
    display: none;
}
.toggle-menu ul {
    display: table;
    width: 25px;
}

    .toggle-menu ul li {
        width: 100%;
        height: 3px;
        /*hamburger menu color*/
        /*background-color: #A19A92;*/
        margin-bottom: 5px;
        border-radius: 1px;
        list-style: inside;
    }

.toggle-menu ul li:last-child {
    margin-bottom: 0px;
}

#lbl2 ul li {
    background-color: #0E47A3;
}

#menu {
    position: fixed;
    top: 0px;
    right: 0px;
    display: inline-block;
    justify-content: space-between;
    color: #ffffff;
    z-index: 6;
    height: 65px;
}
#menu-container {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

#assistance {
    background-image: url(/images/assistance.jpg);
    background-position: right;
    background-size: cover;
}

#imgAssistance{
    display:none;
}

/* .slider {width:100%; background-image: url('G:\sites Web\Capture2.png');background-repeat: no-repeat;background-size:cover;vertical-align : top;
            display : block; margin-bottom:0px;} */



#toggle-1, label[for=toggle-1] {
    display: none;
}

#home:before {
    background-color: rgb(21,94,178);
}

.content {
    display: table;
    /*margin-bottom: 60px;
    width: 900px;*/
}

    .content h1 {
        font-size: 1.6em;
        font-weight: 500;
        color: #002e5b;
        /*border-bottom: 1px solid #fde428;*/
        display: table;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin: 0px auto;
        text-align: left;
    }
    .content h2 {
        font-size: 1em;
        font-weight: 500;
        color: #002e5b;
        /*border-bottom: 1px solid #fde428;*/
        display: table;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .content p {
        font-size: 14px;
        line-height: 22px;
        color: #7c7c7c;
        text-align: justify;
    }

footer {
    display: table;
    padding-bottom: 30px;
    width: 100%;
}

.social {
    margin: 0px auto;
    display: table;
    display: table;
}

    .social li {
        float: left;
        padding: 0px 10px;
    }

        .social li a {
            color: #002e5b;
            transition: all 0.5s ease 0s;
        }

            .social li a:hover {
                color: #fde428;
                transition: all 0.5s ease 0s;
            }


@font-face {
    font-family: "Modern Sans";
    src: url('ModernSans-Light.otf') format('embedded-opentype');
    font-family: "Lane Rayure";
    src: url('LANECANE.ttf');
    font-family: "Lane Simple";
    src: url('LANENAR_.ttf') format('embedded-opentype');
    font-family: "Roboto Thin";
    src: url('Roboto-Thin.ttf');
    font-family: "Roboto Medium";
    src: url('Roboto-Medium.ttf');
    font-family: "Roboto Bold";
    src: url('Roboto-Bold.ttf');
}


.Bloc1 {
    /*font-family: "Modern Sans"; font-family: "Roboto Thin";*/
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    /*width: 100%;*/
    padding: 1em 1em 1em 1em;
}



.banniere {
/*    vertical-align: middle;
    display: block;*/
    padding: 0px;
    display: table-cell;
    justify-content: center;
    text-align: center;
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.bleu {
    background-image: linear-gradient(#0E47A3,#29A9E0);
    width: 100%;
    height: 700px;
}

.blocbleu {
    /*font-family: "Lane Simple";*/
    /*font-family: "Modern Sans Light";*/
    text-align: center;
    color: #ffffff;
    display: inline-flex;
    justify-content: space-around;
}

    .blocbleu h1 {
        font-size: 1.6em;
        font-weight: 500;
        /*border-bottom: 1px solid #fde428;*/
        display: table;
        padding-bottom: 10px;
        margin-bottom: 10px;
        margin: 0px auto;
        text-align: center;
    }

    .blocbleu h2 {
        font-size: 1em;
        font-weight: 500;
        color: #ffffff;
        /*border-bottom: 1px solid #fde428;*/
        display: table;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

.titrebleu {
    font-size: 1.6em;
    font-weight: 500;
    /*border-bottom: 1px solid #fde428;*/
    display: table;
    padding-bottom: 10px;
    margin-bottom: 10px;
    margin: 0px auto;
    text-align: center;
}

.textbleu {
    font-size: 1em;
}

.InfoContact {
    background-color: #313131;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

#titreContac {
    /*font-family: "Modern Sans Light";*/
    margin-top: 2%;
    margin-bottom: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 2em;
}



.BlocContact {
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: #F5F5F5; /*#cdcdcd;*/
    font-family: 'Yu Gothic UI';
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
}


.BlocContact1 {
    font-size: 1.2em;
    /*margin-top: 2%;*/
    margin: 5%;
    max-width: 33%;
}

.BlocContact2 {
    font-size: 1.5em;
    /*margin-top: 2%;*/
    margin: 5%;
    max-width: 33%;
}



#serviceComTeleph {
    width: 12%;
    height: auto;
}

#serviceComMail {
    width: 25%;
    height: auto;
}


.BlocA {
    /*float: left;
                */
    width: 33%;
    font-size-adjust: 0.5;
    margin: 30px;
    text-align:justify;
}


.traitVerti {
    width: 2px;
    height: 90%;
    background-color: #cdcdcd;
    min-height: 250px;
}


.blocfonction {
    text-align: center;
    font-family: 'Yu Gothic UI';
    display: inline-flex;
    text-align:center;
    justify-content: center;
    width: 100%;
    height: fit-content;
}

.fondblanc {
    background-color: #ffffff;
    color: #122e5b;
}

.fondgris {
    background-color: #eeeeee;
    color: #122e5b;
}

.contentfonction {
    display: table-cell;
    vertical-align: middle;
    max-width: 46%;
    /*max-height: 100%;*/
    padding: 4vh 3vw;
    text-align: justify;
    /*width:400px;*/
    height: fit-content;
}

.contentpicture {
    display: table-cell;
    vertical-align: middle;
    /*max-width: 50%;*/
    max-height: 100%;
    min-height: calc(100vh - 105px);
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.contentpicture2 {
    display: flex;
    flex-direction:column;
    vertical-align: middle;
    max-height: 100%;
    /*max-width: 50%;   
    min-height: calc(100vh - 105px);*/
    justify-content: center;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.picture{
    width: 100%;
}

.buttonIcon a {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: fit-content;
}
.buttonIcon svg {
    margin-left: 15px;
    margin-right: 15px;
    transition: ease-in-out all 0.1S;
}
.buttonIcon a:hover svg {
    margin-left: 25px;
    margin-right: 5px;
}
.buttonIcon svg path {
    fill: #fff;
    transition: ease-in-out all 0.1S;
}
.buttonIcon a:hover svg path {
    fill: #002e5b;
}
.linkbutton a {
    background-color: transparent;
    border: 3px solid white;
    color: white;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: 500;
}

    .linkbutton a:hover {
        background-color: white;
        color: rgb(21,94,178);
    }

.linkbuttonBlue {
    background-color: transparent;
    border: 2px solid rgb(21,94,178);
    color: rgb(21,94,178);
    font-weight: 400;
    padding: 5px;
    align-self:center;
}

    .linkbuttonBlue:hover {
        background-color: rgb(21,94,178);
        color: white;
    }


.topmargin {
    margin-top: 1em!important;
}

.topfixed {
    position: fixed;
    top: 0;
    right: 0px;
}

.nav2 {
    background-color: #F5F5F5;/*#cdcdcd;*/
    height: 40px;
    margin-bottom: 15px;
    text-decoration: none;
    color: #0E47A3;
    float: right;
    width: 100%;
    padding-right: 50px;
}

    .nav2 a {
        color: #0E47A3;
    }

    .nav2 ul li {
        float: right;
        list-style: none
    }

        .nav2 ul li a {
            line-height: 40px;
            display: block;
            padding: 0 10px;
        }



    .nav2.fixed {
        text-decoration: none;
        transition-property: margin-top,margin-right;
        transition-duration: .5s,.1s;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -moz-transition-property: margin-top,margin-right;
        -moz-transition-duration: .5s,.1s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -o-transition-property: margin-top,margin-right;
        -o-transition-duration: .5s,.1s;
        -o-transition-delay: 0;
        -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -ms-transition-property: margin-top,margin-right;
        -ms-transition-duration: .5s,.1s;
        -ms-transition-delay: 0;
        -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -webkit-transition-property: margin-top,margin-right;
        -webkit-transition-duration: .5s,.1s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        position: fixed;
        top: 0;
        right: 0px;
        padding-right: 50px;
        z-index: 1000;
    }

    .nav2.fixed2 {
        text-decoration: none;
        transition-property: margin-top,margin-right;
        transition-duration: .5s,.1s;
        transition-delay: 0;
        transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -moz-transition-property: margin-top,margin-right;
        -moz-transition-duration: .5s,.1s;
        -moz-transition-delay: 0;
        -moz-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -o-transition-property: margin-top,margin-right;
        -o-transition-duration: .5s,.1s;
        -o-transition-delay: 0;
        -o-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -ms-transition-property: margin-top,margin-right;
        -ms-transition-duration: .5s,.1s;
        -ms-transition-delay: 0;
        -ms-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        -webkit-transition-property: margin-top,margin-right;
        -webkit-transition-duration: .5s,.1s;
        -webkit-transition-delay: 0;
        -webkit-transition-timing-function: cubic-bezier(0.22,0.99,0.62,1);
        position: fixed;
        top: 65px;
        right: 0px;
        padding-right: 50px;
        z-index: 1000;
    }

#toggle-2 {
    position: fixed;
    top: 0;
    left: -9999px;
    background: none;
}

    #toggle-2:focus {
        background: none;
    }

label[for=toggle-2] {
    position: fixed;
    top: 0;
    right: 5px;
    /*float: right;*/
    padding: 8px 0px;
    display: inline-block;
    cursor: pointer;
    z-index: 1100;
    background-color: #cdcdcd;
}

#toggle-2:checked ~ #mid {
    display: block;
    position: fixed;
}
/*#mid {
            display: block;
        }*/
#mid {
    display: none;
    position: fixed;
    top: 40px;
    right: 0;
    background-color: #0E47A3;
    padding: 0px;
    z-index: 1200;
}

    #mid ul {
        width: auto;
    }

        #mid ul li {
            float: none;
            padding: 0px;
            width: 100%;
            display: table;
        }

            #mid ul li a {
                color: #FFF;
                font-size: 15px;
                padding: 10px 20px;
                display: block;
                border-bottom: 1px solid rgba(225,225,225,0.1);
            }

                #mid ul li a i {
                    color: #fde428;
                    padding-right: 13px;
                }



@media only screen and (max-width: 1440px) {
    /*section{max-width:95%;}*/
}

@media only screen and (max-width: 1120px) {

    #logo {
        padding: 20px;
    }

    .nav2 {
        display: none;
    }

    #toggle-1 {
        position: absolute;
        top: -9999px;
        left: -9999px;
        background: none;
    }

        #toggle-1:focus {
            background: none;
        }

    label[for=toggle-1] {
        float: right;
        padding: 8px 0px;
        display: inline-block;
        cursor: pointer;
    }

    #toggle-1:checked ~ #top {
        display: block;
    }

    #top {
        display: none;
        position: absolute;
        right: 0px;
        top: 65px;
        background-color: rgb(21,94,178); /*#002e5b;*/
        padding: 0px;
        z-index: 99;
        height:100vh;
    }

        #top ul {
            width: auto;
        }

            #top ul li {
                float: none;
                padding: 0px;
                width: 100%;
                display: table;
            }

                #top ul li a {
                    color: #FFF;
                    font-size: 15px;
                    padding: 10px 20px;
                    display: block;
                    border-bottom: 1px solid rgba(225,225,225,0.1);
                }

                    #top ul li a i {
                        color: #fde428;
                        /*padding-right: 13px;*/
                    }

    [id^=li]:hover ul {
        display: table;
    }


    #menu {
        background-color: rgb(21,94,178);
    }

    .content {
        width: 99.8%;
    }


    .blocbleu {
        display: inline-block;
    }


    .BlocA {
        /*float: left;
        */
        width: 90%;
        font-size-adjust: 0.5;
        margin: 4.8%;
        text-align:justify;
    }

    .BlocContact {
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        color: #cdcdcd;
        font-family: 'Yu Gothic UI';
        display: block;
    }


    .BlocContact1 {
        font-size: 0.8em;
        /*margin-top: 2%;*/
        margin: 5%;
        max-width: 90%;
        display: inline-flex;
        justify-content: space-around
    }

    .BlocContact2 {
        font-size: 1.2em;
        /*margin-top: 2%;*/
        margin: 5%;
        max-width: 90%;
        display: inline-flex;
        justify-content: space-around
    }

    .traitVerti {
        min-height: 1px;
        max-height: 1px;
        min-width: 80%;
        margin-left: 10%;
        margin-right: 10%;
        /*position:absolute;*/
    }

    .demi {
        min-width: 50%;
        align-self: center;
        text-align: center;
    }

    .blocfonction {
        /*text-align: center;
        font-family: 'Yu Gothic UI';*/
        display: flex;
        justify-content: center;
        width: 100%;
        height: auto;
        flex-direction: column;
    }

    .contentfonction {
        max-width: 100vw;
        padding: 5vh 5vw;
    }

    .fondgris, #online {
        flex-direction: column-reverse;
    }

    #assistance{
        background-image:none;
    }

    #imgAssistance {
        display: table-cell;
    }
}

@media only screen and (max-width: 568px) {
    h1 {
        padding: 25px 0px;
    }

        h1 span {
            display: block;
        }
}

@media only screen and (max-width: 480px) {
    section {
        max-width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    h1 {
        font-size: 20px;
    }

    label {
        padding: 5px 0px;
    }

    #logo {
        font-size: 20px;
    }

    nav {
        top: 47px;
    }
}

@media only screen and (max-width: 320px) {
    h1 {
        padding: 20px 0px;
    }
}
