﻿@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzJ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: local("Open Sans Light"), local("OpenSans-Light"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/DXI1ORHCpsQm3Vp6mXoaTZ1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: local("Open Sans Extrabold"), local("OpenSans-Extrabold"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hp1r3JsPcQLi8jytr04NNhU.woff) format('woff');
}

@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: local("Open Sans"), local("OpenSans"), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/K88pR3goAWT7BTt32Z01mz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*    font-family: "Open Sans";
*/
}

body {
    font: normal 14px "Open Sans";
    color: #38393D;
    margin-top: 10px;
}


.ombre {
    box-shadow: 8px 0px 20px -8px rgba(127,127,127,0.31), -8px 0px 20px -8px rgba(127,127,127,0.31);
    /*    padding-left: 20px;
    padding-right: 20px;
    min-height: 650px;*/
    display: block;
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
/* HEADER*/
.header {
    background-color: #F4F4F4;
    text-transform: uppercase;
    border-bottom: solid 6px #315B95;
    /*    background-image: none;
*/ background-repeat: no-repeat;
}

.h-180 {
    height: 170px;
}

.my-fixed-col {
    width: 196px;
    background-color: #F4F4F4;
    height: 100%;
    padding-top: 50px;
}

.my-fluid-col {
    width: calc(100% - 196px);
}

.section {
    min-height: 400px;
    line-height: 18px;
    font-size: 14px;
}

.titre {
    background-color: #315B95;
    color: white;
    font-weight: 700;
    width: 230px;
    -webkit-border-bottom-right-radius: 40px;
    -moz-border-radius-bottomright: 40px;
    border-bottom-right-radius: 40px;
    font-size: 20px;
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: middle;
}

.headlogo span {
    display: block;
    line-height: 15px;
    color: #38393d;
    font-size: 14px;
}

.headlogo img {
    margin-top: 14px;
}

.footer {
    background-color: #38393D;
    padding: 10px;
    color: #CCCCCC;
    min-height: 160px;
    font-size: 14px;
    line-height: 13px;
    width: 100%;
}

    .footer p {
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    .footer a, .footer a:hover, .footer a:visited {
        color: #CCCCCC;
        text-decoration: underline;
        vertical-align: middle;
    }

        .footer a:hover {
            /*font-weight: 600;*/
        }

.footright, .footmid {
    padding-top: 9px;
}

.footright {
    font-size: 12px;
    word-wrap: normal;
}

    .footright p, .footright a {
        margin-top: 0.4rem;
        margin-bottom: 0.2rem;
    }


.footleft {
    padding-top: 17px;
    text-align: center;
    height: 130px;
    position: relative;
}

.footmid {
    font-size: 10px;
    text-align: center;
    border-left: solid 1px #707070;
    border-right: solid 1px #707070;
}


.logowhite {
    width: 150px;
    height: 48.636px;
}

.centerAll {
    vertical-align: middle;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.centerH {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.rose {
    color: #DC1B6D !important;
}

.ErrMess {
    color: red;
    font-size: 13px;
}

.chevron {
    line-height: 25px;
}

    .chevron:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 12px;
        background-image: url('Images/Trace2@2x.png');
        background-size: 12px 12px;
        position: relative;
        left: -18px;
    }

.smallAg > li {
    list-style: none;
    margin-left: 8px;
    line-height: 14px;
    margin-bottom: 15px;
}

    .smallAg > li::before {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        background-image: url('Images/Trace2@2x.png');
        background-size: 10px 10px;
        position: relative;
        left: -9px;
    }


.linkAgBig, .linkAgSmall {
    font-size: 16px;
    font-weight: 700;
    color: #38393d;
}

.linkAgSmall {
    font-size: 14px;
    font-weight: 700;
    margin-left: -11px;
}

    .linkAgBig :hover, .linkAgSmall :hover {
        color: #315B95;
    }
/*    .linkAgBig:before {
    }*/



.btn-primary {
    background-color: #315B95;
    border-color: #315B95;
    font-weight: 700;
}

.Menu, .MenuGauche {
    font-weight: 400;
}

    .Menu a, .Menu a:visited {
        color: #38393D;
    }

.menu-h1 {
    padding-top: 0.5em;
    line-height: 22px;
    width: 100%;
}


.menu-h, .MenuRight {
    font-size: 14px;
    font-weight: 600;
}

    .MenuRight, .MenuRight div {
        display: inline-block;
        float: right;
        margin-left: 1em;
    }

.MenuGauche {
    background: #F4F4F4;
    padding-top: 2em;
    vertical-align: bottom;
}

.menu-h * {
    display: block;
    float: left;
}

.menu-h a {
    margin-left: 4px;
}

.Drap {
    padding-top: 0.1em;
}

    .Drap input[type=image] {
        opacity: 0.4;
    }

.DrapSelect {
    opacity: 1 !important;
}


.bigButton, .midButton {
    display: flex;
    background-color: #F4F4F4;
    border: solid 1px #DDDDDD;
    border-radius: 4px;
    color: #315B95;
    height: 100%;
    width: 100%;
    font-weight: 700;
    align-items: center; /*Vertical align*/
    justify-content: center; /*horizontal align*/
}

.midButton {
    height: 100px;
    background-color: white;
    font-size: 14px;
    /*    margin-left: 5px;
    margin-right: 5px;
*/ margin-bottom: 15px;
}

    .bigButton:hover, .midButton:hover, .btselected {
        background-color: #315B95;
        color: white;
        border: solid 1px #DDDDDD;
    }

.menuName {
    font-weight: 700
}

.TitreAcceuil {
    font-size: 16px;
    font-weight: bold;
}

.titreRubrique {
    font-size: 18px;
    font-weight: 700;
    display: block;
    float: left;
}

.hideRet {
    display: none;
}

.rowRubrique {
    border-bottom: solid 2px #DDDDDD;
    padding-bottom: 10px;
}

.gvDocs {
    font-size: 14px;
    font-weight: 700;
}

    .gvDocs a {
        color: #315B95;
        font-weight: 400;
        font-size: 13px;
    }

    .gvDocs tr {
        height: 50px;
    }

    .gvDocs td {
        border-bottom: solid 2px #DEDEDE;
    }


/*Tableau contact*/


.tabcont {
    font-size: 11px;
}

    .tabcont table {
        width: 100%;
    }

        .tabcont table p {
            margin-top: 0px;
            margin-bottom: 6px;
            line-height: 12px;
        }

        .tabcont table tr th {
            text-align: center;
            font-size: 13px;
            background-color: #DEDEDE;
            font-weight: 400;
        }

        .tabcont table tr td {
            text-decoration: none !important;
            border-bottom: solid 2px #DEDEDE;
            padding: 8px 6px 2px 6px;
            text-align: center;
            /*            border:solid 1px
*/
        }

        .tabcont table td:first-child {
            text-align: left;
        }

            .tabcont table td:first-child p {
                display: list-item;
            }

        .tabcont table td:nth-child(1) {
            width: 25%;
            padding-left: 17px;
        }

        .tabcont table td:nth-child(2) {
            width: 10%;
        }

            .tabcont table td:nth-child(2) p {
                line-height: 11px;
            }

        .tabcont table td:nth-child(3) {
            width: 28%;
        }

        .tabcont table td:nth-child(4) {
            width: 15%;
        }

            .tabcont table td:nth-child(4) p {
                margin-bottom: 2px;
            }

        .tabcont table td:nth-child(5) {
            width: 22%;
        }

            .tabcont table td:nth-child(5) p {
                line-height: 11px;
            }


.sectioncont {
    background-color: #315B95;
    color: white;
    text-align: center !important;
    font-size: 16px;
    vertical-align: middle;
    height: 50px;
}

    .sectioncont p {
        display: inline-table !important;
    }

.onlyMobile {
    visibility: hidden;
}


@media screen and (max-width: 414px) {
    body {
        margin-top: 0px;
        padding-bottom: 0px;
    }

    .body-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .footer {
        padding: 10px;
        min-height: 100px;
    }

        .footer p {
            margin-top: 0.4rem;
            margin-bottom: 0.4rem;
        }

        .footer a, .footer a:hover, .footer a:visited {
            color: #CCCCCC;
            text-decoration: underline;
            vertical-align: middle;
        }

            .footer a:hover {
                /*font-weight: 600;*/
            }

    .footright, .footmid {
        padding-top: 9px;
    }

    .footright {
        font-size: 10px;
        text-align: center;
        padding-top: 0.1rem !important;
    }

        .footright p, .footright a {
            margin-top: 0.4rem;
            margin-bottom: 0.2rem;
        }


    .footleft {
        padding-top: 10px;
        text-align: center;
        height: 50px;
        position: relative;
        margin-bottom: 20px;
    }

    .footmid {
        font-size: 10px;
        text-align: center;
        border-left: none;
        border-right: none;
        border-top: solid 1px #707070;
        border-bottom: solid 1px #707070;
        padding-top: 0px !important;
        /**/
    }

    .titre {
        width: 98%;
        font-size: 13px;
        padding-left: 10px;
        padding-right: 10px;
    }



    .hideRet {
        display: initial;
    }

    .my-fluid-col {
        width: calc(100% - 140px);
    }

        .my-fluid-col .px-4 {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

    .my-fixed-col {
        width: 140px;
        background-color: #F4F4F4;
        height: 100%;
        padding-top: 20px;
    }

        .my-fixed-col .px-4 {
            padding-left: 10px !important;
            padding-right: 10px !important;
        }

    .logSpe {
        padding-left: 2em;
    }

    .h-180 {
        height: 100px;
    }

    .headlogo img {
        width: 190px;
    }

    .chevron {
        margin-left: -7px;
    }

        .chevron:before {
            left: -5px;
            width: 10px;
            height: 10px;
            background-size: 10px 10px;
        }

    .logSpe .chevron {
        padding-left: 16px;
        font-size: 14px;
    }

    .jumbotron .mx-5 {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
    }

    .jumbotron {
        margin-left: 0.1rem !important;
        margin-right: 0.1rem !important;
        padding-left: 0.1rem !important;
        padding-right: 0.1rem !important;
    }

    .MenuGauche {
        display: none;
    }

    .flex-grow-1 .pl-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .titreRubrique {
        font-size: 15px;
        /*        text-align: center;
        display: inline-block;
*/
    }

    .headlogo span {
        line-height: 13px;
        font-size: 12px;
    }

    .section {
        min-height: 400px;
        line-height: 16px;
        font-size: 12px;
    }

    .linkAgBig, .linkAgSmall {
        font-size: 13px;
        line-height: 14px;
        display: block;
    }

    .linkAgSmall {
        font-size: 12px;
    }

    .gvDocs a {
        font-size: 11px;
        margin-left: 5px;
    }

    .MenuRight, .MenuRight div {
        display: inline-block;
        float: right;
        margin-left: 0.5em;
    }

    .menu-h, .MenuRight {
        font-size: 11px;
        font-weight: 600;
    }

    .menu-h1 {
        padding-left: 8px !important;
        padding-right: 8px !important;
        padding-top: 0.5em;
    }
    /*    .Menu .col-sm-2, .Menu .col-sm-5 {
        display: block;
        float: right;
        width: auto;
    }*/

    .bigButton, .midButton {
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .midButton {
        font-size: 12px;
        margin-bottom: 15px;
    }

    .TitreAcceuil {
        font-size: 13px;
    }

    .listDoc {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .hideLink {
        display: none;
    }

    .gvDocs {
        font-size: 13px;
    }

    .drag {
        padding-left: 5px;
    }

    .onlyMobile {
        visibility: visible;
        display: block;
        float: right;
    }

    .tabcont {
        font-size: 9px;
        line-height: 9px;
        word-break: break-word;
    }

        .tabcont table tr th {
            font-size: 9px;
            padding: 3px;
        }

        .tabcont table td:nth-child(5) p {
            line-height: 10px;
        }

        .tabcont table p {
            margin-bottom: 4px;
            line-height: 10px;
        }

    .sectioncont {
        font-size: 13px;
        height: 40px;
    }
}

@media (min-width: 576px) and (max-width: 812px) {
    .container, .container-sm {
        max-width: none;
    }

    .footright {
        font-size: 10px;
    }

    .midButton {
        font-size: 12px;
        word-break: break-word;
        line-height: 14px;
    }

    .MenuGauche {
        padding-left: 5px;
        padding-right: 5px;
    }

    .jumbotron {
        margin-left: 0.5rem !important;
        margin-right: 0.5rem !important;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }


    .linkAgSmall {
        font-size: 12px;
        font-weight: 700;
        margin-left: -8px;
    }

    .smallAg > li::before {
        content: "";
        display: inline-block;
        width: 8px;
        height: 8px;
        background-image: url(Images/Trace2@2x.png);
        background-size: 8px 8px;
        position: relative;
        left: -5px;
    }

    .gvDocs td:last-child {
        padding-left: 5px;
    }

    .tabcont {
        font-size: 9px;
        line-height: 9px;
    }

        .tabcont table tr th {
            font-size: 9px;
        }

    /*@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: none;
    }
}

*/ @media (min-width: 992px) {
        .container, .container-sm, .container-md, .container-lg {
            max-width: 960px;
        }
    }
