html,body,div,h1,h2,h3,h4,h5,h6,p,a,img,b,table,tbody,tfoot,thead,tr,th,td {
    margin:0;
    padding:0;
    border:0;
    font:inherit;
    font-size:100%;
    vertical-align:baseline
}
body .container{
    position:relative;
    margin:0 auto;
    max-width:68em;
    -webkit-transition:0.5s;
    transition:0.5s;
}
body{
    background-color: #ffffff !important;
    background-image: none;
}
html, body{
}
#main{
    background: none !important;
}
.txt-color-blank{
    color: #ffffff !important;
}
@font-face {
    font-family: 'Myriad Pro Semibold';
    src: url('../fonts/Myriad%20Pro%20Semibold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Regular';
    src: url('../fonts/MyriadPro-Regular.eot');
    src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/MyriadPro-Regular.woff') format('woff'),
url('../fonts/MyriadPro-Regular.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Bold';
    src: url('../fonts/Myriad%20Pro%20Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Pro Light';
    src: url('../fonts/MyriadPro-Light.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;

}
h1 {
    font-family:'Myriad Pro Bold' !important;
    font-size:45px;
    color:#1b374c;
}
h2 {
    font-family:'Myriad Pro Light' !important;
    font-size:45px;
    color:#736b64;
}
h3 {
    font-family:'Myriad Pro Semibold';
}
h4 {
    font-size:35px;
    font-family:'Myriad Pro Bold';
    padding-top: 35px;
}
b {
    font-family:'Myriad Pro Bold';
}
.divlogo {
    background-color:white;
    border-radius:0 0 10px 10px;
    width:222px;
    height:111px;
    margin-bottom:-64px !important;
    margin-left: 235px;
    padding: 17px 15px 0 15px;
    position: relative;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.imglogo {
    width:100%;
}
/*.headerAccessibilite {*/
/*    background-color:#1b374c;*/
/*    height: 90px;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-bottom: 5px solid #f39325;*/
/*}*/
/*.imglogoAccessibilite {*/
/*    height: 30px;*/
/*    padding-left: 25%;*/
/*}*/
/*.bodyAccessibilite {*/
/*    background: #f5f5f6 !important;*/
/*}*/
/*.contentAccessibilite {*/
/*    margin-right: 12%;*/
/*    margin-left: 12%;*/
/*    margin-top: 30px;*/
/*    padding-left: 10%;*/
/*    padding-right: 10%;*/
/*    padding-top: 3%;*/
/*    padding-bottom: 3%;*/
/*    background: #FFFFFF;*/
/*}*/
.titre {
    color:white;
    background-color:#1b374c;
    width:360px;
    height:175px;
    padding: 30px 0px 0px 86px;
    border-radius:10px 10px 0px 0px;
    font-size:35px;
    font-family:'Myriad Pro Light';
    margin-left:425px;
    -webkit-transition:0.5s;
    transition:0.5s;
}
.fleche {
    background-color:white;
    border-radius:50%;
    width:65px;
    height:65px;
    font-size:45px;
    text-align:center;
    margin-top:-32px !important;
    box-shadow:0 3px 5px #cdd1d6;
}
.bigdiv {
    height:436px;
    background-color:#ffffff;
    position: static !important;
    text-align:center;
    padding:50px 10px;
    color:#1b374c;
    font-family:'Myriad Pro Regular';
    font-size:15px;
}
.tdtitre {
    width:20%;
    padding: 0 20px;
    position: relative;
}
.tdtitre:after {
    content: "";
    position: absolute;
    right: 0;
    margin-top: 45px;
    z-index: 100;
    top: 0;
    width: 1px;
    height: 30%;
    background: #1b374c;
}
.tdtitre:last-child:after {
    width:0;
}
.td {
    font-size:40px;
}
.er {
    font-size:25px;
    position: absolute;
}
.btn {
    background-color:#f39325;
    padding:15px 40px;
    text-decoration:none;
    color:white;
    border-radius:5px;
    font-family:'Myriad Pro Semibold';
    font-size:14px;
}
.transparentdiv {
    background-color: rgba(27, 55, 76, 0.5);
    height:129px;
    color:white;
    text-align:center;
}
.secondbigdiv {
    text-align:center;
    margin-top:50px !important;
}
.ville {
    color:white;
    background-color:#1b374c;
    border-radius:10px 10px 0px 0px;
    padding-bottom:1px;
    font-family:'Myriad Pro Regular';
    font-size:23px;
    line-height:1;
    -webkit-transition:0.5s;
    transition:0.5s;
}
a {
    text-decoration:none;
}
.imgville {
    width:100%;
    border-radius:10px 10px 0 0;
}
.plusville {
    background:url('../img/plus.png')no-repeat white center;
    border-radius:50%;
    width:35px;
    height:35px;
    margin:10px auto;
}
.page-footer{
    background-color: #222222 !important;
    padding: 0 !important;
    margin: 0;
    border-top:0 !important;
    bottom:0 !important;
    height:80px;
}
.page-footer a, .page-footer a:hover {
    padding: 0 20px;
    margin-top: 5px;
    display: block;
    float: left;
    color: white !important;
    font-family: "Myriad Pro Semibold";
    border-right: 1px solid white;
    font-size: 14px;
    text-decoration: none;
}
.page-footer a:last-child {
    border-right: 0 solid #ccc;
}
.page-footer a:first-child {
    border: 0 solid #ccc;
    padding-left: 20px !important;
}
.effia_footer {
    padding-left: 0;
    margin: 0;
    padding-right:100px !important;
}
.cgv {
    border-right: 1px solid white !important;
}

.columns {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;

}

.column {
    width: 33%;
    margin-bottom: 30px;
}


@media screen and (max-width: 1105px) {
    body .container {
        max-width:844px;
    }
    .divlogo {
        margin-left: 100px;
    }
    .titre {
        margin-left:302px;
    }
    .tdtitre {
        padding: 0 10px;
    }
}

@media screen and (max-width: 890px) {
    body .container {
        max-width:544px;
    }
    .divlogo {
        margin-left:-8px;
        margin-bottom:-25px !important;
    }
    .titre {
        font-size: 25px;
        height: 130px;
        margin-left: 190px;
        padding-left:50px;
        width:314px;
    }
    .bigdiv {
        height:442px;
    }
    h1 {
        font-size:30px;
    }
    h2 {
        font-size:30px;
    }
    .td {
        font-size:25px;
    }
    .er {
        font-size:15px;
    }
    .page-footer {
        height:230px;
    }
    .effia_footer {
        text-align:center;
        padding:0 !important;
        padding-top: 5px !important;
    }
    .page-footer a, .page-footer a:hover {
        margin-top: 5px;
        display: block;
        border:0;
        padding:0;
    }
    .cgv {
        border:0 !important;
    }
    .tdtitre:first-child:after {
        width:0;
    }
    .tdtitre:nth-last-child(4):after {
        width:0;
    }
    .tdtitre:nth-last-child(3):after {
        width:0;
    }
    .tdtitre:nth-last-child(2):after {
        width:0;
    }
    .tdtitre:last-child:after {
        width:0;
    }
}

@media screen and (max-width: 580px) {
    .bigdiv {
        width:auto;
    }
    .divlogo {
        margin:auto;
    }
    .titre {
        margin:0;
        width:auto;
    }
    .ville {
        font-size:15px;
    }
}

@media screen and (max-width: 380px) {
    .bigdiv {
        height:571px;
    }
    .secondbigdiv {
        margin-top:150px !important;
    }
}
