@charset "utf-8";
/* CSS Document */

body {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;

}
.h1,
h1 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 42px;
    color: #333;
    border-bottom: 3px solid #038c8c;
    background: #fff;
    text-transform: uppercase
}
h1.home {
    border: 0;
    text-transform: uppercase
}
.h2,
h2 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 30px;
    background: 0 0;
    margin-top: 0
}
.h3,
h3 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #d9a304;
    background: #fff;
}
h3.plus {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 24px;
    border-bottom: 2px solid #d9a304;
    text-transform: uppercase;
    background: #fff;
}
.h4,
h4 {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    background: #fff;
}
h4.zonelien {
    font-family: Raleway, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color:#666666;
    border-bottom: 1px dotted #d9a304;
}
.h5,
h5 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    background: #fff
}
.h6,
h6 {
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: #fff;
    text-transform: uppercase
}
.h7,
h7 {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    line-height: 24px;
    background: #fff
}
.h8,
h8 {
    font-family: Raleway, sans-serif;
    font-size: 1.2em;
    line-height: 30px;
    background: 0 0;
    margin-top: 0
}
.h9,
h9 {
    font-family: Raleway, sans-serif;
    font-size: 1em;
    line-height: 30px;
    color: #d77a0e;
    background: 0 0;
    margin-top: 0
}
.h10,
h10 {
    font-family: "Open Sans",sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 38px;
    color: #333;
    border-bottom: 3px solid #038c8c;
    background: #fff;
    display: block
}
.h11,
h11 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    font-family: Raleway, sans-serif;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 30px;
    margin-top: 0;
}
.h12,
h12 {
    background-attachment: scroll;
    background-clip: border-box;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    color: #038c8c;
    display: block;
    margin-top:10px;
    margin-bottom:20px;
    margin-left:17px;
}
h3.aside {
    margin: 0 0 10px;
    color: #038c8c;
    text-align: center;
    border: 0
}
a,
p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: justify
}
a {
    color: #d77a0e
}
a:hover {
    color: #038c8c;
    text-decoration: none
}
a:hover[target=_blank] {
    color: #038c8c
}
a:active {
    color: #03738c;
    text-decoration: underline
}
a:active[target=_blank] {
    color: #03738c
}
a[target=_blank] {
    color: #d77a0e;
}
pre {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    overflow: auto;
    word-break: keep-all!important
}
li {
    list-style: none
}
.form-control {
    border-radius: 0
}
.form-control:focus {
    border: 1px solid #038c8c;
    box-shadow: none;
    border-radius: 0
}
.chekbox[type=checkbox]:checked,
.chekbox[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px
}
.chekbox[type=checkbox]:checked+label,
.chekbox[type=checkbox]:not(:checked)+label {
    position: relative;
    padding-left: 75px;
    cursor: pointer
}
.chekbox[type=checkbox]:checked+label:after,
.chekbox[type=checkbox]:checked+label:before,
.chekbox[type=checkbox]:not(:checked)+label:after,
.chekbox[type=checkbox]:not(:checked)+label:before {
    content: '';
    position: absolute
}
.chekbox[type=checkbox]:checked+label:before,
.chekbox[type=checkbox]:not(:checked)+label:before {
    left: 0;
    top: -3px;
    width: 65px;
    height: 30px;
    background: #DDD;
    border-radius: 15px;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    -ms-transition: background-color .2s;
    transition: background-color .2s
}
.chekbox[type=checkbox]:checked+label:after,
.chekbox[type=checkbox]:not(:checked)+label:after {
    width: 20px;
    height: 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
    background: #7F8C9A;
    top: 2px;
    left: 5px
}
.chekbox[type=checkbox]:checked+label:before {
    background: #DDD
}
.chekbox[type=checkbox]:checked+label:after {
    background: #d77a0e;
    top: 2px;
    left: 40px
}
.chekbox[type=checkbox]:checked+label .ui,
.chekbox[type=checkbox]:checked+label .ui:after,
.chekbox[type=checkbox]:not(:checked)+label .ui:before {
    position: absolute;
    left: 6px;
    width: 65px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s
}
.chekbox[type=checkbox]:not(:checked)+label .ui:before {
    content: "non";
    left: 32px
}
.chekbox[type=checkbox]:checked+label .ui:after {
    content: "oui";
    color: #d77a0e
}
.chekbox[type=checkbox]:focus+label:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -1px
}
.creative {
    float:right;
    padding-top: 2px;
    /*margin-right: 10px;*/
    /*margin-top:-28px;*/
}
.com-body {
    padding-bottom: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.profile {

}
.profile h2 {
    margin-bottom: 36px;
    padding-left: 20px;
    font-size:16px;
    text-transform: uppercase;
}
.profile ul {
    font-size:10px;
}
.profile ul li{
    height: 44px;
    line-height: 44px;
    color: #999999;
    position: relative;
    cursor: pointer;
}
.profile ul li a{
    color: #999999;
    font-weight:800;
    font-size:12px;
}
.profile ul li .active {
    color: #d77a0e;
}
.profile-divider {
    border-top: 1px solid #D8D8D8;
    height: 0;
    left: -25px;
    margin-right: 6px;
    position: relative;
    width:100%
}

/* CSS pour la page monCompte*/

.cropped>img {
    margin-left: 20px;
    overflow:hidden;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}

.imageBox  {
    position: relative;
    height: 140px;
    width: 140px;
    border:1px solid #aaa;
    background: #fff;
    overflow: hidden;
    background-repeat: no-repeat;
    cursor:move;
    overflow:hidden;
}

.imageBox .thumbBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
    box-sizing: border-box;
    border: 1px solid rgb(102, 102, 102);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
    background: none repeat scroll 0% 0% transparent;
    overflow:hidden;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}

.imageBox .spinner  {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 200px;
    background: rgba(0,0,0,0.7);
}
.history {
    font-size:14px;
}

.roundedImage {
    overflow:hidden;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    width:120px;
    height:120px;
   /* border: .5px solid #CCC;*/
}
.avatar {
   margin-top:20px;
}

.item-menu{
    line-height: 44px;
    text-transform: uppercase;
}
.mentions {
    width:100%;
}
.mentions p {
    font-size:12px;
}
.input-element{
    width : 100%;
}

.input-element-group{
    width : 100%;
}

.input-form-compte-right {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    background-clip: padding-box;
    outline: 0;
    margin: 0;
    padding: .6667em 1em;
    position: relative;
    font-family: inherit;
    font-size: inherit;
   display: inline-block;
    /*margin-right: -10px;*/
    width: 50%;
}

.input-form-compte-left {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    background-clip: padding-box;
    outline: 0;
    margin: 0;
    padding: .6667em 1em;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    display: inline-block;
    margin-right: -10px;
    width: 50%;

}

.input-full {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    background-clip: padding-box;
    outline: 0;
    margin: 0;
    padding: .6667em 1em;
    position: relative;
    font-family: inherit;
    font-size: inherit;
}
.input-group-civilite {
    width: 60%;
}

.form-control-field {
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    color: #666;
    background-clip: padding-box;
    border: 1px solid #ddd;
    outline: 0;
    margin: 0;
    padding: .6667em 1em;
    position: relative;
    font-family: inherit;
    font-size: inherit;
    width: 100%;
}

.form-control-field.has-error {
    color: #f00;
    border: 2px solid #f00;
}
.btn-account {
    background: #1d99bb;
    color: #fff !important;
    margin: .2em 0;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-left: 10px;
}
.btn-account:hover{
    background: #038c8c;
    color: #fff !important;
}
.btn-refresh {
    background: #1d99bb;
    color: #fff !important;
    margin: .2em 0;
    padding:10px;
}
.btn-refresh:hover{
    background: #038c8c;
    color: #fff !important;
}
label {
    display: inline-block;
    /*width: 100px;*/
    vertical-align: top;
    text-align: right;
    font-weight: bold;
}
.groupActus1  {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.groupActus2  {
    width: 100%;
    margin-bottom:110px;
    vertical-align: top;
}
.groupActus3  {
    width: 100%;
    margin-bottom:40px;
}
.groupActus4  {
    width: 100%;
    margin-bottom:80px;
}
.groupActus5  {
    width: 100%;
    margin-bottom:50px;
}
.listDActus li{
    text-align:right;
    display:none;
}
.radio-compte label{
    display:inline;
    color:#666;
}
.radio-compte {
    margin: 0.2rem;
    display:inline;
    padding-left:15px;
}
.radio-compte input[type="radio-compte"] {
    position: absolute;
    opacity: 0;
}
.radio-compte input[type="radio-compte"] + .radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0.2em;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.radio-compte input[type="radio-compte"]:checked + .radio-compte-label:before {
    background-color: #1d99bb;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}
.radio-compte input[type="radio-compte"]:focus + .radio-compte-label:before {
    outline: none;
    border-color: #1d99bb;
}
.radio-compte input[type="radio"]:disabled + .radio-compte-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.radio-compte input[type="radio-compte"] + .radio-compte-label:empty:before {
    margin-right: 0;
}


.obj_form .termLine .ui-checkbox {
    width: auto;
}

.ui-checkbox {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 350px;
}
label.newsletter {
    display: inline-block;
    width: 100%;
    font-weight:normal;
    text-align: center;
    margin-left:10px;
}
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 20px;
    right: 0;
    bottom: 0;
    left: 0;
    min-height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #1d99bb;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

.option-input:hover {
    background: #fff;
}
.option-input:checked {
    background: #fff;
}
.option-input:checked::before {
    height: 18px;
    width: 18px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    line-height: 15px;
}
.option-input:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #fff;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio-compte {
    border-radius: 50%;
}
.option-input.radio-compte::after {
    border-radius: 50%;
}
.option-input-alert {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 5px;
    right: 5px;
    bottom: 0;
    left: 0;
    min-height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    color: #1d99bb;
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 0;
}
.option-input-alert:hover {
    background: #fff;
}
.option-input-alert:checked {
    background: #fff;
}
.option-input-alert:checked::before {
    height: 18px;
    width: 18px;
    position: absolute;
    content: '✔';
    display: inline-block;
    font-size: 14px;
    font-weight:bold;
    text-align: center;
    line-height: 15px;
}
.option-input-alert:checked::after {
    -webkit-animation: click-wave 0.65s;
    -moz-animation: click-wave 0.65s;
    animation: click-wave 0.65s;
    background: #fff;
    content: '';
    display: block;
    position: relative;
    z-index: 100;
}
.option-input.radio {
    border-radius: 50%;
}
.option-input.radio::after {
    border-radius: 50%;
}
.option-input-alert[type="checkbox"]{
    margin: 0px 10px 0;
}

/*Fin css de monCompte*/

.spinner-wait {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 2s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-play-state: running;
    animation-timing-function: linear;
    border-bottom-color: transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #1d99bb;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    display: block;
    height: 150px;
    left: 50%;
    margin-bottom: 15px;
    margin-left: -75px;
    margin-right: 0;
    margin-top: 0;
    position: relative;
    top: 50%;
    width: 150px;
}
.spinner-wait:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 3s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-play-state: running;
    animation-timing-function: linear;
    border-bottom-color: transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #038c8c;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: 5px;
    content: "";
    left: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
}
.spinner-wait:after {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1.5s;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-play-state: running;
    animation-timing-function: linear;
    border-bottom-color: transparent;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: transparent;
    border-left-style: solid;
    border-left-width: 3px;
    border-right-color: transparent;
    border-right-style: solid;
    border-right-width: 3px;
    border-top-color: #03738c;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-top-style: solid;
    border-top-width: 3px;
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.fa-question-circle,
.fa-search-plus,
.fa-question-info {
    cursor: pointer;
    font-size: 3em;
    color: #03738c;
    margin: .2em
}


.fa fa-spinner,
.fa-spin{
    color: #038c8c;
}
.ui-autocomplete-loading {
    background: white url("/img/icones/ui-anim_basic_16x16.gif") right center no-repeat;
}
.pagination a {
    color: #03738c!important
}
.pagination .active a {
    background-color: #03738c;
    border: 1px solid #03738c;
    color: #fff!important
}
.pagination .active a:hover {
    background-color: #03738c;
    border-bottom-color: #03738c
}
.articleStyle ol,
.articleStyle ul {
    margin: .5em 0 1em;
    text-align: justify;
    padding-left: .8em
}
.articleStyle ol li,
.articleStyle ul li {
    display: block;
    text-decoration: none;
    padding-left: 1em;
    position: relative;
    margin-bottom: .5em
}
.articleStyle ol li:before,
.articleStyle ul li:before {
    font-family: FontAwesome;
    font-size: 6px;
    content: "\f0c8";
    left: 1px;
    opacity: .6;
    position: absolute;
    top: 6px
}
#bodyActu table {
    margin-bottom: 2em
}
#bodyActu table th {
    border-top: 1px solid #D5E1F0;
    padding: 3px 5px
}
#bodyActu table tr:nth-child(2n+1)>td {
    background-color: #F9F9F9
}
#bodyActu table td {
    padding: 3px 5px;
    border: none;
    border-bottom: 1px solid #D5E1F0;
}
.borderBottomNav {
    width: 100%;
    height: 1px;
    background-color: #038c8c; /* #8e8e8e; */
    border-bottom: 1px solid #038c8c;
}
.last-li {
    padding-right: 0!important
}
.sousNav {
    margin-top: 2%;
    min-height: 900px
}
.sousNav .accordion-menu-heading .active,
.sousNav .active {
    color: #d77a0e
}
.sousNav .accordion-menu-heading a {
    display: block;
    text-decoration: none;
    padding-left: 18px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    color: #888;
    margin-bottom: 18px;
    cursor: pointer
}
.sousNav .accordion-menu-heading a:before {
    font-family: FontAwesome;
    content: "\f054";
    left: 1px;
    opacity: .4;
    position: absolute;
    top: 1px
}
.sousNav .accordion-menu-heading a:active,
.sousNav .accordion-menu-heading a:focus {
    text-decoration: none;
    color: #d77a0e
}
.sousNav .accordion-menu-heading-collapse a {
    display: block;
    padding-left: 18px;
    text-align: left;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #888;
    margin-bottom: 18px
}
.sousNav .accordion-menu-heading-collapse .accordion-toggle-menu:after {
    font-family: FontAwesome;
    content: "\f078";
    left: 1px;
    opacity: .4;
    position: absolute;
    top: 1px
}
.sousNav .accordion-toggle-menu.collapsed:after {
    content: "\f054"!important;
    left: 1px;
    opacity: .4;
    position: absolute;
    top: 1px
}
.sousNav ul {
    display: block;
    font-size: 10px;
    margin-top: 5px;
    margin-bottom: 18px;
    -webkit-padding-start: 1em!important;
    -moz-padding-start: 1em!important
}
.sousNav ul li a {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    display: block;
    position: relative;
    color: #333;
    text-decoration: none;
    padding-left: 10px;
    margin-bottom: 2%;
    text-align: left
}
.sousNav ul li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    left: 1px;
    opacity: .4;
    position: absolute;
    top: 1px;
    font-size: 10px
}
.sousNav ul li a:hover {
    color: #d77a0e;
    text-decoration: underline
}
.sousNav ul li a:active,
.sousNav ul li a:focus {
    text-decoration: none;
    color: #d77a0e
}

.breadcrumb {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 1%;
    margin-top: 1%;
    background-color: #fff;
	color: grey;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb a:hover {
    color: #d77a0e
}
.breadcrumb li+li:before {
    color: #333;
    content: ">"!important
}
.planSite {
    cursor: pointer
}
.planSite li a {
    display: block;
    text-decoration: none;
    padding-left: 18px;
    position: relative;
    text-align: left;
    color: #333;
    margin-bottom: 5px
}
.planSite li a:before {
    font-family: FontAwesome;
    content: "\f0da";
    left: 1px;
    opacity: .4;
    position: absolute;
    top: 1px;
    font-size: 10px
}
.planSite li a:hover {
    color: #d77a0e;
    text-decoration: underline
}
.planSite li a:active,
.planSite li a:focus {
    text-decoration: none;
    color: #d77a0e
}
.btn-link-inpn {
    background: #d77a0e;
    color: #fff!important;
    margin: .2em 0;
    padding-bottom: 4px;
    padding-top: 3px
}
.btn-link-inpn a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn a:active,
.btn-link-inpn a:focus,
.btn-link-inpn a:hover {
    text-decoration: none
}
.btn-link-inpn:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn:active,
.btn-link-inpn:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}

.btn-link-inpn-orange {
    background: #d77a0e;
    color: #fff!important;
    margin: .2em 0;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-right: 15px
}
.btn-link-inpn-orange a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-orange a:active,
.btn-link-inpn a:focus,
.btn-link-inpn a:hover {
    text-decoration: none
}
.btn-link-inpn-orange:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn-orange:active,
.btn-link-inpn-orange:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}
.btn-link-inpn-bleu {
    background: #003366;
    color: #fff!important;
    padding-bottom: 4px;
    padding-top: 3px;
    margin: .2em 15px;
}
.btn-link-inpn-bleu a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-bleu a:active,
.btn-link-inpn a:focus,
.btn-link-inpn a:hover {
    text-decoration: none
}
.btn-link-inpn-bleu:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn-bleu:active,
.btn-link-inpn-bleu:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}
.btn-link-inpn-vert {
    background: #366426;
    color: #fff!important;
    margin-bottom: .2em;
    margin-top: .4em;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-right: 15px
}
.btn-link-inpn-vert a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-vert a:active,
.btn-link-inpn a:focus,
.btn-link-inpn a:hover {
    text-decoration: none
}
.btn-link-inpn-vert:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn-vert:active,
.btn-link-inpn:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}
.btn-link-inpn-turquoise {
    background: #1d99bb;
    color: #fff!important;
    margin: .2em 0;
    padding-bottom: 4px;
    padding-top: 3px
}
.btn-link-inpn-turquoise a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-turquoise a:active,
.btn-link-inpn-turquoise a:focus,
.btn-link-inpn-turquoise a:hover {
    text-decoration: none
}
.btn-link-inpn-turquoise:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn-turquoise:active,
.btn-link-inpn-turquoise:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}

.btn-link-inpn-bleucanard {
    background: #03738c;
    color: #fff!important;
    margin: .2em 0;
    padding-bottom: 4px;
    padding-top: 3px
}
.btn-link-inpn-bleucanard a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-bleucanard a:active,
.btn-link-inpn-bleucanard a:focus,
.btn-link-inpn-bleucanard a:hover {
    text-decoration: none
}
.btn-link-inpn-bleucanard:hover {
    background: #1d99bb;
    color: #fff!important
}
.btn-link-inpn-bleucanard:active,
.btn-link-inpn-bleucanard:focus {
    background: #1d99bb;
    color: #fff;
    outline: 0!important
}
.btn-link-inpn-galerie {
    background: #366426;
    color: #fff!important;
    margin-bottom: .2em;
    margin-top: .4em;
    padding-bottom: 4px;
    padding-top: 3px;
    margin-right: 15px
}
.btn-link-inpn-galerie a {
    color: #fff;
    font-size: 14px
}
.btn-link-inpn-galerie a:active,
.btn-link-inpn a:focus,
.btn-link-inpn a:hover {
    text-decoration: none
}
.btn-link-inpn-galerie:hover {
    background: #038c8c;
    color: #fff!important
}
.btn-link-inpn-galerie:active,
.btn-link-inpn:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}
.btn-link-inpn-video {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1d99bb;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff !important;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.2em;
    padding-bottom: 4px;
    padding-top: 3px;
}
.btn-link-inpn-video a {
    color: #fff;
    font-size: 14px;
}
.btn-link-inpn-video a:active,
.btn-link-inpn-video a:focus,
.btn-link-inpn-video a:hover {
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
}
.btn-link-inpn-video:hover {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #038c8c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff !important;
}
.btn-link-inpn-video:active,
.btn-link-inpn-video:focus {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #03738c;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #fff;
    outline-color: inherit !important;
    outline-style: none !important;
    outline-width: 0 !important;
}
.btn-pagination-inpn a {
    display: block;
    text-decoration: none;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
    color: #d77a0e;
    margin-bottom: 18px;
    padding: 20px
}
.btn-pagination-inpn a:before {
    font-family: FontAwesome;
    content: "\f138";
    right: 0;
    position: absolute;
    top: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px
}
.btn-pagination-inpn a:hover {
    color: #038c8c;
    text-decoration: underline
}
.btn-pagination-inpn a:active,
.btn-pagination-inpn a:focus {
    text-decoration: none;
    color: #03738c
}
.back-to-top {
    position: relative
}
.btn-top-inpn {
    position: fixed;
    top: 60%;
    right: 1%;
    z-index: 1000;
    border: 1px solid #d77a0e;
    background: #fff;
    color: #d77a0e;
    font-size: 14px;
    opacity: .8
}
.btn-top-inpn a {
    color: #d77a0e;
    font-size: 14px;
    z-index: 1000
}
.btn-top-inpn a:active,
.btn-top-inpn a:focus,
.btn-top-inpn a:hover {
    color: #038c8c;
    text-decoration: none
}
.btn-top-inpn:hover {
    border-color: #038c8c;
    color: #038c8c
}
.btn-top-inpn:active,
.btn-top-inpn:focus {
    border-color: #03738c;
    color: #03738c
}
.btn-top-inpn:before {
    font-family: FontAwesome;
    font-size: 3em;
    content: "\f139";
    color: #d77a0e
}
.btn-top-inpn:hover:before {
    color: #038c8c
}

@media (max-width:1300px)        {
    .btn-top-inpn {
        right:.5%}

}

@media (min-width:1900px)        {
    .btn-top-inpn {
        right:16%}

}

@media (min-width:2200px)        {
    .btn-top-inpn {
        right:24%}

}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.btn-statuts-inpn {
    border: 1px solid #038c8c;
    background: #fff;
    padding: 1%;
    color: #038c8c
}
.btn-statuts-inpn a {
    font-size: 14px
}
.btn-statuts-inpn a:active,
.btn-statuts-inpn a:focus,
.btn-statuts-inpn a:hover {
    color: #fff;
    text-decoration: none
}
.btn-statuts-inpn:hover {
    border-color: #038c8c;
    background: #038c8c;
    color: #fff
}
.btn-statuts-inpn:active,
.btn-statuts-inpn:focus {
    border-color: #03738c;
    background: #03738c;
    outline: 0!important;
    color: #fff
}
.btn-statuts-inpn:active a,
.btn-statuts-inpn:focus a {
    color: #fff
}
.btn-warning-inpn {
    border: 1px solid #b21111;
    background: #fff;
    padding: 1%;
    color: #b21111
}
.btn-warning-inpn a {
    font-size: 14px
}
.btn-warning-inpn a:active,
.btn-warning-inpn a:focus,
.btn-warning-inpn a:hover {
    color: #fff;
    text-decoration: none
}
.btn-warning-inpn:hover {
    border-color: #b21111;
    background: #b21111;
    color: #fff
}
.btn-warning-inpn:active,
.btn-warning-inpn:focus {
    border-color: #781e1e;
    background: #781e1e;
    outline: 0!important;
    color: #fff
}
.btn-warning-inpn:active a,
.btn-warning-inpn:focus a {
    color: #fff
}
.btn-choix-metrop-outre-mer .active {
    background-color: #03738c
}
.btn-bloc-rubrique {
    border-radius: 0!important;
    background: #d9a304;
    height: 9em;
    width: 100%;
    margin-bottom: 10%
}
.btn-bloc-rubrique:before {
    font-family: FontAwesome;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    opacity: .6;
    font-size: 9em;
    right: 18px;
    top: -35px;
    position: absolute
}

.btn-mtd {
    color:#f19715;
    background-color:#fff;
    border-color:#dddddd}

.btn-mtd:hover,.btn-mtd:focus,.btn-mtd:active,.btn-mtd.active,.open .dropdown-toggle.btn-mtd    {
    color:#038c8c;
    background-color:#eee;
    border-color:#dddddd;
    outline: #fff;}

.btn-bloc-rubrique p:first-child {
    color: #fff;
    font-size: 18px;
    display: block;
    position: relative;
    text-align: left;
    white-space: normal;
    margin-right: 15px
}
.btn-bloc-rubrique p:first-child:active,
.btn-bloc-rubrique p:first-child:focus,
.btn-bloc-rubrique p:first-child:hover {
    color: #fff;
    text-decoration: none
}
.btn-bloc-rubrique p:nth-child(2) {
    display: none
}
.btn-bloc-rubrique:hover {
    background: #038c8c
}
.btn-bloc-rubrique:hover p:first-child {
    display: none
}
.btn-bloc-rubrique:hover p:nth-child(2) {
    display: block;
    position: relative;
    text-align: left;
    color: #fff;
    white-space: normal;
    margin-right: 30px
}
.btn-bloc-rubrique:active,
.btn-bloc-rubrique:focus {
    background: #03738c;
    outline: 0!important
}
.btn-bloc-rubrique:active p:first-child,
.btn-bloc-rubrique:focus p:first-child {
    display: block;
    color: #fff
}
.btn-bloc-rubrique:active p:nth-child(2),
.btn-bloc-rubrique:focus p:nth-child(2) {
    display: none
}
.group-btn-download {
    margin-top: 1em;
    margin-bottom: 1em
}
.group-btn-download .input-group-addon {
    padding-bottom: .2em;
    padding-top: .2em
}
.group-btn-download .pre-button {
    color: #fff;
    background-color: #038c8c;
    border: 1px solid #038c8c
}
.group-btn-download .pre-button i {
    font-size: 2em
}
.group-btn-download .btn-download {
    overflow: hidden;
    background: #fff;
    color: #333;
    margin: 0;
    padding-bottom: 0em;
    width: 100%;
    border: 1px solid #038c8c;
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left
}
.group-btn-download .btn-download i {
    font-size: 32px;
    vertical-align: middle;
    padding-left: 1%
}
.group-btn-download .btn-download p {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    white-space: normal;
    color: #333;
    padding-left: 1%;
    width: 90%
}
.group-btn-download .btn-download p:active,
.group-btn-download .btn-download p:focus,
.group-btn-download .btn-download p:hover {
    color: #fff;
    text-decoration: none
}
.group-btn-download .btn-download:hover {
    background: #038c8c;
    color: #fff
}
.group-btn-download .btn-download:hover p {
    color: #fff
}
.group-btn-download .btn-download:active,
.group-btn-download .btn-download:focus {
    background: #03738c;
    color: #fff;
    outline: 0!important
}
.group-btn-download .btn-download:active p,
.group-btn-download .btn-download:focus p {
    color: #fff
}
.panel-download-inpn {
    width: 100%;
    border: 1px solid #038c8c;
    border-radius: 3px;
    color: #333
}
.panel-download-inpn .download {
    background: #038c8c;
    width: 30%;
    padding: 10px;
    float: left
}
.panel-download-inpn .download-format {
    background: #038c8c;
    width: 70%;
    padding: 10px;
    float: right
}
.panel-download-inpn:hover {
    background: #038c8c;
    color: #fff
}
.panel-download-inpn:hover a {
    color: #fff;
    text-decoration: none
}
.panel-download-inpn:active,
.panel-download-inpn:focus {
    border-color: #03738c;
    color: #fff
}
.panel-download-inpn a:hover:before {
    color: #fff
}
.containersButton-home {
    padding-right: 1.1em
}
.containersButton {
    padding-right: 1em
}
.containersButton-actualites {
    padding-right: 2%
}
.buttonRight {
    float: right
}
.buttonLeft {
    float: left;
}
.buttonMore {
    float: right;
    visibility: hidden;
}
.buttonPager {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #fff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #d77a0e !important;
    margin-bottom: 0.2em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0.2em;
    padding-bottom: 4px;
    padding-top: 3px;
    float: left;
    visibility: hidden;
}
.btn-link-aside {
    background: #fff;
    color: #d77a0e !important;
    margin: .2em 0;
    border-bottom-color: #ddd;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ddd;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ddd;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ddd;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    padding-bottom: 4px;
    padding-top: 3px
}
.btn-link-aside a {
    color: #fff;
    font-size: 14px
}
.btn-link-aside a:active,
.btn-link-aside a:focus,
.btn-link-aside a:hover {
    text-decoration: none
}
.btn-link-aside:hover {
    background: #ddd;
    color: #03738c!important
}
.btn-link-aside:active,
.btn-link-aside:focus {
    background: #ddd;
    color: #03738c;
    outline: 0!important
}
.button2 {
    margin-left: -1em;
    margin-right: -2em
}

.button2 button {
    margin: 0 7%
}

.button3 button {
    /*margin-top: -15%*/
}
.files {
    /*margin-left: 12px;*/
}
.files a {
    background: none;
}
.files:hover {
    opacity: 0.8;
}
.globe {
    margin-left: 12px;
}
.globe a {
    background: none;
}
.globe:hover {
    opacity: 0.8;
}
.check {
    margin-left: 12px;
}
.check a {
    background: none;
}
.check:hover {
    opacity: 0.8;
}
.block {
    margin: 1.7em 0;
    background: #fff
}
.margin-image {
    margin-left: 1em;
    margin-bottom: 1.3em
}
.margin-image-pdf {
    width:25%;
    margin-bottom:1.3em
}
.margin-image-pdf2 {
    width:20%;
    margin-bottom:1.3em
}
.margin-image-one{
    width:100%;
    margin-bottom:1.3em
}
.pull-under	{
    margin-top:250px;
}
header {
    margin: 1.5em 0
}
header .blockCenter {
    width: 100%
}
header .search input {
    border-color: #038c8c;
    height: 50px
}
header .search button {
    height: 50px;
    background: #038c8c;
    border-color: #038c8c;
    border-radius: 0
}
header .search button:active,
header .search button:focus,
header .search button:hover {
    background: #03738c;
    border: 1px solid #03738c
}
header .search i {
    font-size: 20px;
    color: #fff
}
header .linkHeader ul {
    -webkit-padding-start: 0;
    -moz-padding-start: 0
}
header .linkHeader i {
    padding-right: 1%
}
header .linkHeader a {
    color: #8e8e8e;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px
}
header .linkHeader a:hover {
    text-decoration: underline
}
header .blockHeader {
    margin: 2% 0
}

td.chevronprevius {
    width: 3%;
    /*border:1px solid #c5c7c8;*/
    /*border-width: 1px 0 1px 1px;*/
}
td.chevronnext {
    width: 3%;
    /*border:1px solid #c5c7c8;*/
    /*border-width: 1px 1px 1px 0px;*/
}
td.nameprevius{
    width: 42%;
    /*border:1px solid #c5c7c8;*/
    /*border-width: 1px 1px 1px 0px;*/
}

td.namenext{
    width: 42%;
    /*border:1px solid #c5c7c8;*/
    /*border-width: 1px 0px 1px 1px;*/
}


.f-pn-articles-before {
    padding: 2px;
}

.f-pn-articles-before a {
    color:#333;
    font-size:13px;
    display: block;
}

.f-pn-articles-before a:hover {
    color:#d77a0e;
}

.f-pn-articles-next {
    float: right;
    text-align: right;
    padding: 2px;

}

.f-pn-articles-next a {
    color:#333;
    font-size:13px;
    display: block;
}

.f-pn-articles-next a:hover {
    color:#d77a0e;
}


.fpna-title-before {
    color:grey;
    /*float: right;*/
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 10px;
    /*margin-bottom: 10px;*/
    /*margin-left: 20px;*/
    text-transform: uppercase;
    padding-top: 10px;
    padding-left: 10px;
}


.fpna-title-next {
    color: grey;
    float: right;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 10px;
    /*margin-top: -14px;*/
    text-transform: uppercase;
    padding-top: 10px;
    padding-right: 10px;
}


.home aside {
    margin-top: 3.8em;
    margin-bottom: 3.8em
}
.home .media-body {
    border-bottom: 2px solid #038c8c;
    margin-bottom: 10px
}
.home .media-body .media-heading {
    margin-bottom: 10px
}
.home .media-body p {
    text-transform: uppercase;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 20px
}
.home .media i {
    color: #d9a304
}
.home .media .rotate {
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    -webkit-font-smoothing: antialiased
}
.list-encart-mobile img {
    color: #333;
    margin-bottom:5px;
}
.list-encart-mobile a {
    color: #333;
}
.list-encart-mobile a:hover {
    color: #d77a0e
}

.list-reseau-sociaux ul {
    padding-left: 0
}
.list-reseau-sociaux ul li {
    margin-bottom: 10px
}
.list-reseau-sociaux ul li a {
    color: #8e8e8e;
    font-weight: 400
}
.list-reseau-sociaux ul li a:hover {
    color: #d77a0e
}
.carouselPartenaire .owl-stage-outer {
    margin-left: 2em
}
.carouselPartenaire .owl-nav[class*=owl-next] {
    color: #8e8e8e;
    position: absolute;
    right: 10px;
    top: 5%;
    font-size: 2em
}
.carouselPartenaire .owl-nav[class*=owl-prev] {
    color: #8e8e8e;
    position: absolute;
    left: 10px;
    top: 5%;
    font-size: 2em
}
.carouselPartenaire img {
    width: auto!important;
    max-height: 80px!important;
    max-width: 130px!important;
    overflow: hidden;
    border: 0
}
.carouselActualites .owl-nav[class*=owl-next] {
    color: rgba(255, 255, 255, .8);
    position: absolute;
    right: 20px;
    top: 41%;
    font-size: 3em;
    z-index: 100
}
.carouselActualites .owl-nav[class*=owl-prev] {
    color: rgba(255, 255, 255, .8);
    position: absolute;
    left: 20px;
    top: 41%;
    font-size: 3em;
    z-index: 100
}
.carouselActualites img {
    overflow: hidden
}
.carouselActualites .carousel-caption {
    width: 100%;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 4% 5%
}
.carouselActualites .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    border: 0;
    background: 0 0
}
.carouselActualites .carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    background: 0 0;
    padding-bottom: 1%
}
.carouselActualites .owl-dots .owl-dot.active span {
    background-clip: border-box;
    background: 0 0/auto auto #cbcac8;
    background-origin: padding-box
}
.carouselActualites .owl-dots .owl-dot span {
    background-clip: border-box;
    background: 0 0/auto auto #ffffff;
    background-origin: padding-box;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition-delay: 0s;
    transition-duration: 200ms;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 10px
}
.carouselActualites .owl-dots .owl-dot {
    display: inline-block
}
.carouselActualites .owl-dots {
    text-align: center;
    position: absolute;
    z-index: 100;
    left: 41%;
    bottom: 30px;
}
#carousel {
    border-top: 6px solid #d9a304
}
#carousel .carousel-indicators {
    bottom: 0
}
#carousel .carousel-indicators li {
    background: #fff
}
#carousel .carousel-indicators .active {
    background: #d9a304;
    border: #d9a304
}
#carousel .carousel-inner img {
    width: 750px;
    max-height: 430px
}
#carousel .carousel-caption {
    width: 100%;
    background: #000;
    opacity: .6;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    padding: 4% 5%
}
#carousel .carousel-caption h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    border: 0;
    background: 0 0
}
#carousel .carousel-caption p {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    background: 0 0
}
.fa-facebook-square,
.fa-file-text,
.fa-rss {
    padding-right: 0.5%
}
.form-information {
    padding: 0 30% 0 5%
}
.form-information button {
    width: 100%
}
.lienHover {
    display: inline-block;
    position: relative
}
.lienHover i {
    position: absolute;
    right: 42%;
    bottom: 35%;
    font-size: 4.6em;
    color: #fff;
    opacity: .8;
    display: none
}
.lienHover:hover i {
    display: block
}
.classification {
    margin: 3% 0 5%
}
.classification p {
    display: inline
}
.classification button {
    margin: 0 1%
}
.collapse-heading-yellow-inpn {
    background-image: url("/img/icones/menu_bg.png");
    display: block;
    position: relative;
    border-radius: 0;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-right: 10px;
    font-weight: 700
}
.collapse-heading-yellow-inpn .panel-heading-yellow .accordion-toggle:after {
    font-family: FontAwesome;
    content: "\f078";
    color: #fff;
    position: absolute;
    right: 10px;
    top: 30%
}
.collapse-heading-yellow-inpn .panel-heading-yellow .accordion-toggle.collapsed:after {
    content: "\f054"
}
.panel-collapse {
    background: #fff
}
.panel-collapse .panel-body {
    padding: 0
}
.tableauTimeLine {
    font-size: 10px;
    color: #fff;
    background-color: #fff
}
.tableauTimeLine td {
    text-align: center;
    border: 2px solid #fff;
    background-color: #03738c
}
.tableauTimeLine th {
    color: #8e8e8e;
    text-align: left;
    border: 1px solid #fff;
    font-size: 11px
}
.table-trop-large-inpn,
.table-trop-large-inpn a {
    font-size: 12px
}
.table-trop-large-inpn tbody>tr>td {
    padding: 1px!important
}
.tableauEval {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    font-size: 12px
}
.tableauEval th {
    vertical-align: middle;
    text-align: center;
    padding: 5px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    color: #505050
}
.tableauEval .matlTitre {
    background-color: #D6D6FF;
    border-bottom: 2px solid #E5E5E5
}
.tableauEval .mmedTitre {
    background-color: #6677CD;
    border-bottom: 2px solid #E5E5E5
}
.tableauEval .atlTitre {
    background-color: #94BEDE;
    border-bottom: 2px solid #558BB2;
    color: #FFF
}
.tableauEval .atlSousTitre {
    background-color: #C6DEEF
}
.tableauEval .contTitre {
    background-color: #CEE77B;
    border-bottom: 2px solid #93A552;
    color: #FFF
}
.tableauEval .contSousTitre {
    background-color: #EFF7D2
}
.tableauEval .alpTitre {
    background-color: #A575B5;
    border-bottom: 2px solid #835293;
    color: #FFF
}
.tableauEval .alpSousTitre {
    background-color: #E3CEEA
}
.tableauEval .medTitre {
    background-color: #FFCB5A;
    border-bottom: 2px solid #FFB923;
    color: #FFF
}
.tableauEval .medSousTitre {
    background-color: #F9EAC7
}
.tableauEval tr:nth-child(odd) {
    border: 0 solid #e5e5e5;
    text-align: center;
    font-size: 12px;
    font-family: Arial;
    font-weight: 700;
    color: #fff
}
.tableauEval td {
    vertical-align: top;
    border: 1px solid #FFF;
    background-color: #F2F2F2;
    text-align: center;
    padding: 3px;
    font-size: 11px;
    color: #333
}
tr .separate {
    border-bottom: 3px solid #E5E5E5
}
.couleurEvaluation a.statut_FV,
.tableauEval a:hover.statut_FV {
    background-color: #37A964;
    padding-left:5px;
    padding-right:5px;
    margin: 2px;
    color: #fff
}
.couleurEvaluation a.statut_U1,
.couleurEvaluation a:hover.statut_U1 {
    background-color: #F99000;
    padding-left:5px;
    padding-right:5px;
    color: #fff
}
.couleurEvaluation a.statut_U2,
.couleurEvaluation a:hover.statut_U2 {
    background-color: #C00;
    padding-left:5px;
    padding-right:5px;
    color: #FFF
}
.couleurEvaluation a.statut_XX,
.couleurEvaluation a:hover.statut_XX {
    background-color: #999;
    padding-left:5px;
    padding-right:5px;
    color: #fff
}
.couleurEvaluation .lb_alp {
    background-color: #A575B5
}
.couleurEvaluation .lb_atl {
    background-color: #558BB2
}
.couleurEvaluation .lb_cont {
    background-color: #93A552
}
.couleurEvaluation .lb_med {
    background-color: #FFB923
}
.couleurEvaluation .lb_matl {
    background-color: #909DDB
}
.couleurEvaluation .lb_mmed {
    background-color: #6677CD
}
.couleurEvaluation.table tbody tr:first-child td{
	border-top:none;
}

.directiveHabitats{
	height:50px;
	width:50px;
	border: 1px solid #ccc;
	margin: 5px;
}

.amelioration,
.declin,
.fluctuant,
.inconnue,
.stable {
    padding: 2px
}
.inconnue {
    background-color: silver;
    color: #000
}
.declin {
    background-color: red;
    color: #fff
}
.fluctuant {
    background-color: orange;
    color: #000
}
.amelioration {
    background-color: green;
    color: #fff
}
.stable {
    background-color: #ff0;
    color: #000
}
.FV {
    color: #37A964
}
.U1 {
    color: #F99000
}
.U2 {
    color: #C00
}
.XX {
    color: #999
}
.tableauOnglets a.statut_FV,
.tableauOnglets a:hover.statut_FV {
    background-color: #37A964;
    margin: 2px
}
.tableauOnglets a.statut_U1,
.tableauOnglets a:hover.statut_U1 {
    background-color: #F99000
}
.tableauOnglets a.statut_U2,
.tableauOnglets a:hover.statut_U2 {
    background-color: #C00;
    color: #FFF
}
.tableauOnglets a.statut_XX,
.tableauOnglets a:hover.statut_XX {
    background-color: #999
}
.tableauOnglets span {
    font-weight: 700
}
.tableauOnglets span.lb_alp {
    color: #A575B5
}
.tableauOnglets span.lb_atl {
    color: #558BB2
}
.tableauOnglets span.lb_cont {
    color: #93A552
}
.tableauOnglets span.lb_med {
    color: #FFB923
}
.tableauOnglets span.lb_matl {
    color: #909DDB
}
.tableauOnglets span.lb_mmed {
    color: #6677CD
}
.RE,
.RE a,
td.RE a {
    background-color: #5a1a63!important;
    color: #FFF
}
.EX,
.EX a,
.Ex,
.Ex a,
.Ex_,
.Ex_ a,
td.EX a,
td.Ex a,
td.Ex_ a {
    background-color: #000!important;
    color: #FFF
}

.CO {
    background-color: #000!important;
    color: #FFF
}

.EW,
.EW a,
td.EW a {
    background-color: #3d1951!important;
    color: #FFF
}
.CR,
.CR a,
td.CR a,
.CR2,
.CR2 a,
td.CR2 a,
.CR\*,
.CR\* a,
td.CR\* a {
    background-color: #d3001b!important;
    color: #FFF
}
.E,
.E a,
.EN,
.EN a,
td.E a,
td.EN a {
    background-color: #fbbf00!important;
    color: #000
}
.V,
.V a,
.VU,
.VU a,
td.V a,
td.VU a {
    background-color: #ffed00!important;
    color: #000
}
.NT,
.NT a,
td.NT a {
    background-color: #fbf2ca!important;
    color: #000
}
.LC,
.LC a,
td.LC a {
    background-color: #78b74a!important;
    color: #000
}
.status_square{
	height: 30px;
	width: 30px;
	border: 1px solid #ccc;
	display: block;
	font-size: 12px;
	font-weight: 100;
}
.status_square:hover .bloc_commun_popup{
	display:block;
	width:100px;
	background-color: #e6e6e6;
	margin-left: -35px;
}
th.exp{
	color: #666666;
}
.DD,
.DD a,
td.DD a {
    background-color: #d3d4d5!important;
    color: #000
}
.NA,
.NA a,
td.NA a {
    background-color: #929395!important;
    color: #000
}
.I,
.I a,
.R,
.R a,
td.I a,
td.R a {
    color: #000
}
.LR {
    background-color: #FFF
}
.evalTitre {
	background-color: #d9d9d9!important;
}
.evalTable>thead>tr>th, .evalTable>tbody>tr>th, .evalTable>tfoot>tr>th, .evalTable>thead>tr>td, .evalTable>tbody>tr>td, .evalTable>tfoot>tr>td {
	border: 1px solid black !important;
}
/*Menu en bref*/
.short{
    background-image:url("/img/icones/more_icon.png");
    background-repeat:no-repeat;
    background-position:left;
    height: 27px;
    margin-left:40px;
    padding-left:18px;
}
.short ul {
    display: inline-block;
    margin-left: 60px;
    text-transform : uppercase;
    margin-top:4px;

}
.short  li {
    float: left;
    position: relative;
    padding-left:6px;
}
.short li img {
    padding-left:10px;
}
.short  li a {
    font-size:12px;
    color: #8e8e8e;
}
.short  li a:hover {
    border-bottom-color: #038c8c;
    border-bottom-style:solid;
    border-bottom-width:1px;
    text-decoration-line:none;
    color:#333;
}
header .blockLogo {
    float: right;
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-lg-logo {
    position:relative;
    min-height:1px;
    padding-left:0px;
    padding-right:0px}

aside {
    margin-top: .5em;
    margin-bottom: 4em
}
aside .blockCenter {
    width: 79%;
    margin: .7em auto 0;
    background: #fff
}
aside .panel-type1 {
    margin: 20px 0 0;
    background: #fff
}
aside .panel-type1 p {
    color: #fff;
    text-align: left
}
aside .panel-blue {
    background: #03738c
}
aside .panel-blue p {
    text-align: left
}
aside .panel-turquoise {
    background: #038c8c;
    text-align: left
}
aside .panel-outremer {
    background:#1d99bb;
    text-align:left
}
aside .panel-orange {
    background:#d77a0e;
    text-align:left
}
aside .panel-orange p {
    color: #fff;
    text-align: left
}
aside .panel-orange p:first-child {
    color: #ffffff;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px
}
aside .panel-orange .thumbnail {
    margin-bottom: 0
}
aside .panel-type2 {
    margin: 20px 0;
    background: #fff;
    border: 1px solid #038c8c
}
aside .panel-type2 p {
    text-align: left
}
aside .panel-type2 p:first-child {
    color: #038c8c;
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 16px;
}
aside .panel-type2 .thumbnail {
    margin-bottom: 0
}
aside .panel-type3 {
    margin: 20px 0;
    background: rgba(3,140,140,0.13);
    border: 1px solid #038c8c;
}
aside .panel-type3 p {
    text-align: left
}
aside .panel-type3 p:first-child{
    color: #038c8c;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    font-size: 16px
}
aside .panel-type3 .thumbnail{
    margin-bottom: 0
}
aside .rotateBlue {
    color: #038c8c;
    font-size: 3em;
    text-align: center;
    width: 100%;
    transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg)
}
aside .lienHover {
    display: inline-block;
    position: relative
}
aside .lienHover i {
    position: absolute;
    right: 38%;
    bottom: 35%;
    font-size: 4.6em;
    color: #fff;
    opacity: .8;
    display: none
}
aside .lienHover:hover i {
    display: block
}
footer .home {
    background: #038c8c;
    background-attachment: scroll;
    background-clip: border-box;
    background-image: url("/img/icones/logo_footer.png");
    background-origin: padding-box;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto auto;
}
footer .home p {
    text-align: center;
    color: #ffffff;
    font-size: 12px
}
footer .home .separationFooter {
    background: #fff;
    height: 1px

}
/*footer .home ul {
    padding-top: 2em;
    display: inline-block;
    vertical-align: top
}*/

footer .home ul ul{
    padding: 0px
}
footer .home a,
footer .home li:first-child {
    color: #fff;
    font-size:12px;
}
footer .home a:hover {
    text-decoration: none;
    color: #fff;
    opacity:0.8;
}
.blockFooterHome {
    background: #038c8c;
    height: 3px
}
footer {
    margin-top: 2%;
    background: #038c8c;
}
/*.separator {
   float: left;
   height: 400px;
}*/
footer .separationFooter {
    background: #fff;
    height: 1px
}
footer ul {
    padding-top: 2em;
    display: inline-block;
    vertical-align: top;
    padding-left: .8em
}
footer li {
    display: block;
    text-decoration: none;
    padding-left: 1em;
    position: relative;
    margin-bottom: .5em
}
footer li a {
    font-size: 13px!important
}
/*footer li:before {
    font-family: FontAwesome;
    font-size: .2em;
    content: "\f0c8";
    left: 1px;
    opacity: .6;
    position: absolute;
    top: 6px
}*/
footer a,
footer li:first-child {
    color: #fff
}
footer a:hover {
    text-decoration: underline;
    color: #fff
}
.subfooter {
    float:left;
    color: #fff;
    margin-top: 10px;
    font-size:12px;
    margin-bottom:5px;
}
a img {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: -moz-use-text-color;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: -moz-use-text-color;
    border-left-style: none;
    border-left-width: medium;
    border-right-color: -moz-use-text-color;
    border-right-style: none;
    border-right-width: medium;
    border-top-color: -moz-use-text-color;
    border-top-style: none;
    border-top-width: medium;
}
.col {
    display: block;
    float: left;
}
.col.clear {
    clear: both;
    margin-left: 0;
}
.col_8 {
    margin-bottom: 20px;
    margin-left: -25px !important;
    margin-right: 0;
    margin-top: 0;
    width: 750px;
}
.col_2 {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0;
    margin-top: 0;
    border-style: solid;
    border-color: #e1e1e5;
    border-width: 5px;
    width: 226px;
}
.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}
#header .actions {
    border-spacing: 1px;
    display: table;
    height: 52px;
    padding-bottom: 0;
    padding-left: 472px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    top: -1px;
    width: 969px;
}
#header .actions::before {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    display: block;
    height: 50px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 473px;
}
.article {
    display: block;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 15px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.article .header {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    position: relative;
}
.article .header > img {
    display: block;
    height: auto;
    width: 100%;
}
.article .header > .more {
    background-color: #8b8a98;
    bottom: 10px;
    position: absolute;
    right: 10px;
}
.article .header:hover > .more {
    color: #8b8a98;
}
.article .header:hover > .more > .icon-plus {
    background-position: -79px -155px;
}
.article .cat {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.article .cat_1 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.article .cat_2 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.article .cat_3 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    text-transform: uppercase;
    text-align: left;
}
.article.agenda .cat,
.article .cat.agenda {
    color: #e38707;
}
.article.agenda .cat_1,
.article .cat_1.agenda {
    color: #1e6107;
}
.article.agenda .cat_2,
.article .cat_2.agenda {
    color: #008b8c;
}
.article.agenda .cat_3,
.article .cat_3.agenda {
    color: #0c5ba4;
}
.article.agendaAlt .cat,
.article .cat.agendaAlt {
    color: #dd7d00;
}
.article .titre_3 {
    letter-spacing: normal;
}
.article .place {
    font-family: "Open Sans", sans-serif;
    font-size: 0.78em;
    line-height: 1.333em;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
    text-align: left;
}
.article .place_1 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    line-height: 1.333em;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.article .place_2 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    line-height: 1.333em;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.article .place_3 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.75em;
    line-height: 1.333em;
    margin-bottom: 3px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 19px;
    padding-right: 0;
    padding-top: 0;
    position: relative;
}
.article .place_3::before {
    background-image: url("/img/icones/icon_3.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.article .place_2::before {
    background-image: url("/img/icones/icon_1.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.article .place_1::before {
    background-image: url("/img/icones/icon_2.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.article .place::before {
    background-image: url("/img/icones/icon.png");
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 19px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}
.article .actions {
    background-image: url("/img/icones/barre.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    bottom: -11px;
    left: 0;
    min-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.article .actions_1 {
    background-image: url("/img/icones/barre.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    bottom: -50px;
    left: 0;
    min-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.article .actions_2 {
    background-image: url("/img/icones/barre.jpg");
    background-position: left center;
    background-repeat: repeat-x;
    top: 210px;
    left: 0;
    min-height: 24px;
    position: absolute;
    text-align: center;
    width: 100%;
}
.article .patch {
    background-image: url("/img/icones/patch.png");
    background-repeat: no-repeat;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 10px;
    bottom: -10px;
    left: 0px;
}
.article .actions > .button {
    background-color: #8b8a98;
    color: #ffffff !important;
    margin-bottom: 2px;
}
.article .actions > .button.middle {
    background-color: #8b8a98;
    color: #ffffff !important;
    margin-bottom: 2px;
    margin-left: 480px;
}
.article .actions.right {
    text-align: right;
}
.article .padder {
    margin-bottom: 10px;
    margin-left: 3px;
    margin-right: 10px;
    margin-top: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.article .cols > .col {
    margin-bottom: 0;
}
.article.bg {
    background-color: #ffffff;
}
.articles.bg > li > .article {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
}
.article p {
    text-align: inherit;
}
.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8b8a98;
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.7em;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
}
a.button:hover,
input.button:hover,
button.button:hover,
a:hover > span.button {
    background-color: #222222 !important;
}
.button.big {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8b8a98;
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    margin-left: 750px;
}
a.button.big:hover,
input.button.big:hover,
button.big.button:hover,
a:hover > span.button.big {
    background-color: #222222 !important;
}
.button.game {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8b8a98;
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;

}
a.button.big:hover,
input.button.big:hover,
button.big.button:hover,
a:hover > span.button.big {
    background-color: #222222 !important;
}
.button.middle {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #8b8a98;
    border-bottom-color: #ffffff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #ffffff;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #ffffff;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 1px;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 0.8em;
    padding-bottom: 2px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 2px;
    text-align: center;
    text-shadow: none;
    text-transform: none;
}
a.button.middle:hover,
input.button.middle:hover,
button.middle.button:hover,
a:hover > span.button.middle {
    background-color: #222222 !important;
}
#menu::before {
    top: -17px;
}
.containers {
    width: 1256px;
}
#header .actions {
    padding-left: 412px;
    width: 845px;
}
#header .actions::before {
    width: 413px;
}
#content .aside .pushInfo > .content {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
#content .aside .intro + img {
    display: block;
    height: auto;
    width: 100%;
}
#menu::before {
    left: -628px;
    margin-left: 50%;
    width: 1256px;
}
#menu > .containers {
    width: 1257px;
}
.padder {
    padding-bottom: 0;
    padding-right: 10px;
    padding-top: 0;
}
.padder-top {
    padding-top: 10px;
}

.padder-bottom {
    padding-bottom: 10px;
}

#content .aside > .padder {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#agenda .aside .padder {
    padding-bottom: 10px;
    padding-top: 10px;
}
#header .actions {
    padding-left: 324px;
    width: 659px;
}
#header .actions::before {
    width: 325px;
}
#content {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://inpn.mnhn.fr/css/images_template/content_bg_white.gif");
    background-origin: padding-box;
    background-position: 659px top;
    background-repeat: repeat-y;
    background-size: auto auto;
}
#content .aside .pushInfo > .content {
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}
#menu::before {
    left: -491px;
    margin-left: 50%;
    width: 982px;
}
#menu > .containers {
    width: 983px;
}
.media-head {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}
@media only screen and (min-width: 801px) {
    .u-push5of12 {
        margin-top: 20px;
        background-color: white;
        color: #818078;
        line-height: 1.3;
    }
}
@media only screen and (min-width: 801px) {
    .u-push6of12 {
        margin-left: 16% !important;
        margin-top: -20px;
        background-color: white;
        font-size: 20px;
        line-height: 1.3;
    }
}
.share-socials .fb-link,
.share-socials .tw-link,
.share-socials .pint-link,
.share-socials .email-link,
.share-socials .print-link,
.share-socials .weibo-link,
.share-socials .nayer-link,
.share-socials .linkedin-link,
.share-socials .inst-link,
.share-btn,
.tooltipsy::after,
.acco-item .acco-link::before,
.more-content .load-btn::before,
.lightbox::before,
.lightbox .popup-window,
.radio-inline-list > .item,
.indicator-nav .indicator-item,
#header .g-search-block.search,
.content-block .content .contacts-list li,
#header .utility-menu .icon-btn.lang,
#header .utility-menu .icon-btn.cart,
#header .utility-menu .icon-btn.cart::before,
#header .utility-menu .search,
#header .utility-menu a,
#header .main-menu .main-menu-item,
#header .mobile-menu .menu-btn,
#header .mobile-menu .search-btn,
#header .mobile-utilities .login-btn,
#header .mobile-utilities .stores-btn,
#header .mobile-utilities .lang-btn,
.main-menu-dropdown .dropdown-item,
#footer .search-tools-link,
.rotate-banner .slide,
.rotate-banner-wrapper .slide,
.rotate-banner .nav .nav-item,
.rotate-banner-wrapper .nav .nav-item,
.promo-block .nav .nav-item,
.instock::before,
.product-slider .prev-btn,
.product-slider .next-btn,
.flag-ico::before,
.image-slider .nav .nav-item,
.sticky-menu .submenu .submenu-item,
.pagination ul li,
.cart-form-block .cart-coupon .input-row,
.cart-form-block .cart-coupon .btn-default {
    display: inline-block;
    letter-spacing: normal;
    text-rendering: auto;
    vertical-align: top;
    word-spacing: normal;
}
.share-socials .fb-link,
.share-socials .tw-link,
.share-socials .pint-link,
.share-socials .email-link,
.share-socials .print-link,
.share-socials .weibo-link,
.share-socials .nayer-link,
.share-socials .linkedin-link,
.share-socials .inst-link {
    background-image: url("/img/icones/sprite.png");
    background-repeat: no-repeat;
    height: 41px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-left: 41px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    vertical-align: top;
    width: 0;
}
@media not all,
not all {
    .share-socials .fb-link,
    .share-socials .tw-link,
    .share-socials .pint-link,
    .share-socials .email-link,
    .share-socials .print-link,
    .share-socials .weibo-link,
    .share-socials .nayer-link,
    .share-socials .linkedin-link,
    .share-socials .inst-link {
        background-image: url("/img/icones/sprite.png");
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 800px) {
    .share-socials .fb-link,
    .share-socials .tw-link,
    .share-socials .pint-link,
    .share-socials .email-link,
    .share-socials .print-link,
    .share-socials .weibo-link,
    .share-socials .nayer-link,
    .share-socials .linkedin-link,
    .share-socials .inst-link {
        height: 28px;
        padding-left: 28px;
    }
}
.share-btn {
    background-image: url("/img/icones/sprite.png");
    background-repeat: no-repeat;
    height: 21px;
    width: 62px;
}
@media not all,
not all {
    .share-btn {
        background-image: url("/img/icones/sprite.png");
        background-repeat: no-repeat;
    }
}
.share-btn.fb {
    background-position: -200px -400px;
}
.share-btn.fb:hover {
    background-position: -200px -450px;
}
.share-btn.tw {
    background-position: 0 -500px;
}
.share-btn.tw:hover {
    background-position: 0 -550px;
}
.share-btn.pin {
    background-position: -100px -500px;
}
.share-btn.pin:hover {
    background-position: -100px -550px;
}
.share-btn.g {
    background-position: -200px -500px;
}
.share-btn.g:hover {
    background-position: -200px -550px;
}
.share-btn.l {
    background-position: -200px -500px;
}
.share-btn.l:hover {
    background-position: -200px -550px;
}
.soc{
    float: left;
}
.list-soc {
    float: left;
    margin-top:-80px;
}
.list-soc li {
    float: left;
    list-style:none;
    opacity:1;
}
.list-soc li a:hover{
    opacity:0.9;
}
.titre_2 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-bottom: 6px !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    color: #008b8c;
}
.titre_3 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-bottom: 6px !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    color: #e38707;
}
.titre_4 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-bottom: 6px !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    color: #0c5ba4;
}
.titre_5 {
    font-family: "Open Sans", sans-serif;
    font-size: 0.95em;
    line-height: 1.8em;
    margin-bottom: 6px !important;
    text-align: center !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 10px !important;
    text-transform: uppercase;
    color: #1e6107;
}
.wysiwyg p + .titre_3,
.wysiwyg ul + .titre_3 {
    margin-top: 30px !important;
}
.framework {
    background-color: rgba(0, 0, 0, 0.4);
    bottom: 0;
    left: 0;
    margin-bottom: 3.5%;
    margin-left: 4%;
    margin-right: 10%;
    margin-top: 4%;
    width: 78.3%;
    position: absolute;
}
.framework p {
    font-size: 11px;
    text-align: left;
    color: #fff;
    margin-left: 5%;
    margin-top: 3%;
}
.framework a[target="_blank"] {
    font-size: 11px;
    text-align: left;
    color: #d9a304;
    font-weight: normal;
}
.framework a[target="_blank"]:hover {
    color: #038c8c;
}
.apple {
    margin-left:30px;
}
@media (min-width: 1200px) {
    nav {
        display: block
    }
    nav .navbar-collapse {
        padding: 0!important
    }
    nav .navbar-nav {
        padding-left: 70px;
        padding-bottom: 12px;
    }
    nav .navbar-nav li {
        display: inline-block;
        padding-right: 96px
    }
    nav .navbar-nav li .active {
        color: #d77a0e
    }
    nav .navbar-nav li a {
        color: #8e8e8e;
        text-transform: uppercase;
        padding-bottom: 6px
    }
    nav .navbar-nav li a:hover {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #d77a0e
    }
    nav .navbar-nav li a:active {
        color: #d77a0e;
        text-decoration: none
    }
    nav .navbar-nav li .current {
        color: #d77a0e
    }
    nav .navbar-nav li:first-child i {
        font-size: 30px
    }
    nav .navbar-nav li:first-child a {
        border: none
    }
    nav .navbar-nav li:first-child a:hover {
        color: #d77a0e
    }
    .col_8 {
        margin-bottom: 20px;
        margin-left: -25px !important;
        margin-right: 0;
        margin-top: 0;
        width: 850px;
    }
    footer .lienFooter,
    footer .lienFooterHome {
        margin-top:10px;
        margin-bottom:5px;

    }
    footer .lienFooter p,
    footer .lienFooterHome p {
        padding-top: 1em;
        display: inline;
        margin-left: 6em;
        margin-right: 1em;

    }
}
@media (max-width: 1201px) {
    nav {
        display: block
    }

    nav .navbar-nav {
        padding-bottom: 10px;
        margin-top:50px;

    }
    nav .navbar-nav li {
        padding-right: 65px;
    }

    nav .navbar-nav li .active {
        color: #d77a0e
    }
    nav .navbar-nav li a {
        color: #8e8e8e;
        text-transform: uppercase;
        padding-bottom: 6px
    }
    nav .navbar-nav li a:hover {
        color: #333;
        text-decoration: none;

    }
    nav .navbar-nav li a:active {
        color: #d77a0e;
        text-decoration: none
    }
    nav .navbar-nav li .current {
        color: #d77a0e
    }
    nav .navbar-nav li:first-child i {
        font-size: 30px
    }
    nav .navbar-nav li:first-child a {
        border: none
    }
    nav .navbar-nav li:first-child a:hover {
        color: #d77a0e
    }
    .col_8 {
        margin-bottom: 20px;
        margin-left: -25px !important;
        margin-right: 0;
        margin-top: 0;
        width: 850px;
    }
    footer .lienFooter,
    footer .lienFooterHome {
        margin-top: .5em;
        margin-bottom: .5em
    }
    footer .lienFooter p,
    footer .lienFooterHome p {
        padding-top: 1em;
        display: inline;
        margin-left: 7em;
        margin-right: 1em
    }

}
@media (min-width: 993px) and (max-width: 1200px) {
    header .blockCenter {
        width: 100%
    }
    nav {
        display: block
    }
    nav .navbar-collapse {
        padding: 0!important
    }
    nav ul {
        padding: 0
    }
    nav .navbar-nav li {
        display: inline-block;
        padding-right: 29px
    }
    nav .navbar-nav li .active {
        color: #d77a0e
    }
    nav .navbar-nav li a {
        color: #8e8e8e;
        text-transform: uppercase;
        padding-bottom: 6px
    }
    nav .navbar-nav li a:hover {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #d77a0e
    }
    nav .navbar-nav li a:active {
        color: #d77a0e;
        text-decoration: none
    }
    nav .navbar-nav li .current {
        color: #d77a0e
    }
    nav .navbar-nav li:first-child i {
        font-size: 30px
    }
    nav .navbar-nav li:first-child a {
        border: none
    }
    nav .navbar-nav li:first-child a:hover {
        color: #d77a0e
    }

    footer .lienFooter,
    footer .lienFooterHome {
        margin-top: .5em;
        margin-bottom: .5em
    }
    footer .lienFooter p,
    footer .lienFooterHome p {
        padding-top: 1em;
        display: inline;
        margin-left: 7em;
        margin-right: 1em
    }
    .btn-top-inpn {
        display: none;
    }
    .col_2 {
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0;
        border-style: solid;
        border-color: #e1e1e5;
        border-width: 5px;
        width: 216px;
    }
    .article .patch {
        background-image: url("/img/icones/patch_1.png");
        background-repeat: no-repeat;
        position: absolute;
        text-align: center;
        width: 100%;
        height: 9px;
        bottom: -10px;
        left: 0;
    }
    .button.middle {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 0;
    }
    a.button.middle:hover,
    input.button.middle:hover,
    button.middle.button:hover,
    a:hover > span.button.middle {
        background-color: #222222 !important;
    }
    .framework {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        height: 20%;
        left: 0;
        margin-bottom: 4%;
        margin-left: 4%;
        margin-right: 10%;
        margin-top: 4%;
        position: absolute;
        width: 78.3%;
    }
    .button.big {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 40px;
    }
    a.button.big:hover,
    input.button.big:hover,
    button.big.button:hover,
    a:hover > span.button.big {
        background-color: #222222 !important;
    }

}
@media (min-width: 746px) and (max-width: 992px) {
    header .blockCenter {
        width: 100%
    }
    .btn-link-inpn-bleu {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #003366;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
        margin-bottom: 1em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 2em;
        padding-bottom: 4px;
        padding-top: 3px;
    }
    .btn-link-inpn-bleu a {
        color: #fff;
        font-size: 14px;
    }
    .btn-link-inpn-bleu a:active,
    .btn-link-inpn a:focus,
    .btn-link-inpn a:hover {
        text-decoration-color: currentColor;
        text-decoration-line: none;
        text-decoration-style: solid;
    }
    .btn-link-inpn-bleu:hover {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #038c8c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
    }
    .btn-link-inpn-video {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #1d99bb;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
        padding-bottom: 4px;
        padding-top: 3px;
    }
    .btn-link-inpn-video a {
        color: #fff;
        font-size: 14px;
    }
    .btn-link-inpn-video a:active,
    .btn-link-inpn-video a:focus,
    .btn-link-inpn-video a:hover {
        text-decoration-color: inherit;
        text-decoration-line: none;
        text-decoration-style: solid;
    }
    .btn-link-inpn-video:hover {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #038c8c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
    }
    .btn-link-inpn-video:active,
    .btn-link-inpn-video:focus {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #03738c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff;
        outline-color: inherit !important;
        outline-style: none !important;
        outline-width: 0 !important;
    }
    .button3 button {
        margin-top: -15%
    }
    nav {
        display: block
    }
    nav .navbar-collapse {
        padding: 0!important
    }
    nav ul {
        padding: 0
    }
    nav .navbar-nav li {
        display: inline-block;
        padding-right: 27px
    }
    nav .navbar-nav li .active {
        color: #d77a0e
    }
    nav .navbar-nav li a {
        color: #8e8e8e;
        text-transform: uppercase;
        padding-bottom: 6px
    }
    nav .navbar-nav li a:hover {
        color: #333;
        text-decoration: none;
        border-bottom: 2px solid #d77a0e
    }
    nav .navbar-nav li a:active {
        color: #d77a0e;
        text-decoration: none
    }
    nav .navbar-nav li .current {
        color: #d77a0e
    }
    nav .navbar-nav li:first-child i {
        font-size: 30px
    }
    nav .navbar-nav li:first-child a {
        border: none
    }
    nav .navbar-nav li:first-child a:hover {
        color: #d77a0e
    }
    footer .lienFooter,
    footer .lienFooterHome {
        margin-top: .5em;
        margin-bottom: .5em
    }
    footer .lienFooter p,
    footer .lienFooterHome p {
        padding-top: 1em;
        display: inline;
        margin-left: 7em;
        margin-right: 1em
    }
    .carouselActualites .carousel-caption-xs {
        height: 140px;
        overflow: hidden;
        background-color: rgba(0, 0, 0, .4)!important;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: left;
        padding: 5%;
        position: relative;
        color: #fff
    }
    .carouselActualites .carousel-caption-xs h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        border: 0;
        background: 0 0
    }
    .carouselActualites .carousel-caption-xs p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin: 0;
        background: 0 0;
        text-align: left
    }
    .btn-top-inpn {
        display: none;
    }
    .col_8 {
        margin-bottom: 20px;
        margin-left: -25px !important;
        margin-right: 0;
        margin-top: 0;
        width: 550px;
    }
    .col_2 {
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0;
        border-style: solid;
        border-color: #e1e1e5;
        border-width: 5px;
        width: 226px;
    }
    .button.middle {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 200px;
    }
    a.button.middle:hover,
    input.button.middle:hover,
    button.middle.button:hover,
    a:hover > span.button.middle {
        background-color: #222222 !important;
    }
    .framework {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        height: 20%;
        left: 0;
        margin-bottom: 4%;
        margin-left: 4%;
        margin-right: 10%;
        margin-top: 4%;
        position: absolute;
        width: 78.3%;
    }
    .buttonMore {
        float: right;
        visibility: visible;
    }
    .button.big {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 40px;
    }
    a.button.big:hover,
    input.button.big:hover,
    button.big.button:hover,
    a:hover > span.button.big {
        background-color: #222222 !important;
    }
    .buttonPager {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #fff;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        border-bottom-color: #ddd;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ddd;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ddd;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ddd;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #d77a0e !important;
        margin-bottom: 0.2em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding-bottom: 4px;
        padding-top: 3px;
        float:left;
        visibility:visible;
    }
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    .btn-top-inpn
    {
        display:none;
    }
    .btn-link-inpn-vert{
        margin-right:-10px;
    }
    .col_8 {
        margin-bottom: 20px;
        margin-left: -25px !important;
        margin-right: 0;
        margin-top: 0;
        width: 700px;
    }
    header .blockCenter {
        width: 100%
    }
    .framework {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        height: 20%;
        left: 0;
        margin-bottom: 2%;
        margin-left: 2%;
        margin-right: 10%;
        margin-top: 4%;
        position: absolute;
        width: 45%;
    }

    .buttonPager {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #fff;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        border-bottom-color: #ddd;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ddd;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ddd;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ddd;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #d77a0e !important;
        margin-bottom: 0.2em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding-bottom: 4px;
        padding-top: 3px;
        float:left;
        visibility:visible;
    }
    nav {
        background: #fff
    }
    nav .navbar-nav {
        float: left;
    }


    nav .navbar-nav li a:hover {
        color: #000;
        text-decoration: none;

    }
    nav .navbar-toggle {

        color: #000;
        border: 1px solid #fff;
        padding: 8px 10px 6px;
        margin-right: 0;
        margin-top: 5px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .15)
    }
    nav .navbar-collapse {
        padding-left: 0
    }
    .button2 button{
        margin-right:0;
        margin-left:0;
    }
    .button3 button {
        margin-top: 2%;
        margin-left:8%;
    }
    .article .actions_2 {
        background-image: url("/img/icones/barre.jpg");
        background-position: left center;
        background-repeat: repeat-x;
        bottom: -10px;
        left: 0;
        min-height: 24px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .soc{
        float: right;
    }
    .list-soc li {
        padding-left: 0.5em;
    }
    footer li {
        padding-left:0;
    }
    footer .lienFooter p, footer .lienFooterHome p{
        margin-left: 3em;
    }
    .before-footer-ul{
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .before-footer-ul-2{
        display: none;
    }
    .before-footer-open{
        transform: rotate(45deg);
    }
    .before-footer{
        background-image: url("/img/icones/sprite.png");
        background-position: -150px -150px;
        background-repeat: no-repeat;
        cursor: pointer;
        content: "";
        /*display: block;*/
        height: 13px;
        left: -20px;
        /*margin-right: 0.333em;*/
        margin-top: 4px;
        position: absolute;
        /*top: 14%;*/
        transition-delay: 0s;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease;
        width: 13px;
    }

    .apple {
        margin-left:0px;
        margin-top:40px;
    }

}
@media (min-width: 0px) and (max-width: 746px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }
    header .blockCenter {
        width: 100%
    }
    .carouselActualites .owl-dots .owl-dot.active span {
        background-clip: border-box;
        background: 0 0/auto auto #cbcac8;
        background-origin: padding-box;
        margin-bottom: -100px
    }
    .carouselActualites .owl-dots .owl-dot span {
        background-clip: border-box;
        background: 0 0/auto auto #ffffff;
        background-origin: padding-box;
        border-radius: 30px;
        display: block;
        height: 10px;
        margin: 5px 7px;
        transition-delay: 0s;
        transition-duration: 200ms;
        transition-property: opacity;
        transition-timing-function: ease;
        width: 10px;
        margin-bottom: -100px
    }
    .carouselPartenaire img {
        width: auto!important;
        max-height: 60px!important;
        max-width: 130px!important;
        overflow: hidden;
        margin-bottom: 20px;
        border: 0
    }
    .btn-link-inpn-vert {
        background: #366426;
        color: #fff!important;
        margin: .2em 0;
        padding-bottom: 4px;
        padding-top: 3px;
        margin-right: 20px
    }
    .btn-link-inpn-vert a {
        color: #fff;
        font-size: 14px
    }
    .btn-link-inpn-vert a:active,
    .btn-link-inpn a:focus,
    .btn-link-inpn a:hover {
        text-decoration: none
    }
    .btn-link-inpn-vert:hover {
        background: #038c8c;
        color: #fff!important
    }
    .btn-link-inpn-vert:active,
    .btn-link-inpn:focus {
        background: #03738c;
        color: #fff;
        outline: 0!important
    }
    .btn-link-inpn-bleu {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #003366;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
        margin-left: 0;
        margin-right: 140px;
        margin-top: 2em;
        padding-bottom: 4px;
        padding-top: 3px;
    }
    .btn-link-inpn-bleu a {
        color: #fff;
        font-size: 14px;
    }
    .btn-link-inpn-bleu a:active,
    .btn-link-inpn a:focus,
    .btn-link-inpn a:hover {
        text-decoration-color: inherit;
        text-decoration-line: none;
        text-decoration-style: solid;
    }
    .btn-link-inpn-bleu:hover {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #038c8c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
    }
    .btn-link-inpn-orange {
        background: #d77a0e;
        color: #fff!important;
        margin-top: 2em;
        padding-bottom: 4px;
        padding-top: 3px;
        margin-right: 15px
    }
    .btn-link-inpn-orange a {
        color: #fff;
        font-size: 14px
    }
    .btn-link-inpn-orange a:active,
    .btn-link-inpn a:focus,
    .btn-link-inpn a:hover {
        text-decoration: none
    }
    .btn-link-inpn-orange:hover {
        background: #038c8c;
        color: #fff!important
    }
    .btn-link-inpn-orange:active,
    .btn-link-inpn-orange:focus {
        background: #03738c;
        color: #fff;
        outline: 0!important
    }
    .btn-link-inpn-galerie {
        background: #366426;
        color: #fff!important;
        margin-left:200px;
        padding-bottom: 4px;
        padding-top: 3px;
        margin-right: 20px;
        margin-top:-3.9em;
    }
    .btn-link-inpn-galerie a {
        color: #fff;
        font-size: 14px
    }
    .btn-link-inpn-galerie a:active,
    .btn-link-inpn a:focus,
    .btn-link-inpn a:hover {
        text-decoration: none
    }
    .btn-link-inpn-galerie:hover {
        background: #038c8c;
        color: #fff!important
    }
    .btn-link-inpn-galerie:active,
    .btn-link-inpn:focus {
        background: #03738c;
        color: #fff;
        outline: 0!important
    }
    .btn-link-inpn-video {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #1d99bb;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
        margin-top: -20px;
        padding-bottom: 4px;
        padding-top: 3px;
    }
    .btn-link-inpn-video a {
        color: #fff;
        font-size: 14px;
    }
    .btn-link-inpn-video a:active,
    .btn-link-inpn-video a:focus,
    .btn-link-inpn-video a:hover {
        text-decoration-color: inherit;
        text-decoration-line: none;
        text-decoration-style: solid;
    }
    .btn-link-inpn-video:hover {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #038c8c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff !important;
    }
    .btn-link-inpn-video:active,
    .btn-link-inpn-video:focus {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #03738c;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        color: #fff;
        outline-color: inherit !important;
        outline-style: none !important;
        outline-width: 0 !important;
    }
    .button.big {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 40px;
    }
    a.button.big:hover,
    input.button.big:hover,
    button.big.button:hover,
    a:hover > span.button.big {
        background-color: #222222 !important;
    }
    .button3 button {
        margin-top: -10%
    }
    nav {
        background: #fff
    }
    nav .navbar-nav {
        float: left;
        margin-left:-50px;
        width:100%;
    }
    nav .navbar-nav li {
        border-bottom-color: #dedede;
        border-bottom-style: solid;
        border-bottom-width: 1px;

    }

    nav .navbar-nav li a {
        color: #8e8e8e;
        text-transform: uppercase;
        padding-bottom: 6px;
        font-size:12px;
    }
    nav .navbar-nav li a:hover {
        color: #000;
        text-decoration: none;

    }
    nav .navbar-toggle {

        color: #000;
        border: 1px solid #fff;
        padding: 8px 10px 6px;
        margin-right: 0;
        margin-top: 5px;
        text-shadow: 0 1px 0 rgba(0, 0, 0, .15)
    }
    nav .navbar-collapse {
        padding-left: 0
    }

    footer .lienFooter,
    footer .lienFooterHome {
        margin-top: .5em;
        margin-bottom: .5em
    }
    footer .lienFooter p,
    footer .lienFooterHome p {
        padding-top: 1em;
        display: inline;
        margin-left: 7em;
        margin-right: 1em
    }
    .carouselActualites {
        padding-top: 10px
    }
    .carouselActualites .carousel-caption-xs {
        height: 140px;
        overflow: hidden;
        background-image: url("/img/icones/banner_bg.png");
        background-position: left;
        background-repeat: repeat;
        right: 0;
        bottom: 0;
        text-align: left;
        padding: 5%;
        /*position: relative;*/
        color: #fff;
        position: absolute;
        width: 100%
    }
    .carouselActualites .carousel-caption-xs h3 {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin: 0;
        border: 0;
        background: 0 0
    }
    .carouselActualites .carousel-caption-xs p {
        font-family: 'Open Sans', sans-serif;
        font-weight: 400;
        font-size: 12px;
        margin: 0;
        background: 0 0;
        text-align: left
    }
    .col_8 {
        margin-bottom: 20px;
        margin-left: -25px !important;
        margin-right: 0;
        margin-top: 0;
        width: 300px;
    }
    .col_2 {
        margin-bottom: 20px;
        margin-left: 20px;
        margin-right: 0;
        margin-top: 0;
        border-style: solid;
        border-color: #e1e1e5;
        border-width: 5px;
        width: 226px;
    }
    .button.middle {
        -moz-border-bottom-colors: none;
        -moz-border-left-colors: none;
        -moz-border-right-colors: none;
        -moz-border-top-colors: none;
        background-color: #8b8a98;
        border-bottom-color: #ffffff;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ffffff;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ffffff;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ffffff;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #ffffff;
        font-family: "Open Sans", sans-serif;
        font-size: 0.8em;
        padding-bottom: 2px;
        padding-left: 12px;
        padding-right: 12px;
        padding-top: 2px;
        text-align: center;
        text-shadow: none;
        text-transform: uppercase;
        margin-left: 0;
    }
    a.button.middle:hover,
    input.button.middle:hover,
    button.middle.button:hover,
    a:hover > span.button.middle {
        background-color: #222222 !important;
    }
    .framework {
        background-color: rgba(0, 0, 0, 0.4);
        bottom: 0;
        height: 16%;
        left: 0;
        margin-bottom: 2.5%;
        margin-left: 2%;
        margin-right: 10%;
        margin-top: 4%;
        position: absolute;
        width: 45%;
    }
    .buttonMore {
        float: right;
        visibility: visible;
    }
    .buttonPager {
        background-attachment: scroll;
        background-clip: border-box;
        background-color: #fff;
        background-image: none;
        background-origin: padding-box;
        background-position: 0 0;
        background-repeat: repeat;
        background-size: auto auto;
        border-bottom-color: #ddd;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-image-outset: 0 0 0 0;
        border-image-repeat: stretch stretch;
        border-image-slice: 100% 100% 100% 100%;
        border-image-source: none;
        border-image-width: 1 1 1 1;
        border-left-color: #ddd;
        border-left-style: solid;
        border-left-width: 1px;
        border-right-color: #ddd;
        border-right-style: solid;
        border-right-width: 1px;
        border-top-color: #ddd;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-top-style: solid;
        border-top-width: 1px;
        color: #d77a0e !important;
        margin-bottom: 0.2em;
        margin-left: 0;
        margin-right: 0;
        margin-top: 20px;
        padding-bottom: 4px;
        padding-top: 3px;
        float:left;
        visibility:visible;
    }
    .article .actions_2 {
        background-image: url("/img/icones/barre.jpg");
        background-position: left center;
        background-repeat: repeat-x;
        bottom: 0;
        left: 0;
        min-height: 24px;
        position: absolute;
        text-align: center;
        width: 100%;
    }
    .soc{
        float: right;
    }
    .list-soc li {
        padding-left: 0.5em;
    }
    footer li {
        padding-left:0;
    }
    footer .lienFooter p, footer .lienFooterHome p{
        margin-left: 3em;
    }
    .before-footer-ul{
        padding-top: 10px;
        margin-bottom: 0px;
    }
    .before-footer-ul-2{
        display: none;
    }
    .before-footer-open{
        transform: rotate(45deg);
    }
    .before-footer{
        background-image: url("/img/icones/sprite.png");
        background-position: -150px -150px;
        background-repeat: no-repeat;
        cursor: pointer;
        content: "";
        /*display: block;*/
        height: 13px;
        left: -20px;
        /*margin-right: 0.333em;*/
        margin-top: 4px;
        position: absolute;
        /*top: 14%;*/
        transition-delay: 0s;
        transition-duration: 0.5s;
        transition-property: transform;
        transition-timing-function: ease;
        width: 13px;
    }
}
.ul-grey {
    font-weight: bolder;
    color: #8e8e8e
}
.ul-grey a.ui-state-focus {
    background: #eee
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-wrapper {
    width: 360px;
    max-width: 100%;
}
.video-well {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #f5f5f5;
    border-bottom-color: #e3e3e3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color: #e3e3e3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #e3e3e3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #e3e3e3;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-top-style: solid;
    border-top-width: 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding-bottom: 40px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 19px;
}

/*CSS des étoiles au dessus des photos*/

.rate-contenaire{
    width: 100%;
    text-align: right;
    margin-top: 5px;
}


.rate-caption{
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    z-index: 10;
    margin:3px 0 auto;
    border-radius: 0 0 0 5px;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
.rate
{
    margin: 0 auto;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;

}

.rate .rate-base-layer
{
    /*color: #aaa;*/

}
.rate .rate-hover-layer
{
    color: #e68a00;
    cursor: pointer;
}
.rate .rate-select-layer
{
    color: #d77a0e;
}
/*FIN CSS des étoiles au dessus des photos*/

/*CSS des vignettes dans les tableaux*/

.img-tab-espece {
    max-width: 100px;
    margin:auto;
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
}

.div-img-tab-espece {
    margin:auto;
    height:70px;
    width:70px;
    overflow:hidden;
    position:relative;
    line-height: 70px;
}

/*FIN CSS des étoiles au dessus des photos*/


/*Métadonnées*/

.trCadres td.emptyTd {
    display: none;
}

.trJdd .labelTd {
    font-size: 13px;
}
.trCadres .labelTd {
    font-size: 13px;
    font-weight: bold ;
}


td img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* fin de Métadonnées*/

/*INPG*/
.etoileInpg{
    white-space: nowrap;
}
.etoileInpg img{
    display: inline;
    vertical-align: middle;
    float: none;
}
/*Fin INPG*/

label.required:after {
    content: " *";
    color: #e32
}

/* custos select2 */
.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.select2-container--bootstrap .select2-selection.form-control {
    border-radius: 0;
}

.select2-container--bootstrap .select2-results__group {
    padding: 2px;
    font-size: 15px;
}

.select2-container--bootstrap .select2-results__option .select2-results__option {
    padding: 2px 15px;
}


/* Galerie Photos */

.fa-plus-circle:hover {
    color: #b3bbbc;
}

.optionGroup {
    font-weight: bold;
}
.optionChild {
    padding-left: 15px;
}
.hidden-checkbox{
    display: none;
}
.galerie-checkbox{
    height: 25px;
    width: 25px;
    border: 3px solid;
    border-color: #038c8c;
    position: absolute;
    top: 75%;

}
.hidden-checkbox:checked + .galerie-checkbox:before {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: 1px;
    left: 3px;
    color: #038c8c;
}
.galerie-type.collapsed:after{
    font-family: FontAwesome;
    content: "\f055";
    font-size: 20px;
    float: right;
    position: relative;
    vertical-align: 50%;
    color: #d9a304;
    bottom: 2px;
    cursor: pointer;
}
.galerie-type:after{
    font-family: FontAwesome;
    content: "\f056";
    font-size: 20px;
    float: right;
    color: #d9a304;
    bottom: 2px;
    cursor: pointer;
}

.galerie-search{
    padding: 4px;
}

.sonotheque-icon{
    color: #d77a0e;
}

.sonotheque-icon:hover{
    color: #038c8c;
}

.sonotheque-title{
    color: #038c8c;
    font-size: 13px;
}

.sonotheque-link{
    color: #038c8c !important;
    font-size: 13px;
}

.sonotheque-link:hover{
    color: #d77a0e !important;
    font-size: 13px;
}

.sonotheque-text{
    font-family: 'Open Sans', sans-serif;
}

.padding-0{
    padding-right:0;
    padding-left:0;
}


/*#jddInpn1Chart{
    !*width: 50%;*!
    float: left;
}
#jddInpn2Chart{
    !*width: 50%;*!
    float: right;
}*/

#jddInpn1Chart svg, #jddInpn1Chart svg g, #jddInpn1Chart svg rect {
    /*width: 100%!important;*/
}

.yearCharts{
    float: left;
}

#jddYearChart{
    /*width: 50%;*/
    /*float: left;*/
}

#jddRangeSelectorYear{
    /*width: 50%;*/
   /* float: left;*/
}

.yearChartsNone h5{
    margin-top: 6px;
    white-space: pre;
    font-size: 20px;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
    font-weight: 200;
    fill: #232323;
    cursor: default;
    text-align: center;
}

.yearChartsFull {
    width: 100%;
    float: left;
}


.monthChartsFull{
    width: 100%;
    float: left;
}

.yearCharts {
    width: 50%;
    float: left;
}

.monthCharts{
    width: 50%;
    float: right;
}

/*.monthChartsNone h5{
    margin-top: 6px;
    white-space: pre;
    font-size: 20px;
    font-family: 'Segoe UI Light', 'Helvetica Neue Light', 'Segoe UI', 'Helvetica Neue', 'Trebuchet MS', Verdana, sans-serif;
    font-weight: 200;
    fill: #232323;
    cursor: default;
    text-align: center;
}

.monthChartsNone {
    width: 49%;
    float: right;
}

#jddMonthChart{
    !*width: 50%;*!
   !* float: right;*!
}

#jddRangeSelectorMonth{
    !*width: 50%;*!
   !* float: right;*!
}*/
.row.keyNumber{
    flex-direction: row;
    box-sizing: border-box;
    display: flex;
    max-height: 100%;
    place-content: center space-between;
    align-items: center;
}
.pre.keyNumber{
    margin: 10px 5px;
}

.listesSensiblesTable {
	margin:auto;
	width: 100%;
	border:1px solid black;
	border-collapse: collapse;
}

.listesSensiblesTable tr td {
	border: 1px solid black;
    border-collapse: collapse;
    padding-left: 10px;
}  

/* Chiffres Accueil */
.chiffreCoul1, .chiffreCoul2, .chiffreCoul3, .chiffreCoul4, .chiffreCoul5 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
}
.chiffreCoul1 {
    color:#1D99BB;  /*turquoise-habitat*/
}
.chiffreCoul2 {
    color: #03738C;    /*bleu canard*/
}
.chiffreCoul3 {
    color: #038C8C;    /*emeraude-espece*/
}
.chiffreCoul4 {
    color: #05704C;    /*vert sapin-espace*/
}
.chiffreCoul5 {
    color: #9E1976;    /*prune-tout*/
}

.etat_conservation{
    font-family: sans-serif;
    font-weight: 600;
    font-size: 20px;
    background: #fff;
    color: #666666;
    margin-top: 20px;
}
	
	
.fa-chevron-right,.fa-2x{
	color:#666666;
}
.fa-star{
	color:#d67413;
}