*,
::before,
::after {
    box-sizing: border-box;
}

button,
input,
.input,
select,
textarea {
    font-family: sans-serif;
}

html,
body {
    color: rgb(63,63,63);
    font-size: 100%;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
}

body {
    position: relative;
    margin: 0px auto;
    background-color: rgb(225,226,219);
    padding: 0px;
    max-width: 75em;
    min-width: 50em;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0px;
}

a {
    color: rgb(89,107,96);
    text-decoration: none;
    outline: 0px;
}

a:focus {
    outline: dotted thin;
}

a:active,
a:hover {
    outline: 0px;
}

a:active {
    color: rgb(89,107,96);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: normal;
    color: rgb(29,29,29);
    font-family: Arial,Helvetica,sans-serif;
    text-rendering: optimizelegibility;
}

h1 {
    font-size: 25px;
    font-size: 1.563rem;
    margin: .6em 0;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-size: 1.375rem;
    margin: .4em 0;
    font-weight: normal;
}

h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: normal;
    margin: .4em 0;
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    margin: .4em 0;
    font-weight: bold;;
}

h5 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: .4em 0;
    font-weight: bold;
}

h6 {
    font-size: 14px;
    font-size: 0.875rem;
    margin: .3em 0;
    font-weight: bold;
    color: #596b60;
}

abbr[title] {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    box-sizing: content-box;
    margin: 1.5em 0px;
    border: 0px;
    background-color: rgb(198,198,198);
    height: 1px;
    color: rgb(198,198,198);
}

mark {
    color: rgb(0,0,0);
    background: rgb(255,255,0);
}

pre {
    margin: 1em 0px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace,serif;
    font-size: 1em;
}

q {
    quotes: none;
}

q::before,
q::after {
    content: none;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    line-height: 0;
    font-size: 75%;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl,
menu,
ol,
ul {
    margin: 1em 0px;
}

dd {
    margin: 0px 0px 0px 40px;
}

menu,
ol,
ul {
    padding: 0px 0px 0px 40px;
}

nav ul,
nav ol {
    list-style: none none;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0px;
}

form {
    margin: 0px;
}

form b {
    font-weight: normal;
}

form label > b::after {
    content: '*';
    margin-left: 0.25em;
    color: red;
    font-weight: bold;
}

fieldset {
    margin: 5px 0 30px 0;
    border: 1px solid rgb(204,204,204);
    padding: 22px 20px 0 20px;
}

legend {
    display: block;
    margin-bottom: 20px;
    border: 0px;
    border-width: 0px 0px 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(234,234,225);
    padding: 0px;
    width: 100%;
    line-height: 40px;
    color: rgb(63,63,63);
    font-size: 1.2rem;
    font-weight: bold;
    white-space: normal;
}

button,
input,
.input,
select,
textarea,
.bouton {
    margin: 0px;
    vertical-align: baseline;
    font-size: 100%;
}

button,
input,
.input,
.bouton {
    line-height: normal;
}

button,
select,
.bouton {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    margin: 4px 0px 0px;
    padding: 0px;
    line-height: normal;
}

input[type="search"] {
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

textarea {
    overflow: auto;
    height: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
    background-color: transparent;
    max-width: 100%;
}

label,
.label,
input,
.input,
button,
select,
textarea,
.bouton {
    line-height: 20px;
    font-size: 0.9rem;
}

label,
.label {
    display: inline-block;
    margin-bottom: 5px;
    padding-right: 15px;
    padding-top: 5px;
    width: 35%;
    text-align: right;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    border: 1px solid rgb(204,204,204);
    -webkit-box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px inset;
    box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px inset;
    box-shadow: 0.2s linear;
    background-color: rgb(255,255,255);
    transition: border 0.2s linear,box-shadow 0.2s linear;
    -webkit-transition: border 0.2s linear;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    display: inline-block;
    padding: 4px 6px;
    margin-bottom: 0px;
    font-size: 0.9rem;
    line-height: 20px;
    color: rgb(85,85,85);
    margin: 0;
}

.ie select,
.ie textarea,
.ie input[type="text"],
.ie input[type="password"],
.ie input[type="datetime"],
.ie input[type="datetime-local"],
.ie input[type="date"],
.ie input[type="month"],
.ie input[type="time"],
.ie input[type="week"],
.ie input[type="number"],
.ie input[type="email"],
.ie input[type="url"],
.ie input[type="search"],
.ie input[type="tel"],
.ie input[type="color"] {
    padding: 4px 6px 6px 6px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: rgb(89,107,96);
    outline: 0px;
    -webkit-box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px inset,
    rgb(89,107,96) 0px 0px 4px;
    box-shadow: rgba(0,0,0,0.0745098) 0px 1px 1px inset,
    rgb(89,107,96) 0px 0px 4px;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"],
.input,
.bouton {
    width: auto;
}

input[readonly],
input[readonly]:focus {
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    font-weight: bold;
}

select {
    width: 60%;
    font-size: 0.9em;
    border: 1px solid rgb(204,204,204);
    background-color: rgb(255,255,255);
}

select[multiple],
select[size] {
    height: auto;
}

ul,
ol {
    margin: 0px;
    padding-left: 0px;
    list-style-type: none;
}

ol {
    list-style: decimal;
}

ol li,
ul li {
    margin: 0px;
    padding: 0px;
    line-height: normal;
}

video,
object,
embed,
audio {
    max-width: 100%;
}

img {
    display: block;
    border: 0px;
    max-width: 100%;
    height: auto;
}

iframe {
    margin-bottom: 1%;
}

figure {
    margin-bottom: 1%;
}

figure img {
    margin-bottom: 0.25%;
}

figcaption {
    font-style: italic;
}

p {
    font-family: Arial,Helvetica,sans-serif;
    line-height: 1.4em;
    margin: .7em 1% .7em 0;
}

blockquote {
    margin: 0px 0px 0px 2em;
}

menu {
    font-size: 0.91rem;
}

menu li {
    padding: 0.75em 5%;
}

[hidden], .hidden {
    display: none;
}

.visuallyhidden {
    position: absolute;
    clip: rect(0px 0px 0px 0px);
    overflow: hidden;
    margin: -1px;
    border: 0px;
    padding: 0px;
    width: 1px;
    height: 1px;
}

.cf::before,
.cf::after {
    content: ' ';
    display: table;
}

.cf::after {
    clear: both;
}

.content-area h1 {
    border-bottom: 1px solid #c8cabe;
    padding-bottom: 0.2em;
    margin-bottom: 0.8em;
}

.content-area a {
    color: #007c52;
    font-size: 0.85rem;
    font-weight: bold;
}

.content-area a:hover,
.content-area a:focus {
    text-decoration: underline;
}

.no-desktop {
    display: none;
}

.siteTitlePages {
    width: 100%;
    background-color: #2D9D5F;
    padding: 1.4em 1.875em 1em 1.7em;
}

.siteTitlePages p {
    margin: 0px;
    color: white;
    font-size: 1rem;
}

.template-pages {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 1em;
}

.template-pages .content-area {
    display: inline-block;
    padding: 0px 0px 0px 2%;
    width: 70%;
}

.content-area {
    min-height: 25em;
}

.template2cols {
    clear: both;
    display: block;
    width: 100%;
}

.template2cols .col1 {
    display: inline-block;
    margin-right: 1%;
    width: 80%;
    vertical-align: top;
}

.template2cols .col2 {
    display: inline-block;
    width: 19%;
    vertical-align: top;
}

.footer-droite {
    width: 100%;
    overflow: hidden;
    background: #007c52;
    display: table;
}

.footer-gauche {
    display: table-cell;
    vertical-align: top;
    width: 66%;
    background: #2D9D5F;
}

.footer-adresse {
    padding: 1.65em 0 1em 4.75em;
    float: left;
    width: 50%;
    overflow: hidden;
    color: #ffffff;
}

#footer_site a {
    color: #ffffff;
}

.footerWithOutSocialNetworks .footer-gauche {
    right: 0px;
}

.footerWithOutSocialNetworks .footer-adresse {
    width: 100%;
    left: 0px;
}

.template2cols input[type="password"],
.template2cols input[type="text"],
.template2cols .input,
.template2cols input[type="email"] {
    width: 40%;
}

.input {
    display: inline-block;
}

.template2cols img {
    width: 100%;
}

.content-area li {
    list-style-type: disc;
}

.content-area ul.links li {
    margin-left: 0px;
    list-style-type: none;
}

.content-area input[type=submit],
.content-area input[type=reset],
.content-area button,
.front_right input[type=submit],
.front_right input[type=reset],
.front_right button,
.content-area .bouton {
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    width: auto;
    padding: 0.25em 1.5em;
    background-color: #2D9D5F;
    color: #fff;
}

.content-area .bouton {
    padding: 0.45em 1.5em;
}

.siteTitleFac p,
.siteTitleStd p,
.siteTitlePages p {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
}

.field {
    margin-top: 0;
    padding-left: 5px;
}

.field > * {
    vertical-align: middle;
}


.info {
    color: #9197a3;
    font-size: 11.008px;
    font-size: 0.688rem;
    margin-left: 35%;
    padding-left: 5px;
}

.outro, .center {
    text-align: center;
}

.type-button {
    margin-bottom: 30px;
}

.extra-info,
.error-info,
.warning-info,
.success-info {
    display: block;
}

.error-info, .warning-info {
    padding-left: 0;
    padding-top: 0;
    margin-left: 35%;
    display: inline-block;
    width: 40%;
    border: 0;
    min-height: 22px;
}

.btn-extra-info {
    cursor: pointer;
    color: #3a87ad;
    -webkit-transition: all 0.5s ease-out;  /* Android 2.1+, Chrome 1-25, iOS 3.2-6.1, Safari 3.2-6  */
    transition: all 0.5s ease-out;  /* Chrome 26, Firefox 16+, iOS 7+, IE 10+, Opera, Safari 6.1+  */
    position: absolute;
    left: -15px;
    top: 0;
}
.btn-extra-info:hover {
    color: #57a2c7
}

.extra-info {
    display: none;
    background-color: white;
    border: 1px solid #edefe9;
    position: absolute;
    left: 0;
    top: 1em;
    width: 20em;
    box-shadow: 0 6px 14px 0 #edefe9;
}

.extra-info a {
    color: #3A87AD;
    text-decoration: underline;
}

.extra-box {
    display: inline;
    position: relative;
}

.info-content {
    padding: 0.7em 1.3em 0.7em 1em;
    font-size: 0.75rem;
    color: rgb(89,107,96);
}

.info-content ul {
    margin: 0.9em 0;
}

.info-content li {
    margin: 0.6em 0 0.6em 1em;
}

.extra-info .close {
    color: #596b60;
    background-color: white;
    margin: 0;
    padding: 0 0.5em;
    font-size: 0.70rem;
    border-radius: 0;
    font-weight: bold;
}

.error-info {
    color: #E30000;
}

.warning-info {
    color: #8A6D3B;
}

.success-info {
    position: relative;
    padding: 10px 15px 10px 40px;
    color: #3C763D;
    border-left: 5px solid #D6E9C6;
}

.success-info i {
    position: absolute;
    top: 28px;
    left: 10px;
    font-size: 22px;
    line-height: 26px;
    padding: 0px;
    background: none repeat scroll 0% 0% transparent;
    border: 0px none;
    text-shadow: 0px 1px 0px #FFF;
    opacity: 0.8;
}

.extra-info i,
.error-info i,
.warning-info i {
    display: inline-block;
    margin: 2px;
}

.error-info p,
.warning-info p {
    margin: 0;
    display: inline-block;
    font-size: 0.9em;
}

.extra-info .close,
.error-info .close,
.warning-info .close {
    float: right;
}

.error-info .close,
.warning-info .close {
    display: none;
}

.msgError {
    color: #E30000;
    margin-bottom: 0.75em;
    font-size: 0.9em;
}

.msgError label {
    display: inline;
}

.note {
    clear: both;
    /* margin: 0 2em; */;
    margin-left: 0;
    margin-right: 0;
    background-color: #edefe9;
    padding: 1em 1.4em;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.linkItem {
    padding: 0em 0.6em;
}

.linkItem:not(:last-child) {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(29,29,29);
}

.blockAccordeon {
    text-align: left;
    margin-bottom: 30px;
}

h2.accordeon {
    font-size: 13.008px;
    font-size: 0.813rem;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    padding: 0.75em 2.5em 0.75em 1em;
    margin: 0;
    clear: both;
}

h2.accordeon:after {
    font-size: 10px;
    font-size: 0.625rem;
    position: absolute;
    right: 2em;
    font-family: 'udes-icons';
    top: 1.25em;
}

div.accordeonContent {
    overflow: hidden;
    padding: 0 1em;
    -webkit-transition-duration: 0.25s;
    -moz-transition-duration: 0.25s;
    -o-transition-duration: 0.25s;
    transition-duration: 0.25s;
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

div.accordeonContent table:first-child {
    margin-top:1em;
}

.accordeonClosed {
    background-color: #edefe9;
    margin: 0;
    padding: 0.8em 4em 0.8em 1em;
    color: #596b60;
    border-bottom: 2px solid #fff;
}

.accordeonClosed:hover {
    background-color: #DAE0D1;
}

.accordeonContent > * {
    display: block;
}

.accordeonClosed:after {
    content: '\e80a';
}

.accordeonOpenned {
    background-color: #596b60;
    color: #fff;
}

.accordeonOpenned:hover {
    color: #c8cabe;
}

.accordeonOpenned:after {
    content: '\e818';
}

.accordeonContent ul {
    margin: 0.9em 0;
    list-style: disc outside;
}

.accordeonContent li {
    margin: 0.6em 0 0.6em 2em;
}

#jsMessage p {
    margin: 2%;
    border: 1px solid rgb(255,0,0);
    background-color: rgb(255,187,187);
    padding: 4%;
    width: 96%;
    text-align: center;
}

#footer_site .icones-medias-sociaux a {
    display: inline-block;
    overflow: hidden;
    margin: 0px 10px 0px 0px;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    background: none;
    padding: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: rgb(255,55,55);
    text-align: center;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

#footer_site .icones-medias-sociaux a:hover {
    background: rgb(255,55,55);
    color: rgb(110,136,120);
}

#main {
    font-size: 14px;
    font-size: 0.875rem;
    background-color: #fff;
    line-height: 1;
}

#header {
    background-color: #fff;
    font-size: 13.008px;
    font-size: 0.813rem;
    padding: 0 1.85em 0.7em;
}

#logo {
    float: left;
    clear: both;
}

#bonjour p {
    text-align: right;
    font-weight: bold;
    margin-right: 0;
}

#header_top {
    padding-top: 10px;
}

#header_bottom {
    margin-top: 1em;
}

#headerTools {
    float: right;
}

#fil_ariane {
    float: left;
    width: 69%;
    font-size: 0.688rem;
}

#fil_ariane ul {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#fil_ariane ul li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    list-style: none;
    white-space: nowrap;
}

#fil_ariane ul li.last {
    padding-right: 0px;
}

#fil_ariane ul li::after {
    content: ' »';
}

#fil_ariane ul li:last-child::after {
    content: '';
}

#liens_divers {
    float: right;
    font-size: 0.688rem;
    font-weight: 700;
}

#liens_divers > div div {
    display: inline;
}

#liens_divers #header_links_extern div {
    margin-right: 1em;
}

#main header h1 {
    color: #fff;
    font-size: 29.008px;
    font-size: 1.813rem;
    font-family: "Open Sans",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
    margin: 0;
}

#main header img {
    width: 100%;
}

#main_menu {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(89,107,96);
    background-color: white;
    padding: 0px 1.3em;
    font-size: 0.813rem;
}

#main_menu > ul {
    margin: 0px;
    border: 0px;
    padding: 0px;
}

#main_menu > ul li {
    float: left;
    padding-left: 4px;
    padding-right: 4px;
    text-decoration: none;
    list-style: none;
    white-space: nowrap;
}

#main_menu > ul li.last {
    padding-right: 0px;
}

#main_menu > ul > li > a {
    color: rgb(29,29,29);
    font-weight: 700;
}

#main_menu ul a {
    display: block;
    padding: 0.75em 1em;
}

#main_menu ul li {
    position: relative;
    padding: 0px;
}

#main_menu ul li ul {
    position: absolute;
    z-index: 10;
    left: -0.33em;
    display: none;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(225,226,219);
    -webkit-box-shadow: rgba(50,50,50,0.298039) 0px 3px 3px 0px;
    box-shadow: rgba(50,50,50,0.298039) 0px 3px 3px 0px;
    background-color: white;
}

#main_menu ul li ul li {
    float: none;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgb(225,226,219);
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(225,226,219);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(225,226,219);
}

#main_menu ul li ul li:hover {
    background-color: rgb(234,234,225);
}

#main_menu ul li.menu_selected,
#main_menu ul li.menu_selected:hover {
    background-color: rgb(22,75,40);
}

#main_menu ul li.menu_selected > a,
#main_menu ul li.menu_selected:hover > a {
    color: white;
}

#main_menu ul li:hover ul {
    display: block;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: rgb(0,148,83);
}

#main_menu ul li:hover {
    background-color: rgb(234,234,225);
}

#main_menu ul li:last-child ul {
    left: inherit;
    right: 0px;
}

#sub_menu {
    display: inline-block;
    vertical-align: top;
    width: 27%;
    margin-left: 2.1%;
    padding: 1.2em 1.5%;
    background-color: #f6f6f2;
}

#sub_menu ul {
    margin-left: 0px;
    width: 100%;
}

#sub_menu ul li {
    position: relative;
    float: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(225,226,219);
    width: 100%;
}

#sub_menu ul li a {
    float: left;
    display: block;
    width: 100%;
    padding: 0.5em 5%;
    margin: 0px;
    color: rgb(29,29,29);
    font-size: 0.813rem;
    font-weight: 700;
    text-align: left;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

#sub_menu ul li li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(225,226,219);
}

#sub_menu ul li li:last-child {
    border-bottom-style: none;
}

#sub_menu ul li li a {
    padding: 0.5em 10%;
    width: 100%;
    color: rgb(63,63,63);
    font-size: 0.75rem;
    font-weight: 700;
}

#sub_menu ul li li li a {
    padding: 0.5em 10% 0.5em 15%;
    width: 100%;
    font-weight: 400;
}

#sub_menu ul li li li li a {
    padding: 0.5em 10% 0.5em 20%;
    width: 100%;
    font-weight: 400;
}

#sub_menu ul li li li li li a {
    padding: 0.5em 10% 0.5em 25%;
    width: 100%;
    font-weight: 400;
}

#sub_menu ul li i.expandSubmenu {
    position: absolute;
    right: 0px;
    top: 0px;
    margin-top: 0.4em;
    padding: 6px !important;
    width: 10%;
    height: 27px;
    font-size: 0.8em;
    text-align: center;
}

#sub_menu ul li a:hover,
#sub_menu .submenuHover {
    background: rgb(234,234,225);
}

#sub_menu ul li i.expandSubmenu:hover {
    background: transparent;
    color: rgb(89,107,96);
    cursor: pointer;
}

#sub_menu a.menu_item_selected,
#sub_menu #sub_menu a.menu_item_selected:hover {
    background: rgb(218,224,209);
}

#sub_menu li.sub_menu_closed ul {
    display: none;
}

#sub_menu .icon-plus,
#sub_menu .icon-minus {
    color: rgb(200,202,190);
}

#sub_menu .submenuHover + .icon-plus,
#sub_menu .submenuHover + .icon-minus {
    color: white;
}

#footer_site {
    display: inline-block;

    color: #ffffff;
    background-color: #3d4641;
    margin-top: 1.25em;
    width: 100%;
    clear: both;
}

#footer_inst {
    display: inline-block;
    width: 100%;
    color: white;
    border: 1px solid #757d70;
    background-color: #3d4641;
    padding: 0 1%;
    padding-bottom: 0.7em;
    padding: 3em 0 0em 0;
}

#footer_links {
    text-align: center;
    font-size: 13.008px;
    font-size: 0.813rem;
    padding-top: 3em;
}

#footer_links span:first-child {
    border-left: 1px solid #c8cabe;
}

#footer_links span {
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: rgb(200,202,190);
    padding: 0em 0.6em;
}

#footer_inst a,
#footer_inst p {
    color: #c8c8c8;
}

#footer_inst p {
    margin: 0.8em 0 0 0;

    text-align: center;
    line-height: 1.3em;
    vertical-align: middle;
    min-height: 4.3em;
    font-size: 13.008px;
    font-size: 0.813rem;
}

#mainTitle a {
    color: #fff;
}

#chercher {
    /*    margin-top: 1em;
        margin-right: 0.4em;
        position: relative;
        display: inline-block;*/
    display: none;
}

#acces_rapides {
    display: inline-block;
    border: 1px solid #edefe9;
    text-align: right;
    position: relative;
    height: 2.25em;
    vertical-align: top;
    margin-top: 1em;
    padding: 0.45em 0.75em 0.45em 1em;
    max-width: 10.06em;
    z-index: 102;
}

#acces_rapides a {
    text-decoration: none;
    font-size: 0.75rem;
}

#acces_rapides span {
    vertical-align: middle;
    font-weight: 700;
}

#acces_rapides i {
    vertical-align: middle;
}

#acces_rapides ul {
    margin: 0.6em 0 0;
    background: #fff;
    z-index: 5;
    border: 1px solid #edefe9;
    right: -1px;
    width: 14em;
    position: absolute;
}

#acces_rapides ul.fallback {
    display: none;
}

#acces_rapides li {
    border-bottom: 1px solid #edefe9;
    padding: 0.7em 1.3em 0.7em 1em;
}

#acces_rapides ul a {
    display: block;
}

#acces_rapides li.spacer {
    height: 0;
    padding: 0;
    border-bottom: 1px solid #c8cabe;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.content-area table {
    width: 100%;
    margin-bottom: 2.5em;
    background-color: #fff;
    border-bottom: 1px solid #eaeae1;
}

.content-area table p {
    margin: 0;
}

.content-area th,
.content-area td {
    padding: 0.75em 1.25em;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #eaeae1;
}

.content-area th {
    font-weight: bold;
}

.content-area thead th {
    vertical-align: bottom;
}

.content-area tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.content-area caption + thead tr:first-child th,
.content-area caption + thead tr:first-child td,
.content-area colgroup + thead tr:first-child th,
.content-area colgroup + thead tr:first-child td,
.content-area thead:first-child tr:first-child th,
.content-area thead:first-child tr:first-child td {
    border-top: 0;
}

.content-area tbody + tbody {
    border-top: 2px solid #eaeae1;
}

table.tableauDeDonnees {
    border: 1px solid #eaeae1;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
}

table.tableauDeDonnees th,
table.tableauDeDonnees td {
    border-left: 1px solid #eaeae1;
}

table.tableauDeDonnees caption + thead tr:first-child th,
table.tableauDeDonnees caption + tbody tr:first-child th,
table.tableauDeDonnees caption + tbody tr:first-child td,
table.tableauDeDonnees colgroup + thead tr:first-child th,
table.tableauDeDonnees colgroup + tbody tr:first-child th,
table.tableauDeDonnees colgroup + tbody tr:first-child td,
table.tableauDeDonnees thead:first-child tr:first-child th,
table.tableauDeDonnees tbody:first-child tr:first-child th,
table.tableauDeDonnees tbody:first-child tr:first-child td {
    border-top: 0;
}

.tableOverflowX {
    overflow-x: auto;
}

.tableOverflowX::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.tableOverflowX::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, 0.3);
}

#footer_links {
    padding-top: 0;
}

@media screen and (max-width: 1140px) {
    .template-pages .content-area {
        width: 100%;
    }

    .template2cols .col1 {
        width: 100%
    }

    .template2cols .col2 {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    body {
        min-width: 650px;
    }

    #sub_menu {
        display: none;
    }

    #main header h1 {
        font-size: 22px;
        font-size: 1.375rem;
    }

    .template-pages {
        width: 100%;
    }
}

#main-menu a {
    display: block;
    width: 100%;
}

#main-menu li {
    padding: 0.30em 5%;
}


#sub_menu ul li a,
#sub_menu ul li .a {
    font-size: 0.91rem;
}

#sub_menu ul li .a {
    float: left;
    display: block;
    width: 100%;
    padding: 0.5em 5%;
    margin: 0px;
    color: rgb(29,29,29);
    text-align: left;
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
}

#sub_menu ul li li a {
    padding: 0.5em 10%;
    width: 100%;
    color: rgb(63,63,63);
    font-size: 0.8rem;
    font-weight: 700;
}

#sub_menu a.menu_item_selected, #sub_menu #sub_menu a.menu_item_selected:hover {
    background: #DAE0D1;
}

button:focus, input[type=submit]:focus {
    background-color: #3d4641;
}