@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

img {
    max-width: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

body {
    font-family: 'Barlow Condensed', sans-serif;

}

input.error,
textarea.error {
    border: 1px solid red !important;
    background: #fbf5f5 !important;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.align_right {
    text-align: right;
    margin-top: 35px;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

.wrapper {
    margin: auto;
}

.ie7 .zoom {
    zoom: 1;
}

img,
object,
embed,
video {}

.ie6 img {
    width: 100%;
}

input,
select {
    outline: none;
}

/* margins */
.margin_left10 {
    margin-left: 10px;
}

.margin_left20 {
    margin-left: 20px;
}

.margin_top10 {
    margin-top: 10px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_bottom20 {
    margin-bottom: 20px;
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_right10 {
    margin-right: 10px;
}

.margin_right20 {
    margin-right: 20px;
}

/************* site web *****************/

body {
    background-color: #eef7ff;
    font-family: 'Barlow Condensed', sans-serif;
}

.body {
    max-width: 1600px;
    margin: 0 auto 35px;
}

.body > .content {
    /*    padding: 20px 50px;*/
    padding: 10px 50px 20px 50px;
    background: #fff;
}

.header {}

.header .top {
    /*    margin-bottom: 20px;*/
    margin-bottom: 10px;
}

.header .logo {
    float: left;
    width: 23%;
    /*    margin-top: 10px;*/
}

.header .top .right_part {
    width: 77%;
    text-align: right;
    float: left;
    position: relative;
    margin-top: 10px;
}

.header .bloc_lang {
    float: right;
}

.header .bloc_lang a {
    margin: 0 4px;
}

.menu_secondaire {
    position: relative;
    text-align: right;
    padding: 10px 50px;
    margin-right: 60px;
}

.menu_secondaire li {
    display: inline-block;
    padding: 0 9px 0 7px;
}

.menu_secondaire li:last-child {
    background: none;
}

.menu_secondaire a {
    font-size: 17px;
    color: #4d81a8;
    font-weight: 400;
}

.menu_secondaire a.active {

    color: #00477d;
    font-weight: 500;
}

.menu_secondaire a:hover,
.menu_secondaire a:focus {
    color: #f2962a;
    text-decoration: none;
}

.bloc_recherche {
    /*border: #fafafa solid 5px;*/
    /*position: absolute;*/
    /*top: 40px;*/
    /*right: 0;*/
    border: 0;
    z-index: 9;
    /*box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);*/
    /*background-color: #ffffff;*/
    transition: none;
}

/*.bloc_recherche > div {*/
/*border: #e5e5e5 solid 1px;*/
/*background-color: #fff;*/
/*}*/

.bloc_recherche .input {
    border-bottom: #fff solid 5px;
    height: 55px;
    line-height: 34px;
    /*padding: 0 10px;*/
    width: 97%;
    color: #949494;
    font-size: 20px;
    outline: none;
    float: left;
    margin-left: 3%;
    margin-right: 3%;
    background: none;
}

.bloc_recherche .btn {
    background: url(../image/png/btn_recherche_blanc.png) center 10px no-repeat;
    height: 34px;
    width: 16px;
    cursor: pointer;
}

.menu_principal {
    color: #fff;
    position: relative;
    z-index: 2;
    margin-left: -20px;
}

.menu_principal .astus {
    position: absolute;
    right: 32px;
    top: -8px;
    width: 50px;
    height: 60px;
    background: url(../image/png/astus_principal.png) center top no-repeat;
    z-index: 1;
}

.menu_principal li {
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
}

.menu_principal li a {
    color: #00477d;
    padding: 0 8px;
    font-size: 20px;
    display: block;
    font-weight: 600;
    text-decoration: none;
}

.menu_principal li:last-child {
    margin-right: 50px;
}

.menu_principal li a i {
    margin-left: 5px;
    font-size: 24px;
    position: relative;
    top: 3px;
    color: #66a3d1;
}

.menu_principal li a:hover i {
    color: #f4911e;
}

.menu_principal ul {
    margin-left: 10px;
    margin-top: 10px;
}

.ban_principal {
    position: relative;
    z-index: 0;
}

.ban_principal .flex-direction-nav {
    display: none;
}

.ban_principal .flex-control-nav {
    position: absolute;
    bottom: 13px;
    right: 90px;
}

.ban_principal .flex-control-nav a {
    width: 14px;
    height: 14px;
    overflow: hidden;
    text-indent: 9999px;
    background: url(../image/png/puce_slide.png) center top no-repeat;
    display: block;
    cursor: pointer;
}

.ban_principal .flex-control-nav a.flex-active {
    background-image: url(../image/png/puce_slide_off.png);
}

.ban_principal .flex-control-nav li {
    float: left;
    margin-right: 5px;
}

.ban_principal .slides li {
    position: relative;
}

.ban_principal .bloc_text {
    position: absolute;
    max-width: 560px;
    top: 40px;
    right: 6%;
    text-align: right;
}

.ban_principal .bloc_text .titre {
    font-size: 80px;
    font-weight: 700;
    color: #00477d;
}

.ban_principal .flexslider {
    overflow: hidden;
    height: 280px;
}

.ban_interne {
    width: 100%;
    position: relative;
}

.ban_interne .banner {
    width: 100%;
    overflow: hidden;
}

.ban_interne .banner img {
    width: 100%;
}

.ban_interne .bloc_text {
    position: absolute;
    width: 450px;
    height: 120px;
    color: #fff;
    font-size: 25px;
    top: 30px;
    left: 40px;
}

.ban_interne .bloc_text .titre {
    font-size: 50px;
    line-height: 52px;
}

#_mcePaste {
    left: inherit !important;
}

/*#newsletter .formError{*/
/*right: 53px!important;*/
/*top: 7px!important;*/
/*left: inherit!important;*/

/*}*/
/*.bloc_footer_newsletter .formError{*/
/*right: 130px!important;*/
/*top: 7px!important;*/
/*left: inherit!important;*/
/*}*/

/*.thePage{*/
/*margin-top: 50px;*/
/*}*/

.thePage .left_part {
    width: 50%;
    float: left;
}

.thePage .right_part {
    width: 50%;
    float: right;
}

.thePage .left_part40 {
    width: 40%;
    float: left;
}

.thePage .right_part60 {
    width: 60%;
    float: right;
}

.thePage .left_part60 {
    width: 60%;
    float: left;
}

.thePage .right_part40 {
    width: 40%;
    float: right;
}

.thePageInt {}

.thePageInt .left_part {
    width: 60%;
    float: left;
    padding: 0 30px 0 0;
}

.thePageInt .right_part {
    width: 40%;
    float: right;
}

.index_bloc1 {
    margin-bottom: 45px;
    padding: 0 10% 0 20%;
    margin-top: 40px;
}

.index_bloc1 .titre {
    font-size: 36px;
    color: #1365a3;
    font-weight: 500;
}

.index_bloc1 .Stitre {
    font-size: 53px;
    color: #000;
    font-weight: 700;
    line-height: initial;
    margin-bottom: 30px;
}

.index_bloc1 .desc {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin-bottom: 25px;
}

.index_bloc1 .desc a {
    color: #404040;
}

.index_bloc1 .desc a:hover {
    text-decoration: underline;
}

.index_bloc2 {
    width: 280px;
    float: left;
    margin-bottom: 20px;
}

.index_bloc2 .img {
    width: 280px;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.index_bloc2 .titre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    width: 240px;
    height: 65px;
    background: url(../image/png/titre_bloc2.png) center top no-repeat;
    bottom: 0;
    padding: 0 20px;
    line-height: 77px;
    display: block;
}

.index_bloc2 .Stitre {
    font-size: 16px;
    color: #00457c;
    margin-bottom: 15px;
}

.index_bloc2 .desc {
    font-size: 13px;
    color: #404040;
}

.index_bloc2 .desc p {
    margin-bottom: 15px;
}

.index_bloc3 {
    width: 280px;
    float: right;
    margin-bottom: 20px;
}

.index_bloc3 .img {
    width: 280px;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.index_bloc3 .titre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    width: 240px;
    height: 65px;
    background: url(../image/png/titre_bloc3.png) center top no-repeat;
    bottom: 0;
    padding: 0 20px;
    line-height: 77px;
    display: block;
}

.index_bloc3 .desc a {
    font-size: 13px;
    color: #404040;
    display: block;
    padding: 5px 0;
}

.index_bloc3 .desc li {
    border-bottom: #e3e3e3 solid 1px;
}

.index_bloc3 .desc li:last-child {
    border-bottom: none;
}

.index_bloc4 {
    clear: both;
    background: url(../image/gif/sep_hach.gif) left top repeat-x;
    padding: 30px 0;
}

.index_bloc4 .titre {
    font-size: 24px;
    color: #00457c;
    font-weight: 700;
}

.index_bloc4 .img {
    float: left;
    width: 140px;
}

.index_bloc4 .txt {
    float: right;
    width: 442px;
}

.index_bloc4 .txt a {
    font-size: 14px;
    color: #0084b6;
    font-weight: 700;
}

.index_bloc4 .txt a:hover {
    color: #f49712;
}

.actu_right {
    /*background:url(../image/gif/sep_hach.gif) repeat-x left bottom;*/
    margin-bottom: 20px;
}

.actu_right .bloc_titre {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #0084b6;
    font-weight: 700;
    margin-bottom: 10px;
}

.actu_right .all_actu {
    position: absolute;
    right: 0;
    color: #aeaeae;
    font-size: 12px;
    top: 12px;
}

.actu_right .all_actu:hover {
    color: #f2962a;
    text-decoration: underline;
}

.actu_right .actu_elem {}

.actu_right .actu_elem .img {
    display: inline-block;
    float: left;
    border: #e8e6e7 solid 5px;
}

.actu_right .actu_elem .img > span {
    width: 68px;
    height: 68px;
    border: #fff solid 2px;
    display: block;
    overflow: hidden;
}

.actu_right .actu_elem .txt {
    width: 210px;
    float: right;
    font-size: 12px;
}

.actu_right .actu_elem .date {
    font-size: 11px;
    color: #857e7e;
    display: block;
}

.actu_right .actu_elem .titre {
    color: #5c5959;
}

.actu_right .actu_elem .titre:hover {
    color: #f2962a;
    text-decoration: underline;
}

.actu_right .actu_elem > li {
    padding: 5px 0;
}

.actu_right .actu_elem > li > a {
    display: block;
}

.document_right {
    margin-bottom: 20px;
}

.document_right .Bloc {
    position: relative;
}

.document_right .txt {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: url(../image/png/titre_document.png) center top no-repeat;
    padding: 30px 0 10px;
}

.document_right .titre {
    padding: 0 15px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.document_right .desc {
    padding: 0 15px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.document_right .btn {
    display: block;
    text-align: right;
    color: #aeaeae;
    font-size: 12px;
}

.document_right .btn:hover {
    color: #f2962a;
    text-decoration: underline;
}

.footer {
    background: #fff;
    display: inline-block;
    width: 100%;
}

.footer .bande_cooperation {
    height: 76px;
    width: 940px;
    margin: auto;
    background: #fefdfd;
}

.footer .footer_bottom {
    /*    max-width: 1200px;*/
    /*    margin: 0 auto;*/
}

.footer .footer_bottom > .content {
    padding: 70px 0 25px;
}

.footer .block_left_footer .bloc_adresse_footer p {
    font-size: 18px;
    font-weight: 400;
    color: #676767;
}

.footer .block_left_footer .bloc_adresse_footer p a {
    font-size: 18px;
    font-weight: 400;
    color: #676767;
}

.footer .block_left_footer .bloc_adresse_footer p a:hover {
    color: #fab029;
    text-decoration: none;
}

.footer .block_left_footer {
    width: 32.5%;
    float: left;
    position: relative;
}

/*
.footer .block_left_footer:after {
    content: '';
    background: url("../image/png/trait2.png") top right no-repeat;
    position: absolute;
    right: -50%;
    top: 0;
    width: 70px;
    height: 117px;
}
*/

.footer .block_left_footer img {
    margin-bottom: 25px;
}

.footer .block_right_footer {
    width: 60%;
    float: right;
}

.footer .block_left_footer .bloc_adresse_footer p span {
    font-weight: 500;
}

.bloc_footer_menu .menu1 {}

.bloc_footer_menu .menu1 > li {
    float: left;
    width: 140px;
    margin-right: 25px;
}

.bloc_footer_menu .menu1 > li:last-child {
    margin-right: 0;
    width: 120px;
}

.bloc_footer_menu .menu1 > li > a {
    font-size: 20px;
    color: #1365a3;
    font-weight: 400;
}

.bloc_footer_menu .menu1 > li > a i {
    margin-left: 10px;
}

.bloc_footer_menu .menu2 {
    margin-top: 20px;
}

.bloc_footer_menu .menu2 > li {}

.bloc_footer_menu .menu2 > li > a {
    font-size: 12px;
    color: #fff;
    background: url(../image/gif/sep_menu2.gif) left bottom no-repeat;
    padding: 5px 0;
    display: block;
}

.bloc_footer_menu .menu2 > li:last-child > a {
    background: none;
}

.bloc_footer_newsletter {
    clear: both;
}

.bloc_footer_newsletter p {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    width: 41%;
    float: left;
    text-align: right;
    /*    margin-right: 20px;*/
}

.bloc_footer_newsletter p span {
    font-size: 24px;
    color: #3f91ce;
    font-weight: 500;
    display: block;
}

.bloc_footer_newsletter .titre_bloc {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #00b6d4;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bloc_footer_newsletter .titre_bloc span {
    color: #fff;
}

.bloc_footer_newsletter .bloc_newsletter {}

.bloc_footer_newsletter .bloc_newsletter #newsletter {
    position: relative;
    width: 55%;
    float: right;
}

.bloc_footer_newsletter .bloc_newsletter #newsletter .btn_submit_news {
    position: absolute;
    right: 10px;
    top: 25px;
    transform: translateY(-50%);
    background: none;
    border: none;
}

.bloc_footer_newsletter .bloc_newsletter #newsletter .btn_submit_news:before {
    content: '';
    width: 1px;
    height: 35px;
    background: #ced1d5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
}
button.btn_submit_news img {
    transform: scaleX(-1);
}
.bloc_footer_newsletter .bloc_newsletter .input {
    border: 1px solid #cddfee;
    background: #f1f8ff;
    height: 50px;
    width: 100%;
    padding: 15px 55px 15px 15px;
    font-size: 16px;
}

.bloc_reseaux {
    height: 32px;
    margin-bottom: 10px;
}

.bloc_reseaux .txt {
    font-size: 18px;
    color: #fff;
    margin-right: 10px;
    float: left;
    height: 32px;
    line-height: 32px;
}

.bloc_reseaux a {
    display: block;
    float: left;
    margin-right: 5px;
}

.bloc_adresse_footer {
    font-size: 14px;
    color: #009ad4;
}

.bloc_adresse_footer a {
    color: #009ad4;
}

.bloc_adresse_footer a:hover {
    color: #fff;
}

.menu_bas {
    display: inline-block;
    margin-bottom: 40px;
}

.menu_bas li {
    float: left;

}

.menu_bas li:last-child {
    background: none;
}

.menu_bas a {
    font-size: 20px;
    color: #1365a3;
    font-weight: 400;
    padding: 0 12px;
}

.menu_bas a:hover,
.menu_bas a:focus {
    color: #fab029;
    text-decoration: none;
}

.medianet {
    font-size: 12px;
    color: #bdd2e4;
    font-family: 'Roboto', sans-serif;
    float: right;
    /*margin-top: 40px;*/
    margin-top: 30px;
    /*    margin-right: 75px;*/
    clear: both;
}

.medianet a {
    color: #bdd2e4;
    font-weight: 700;
}

.medianet a:hover {
    color: #fab029;
    text-decoration: none;
}

.fils_ariane {
    height: auto;
    /*line-height: 60px;*/
    font-size: 12px;
    background: #eef7ff;
    padding: 15px 5px;
}

.fils_ariane a {
    color: #6a94b5;
    font-size: 16px;
    font-weight: 400;
}

.fils_ariane span.active {
    color: #00477d;
    font-size: 16px;
    font-weight: 500;
}

.fils_ariane i {
    color: #6a94b5;
    font-size: 18px;
    margin: 0 10px;
    position: relative;
    top: 2px;
}

.fils_ariane a:hover {
    color: #fab029;
    text-decoration: none;
}

.width_container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}

p {
    font-size: 15px;
    line-height: 25px;
}

.titrePage {
    font-size: 36px;
    color: #00477d;
    margin-bottom: 2%;
    line-height: 45px;
    font-weight: 700;
}

.content_left_part_interne {
    padding: 30px 0 15px 0;
}

.content_right_part_interne {
    background: #eef7ff;
    padding: 60px 30px 30px;
}

.content_left_part_interne .page_cms table tr td {
    font-size: 28px !important;
    font-weight: 500;
    color: #000;
    display: block;
    padding-bottom: 6px;
    float: right;
}

.content_left_part_interne .page_cms table tr td img {
    margin-left: 40px;
}

.bloc_pagination {
    background: #f9f9f9;
    text-align: center;
    height: 50px;
    margin-top: 40px;
}

.bloc_pagination ul {
    display: inline-block;
}

.bloc_pagination li {
    float: left;
    margin-right: 2px;
}

.bloc_pagination a {
    background: none;
    color: #004c86;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    font-weight: 500;
    padding: 0 10px;
}

.bloc_pagination a:hover,
.bloc_pagination a.active {
    background: none;
    color: #cccccc;
    text-decoration: none;
}

.page_actualites {
    margin-bottom: 15px;
}

.page_actualites > li {
    border-top: 2px solid #f4f3f3;
    padding: 30px 0;
}

.page_actualites > li:hover {
    transform: scale(1.02, 1.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page_actualites > li:first-child {
    border-top: 2px solid #e7e8ec;
}

.page_actualites .img {
    float: left;
    /*width: 30%;*/
    margin-top: 15px;
}

.footer_position {
    position: relative;
}

.page_actualites .img a {
    overflow: hidden;
    display: block;
}

.page_actualites .img a img {
    width: 100%;
}


.page_actualites .txt {
    width: 70%;
    float: right;
    padding: 10px 20px;
}

.page_actualites .date {
    font-size: 18px;
    color: #92b8d4;
    margin-bottom: 10px;
}

.page_actualites .date .theme_act {
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.page_actualites .titre {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.page_actualites .titre:hover {
    text-decoration: none;
    color: #f2962a;
}

.page_actualites .desc {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.bloc_retour {
    padding: 8px 0;
    border-bottom: #c3c3c3 solid 1px;
    text-align: right
}

.btnRetour {
    background: #00457c;
    display: inline-block;
    padding: 4px 15px;
    color: #fff;
    font-size: 16px;
    font-weight: bold
}

.bloc_retour.bottom {
    border-bottom: none;
    border-top: #c6c6c6 solid 1px;
}

/*.bloc_retour > a {
    font-size:15px;
    color:#0084b6;
}
.bloc_retour > a:hover {
    text-decoration:underline;
}*/
.bloc_share {
    width: 575px;
    float: right;
    text-align: right;
}

.page_cms {
    padding: 15px 0;
}

.page_cms a {
    color: #00477d;
    font-weight: 400;
}

.page_cms > .img {
    margin: 0 15px 15px 0;
    float: left;
}

.left_part .page_cms {
    font-size: 20px;
}

/*.left_part .titrePage{*/
/*margin-top: 4%;*/
/*}*/

/*.page_cms > p {*/
/*font-size: 20px;*/
/*color: #5c5959;*/
/*margin-bottom: 15px;*/
/*}*/

.page_cms .desc_page {
    font-size: 26px;
    color: #0098c2;
    margin-bottom: 15px;
}

.page_cms .titre_h2 {
    font-size: 24px;
    color: #00457c;
    margin-bottom: 10px;
    font-weight: 700;
}

.page_cms .titre_h3 {
    font-size: 14px;
    color: #0084b6;
    margin-bottom: 10px;
    font-weight: 700;
}

.page_cms .txt_impo {
    font-size: 16px;
    color: #00457c;
}

.page_cms .sep {
    background: url(../image/gif/sep_hach.gif) repeat-x left bottom;
    height: 10px;
    clear: both;
    margin-bottom: 20px;
}

.liste1 {
    margin-bottom: 15px;
}

.liste1 > li {
    font-size: 16px;
    color: #404040;
    padding: 5px 0 5px 15px;
    border-bottom: #e3e3e3 solid 1px;
    background: url(../image/png/liste1.png) left 10px no-repeat;
}

.liste1 > li:last-child {
    border-bottom: none;
}

.liste2 {}

.liste2 > li {
    font-size: 13px;
    color: #00457c;
    padding-left: 10px;
    background: url(../image/png/liste2.png) left 5px no-repeat;
}

.dateActu {
    font-size: 18px;
    color: #2a2454;
}

.titreActu {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.tab {
    margin-bottom: 20px;
}

.tab th {
    background: #0098c2 url(../image/gif/tab_th.gif) left bottom no-repeat;
    padding: 8px 15px;
    color: #fff;
    font-size: 13px;
    border-right: #e7e7e7 solid 1px;
    text-align: left;
}

.tab th:last-child {
    border-right: none;
}

.tab td {
    color: #000;
    font-size: 13px;
    border-right: #e7e7e7 solid 1px;
    padding: 5px 10px;
}

.tab td:last-child {
    border-right: none;
}

.tab .odd td {
    background: #f5f5f5;
}

.msg_contact {
    margin-bottom: 70px;
    position: relative;
}

.msg_contact .titre_bloc {
    border-bottom: #dad6ca solid 1px;
    font-size: 28px;
    color: #7ba952;
    font-weight: 700;
    margin-bottom: 10px;
}

.msg_contact .desc {
    /*box-shadow: 0px 0px 11px 8px rgba(232,232,232,0.6);*/
    background: #eff4e4;
    padding: 60px;
    color: #41792d;
    font-size: 22px;
    text-align: center;
    border: 1px solid #d6e9c6;
    border-radius: 4px;
    margin-bottom: 20px;
}


.msg_contact .btn {
    color: #41792d;
    font-size: 18px;
    position: absolute;
    bottom: 0;
    left: 10px;

}

.msg_contact .btn i {
    margin-right: 10px;

}

.msg_contact .btn-block {
    font-size: 13px;
    display: inline-block;
    width: 30%;
    padding: 10px;
    background: #f2f2f2;
    color: #595959;
    border: none;
    border-radius: 5px;
    box-shadow: 0px 1px 5px -2px black;
    margin: 0 10px;
    float: right;
}

.msg_contact .btn-block i {
    margin-left: 5px;
}

.msg_contact .btn-block:hover,
.msg_contact .btn-block:focus {
    text-decoration: none;
    color: #fff;
    background: #00457c;
}


.msg_contact.erreur .titre_bloc {
    color: #cd0606;
}

.msg_contact.erreur .desc {
    background: #faeded;
    color: red;
    border: 1px solid red;
}

.msg_contact.erreur .btn {
    color: red;
}

.bloc_sous_menu {
    background: #00457c;
    padding: 10px;
}

.bloc_sous_menu .titre_bloc {
    font-size: 25px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 27px;
    padding: 0 20px;
}

.bloc_sous_menu .menu {
    border-top: #f2962a solid 3px;
    background: #0c5d9d;
}

.bloc_sous_menu .menu1 > li {
    border-bottom: #00457c solid 1px;
}

.bloc_sous_menu .menu1 > li > a {
    font-size: 15px;
    color: #fff;
    padding: 7px 20px;
    display: block;
}

.bloc_sous_menu .menu1 > li > a:hover {
    background: #f2962a
}

.bloc_sous_menu .menu1 > li.active {
    background: #fff;
}

.bloc_sous_menu .menu1 > li.active > a {
    color: #0c5d9d;
}

.bloc_sous_menu .menu1 > li.active > a:hover {
    color: #0c5d9d;
    background: #fff;
}

.bloc_sous_menu .menu2 {
    padding: 0 25px 10px;
}

.bloc_sous_menu .menu2 > li {
    background: url(../image/png/menu222.png) left bottom repeat-x;
}

.bloc_sous_menu .menu2 > li:last-child {
    background: none;
}

.bloc_sous_menu .menu2 > li > a {
    font-size: 14px;
    color: #73777a;
    padding: 2px 15px;
    background: url(../image/png/menu22.png) left 8px no-repeat;
    display: block;
}

.bloc_sous_menu .menu2 > li > a:hover {
    color: #f2962a;
    text-decoration: underline;
}

.page_faq {
    margin-bottom: 15px;
}

.page_faq > li {
    /*background: url(../image/gif/sep_hach.gif) repeat-x left bottom;*/
    padding: 10px 0 10px 0;
    background-color: #f5f5f5;
    margin-bottom: 10px;
}

/* Added 28/08/2018 */
.page_faq .img {
    width: 10%;
    background: url(../image/png/question-mark.png) center top no-repeat;
    height: 32px;
    float: left;
    margin-top: 5px;
}

.page_faq > li.active .img {
    background: url(../image/png/question-mark-active.png) center top no-repeat;
}

.page_faq .question {
    position: relative;
    font-size: 20px;
    /*color: #0084b6;*/
    color: #0d4e83;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: 500;
    cursor: pointer;
}

.sign {
    background: url(../image/png/plus_sign.png) center top no-repeat;
    float: right;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    padding: 20px;
    position: absolute;
    right: -30px;
    top: 10px;
}

.active_sign .sign {
    background: url(../image/png/minus_sign.png) center top no-repeat;
    float: right;
    margin-right: 5px;
    height: 20px;
    width: 20px;
    padding: 20px;
    position: absolute;
    right: -30px;
    top: 10px;
}

.faq {
    height: 32px;
    float: left;
    margin-top: 5px;
    width: 10%;
}

.faq_background_bleu {
    background: url(../image/png/question-mark.png) center top no-repeat;
}

.faq_background_orange {
    background: url(../image/png/question-mark-active.png) center top no-repeat;
}

/*.block{*/
/*display: block !important;*/
/*}*/

/*.none{*/
/*display: none !important;*/
/*}*/

.page_faq .reponce {
    font-size: 18px;
    /*color: #6a6a6a;*/
    color: #111;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 40px;
    line-height: normal;
    font-weight: 400;
    width: 100%;
    display: none;
    /*background: url(../image/gif/reponce.gif) left top no-repeat;*/
}

/*.addthis-smartlayers, div#at4-follow, div#at4-share, div#at4-thankyou, div#at4-whatsnext{*/
/*display: none !important;*/
/*}*/

.page_faq .reponce strong,
.page_faq .question strong {
    color: #00467a;
}

.page_faq .txt {
    float: right;
    width: 90%;
    border-left: #b8b8b8 solid 1px;
    padding-left: 15px;
    padding-right: 40px;
}

.bloc_theme {
    background: #fafafa;
    padding: 10px 15px;
    margin: 10px 0 20px;
}

.bloc_theme .txt {
    font-size: 18px;
    color: #00457c;
    line-height: 30px;
    float: left;
    padding-right: 25px;
}

.bloc_theme .bloc_select {
    float: left;
    height: 28px;
    border: #e5e5e5 solid 1px;
    width: 220px;
    position: relative;
    background: #fff;
}

.bloc_theme .link {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 28px;
    background: url(../image/gif/puce_all.gif) right 11px no-repeat;
    margin: 0 10px;
    padding-right: 15px;
    cursor: pointer;
}

.bloc_theme .link.active {
    background-image: url(../image/gif/puce_all_h.gif)
}

.bloc_theme ul {
    width: 208px;
    border: #e5e5e5 solid 1px;
    position: absolute;
    top: 28px;
    left: -1px;
    background: #fff;
    padding: 15px 20px;
    display: none;
}

.bloc_theme ul li {
    border-bottom: #d9d9d9 solid 1px;
}

.bloc_theme ul li:last-child {
    border-bottom: none;
}

.bloc_theme ul li a {
    font-size: 15px;
    color: #0084b6;
    padding: 5px 0;
    background: url(../image/png/puce_jaune.png) left 12px no-repeat;
    padding-left: 13px;
    display: block;
}

.bloc_theme ul li a:hover,
.bloc_theme ul li a.active {
    color: #00457c;
}

.page_lien_util li:hover {
    transform: scale(1.02, 1.02);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.page_lien_util {
    margin-bottom: 15px;
}

.page_lien_util > li {
    background: url(../image/gif/sep_hach.gif) repeat-x left bottom;
    padding: 10px 0 20px 0;
}

.page_lien_util > li a {}

.page_lien_util .img {
    width: 10%;
    background: url(../image/png/lien_util.png) center top no-repeat;
    ;
    height: 28px;
    float: left;
    display: block;
    margin-top: 2px;
}

.page_lien_util .titre {
    font-size: 18px;
    color: #000;
    display: block;
}

.page_lien_util .desc {
    font-size: 17px;
    color: #0767ae;
    font-weight: 500;
    display: block;
}

.page_lien_util .txt {
    float: right;
    width: 90%;
    border-left: #b8b8b8 solid 1px;
    padding-left: 15px;
    display: block;
}

.bloc_filtre {
    background: #fafafa;
    padding: 10px 15px;
    margin: 10px 0 20px;
    border-bottom: #e7e7e7 solid 3px;
}

.bloc_filtre .txt {
    font-size: 15px;
    font-weight: 300;
    color: #0098c2;
    float: left;
    padding-right: 25px;
    line-height: 17px;
}

.bloc_filtre .txt span {
    color: #00457c;
}

.bloc_filtre .bloc_select {
    float: left;
    border: #e5e5e5 solid 1px;
    width: 210px;
    position: relative;
    background: #fff;
}

.bloc_filtre .link {
    font-size: 14px;
    color: #7a7a7a;
    line-height: 34px;
    background: url(../image/gif/puce_all.gif) right 15px no-repeat;
    margin: 0 10px;
    padding-right: 15px;
    cursor: pointer;
}

.bloc_filtre .link.active {
    background-image: url(../image/gif/puce_all_h.gif)
}

.bloc_filtre ul {
    width: 208px;
    border: #e5e5e5 solid 1px;
    position: absolute;
    top: 28px;
    left: -1px;
    background: #fff;
    padding: 15px 20px;
    display: none;
}

.bloc_filtre ul li {
    border-bottom: #d9d9d9 solid 1px;
}

.bloc_filtre ul li:last-child {
    border-bottom: none;
}

.bloc_filtre ul li a {
    font-size: 15px;
    color: #0084b6;
    padding: 5px 0;
    background: url(../image/png/puce_jaune.png) left 12px no-repeat;
    padding-left: 13px;
    display: block;
}

.bloc_filtre ul li a:hover,
.bloc_filtre ul li a.active {
    color: #00457c;
}

.bloc_filtre .bloc_input {
    float: left;
    margin-right: 10px;
    border: #e5e5e5 solid 1px;
    padding: 7px 13px;
    background: #fff;
}

.bloc_filtre .input {
    width: 120px;
    height: 19px;
    background: none;
    padding-left: 5px;
}

.bloc_filtre .label {
    border-right: #e5e5e5 solid 1px;
    padding-right: 10px;
    font-size: 14px;
    color: #7a7a7a;
    height: 19px;
    line-height: 19px;
}


.bloc_filtre .select {
    width: 210px;
    height: 34px;
    line-height: 34px;
    padding: 5px;
    border: 0;
}

.bloc_filtre_pub {
    border-bottom: 1px solid #e7e8ec;
    padding-bottom: 20px;
}

.page_telecharger {
    margin-bottom: 15px;
    width: 100%;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
}

.page_telecharger > li {
    padding: 25px 50px 100px 30px;
    width: 31%;
    float: left;
    margin: 0 3.5% 0 0;
    border: 1px solid #dfe6ec;
}

.page_telecharger > li:nth-child(3n+1) {
    clear: both;
}

.page_telecharger > li:nth-child(3n) {
    margin-right: 0
}

.page_telecharger .img {
    display: inline-block;
    border: #e8e6e7 solid 4px;
    float: left;
}

.page_telecharger .img a {
    width: 94px;
    height: 124px;
    display: block;
    overflow: hidden;
    border: #fff solid 2px;
}

.page_telecharger .date {
    font-size: 11px;
    color: #857e7e;
}

.page_telecharger .titre {
    font-size: 16px;
    color: #00477d;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 500;
}

.page_telecharger p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
}

.date_taille_pdf p {
    font-size: 14px;
    color: #999999;
    font-weight: 400;
}

li.liste_pub {
    position: relative;
    margin-top: 40px;
    min-height: 320px;
    background: #eef7ff;
}

li.liste_pub:hover a,
li.liste_pub:focus a {
    text-decoration: none
}

li.liste_pub a:hover,
li.liste_pub a:focus {
    text-decoration: none
}

li.liste_pub .date_taille_pdf {
    position: absolute;
    bottom: 20px;
    left: 25px;
}

li.liste_pub .link_detail_pub {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #fab029;
    padding: 20px 25px;
}
li.liste_pub .link_detail_pub:hover {
    background: #e8a120;
}

li.liste_pub .link_detail_pub i {
    font-size: 30px;
    color: #fff;
}

.page_telecharger .titre:hover {
    text-decoration: underline;
}

.page_telecharger .desc {
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.page_telecharger .btn {
    font-size: 15px;
    color: #00457c;
    background: #fff url(../image/png/pdf.png) 6px 5px no-repeat;
    border: #00457c solid 1px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    padding: 0 12px 0 35px;
    cursor: pointer;
}

.page_telecharger .btn:hover {
    color: #fff;
    background: #f2962a url(../image/png/pdf_h.png) 6px 5px no-repeat;
    border-color: #f2962a;
}

.page_partenaire {
    margin: 20px 0 15px;
}

.page_partenaire > li {
    /*width: 132px;*/
    float: left;
    position: relative;
    margin-right: 23px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    /*height: 180px;*/
}

.page_partenaire > li.last {
    margin-right: 0;
}

.page_partenaire .img {
    border: #e8e6e7 solid 4px;
    margin-bottom: 5px;
    float: left;
}

.page_partenaire .img a {
    overflow: hidden;
    border: #fff solid 2px;
    display: table-cell;
    background: #fafafa;
    text-align: center;
    vertical-align: middle;
    height: 120px;
    width: 120px;
}

.page_partenaire .txt {
    margin-left: 130px;
    z-index: 2;
}

.txt a {
    color: #000;
}

.page_partenaire .date {
    font-size: 11px;
    color: #857e7e;
}

.page_partenaire .txt h2 .titre {
    font-size: 28px;
    color: #000;
    font-weight: 500;
    padding-bottom: 6px;
    display: block;
}

.page_partenaire .btn {
    font-size: 13px;
    color: #000;
}

.page_plan {
    margin: 20px 0;
}

.page_plan > li {
    padding: 10px 0 22px;
    background: url(../image/gif/sep_hach.gif) repeat-x scroll left bottom;
}

.page_plan > li > a {
    font-size: 18px;
    color: #00457c;
    font-weight: 700;
}

.page_plan2 {
    margin: 10px 0
}

.page_plan2 > li {
    margin-bottom: 5px;
}

.page_plan2 > li > a {
    background: url(../image/png/menu2.png) left 5px no-repeat;
    font-size: 13px;
    color: #000;
    padding-left: 24px;
}

.desc_contact {
    margin: 15px 0 20px;
}

.desc_contact .left_part {
    width: 170px;
    float: left;
}

.desc_contact .left_part .titre {
    color: #2d2958;
    font-size: 30px;
}

.desc_contact .left_part .desc {
    color: #008db4;
    font-size: 18px;
}

.desc_contact .right_part {
    float: right;
    width: 100%;
    margin-top: 10px;
    border-left: #dedede solid 1px;
    padding-left: 20px;
}

.desc_contact li {
    background: url(../image/png/menu2.png) left 5px no-repeat;
    padding-left: 24px;
    font-size: 16px;
    color: #808080;
}

.desc_contact .txt {
    color: #383838;
    font-size: 16px;
    margin-bottom: 10px;
}

.bloc_map {
    width: 100%;
    height: 190px;
    overflow: hidden;
    margin-bottom: 25px;
}

.block_map_contact iframe {
    width: 100%;
}

.map_overlay {
/*
    opacity: 0.35;
    color: #efefef;
    pointer-events: none;
*/
}

.page_form {
    margin-top: 6%;
}

.page_form .titre_page {
    font-size: 24px;
    font-weight: 700;
    color: #00457c;
}

.page_form .txt_contact {
    font-size: 26px;
    font-weight: 500;
    color: #1365a3;
    margin-bottom: 60px;
}

.page_form > p {
    font-size: 13px;
    color: #0084b6;
    margin-bottom: 15px;
}

.page_form form {
    position: relative;
}

.page_form .label {
    font-size: 26px;
    color: #000;
    font-weight: 500;
    width: 30%;
    line-height: 55px;
    display: block;
    float: left;
    text-align: left;
    padding: 0;
}

.page_form .input {
    font-size: 18px;
    color: #0084b6;
    height: 55px;
    line-height: 55px;
    padding: 0 15px;
    width: 70%;
    background: #f3f9ff;
    border: 1px solid #dfe6ec;
}

.page_form #code_securite {
    padding: 0 15px 0 125px;
}

.content_form_contact {
    padding-right: 70px;
}

.banner_coordonnes .content_block_coordonnes {
    background: #fff;
    padding: 40px 35px;
}

.banner_coordonnes .content_block_coordonnes .txt_coord_top {
    color: #92b8d4;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
}

.banner_coordonnes .content_block_coordonnes p.txt_contact {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.banner_coordonnes .content_block_coordonnes p.txt_contact a {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.banner_coordonnes .content_block_coordonnes p.txt_contact a:hover,
.banner_coordonnes .content_block_coordonnes p.txt_contact a:focus {
    color: #92b8d4;
    text-decoration: none;
}

.banner_coordonnes .content_block_coordonnes p.txt_contact span {
    font-weight: 500;
}

.banner_coordonnes .content_block_coordonnes h3 {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 10px;
}

.banner_coordonnes {
    margin-bottom: 30px
}

.page_form .form_ligne {
    margin-bottom: 15px;
    position: relative;
}

.page_form .form_ligne .img_captcha {
    position: absolute;
    top: 0;
    left: 30%;
    height: 55px;
    border: 1px solid #dfe6ec;
}

.page_form .area {
    font-size: 18px;
    color: #0084b6;
    height: 175px;
    padding: 0 15px;
    width: 70%;
    background: #f3f9ff;
    border: 1px solid #dfe6ec;
}

.page_form .btn {
    background-color: #00457c;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 0 30px;
    height: 36px;
    line-height: 36px;
    cursor: pointer;
}

.page_form .btn:hover {
    background-color: #f39500;
}

.lien {
    color: #0084b6;
}

.lien:hover {
    color: #f2962a;
}

.giz {
    float: right;
    margin-top: 25px;
}

#at-image-sharing-tool {
    left: -50px !important;
    display: none;
}

#news-error {
    font-weight: 500;
    font-size: 12px;
    position: absolute;
    top: 50px;
    left: 0;
    display: none;
}

#news-error.error {
    color: red !important;
    font-weight: 500;
    font-size: 12px;
    display: block;
}

#news-error.succes {
    color: green !important;
    font-weight: 500;
    font-size: 12px;
    display: block;
}

.bloc_actualite {
    overflow: hidden;
}

/************ RIGHT *****************/

/***************Validation engine*************/
.inputContainer {
    position: relative;
    float: left
}

.formError {
    font-size: 12px;
    color: red;
    font-weight: 500;
}

.formSuccess {
    font-size: 12px;
    color: green;
    font-weight: 500;
}

#newsletter input::placeholder {
    font-size: 14px;
}

.ajaxSubmit {
    background: #55ea55;
    border: 1px solid #999;
    display: none;
    padding: 20px
}

.formError .formErrorContent {
    position: relative;
    color: red !important;
    font-size: 12px;
    top: 76px;
}

.formError .formErrorArrow {
    display: none;
    width: 15px;
    position: relative;
    z-index: 5006;
    margin: -2px 0 0 13px
}

.formError .formErrorArrowBottom {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    top: 2px;
    margin: 0 0 0 12px
}

.formError .formErrorArrow div {
    border-left: 2px solid #dc0000;
    border-right: 2px solid #dc0000;
    height: 1px;
    background: #dc0000;
    line-height: 0;
    font-size: 0;
    display: block;
    margin: 0 auto
}

.formError .formErrorArrowBottom div {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

.formError .formErrorArrow .line10 {
    width: 15px;
    border: none
}

.formError .formErrorArrow .line9 {
    width: 13px;
    border: none
}

.formError .formErrorArrow .line8 {
    width: 11px
}

.formError .formErrorArrow .line7 {
    width: 9px
}

.formError .formErrorArrow .line6 {
    width: 7px
}

.formError .formErrorArrow .line5 {
    width: 5px
}

.formError .formErrorArrow .line4 {
    width: 3px
}

.formError .formErrorArrow .line3 {
    width: 1px;
    border-left: 2px solid #dc0000;
    border-right: 2px solid #dc0000;
    border-bottom: 0 solid #dc0000
}

.formError .formErrorArrow .line2 {
    width: 3px;
    border: none;
    background: #dc0000
}

.formError .formErrorArrow .line1 {
    width: 1px;
    border: none;
    background: #dc0000
}

.greenPopup .formErrorContent,
.greenPopup .formErrorArrow div {
    background: #33be40
}

.greenpopup {
    display: block;
    z-index: 5000;
    cursor: pointer;
    margin-top: 50px !important;
}

.blackPopup .formErrorContent,
.blackPopup .formErrorArrow div {
    background: #393939;
    color: #FFF
}

/************* added 13/08 **************/
.menu_principal li a.active {
    color: #f2962a;
}

.menu_principal li a:hover {
    background: none;
    text-decoration: none;
    color: #f4911e;
}

.menu_principal ul.sub_menu {
    background: #fff;
    position: absolute;
    left: -28px;
    width: 200px;
    display: none;
    padding: 10px 0;
    text-align: left;
    border-top: #00477d solid 2px;
    margin-top: 30px;
}

.menu_principal ul.sub_menu li {
    float: none;
    background: none;
    padding-left: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.menu_principal ul.sub_menu li a.niv2 {
    color: #676767;
    height: auto;
    line-height: 18px;
    margin-bottom: 5px;
    padding: 6px 0 6px 10px;
    display: block;
    font-size: 18px;
    font-weight: 400;
}

.menu_principal ul.sub_menu li a.niv2:hover {
    color: #f4911e;
}

.menu_principal ul.sub_menu li a.actif {
    color: #f4911e;
}

.lien_interne {
    color: #fab029;
}

.lien_interne:hover {
    text-decoration: underline;
}

.send {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 1px 30px;
    line-height: 36px;
    cursor: pointer;
    margin-left: 18px;
}

.send:hover {
    background-color: #f39500;
}

.divAuthentification {
    background: #f2f2f2;
    border-bottom: #e7e7e7 3px solid;
    padding: 22px 30px
}

.labelAuthentification {
    color: #0084b6;
    font-size: 18px;
    display: inline-block;
    min-width: 150px;
    margin-right: 10px
}

.rowAuthentification {
    margin-bottom: 8px
}

.messageAuthentification {
    color: #000000;
    font-size: 17px
}

.formAuthentification {
    padding: 10px 0
}

.inputAuth {
    background: #fff;
    border: #e5e5e5 1px solid;
    height: 34px;
    width: 255px;
    color: #000;
    font-size: 17px;
    text-indent: 10px
}

.seConecterA {
    background: #00457c;
    color: #fff;
    font-size: 14px;
    height: 34px;
    width: 100px;
    cursor: pointer
}

.inputAuthCaptcha {
    background: #fff;
    border: #e5e5e5 1px solid;
    height: 34px;
    width: 100px;
    color: #000;
    font-size: 17px;
    text-indent: 10px
}

.margeCaptcha {
    margin-left: 160px
}

.divFilter {
    background: #f2f2f2;
    border-bottom: #e7e7e7 3px solid;
    padding: 22px 30px
}

.typeFilter {
    text-align: left;
    font-size: 17px
}

.typeFilter span {
    margin-right: 15px;
}

.selectFilter {
    background: #fff;
    border: #e5e5e5 1px solid;
    height: 34px;
    color: #000;
    font-size: 17px;
    padding: 0 1%;
    overflow: hidden;
}

.selectFilter select {
    background: none;
    border: none;
    height: 34px;
    color: #000;
    font-size: 14px;
    width: 100%;
}

.labelFilter {
    color: #0084b6;
    font-size: 18px;
    display: inline-block;
    padding: 0 10px;
}

.inputFilter {
    background: #fff;
    border: #e5e5e5 1px solid;
    height: 34px;
    color: #000;
    font-size: 14px;
    width: 100%;
    text-indent: 10px
}

.filter-elem {
    margin: 10px 0;
}

.rechercheFilter {
    background: #000;
    color: #fff;
    font-size: 14px;
    height: 34px;
    width: 100%;
    cursor: pointer
}

.rechercheFilter:hover {
    background: #f2962a;
}

.divCle {
    background: #00457c;
    overflow: hidden;
    height: 60px;
}

.legende {
    background: url(../image/png/legende.png) right center no-repeat;
    color: #fff;
    text-transform: uppercase;
    height: 60px;
    line-height: 60px;
    display: block;
    float: left;
    padding: 0 30px 0 20px;
    font-size: 20px;
    margin-right: 10px
}

.iconLegend {
    float: left;
    padding: 0 10px;
    margin-top: 8px;
    text-align: center;
    color: #fff;
    background: url(../image/png/legend-sep.png) right center no-repeat;
}

.iconLegend img {
    vertical-align: middle;
}

.iconLegend span {
    vertical-align: middle;
    font-size: 18px;
    color: #fff
}

.titleFilter {
    color: #00457c;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase
}

.eMembre {
    background: url(../image/gif/espace-m.gif) left center no-repeat #f2f2f2;
    display: inline-block;
    padding-left: 41px;
    border: #e5e5e5 1px solid;
}

.activeMembre .eMembre {
    background: url(../image/gif/espace-m-a.gif) left center no-repeat #00729f;
    display: inline-block;
    padding-left: 41px;
    border: #00729f 1px solid;
}

.activeMembre .eMembre span {
    display: inline-block;
    padding: 0 10px 0 14px;
    line-height: 34px;
    height: 34px;
    border-left: #fff 1px solid;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase
}

.eMembre span {
    display: inline-block;
    padding: 0 10px 0 14px;
    line-height: 34px;
    height: 34px;
    border-left: #e5e5e5 1px solid;
    font-size: 12px;
    color: #00457c;
    text-transform: uppercase
}

.sMembre {
    float: right;
    margin: 5px 4px 0 0;
    position: relative;
    z-index: 2
}

.subMembre {
    position: absolute;
    left: auto;
    top: 100%;
    display: none;
    width: 260px;
    right: 0;
    background: #00729f;
}

.subMembrePadd {
    padding: 20px 10px 10px
}

.inputMembre {
    width: 95%;
    height: 32px;
    padding-left: 5%;
    color: #0084b6;
    font-size: 16px;
    margin-bottom: 8px;
}

.captchaMembre {
    width: 168px;
    margin-left: 10px;
    height: 30px;
    padding-left: 5%;
    color: #0084b6;
    font-size: 16px;
    vertical-align: middle
}

.submitMembre {
    background: #f49712;
    padding: 5px;
    width: 80px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px
}

.helloMembre {
    color: #fff;
    font-size: 16px
}

.titleTabAgence {
    color: #0084b6;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 25px
}

.divTelechargement {
    margin: 20px 0 10px
}

.listeFichier {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: bold
}

.telechargement {
    background: #ececec;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
    padding: 10px 0
}

.telechargementDesc {
    padding: 5px 15px 5px 25px;
    margin-right: 140px;
    font-size: 14px;
    color: #2a2a2a;
    border-right: 1px solid #d4cfcf
}

.linkTelechargement {
    display: inline-block;
    background: none;
    border: #00457c 1px solid;
    padding: 4px 10px;
    color: #00457c;
    font-size: 15px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 20px
}

.linkTelechargement:hover {
    display: inline-block;
    border: #00457c 1px solid;
    padding: 4px 10px;
    color: #fff;
    font-size: 15px;
    background: #00457c
}

#map .tableDetailCarte th {
    background: none;
    color: #00457c;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 2px 10px;
    width: 120px
}

#map .tableDetailCarte td {
    background: none;
    color: #5c5959;
    font-size: 12px;
    padding: 2px 10px;
}

.tableDetailCarte {
    width: 100%;
    color: #5c5959;
    font-size: 16px;
}

.tableDetailCarte th {
    background: url(../image/gif/tab-border.gif) left bottom repeat-x #fff;
    color: #00457c;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    padding: 6px 10px 6px 35px
}

.tableDetailCarte td {
    background: url(../image/gif/tab-border.gif) left bottom repeat-x #fff;
    color: #5c5959;
    font-size: 16px;
}

.bienvenue {
    color: #00457c;
    font-size: 20px
}

.bienvenue span {
    font-size: 44px;
    display: inline-block;
    padding-right: 5px
}

.foulenBenFoulen {
    color: #0084b6;
    font-size: 28px;
    font-weight: bold
}

.txtBienvenue {
    margin-bottom: 25px
}

.defaultP {
    color: #4a4a4a;
    font-size: 13px
}

.defaultP p {
    margin-bottom: 15px
}

.detailMap {
    background: #00457c;
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    cursor: pointer;
    display: inline-block
}

.margeMap {
    margin-top: 6px;
    text-align: right
}

.form_hidden {
    display: none;
}

.btn_search.active .zmdi-search:before {
    content: '\f136';
}

.menu_principal li a.btn_search i {
    width: 25px;
    height: 25px;
    margin: 0;
    color: #92b4cd;
}

.menu_principal li a.btn_search:hover i,
.menu_principal li a.btn_search:focus i {
    color: #f4911e;
}

.thePage .section1_index,
.thePage .section3_index {
    display: inline-block;
    width: 100%;
}

.block_right_apropos img {
    margin-top: 40px;

}

.content_block_right_apropos h3 {
    font-size: 53px;
    font-weight: 700;
    color: #000;
}

.content_block_right_apropos a {
    font-size: 16px;
    font-weight: 500;
    color: #1365a3;
    display: inline-block;
    margin-top: 30px;
}

.content_block_right_apropos a i {
    margin-left: 5px;
}

.block_right_apropos {
    position: relative;
    margin-bottom: 160px;
}

.content_block_right_apropos {
    max-width: 470px;
    position: absolute;
    bottom: -117px;
    left: 110px;
}

.btn_style {
    background: #1365a3;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 30px 10px;
    box-shadow: 4px 8px 13px 2px #cacaca;
    display: inline-block;
    border: 1px solid #1365a3;
}

.btn_style:hover,
.btn_style:focus {
    background: #fff;
    color: #1365a3;
    text-decoration: none;
}

.owl_mission.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto;
}

.owl_mission .item {
    text-align: center;
    position: relative;
    padding: 0 10px;
}

.owl_mission .item::after {
    content: '';
    position: absolute;
    right: -30px;
    top: 20%;
    background: #d9e6f1;
    width: 1px;
    height: 115px;
}

.owl_mission .item a:hover,
.owl_mission .item a:focus {
    text-decoration: none;
}

.owl_mission .item a:hover p,
.owl_mission .item a:focus p {
    color: #f4911e;
}

.owl_mission .item a:hover i,
.owl_mission .item a:focus i {
    color: #f4911e;
}

.owl_mission .item p {
    color: #000;
    font-size: 27px!important;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: initial;
}

.owl_mission .item i {
    color: #d0e3f5;
    font-size: 24px;
}

.owl_mission {
    width: calc(100% - 360px);
    margin-left: auto;
}

.owl_actualite .owl-stage {
    display: flex;
}

.item .desc_act a {
    color: #1365a3;
}

.entete_section2_index {
    margin-bottom: 60px;
}

.entete_section2_index h2 {
    color: #000;
    font-size: 57px;
    font-weight: 700;
}

.entete_section2_index p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.section2_index {
    position: relative;
}

.entete_block {
    position: relative;
    margin-bottom: 25px;
}

.entete_block h2 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
}

.entete_block a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: 500;
    color: #4586b7;
}

.entete_block a i {
    margin-left: 10px;
}

.entete_block a:focus,
.entete_block a:hover {
    color: #fab029;
    text-decoration: none;
}

#map {
    height: 220px;
}

.owl_actualite a:hover,
.owl_actualite a:focus {
    text-decoration: none;
}

.owl_actualite .date {
    color: #92b8d4;
    font-size: 18px;
    font-weight: 500;
    min-height: 25px;
}

.owl_actualite .titre {
    color: #000;
    font-size: 35px;
    font-weight: 600;
    height: 76px;
    overflow: hidden;
}

.owl_actualite .desc_act {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    /*height: 84px;*/
    overflow: hidden;
}

.section3_index {
    background: #eef7ff;
    padding: 65px 20px;
    margin-top: 0;
}

.section3_index .owl_actualite {
    background: #fff;
}

.section3_index .owl_actualite .owl-nav {
    position: absolute;
    bottom: -30px;
    left: 0;
}

.section3_index .owl_actualite .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 0;
}

.section3_index .owl_actualite .owl-nav .owl-prev {
    background: #fff;
    color: #92b8d5;
}

.section3_index .owl_actualite .owl-nav .owl-next {
    background: #1365a3;
    color: #fff;
}

.section3_index .owl_actualite .owl-nav [class*=owl-] i {
    font-size: 24px;
}

.section3_index .owl_actualite .item {
    padding: 40px 40px 100px;
}

.section3_index .block_act_index {
    padding: 0 110px 0 0;
}

.section3_index .content_section3_index {
    max-width: 1200px;
    margin: 0 auto;
}

.section3_index .link_detail_act {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fab029;
    text-align: center;
    line-height: 80px;
}

.section3_index .link_detail_act:hover,
.section3_index .link_detail_act:focus {
    background: #1365a3;
}

.section3_index .link_detail_act i {
    font-size: 30px;
    color: #fff;

}

.content_rapport {
    position: relative;
    padding: 25px 100px 25px 30px;
    border-bottom: 1px solid #e3eaf3;
}

.content_rapport:last-child {
    border-bottom: none;
}

.section3_index .tab-content {
    background: #fff;
    padding-top: 10px;
    margin-top: 1px;
}

.section3_index .nav-tabs {
    border-bottom: none;
}

.section3_index .nav-tabs > li > a {
    background: #eaeff4;
    border-radius: 0;
    border: none;
    font-weight: 400;
    color: #1365a3;
    margin: 0;
}

.section3_index .nav-tabs > li:after {
    content: '';
    height: 23px;
    width: 1px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}

.section3_index .nav-tabs > li:last-child:after,
.section3_index .nav-tabs > li.active:after {
    display: none;
}

.section3_index .nav-tabs > li.active > a,
.section3_index .nav-tabs > li.active > a:focus,
.section3_index .nav-tabs > li.active > a:hover {
    border: none;
    border-radius: 0;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #fff;
}

.content_rapport h3 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
}

.content_rapport p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.content_rapport:after {
    content: '';
    background: url(../image/png/download_icon_hover.png) center right no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.content_rapport.content_rapport_icon_upl:after {
   display: none;
}
.icon_upload{
    width: 36px;
    height: 36px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);


}
.icon_upload:after{
    content: '';
    background: url(../image/png/download_icon_hover.png) center right no-repeat;
    position: absolute;
    right: 0px;
    top: 0;
    width: 36px;
    height: 36px;

}
.icon_upload:hover:after{
    content: '';
    background: url(../image/png/download_icon.png) center right no-repeat;
}

.content_rapport:hover:after,
.content_rapport:focus:after {
    content: '';
    background: url(../image/png/download_icon.png) center right no-repeat;

}

.content_rapport a:hover,
.content_rapport a:focus {
    text-decoration: none;
}

.content_rapport a:hover h3,
.content_rapport a:focus h3 {
    color: #1365a3;
}

.section4_index .content_section4_index h2 {
    font-size: 53px;
    font-weight: 700;
    color: #000;
    margin-bottom: 40px;
}

.section4_index .content_section4_index {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 40px;
}

.section4_index .content_section4_index:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.section4_index .content_section4_index:before {
    content: '';
    /*background: url(../image/png/trait1.png) bottom right no-repeat;*/
    position: absolute;
    right: 50px;
    top: 70px;
    width: 70px;
    height: 120px;
    z-index: 1;
}

.section4_index .content_section4_index .block_left {
    max-width: 40%;
    position: relative;
    z-index: 1;
}

.section4_index .content_section4_index .block_links_section4 {
    max-width: 67%;
    margin-left: auto;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 1));
    text-align: right;
    padding: 30px 0;
    position: relative;
    z-index: 1;
}

.section4_index .content_section4_index .block_links_section4 a {
/*    color: #303844;*/
/*    font-size: 24px;*/
    font-weight: 500;
    display: inline-block;
    position: relative;
    padding-right: 50px;
    width: 49%;
}

.section4_index .content_section4_index .block_links_section4 a:hover,
.section4_index .content_section4_index .block_links_section4 a:focus {
    color: #fab029;
    text-decoration: none;
}

.section4_index .content_section4_index .block_links_section4 a:hover i,
.section4_index .content_section4_index .block_links_section4 a:focus i {
    color: #fab029;
}

.section4_index .content_section4_index .block_links_section4 a i {
    color: #3d91d0;
    font-size: 30px;
    position: absolute;
    top: 0;
    right: 0;
}

#map1 {
    height: 300px;
    width: 100%;
}

.block_map_index {
    position: relative;
    text-align: center;
    margin-top: 20px;
    clear: both;
}

.block_map_index .btn_map {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%);
    background: #4b5361;
    border-color: #4b5361;
}

.block_map_index .btn_map:hover,
.block_map_index .btn_map:focus {
    background: #fff;
    border-color: #fff;
    color: #4b5361;
}

.btn_style2,
.btn_style3 {
    background: linear-gradient(to right, #2070ad, #4394d1);
    background-clip: padding-box;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 30px 10px;
    box-shadow: 4px 8px 13px 2px #cacaca;
    display: inline-block;
    min-width: 270px;
    text-align: center;
    margin-bottom: 25px;
}

.btn_style3 {
    background-image: linear-gradient(to right, #fab029, #ff9f15);
}

.btn_style3:hover,
.btn_style3:focus,
.btn_style2:hover,
.btn_style2:focus {
    background: #fff;
    color: #1365a3;
    text-decoration: none;
}

/*
.btn_style3:hover,
.btn_style3:focus {
    color: #fab029;
}
*/



.section4_index {
    margin-top: 25px;
    margin-bottom: -20px;
}

.icon_menu {
    display: none;
}

.filtre_act .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}

.filtre_act .bs-caret:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: "\f2f9";
    position: absolute;
    padding: 0 15px;
    top: 0;
    right: 0;
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    line-height: 38px;
    font-size: 18px;
}


.filtre_act .bootstrap-select > .btn {
    color: #585a6f;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 15px;
    height: 40px;
}

.filtre_act .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    height: 40px;
}

.filtre_act button[type="submit"] {
    background: #000;
    border: none;
    width: 40px;
    height: 40px;
    color: #fff;
    position: relative;
    top: 4px;
}

.filtre_act button[type="submit"] i {
    font-size: 18px;
    line-height: 40px;
}

.filtre_act {
    margin-bottom: 15px;
}

.filtre_act span.txt_filter {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #aaadad;
    margin-right: 10px;
}

.banner_contact {
    background: url("../image/jpg/bg_contact.jpg") center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 30px 20px;
    margin-bottom: 45px;
    color: #fff;
}

.banner_contact:hover {
    color: #c7c2c2;
    transform: scale(1.02, 1.02);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.banner_contact:after {
    content: '\f202';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    color: #fff;
    font-size: 39px;
    position: absolute;
    right: 20px;
    bottom: 35px;
}

.banner_contact:hover:after {
    color: #c7c2c2;
}

.banner_contact h2 {
    text-transform: uppercase;
    /*color: #fff;*/
    font-size: 24px;
    font-weight: 700;
}

.banner_contact p.desc_banner_contact {
    /*color: #fff;*/
    font-size: 24px;
    font-weight: 300;
}

.banner_contact p.tel_banner_contact {
    /*color: #fff;*/
    font-size: 39px;
    font-weight: 700;
    margin-top: 20px;
}

.block_publication .content_pub {
    background: #fff;
    padding: 35px 70px 40px 25px;
    position: relative;
}

.block_publication .content_pub:hover {
    transform: scale(1.02, 1.02);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.block_publication .content_pub:after {
    content: '';
    background: url(../image/png/download_icon.png) left bottom no-repeat;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 35px;
    right: 25px;
    cursor: pointer;
}

.block_publication .content_pub:hover:after {
    background: url(../image/png/download_icon_hover.png) left bottom no-repeat;
}

.block_publication .content_pub h3 {
    color: #5890bc;
    font-size: 18px;
    font-weight: 500;
}

.block_publication .content_pub p {
    color: #000;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.25;
}

.block_publication .content_pub a:hover,
.block_publication .content_pub a:focus {
    text-decoration: none;
}

.block_publication .content_pub a:hover h3,
.block_publication .content_pub a:focus h3 {
    color: #fab029;
}

#contact label.error {
    color: red;
    font-size: 12px;
    position: relative;
    left: 30%;
    font-weight: 500;
}

.content_page {
    padding-top: 5%;
}

.bloc_filtre_pub .bootstrap-select.btn-group .dropdown-toggle .caret {
    display: none;
}

.bloc_filtre_pub .bs-caret:before {
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    content: "\f2f9";
    position: absolute;
    padding: 0 15px;
    top: 0;
    right: 0;
    background: #f8f8f8;
    border-left: 1px solid #e2e2e2;
    line-height: 38px;
    font-size: 18px;
}


.bloc_filtre_pub .bootstrap-select > .btn {
    color: #585a6f;
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    padding: 0 15px;
    height: 40px;
}

.bloc_filtre_pub .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    height: 40px;
}

.bloc_filtre_pub .dropdown-menu {
    border-radius: 0;
}

.bloc_filtre_pub .bloc_input input {
    width: 100%;
    height: 40px;
    border: 1px solid #e2e2e2;
    padding: 15px;
}


.bloc_filtre_pub .bloc_input {
    width: 220px;
    height: 40px;
    float: left;
    margin-right: 20px;
}

.tableau_cms table {
    margin-top: 35px;
    margin-bottom: 35px;
}

.tableau_cms table tr:last-child {
    border-bottom: 1px solid rgba(54, 54, 130, .18);
}

.tableau_cms .table > thead > tr > th {
    text-transform: uppercase;
    background: #1365a3;
    color: #ffffff;
    border-bottom: none;
    font-size: 16px;
    font-weight: 500;
    padding: 17px 18px;
}

.tableau_cms .table-striped > tbody > tr:nth-of-type(odd) {
    background: #eef7ff;
    border-bottom: 0;
}

.tableau_cms .table > thead > tr > td,
.tableau_cms .table > tbody > tr > td {
    padding: 17px 8px 23px 18px;
    border-top: none;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.block_retour {
    background: #f8f8f8;
    display: inline-block;
    width: 100%;
    padding: 15px 30px;
    margin-bottom: 35px;
}

.block_retour a {
    float: left;
    text-transform: uppercase;
    color: #585a6f;
    font-size: 14px;
    font-weight: 600;
    margin-top: 1%;
}

.block_retour a:hover,
.block_retour a:focus {
    color: #fab029;
    text-decoration: none;
}

.block_retour a:hover i,
.block_retour a:focus i {
    color: #fab029;
}

.block_retour a i {
    color: #c7c7c8;
    font-size: 25px;
    font-weight: 400;
    position: relative;
    top: 4px;
    margin-right: 10px;
}

.block_retour a:after {
    clear: both;
}

.block_retour .addthis_inline_share_toolbox:after {
    clear: both;
}

.block_retour .addthis_inline_share_toolbox {
    float: right;
    margin-top: -4%;
}

.parag_big {
    font-size: 36px;
    font-weight: 300;
    color: #000;
}

.parag_light {
    font-size: 20px;
    font-weight: 300;
    color: #000;
}

.parag_style {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.list_style {
    padding-left: 70px;
    margin: 20px 0 !important;
}

.list_style li {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    position: relative;
    padding-left: 20px;
    line-height: 25px;
}

.list_style li:before {
    content: '\f2ee';
    font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
    font-size: 17px;
    color: #f29030;
    position: absolute;
    left: 0;
    top: 5px;
}

.titre_page2 {
    font-size: 26px;
    font-weight: 500;
    color: #1365a3;
/*    margin-bottom: 10px;*/
    margin: 15px 0 5px;
}

.parag_margin {
    margin-top: 45px;
    margin-bottom: 25px;
}

.block_img img {
    float: left;
    margin-right: 20px;
}

.block_video {
    margin-top: 90px;
    margin-bottom: 65px;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.block_video img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.block_video:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.block_video .masque_vid {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    opacity: 0.6;
}

.block_video .btn_play_vid {
    position: absolute;
    z-index: 1;
    top: 25%;
    color: #fab029;
    left: 50%;
    transform: translateX(-50%);
}

.block_video .btn_play_vid i {
    font-size: 110px;
}

.block_video .desc_vid {
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 27%;
}

.block_video .desc_vid h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.block_video .desc_vid p {
    font-size: 30px;
    font-weight: 300;
    color: #fff;
}

.tableau_cms .titre_tableau_cms {
    font-size: 24px;
    font-weight: 500;
    color: #000;
    padding-left: 20px;
}

.block_act_interne .owl_actualite {
    background: #fff;
}

.block_act_interne .owl_actualite .owl-nav {
    position: absolute;
    bottom: 0;
    left: 0;
}

.block_act_interne .owl_actualite .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
    margin: 0;
    border-radius: 0;
}

.block_act_interne .owl_actualite .owl-nav .owl-prev {
    background: #fff;
    color: #92b8d5;
}

.block_act_interne .owl_actualite .owl-nav .owl-next {
    background: #1365a3;
    color: #fff;
}

.block_act_interne .owl_actualite .owl-nav [class*=owl-] i {
    font-size: 24px;
}

.block_act_interne .owl_actualite .item {
    padding: 40px 40px 100px;
}



.block_act_interne .link_detail_act {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fab029;
    /*    padding: 20px 25px;*/
    text-align: center;
    line-height: 80px;
}

.block_act_interne .link_detail_act:hover,
.section3_index .link_detail_act:focus {
    background: #1365a3;
}

.block_act_interne .link_detail_act i {
    font-size: 30px;
    color: #fff;
    line-height: 70px;
}

.block_act_interne {
    margin-bottom: 60px;
}

.content_menu_interne ul li {
    margin-bottom: 15px;
}

.content_menu_interne ul li a {
    font-size: 20px;
    font-weight: 500;
    color: #00477d;
}

.content_menu_interne ul li a:hover,
.content_menu_interne ul li a:focus,
.content_menu_interne ul li a.active {
    color: #fab029;
    text-decoration: none;
}

.content_menu_interne {
    background: #fff;
    padding: 40px 35px;
}

.msg_error {
    text-align: center;
    padding-bottom: 100px;
    margin-top: 60px;
    border-bottom: 1px solid #d91a21;
}

.msg_error h3 {
    font-size: 40px;
    font-weight: 500;
    color: #d91a21;
    margin-bottom: 40px;
}

.msg_error p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

.msg_success {
    text-align: center;
    padding-bottom: 100px;
    margin-top: 60px;
    border-bottom: 1px solid #3e9e1d;
}

.msg_success h3 {
    font-size: 40px;
    font-weight: 500;
    color: #3e9e1d;
    margin-bottom: 40px;
}

.msg_success p {
    font-size: 24px;
    font-weight: 500;
    color: #000;
}

/* Langue Added 30/08/2018 */

.lang,
.lang_active {
    /*background-color: #fff !important;*/
    /*padding: 3px 10px !important;*/
}

.lang_active,
.link_lang,
.lang {
    text-transform: uppercase;
}

.link_lang {
    padding-right: 18px;
}

.lang_active {
    position: relative;
    z-index: 9999999999;
    /*margin-left: 23px;*/
}

.link_lang {
    background: url(../image/png/flech-down.png) 90% 10px no-repeat;
    /*padding: 6px 22px 5px 9px;*/
    display: block;
    color: #f2962a;
    /*border: #f1c99f solid 1px;*/
    border-bottom: none;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.choix_lang {
    /*background: #fff;*/
    /*position: absolute;*/
    /*top: 24px;*/
    /*-webkit-border-radius: 3px;*/
    /*-moz-border-radius: 3px;*/
    /*border-radius: 3px;*/
    display: none;
    /*left: -3px;*/
    padding-right: 17px;
}

.choix_lang a {
    padding-left: 10px;
}

.menu_secondaire a:focus {
    color: #f2962a;
}

.dots {
    background: url(../image/png/dots.png) no-repeat;
    height: 12px;
    width: 36px;
    float: right;
    margin-top: 10px;
    margin-left: 20px;
    display: none;
    cursor: pointer;
}

.active_menu1 {
    display: block !important;
    font-size: 24px;
    padding-bottom: 0;
    text-align: center;
}

.active_menu1 a {
    font-size: 24px;
}

.respon {
    position: absolute;
    right: -20px;
    top: 10px;
    display: block !important;
}

.respon_open {
    position: absolute;
    top: -5px;
    right: 50px;
}

.margin_top30 {
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.telephone {
    color: #4d81a8;
}

.telephone span {
    margin-right: 10px;
    cursor: pointer;
    padding-right: 10px;
    padding-left: 10px;
}

.telephone span:hover {
    color: #f4911e;
}

.header .item img {
    min-height: 380px;
}

.menu_secondaire li.telephone img {
    float: left;
    margin-top: 4px;
}

.titre_logo {
    font-weight: 500;
    color: #7fa7c5;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    width: 60%;
    top: 30px;
    right: -185px;
    line-height: 1.3;
}

.logo h1::after {
    font-weight: 500;
    color: #7fa7c5;
    font-size: 24px;
    text-transform: uppercase;
    position: absolute;
    width: 60%;
    top: 30px;
    right: -185px;
    line-height: 1.3;
}

.logo h1 {
    position: relative;
}

input[type=checkbox] {
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 16px;
    width: 16px;
    border: #e5e5e5 1px solid;

}

input[type=checkbox]:checked {
    background: #fff url(../image/png/tick.png) 50% 50% no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 16px;
    width: 16px;
}

.bloc_text h3 {
    font-size: 46px;
    font-weight: 100;
    color: #00477d;
    margin-top: 20px;
    margin-bottom: 30px;
}

.content_liste_pub p a {
    color: #000;
}

#recherche label.error {
    position: absolute;
    right: 0;
    bottom: -20px;
    color: red;
    font-weight: 500;
    font-size: 12px;
}



.bloc_filtre_pub_style{
    text-align: right;
}

.bloc_filtre_pub_style .txt{
    display: inline-block;
    position: relative;
    top: -18px;
    margin-right: 20px;
}


.bloc_filtre_pub_style #filter_etat{
    display: inline-block;

}





/*********************************************************/






.republic {
    float: left;
    /*    padding-top: 5px;*/
}

.republic .flag {
    float: left;
    margin: 8px 5px 0 50px;
}

.republic .desc {
    width: 250px;
    font-size: 12px;
    text-align: left;
    line-height: 42px;
}
.republic .desc .ar{
   display: none;
}


.thePage .left_part50 {
    width: 50%;
    float: left;
}

.thePage .right_part50 {
    width: 50%;
    float: right;
}


.thePage .left_part50 .index_bloc1 {
    margin-bottom: 45px;
    padding: 0 10% 0 5%;
    margin-top: 40px;
}

/*.owl_actualite {*/
    /*background: none !important;*/
/*}*/

.owl_actualite .owl-item .item {
    background: #fff;
}

.gs-bidi-start-align.gs-snippet {
    font-size: 16px !important;
}

.gsc-control-cse div {
    vertical-align: middle;
}

.gsc-result-info {
    padding-top: 12px !important;
    line-height: 2;
}

.gsc-selected-option-container {
    max-width: 100% !important;
}


/*********************************************************/



/* responsiveness
--------------------------------------------- */
@media screen and (max-width: 1200px) {
    .msg_contact .btn-block {
        width: 45%;
        margin: 10px;
    }

    .msg_contact .btn {
        width: 49%;
    }

    .bloc_text h3 {
        font-size: 34px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .ban_principal .bloc_text .titre {
        font-size: 50px;
    }

    .thePage .left_part60 {
        width: 100%;
    }

    .thePage .right_part40 {
        width: 100%;
    }

    .section4_index .content_section4_index .block_links_section4 {
        max-width: 80%;
    }

    .menu_bas a {
        padding: 0 7px;

    }

    .block_retour .addthis_inline_share_toolbox {
        margin-top: -6%;
    }

    .titre_logo {
        font-weight: 500;
        color: #7fa7c5;
        font-size: 24px;
        text-transform: uppercase;
        position: absolute;
        top: 100%;
        left: 9%;
        line-height: 1.3;
    }

    .index_bloc1 {
        padding: 0;
    }

    .section3_index .link_detail_act {
        /*        padding: 20px;*/
    }

    .section3_index .block_act_index {
        padding: 0 40px 0 0;
    }
}


@media screen and (max-width: 1023px) {
    #news-error {
        left: 0;
    }

    .menu_bas li {
        float: none;
    }

    .parentFormcontact {
        right: 0 !important;
    }

    .active_menu1 a {
        font-size: 20px;
    }

    .tabFilter .col-md-3 {
        float: left;
        margin-right: 0;
    }

    .menu_principal {
        margin: 0;
    }

    .header .item img {
        min-height: 300px;
    }

    .bloc_text h3 {
        font-size: 30px !important;
    }

    .menu_principal ul.sub_menu li {
        padding-bottom: 0;
    }

    .menu_principal ul.sub_menu li a.niv2 {
        margin-bottom: 0;
        padding: 0 0 0 10px;
        color: #000;
        font-weight: 500;
    }

    .topnav.responsive .bloc_recherche {
        display: block !important;
    }

    .topnav .bloc_recherche {
        display: none !important;
    }

    .topnav.responsive li:first-child {
        margin-top: 0;
    }

    .ban_principal .bloc_text .titre {
        font-size: 56px;
    }

    .formError .formErrorContent {
        left: -20px;
        top: 0;
        position: relative;
    }

    .footer_position {
        width: 100%;
    }

    .topnav .btn.active {
        display: none;
    }

    .form_hidden {
        display: block;
    }

    .bloc_recherche .btn {
        background: url(../image/png/btn_recherche.png) center 10px no-repeat;
        margin-top: -80px;
        margin-right: 40px;
    }

    .menu_secondaire li.lang,
    .menu_secondaire li.lang_active {
        width: 55px;
        float: right;
    }

    .menu_secondaire {
        margin-bottom: 25px;
    }

    .menu_principal ul.sub_menu {
        background: none;
        border: none;
    }

    .dots,
    .menu_secondaire li.lang {
        display: block;
    }

    .menu_secondaire li {
        display: none;
    }

    .menu_secondaire {
        margin-right: 0;
    }

    .bloc_recherche .input {
        margin-top: 25px;
    }

    .logo {
        width: 50% !important;
    }

    .titre_logo {
        font-size: 20px;
    }

    .bloc_recherche {
        top: -30px;
        right: 70px;
        display: block !important;
    }

    .form_hidden,
    .btn_search {
        display: none;
    }

    .btn_search {
        margin-top: -20px;
    }

    .menu_principal {
        margin-bottom: -20px;
    }

    .menu_principal li a.btn_search {
        display: none;
    }

    .page_telecharger > li {
        width: 100%;
        float: none;
        margin: 4% 0;
    }

    .page_telecharger {
        display: inline-block;
    }

    .content_form_contact {
        padding-right: 0;
    }

    .thePageInt .left_part {
        width: 100%;
        float: none;
        padding: 0;
    }

    .thePageInt .right_part {
        width: 100%;
        float: none;
    }

    .icon_menu a i {
        font-size: 42px;
        color: #f29030;
        position: absolute;
        right: 20px;
        top: -40px;
    }

    .header .top .right_part {
        margin-top: 0;
    }

    .topnav li {
        display: none;
        float: right;
    }

    li.icon_menu {
        display: block;
    }

    .menu_principal ul.sub_menu {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        margin: 0;
        /*margin-bottom: -25px;*/
    }

    .topnav.responsive {
        position: absolute;
        left: 0;
        background: #eef7ff;
        width: 100%;
        top: 20px;
        margin: 0;
        /*padding-top: 20px;*/
        padding-bottom: 30px;
        /*display: none;*/
    }

    .header .top .right_part {
        width: 100%;
    }

    .header .top {
        margin-bottom: 20px;
    }

    .topnav.responsive li {
        float: none;
        display: block;
        text-align: left;
        padding: 15px;
        padding-top: 0;
        padding-bottom: 0;
        margin-top: 25px;
    }

    .icon_menu {
        position: absolute;
        top: -30px;
        right: -18px;
        display: block;
    }

    .section3_index {
        margin-top: 20px;
    }

    .section3_index .block_act_index {
        padding: 0 !important;
    }

    .body {
        margin: 0 auto 30px;
    }

    .footer .footer_bottom > .content {
        padding: 25px 0;
    }

    .medianet {
        float: none;
        margin-right: 0;
    }

    .bloc_footer_newsletter .bloc_newsletter #newsletter {
        width: 100%;
        float: none;
    }

    .menu_bas {
        margin-bottom: 0;
    }

    .menu_principal li a i.zmdi-chevron-down {
        position: absolute;
        top: 5px;
        right: 15px;
        padding-left: 10px;
    }

    .bloc_footer_newsletter p {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer .block_left_footer {
        width: 100%;
        float: none;
        margin: 0;
    }

    .footer {
        text-align: center;
    }

    .footer .block_left_footer:after {
        display: none;
    }

    .footer .block_right_footer {
        width: 100%;
        float: none;
    }

    .owl_mission {
        width: 100%;
        margin-left: 0;
    }

    .thePage .left_part40 {
        width: 100%;
        float: none;
    }

    .thePage .right_part60 {
        width: 100%;
        float: none;
        margin-top: 60px;
    }

    .section4_index .content_section4_index .block_links_section4 {
        max-width: 100%;
    }

    .section4_index .content_section4_index .block_links_section4 a {
        width: 100%;
    }

    .section4_index .content_section4_index .block_left {
        max-width: 100%;
    }

    .section4_index .content_section4_index:after {
        background: url(../image/jpg/img_bg.jpg) top right no-repeat;
    }

    .thePage .left_part {
        width: 100%;
        float: none;
    }

    .thePage .right_part {
        width: 100%;
        float: none;
    }

    body {
        width: auto;
        margin: auto;
        padding: auto;
    }

    img,
    table,
    td,
    blockquote,
    code,
    pre,
    textarea,
    input,
    iframe,
    object,
    embed,
    video {
        max-width: 100%;
    }

    img {
        height: auto;
        width: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

    textarea,
    table,
    td,
    th,
    code,
    pre,
    samp {
        word-wrap: break-word;
        /* passage à la ligne forcé */
        -webkit-hyphens: auto;
        /* césure propre */
        -moz-hyphens: auto;
        hyphens: auto;
    }

    code,
    pre,
    samp {
        word-wrap: break-word !important;
        white-space: pre-wrap !important;
    }

    .telephone {
        display: none !important;
    }

    .respon {
        right: 45px;
    }

    .choix_lang {
        position: absolute;
        left: 3px;
    }
}

@media screen and (max-width: 991px) {
    .bloc_footer_newsletter .formError {
        right: 53px !important;
    }

    .menu_secondaire li.lang_active {
        display: block;
    }

    .menu_secondaire li {
        display: none;
    }

    .block_retour .addthis_inline_share_toolbox {
        margin-top: -4%;
    }

    .body {
        margin: 0 auto 0;
    }
}

@media only screen and (max-width: 767px) {

    .sign,
    .active_sign .sign {
        right: -60px;
        top: 5px;
    }

    .page_faq .txt {
        position: relative;
    }

    .page_faq .question {
        font-size: 19px;
        margin-right: 40px;
    }

    .entete_section2_index {
        margin-bottom: 35px;
    }

    .block_retour .addthis_inline_share_toolbox {
        margin-top: -5%;
    }

    .block_retour a {
        margin-top: 1%;
    }

    .icon_menu a i {
        font-size: 38px;
    }

    .ban_principal {
        margin-top: 30px;
    }

    .ban_principal .bloc_text {
        top: 25px;
    }

    .bloc_text h3 {
        font-size: 28px !important;
    }

    .ban_principal .bloc_text .titre {
        font-size: 56px;
    }

    .respon {
        right: 18px;
    }

    .page_cms > .img {
        float: none;
    }

    .msg_error,
    .msg_success {
        padding-bottom: 20px;
        margin-top: 20px;
    }

    .msg_error h3,
    .msg_success h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .msg_error p,
    .msg_success p {
        font-size: 18px;
    }

    .bloc_recherche {
        /*position: relative;*/
        right: 0;
        top: 20px;
        z-index: 0;
    }

    .topnav.responsive {
        top: 20px;
    }

    .block_video .desc_vid {
        bottom: 7%;
    }

    .block_img img {
        float: none;
        margin: 0;
        width: 100%;
    }

    .owl_actualite .titre {
        font-size: 24px;
        height: auto;
    }

    .owl_actualite .desc_act {

        font-size: 18px;
        height: auto;
    }

    .section3_index .owl_actualite .item {
        padding: 15px 15px 70px;
        height: 100%;
    }

    .content_form_contact {
        padding-right: 0;
    }

    .body > .content {
        padding: 20px;
    }

    .ban_interne .banner {
        height: auto;
    }

    .ban_interne {
        height: auto;
    }

    .content_left_part_interne {
        padding-top: 30px;
    }

    .page_actualites .img {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    .page_actualites .img a img {
        width: auto;
    }

    .page_actualites .txt {
        float: none;
        width: 100%;
        padding: 0;
    }

    /*.thePage {*/
    /*padding-top: 40px;*/
    /*}*/
    .section2_index:before {
        display: none;
    }

    .entete_section2_index {
        padding-left: 0;
        text-align: center;
    }

    .content_block_right_apropos {
        position: relative;
        max-width: 100%;
        left: 0;
        bottom: 0;
    }

    .block_right_apropos {
        margin-bottom: 50px;
    }

    .section3_index {
        padding: 20px;
    }

    .block_right_apropos img {
        margin-top: 0px;
    }

    .content_block_right_apropos h3 {
        font-size: 30px;
        margin-top: 20px;
    }

    .index_bloc1 .Stitre {
        font-size: 30px;
    }

    .logo {
        width: 65% !important;
    }

    .section4_index .content_section4_index h2 {
        font-size: 30px;
    }

    .btn_style2,
    .btn_style3 {
        min-width: auto;
    }

    /*.page_partenaire > li:hover .txt{*/
    /*position: relative;*/
    /*left:0;*/
    /*top: 20px;*/
    /*}*/
    /*.page_partenaire .txt .pice{*/
    /*top: -17px;*/
    /*left: 47%;*/
    /*transform: rotate(90deg);*/
    /*}*/

}

@media (max-width: 640px) {

    .msg_contact .btn {
        width: 100%;
    }

    .section4_index .content_section4_index .block_links_section4 a {
        font-size: 22px;
    }

    .page_partenaire .txt {
        width: 65%;
    }

    .titrePage {
        font-size: 40px;
    }

    .block_retour .addthis_inline_share_toolbox {
        margin-top: -6%;
    }

    .ban_principal .bloc_text .titre {
        font-size: 52px;
    }

    .bloc_recherche .input {
        margin-left: 5%;
        margin-right: 5%;
        width: 90%;
    }

    .block_video .desc_vid h3 {
        font-size: 22px;
    }

    .block_video .desc_vid p {
        font-size: 20px;
    }

    .block_video .desc_vid {
        position: relative;
        padding: 15px;
    }

    .msg_contact .btn-block {
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        float: none;
    }

    .msg_contact .btn {
        float: none;
    }

    .msg_contact {
        margin-bottom: 20px;
    }

}



@media (width: 320px) {}

@media only screen and (max-width: 1366px) {
    .bloc_text h3 {
        font-size: 42px;
    }
}

@media (max-width: 480px) {
    .question {
        display: flex;
    }

    .question div {
        flex-wrap: nowrap;
    }

    .page_faq .question {
        font-size: 18px;
    }

    .faq {
        width: 20%;
    }

    .legende,
    .iconLegend span {
        font-size: 14px;
    }

    .legende {
        padding: 0 20px 0 10px !important;
    }

    .divCle {
        height: auto;
        overflow: auto;
        /*padding: 15px;*/
    }

    .iconLegend {
        float: none;
        background: none;
        display: inline-block;
        text-align: left;
    }

    .divFilter {
        padding: 20px;
    }

    .fils_ariane {
        display: none;
    }

    .section4_index .content_section4_index .block_links_section4 {
        padding: 15px 0 40px;
    }

    .section4_index .content_section4_index {
        background: none !important;
    }

    .page_partenaire .txt {
        width: 100%;
        padding: 15px;
        padding-left: 0;
        float: right;
    }

    .page_partenaire .titre {
        font-size: 26px;
    }

    .entete_section2_index {
        margin-top: 20px;
    }

    .content_block_right_apropos a {
        float: right;
    }

    .block_retour .addthis_inline_share_toolbox {
        margin-top: 4%;
        float: left;
    }

    .block_retour a {
        margin-top: 0;
    }

    .section3_index .nav-tabs > li.active > a,
    .section3_index .nav-tabs > li > a {
        font-size: 14px;
        padding: 9px 12px;
    }

    .at-resp-share-element.at-mobile .at-share-btn {
        margin-right: 2px !important;
    }

    .at-style-responsive .at-share-btn {
        padding: 2px !important;
    }

    .icon_menu a i {
        font-size: 34px;
    }

    .ban_principal .bloc_text {
        right: 25px;
        left: 0;
    }

    .header .item img {
        min-height: 240px;
    }

    .bloc_text h3 {
        font-size: 18px !important;
        margin: 0;
    }

    .btn_style {
        font-size: 16px !important;
        padding: 5px 21px 8px;
        margin-top: 15px;
    }

    .send {
        margin-left: 0;
        margin-top: 20px;
    }

    .ban_principal .bloc_text .titre {
        font-size: 32px;
    }

    .logo {
        width: 65% !important;
    }

    .choix_lang {
        position: absolute;
        left: 0;
    }

    .icon_menu a i {
        top: 0;
    }

    .bloc_recherche .input {
        margin-left: 6%;
        margin-right: 6%;
        width: 88%;
    }

    .page_cms > .img img {
        width: 100%;
    }

    .page_faq .img {
        width: 20%;
    }

    .page_faq .txt {
        width: 80%;
    }

    .bloc_recherche .btn {
        margin-right: 30px;
    }

    .block_video .btn_play_vid i {
        font-size: 50px;
    }

    .banner_contact p.tel_banner_contact {
        font-size: 24px;
        margin-top: 0;
    }

    .banner_contact:after {
        position: relative;
        top: 0;
        right: 0;
    }

    .block_act_interne .owl_actualite .item {
        padding: 15px 15px 80px;
    }

    .content_right_part_interne {
        padding: 15px;
    }

    .content_menu_interne ul li {
        margin-bottom: 0;
    }

    .content_menu_interne ul li a {
        font-size: 14px;
    }

    .content_menu_interne {
        padding: 20px 15px;
    }

    .tableau_cms table {
        margin-top: 20px;
    }

    .block_video {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .titre_page2 {
        margin-top: 15px;
    }

    .list_style li {
        font-size: 15px;
    }

    .list_style {
        padding-left: 0;
        margin: 20px 0;
    }

    .parag_big {
        font-size: 24px;
    }

    .parag_light {
        font-size: 16px;
    }

    .parag_margin {
        margin: 0
    }

    .parag_style {
        font-size: 16px;
    }

    li.liste_pub .date_taille_pdf {
        left: 15px;
    }

    .page_telecharger .titre {
        font-size: 14px;
    }

    .date_taille_pdf p {
        font-size: 12px;
    }

    .page_telecharger p {
        font-size: 16px;
    }

    li.liste_pub {
        margin: 20px 0 0;
        padding: 15px 15px 65px;
    }

    .bloc_filtre_pub .bloc_input {
        width: 100%;
        margin-top: 10px;
    }

    .bloc_filtre_pub .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 100%;
        margin-top: 10px;
    }

    .page_form .txt_contact {
        margin-bottom: 0;
        font-size: 18px;
    }

    .titrePage {
        margin-bottom: 10px;
        font-size: 26px;
    }

    .page_form .form_ligne .img_captcha {
        left: 0;
        height: 55px;
        bottom: 0;
        top: inherit;
    }

    .page_form .label {
        width: 100%;
        float: none;
        line-height: inherit;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .page_form .input {
        width: 100%;
        float: none;
    }

    .page_form .area {
        width: 100%;
        float: none;
    }

    .section4_index .content_section4_index:before {
        display: none;
    }

    .section4_index .content_section4_index:after {
        display: none;
    }

    .btn_style2,
    .btn_style3 {
        width: 100%;
    }

    .ban_principal .owl-item .btn_style3 {
/*        width: 80%;*/
        width: auto;
        margin-top: 15px;
    }

    .section4_index .content_section4_index .block_links_section4 a {
        text-align: left;
        font-size: 18px;
    }

    .section4_index .content_section4_index h2 {
        font-size: 22px;
    }

    .content_rapport {
        padding: 20px;
        padding-right: 70px;
    }

    .entete_block a {
        position: relative;
    }

    .body > .content {
        padding: 20px;
    }

    .menu_secondaire {
        text-align: center;
    }

    .icon_menu {
        top: -40px;
    }

    .entete_section2_index h2 {
        font-size: 30px;
    }

    .block_map_index .btn_map {
        width: 100%;
        position: relative;
        margin-top: 30px;
    }

}

@media only screen and (min-width: 1024px) {

    .flexbox .page_telecharger {
        /* display: flex;
        flex-wrap: wrap;*/
    }

    .greenPopup {
        left: -120px;
    }

    .menu_principal ul {
        position: relative;
    }

    #recherche {
        position: relative;
        display: inline-block;
        width: 250px;
    }

    .footer_search {
        position: absolute;
    }

    .bloc_recherche {
        position: absolute;
        right: 0;
        top: 40px;
    }

    #myTopnav .btn_search {
        margin-top: 0;
        background: url(../image/png/btn_recherche.png) center 10px no-repeat;
        height: 34px;
        width: 16px;
        position: absolute;
        right: 0;
    }

    .bloc_recherche .input {
        height: 40px;
        /*width: 250px;*/
        background: #fff;
        padding: 0 10px;
        color: #c5c3c3;
        font-size: 14px;
        /*margin-right: 80px;*/
        margin-top: 21px;
        display: block;
        border: 1px solid #c5c3c3;
    }

    .bloc_recherche .btn {
        position: absolute;
        top: 21px;
        right: 10px;
    }

    .btn.active,
    .btn:active {
        box-shadow: none !important;
        outline: none;
    }

    #myTopnav .btn.active {
        background: url(../image/png/quit.png) center 10px no-repeat;
        -webkit-box-shadow: none;
        box-shadow: none !important;
        outline: none;
    }
}

@media only screen and (max-width: 360px) {

    .legende,
    .iconLegend span {
        font-size: 10px;
    }
}



/********************************************/

@media (max-width: 1023px) {
    .republic {
        position: absolute;
        left: 0;
        top: 0;
    }

    .republic .flag {
        float: left;
        margin: 8px 5px 0 15px;
    }

    .menu_secondaire.margin_top30 {
        padding-top: 35px !important;
        margin-top: 15px !important;
    }

    .thePage .left_part50,
    .thePage .right_part50 {
        width: 100%;
    }

    .giz {
        margin: 25px 10%;
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .section4_index .content_section4_index .block_left {
        top: 90px;
    }
}


@media (min-width: 1024px) {

    .section2_index {
        padding-top: 60px;
    }

    .section2_index:before {
        display: none;
    }

    .section2_index .entete_section2_index {
        float: left;
        padding: 50px 0 25px 85px;
        position: relative;
        z-index: 2;
        width: 285px;
        color: #fff;
        bottom: 25px;
    }

    .section2_index .entete_section2_index p,
    .section2_index .entete_section2_index h2 {
        color: #fff;
    }
    .section2_index .entete_section2_index h2{
        line-height: .9;
        margin-bottom: 23px;
    }
    .section2_index .entete_section2_index:before {
        content: '';
        background: url(../image/png/bg.png) no-repeat left top/contain;
        height: 350px;
        width: 352px;
        position: absolute;
        left: 0;
        top: -15px;
        z-index: -1;
    }

    .section2_index .owl_mission {
        padding-top: 40px;
        z-index: 2;
    }

    .section2_index .owl_mission .item i {
        color: #fab029;
    }

    .menu_bas {
        float: right;
    }
}


@media (max-width: 480px) {
    .section3_index .nav-tabs>li {
        display: block;
        width: 100%;
    }
}
