/* 
#wpadminbar {
    display: none;
} */

body {
    padding-top: 130px;
    /* padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); */
}

hr {
    border-top: 1px solid #a7a9ac;
}

.content {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1230px;
	position: relative;
}

.img-nosize { 
    width: auto!important;
    height: auto!important; 
} 

.img-nosize.no-float { 
    float: none!important;
} 

#burger {
    display: none;
}
/* 
:target:before {

    content: "";
    display: block;
    position: relative;
    padding-top: 190px;
    margin-top: -120px;
    display: inline-block; 

} */

#cn-notice-text {
    display: block;
}

#cookie-notice .cn-button {
    margin-left: 10px;
    background: #aec600;
    border: 1px solid #aec600;
    border: 0;
    border-radius: 2px;
    color: white;
    padding: 8px 10px;
    display: inline-block;
    margin-top: 3px;
}

#cookie-notice .cn-button:hover {
    color: #aec600;
    background: white;
    text-decoration: none;
}

.box-10 {
	width: 10%;
}

.box-50 {
	width: 50%;
}

.box-100 {
	width: 100%;
}

/* HEADER */

.overlay.filter-enable:after {
    content: "";
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 100;
    bottom: 0;
    overflow: hidden;
}

#navbar-fixe {
    /* width: 100%;
    position: fixed; */
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 10000;
}

header nav,
header .nav {
	width: 100%;
	background-color: #e6e4e4;
}

header nav > .content {
    min-height: 90px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

header #navbar-fixe.small nav > .content {
    min-height: 90px;
}

header #navbar-fixe.small .subnav {
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.15);
}

header #logo-amphitea {
	display: block;
    /* float: left; */
    width: 268px;
    height: 162px;
    transition-duration: 0.3s;
    position: absolute;
    left: 10px;
    z-index: 10000;
}

header #navbar-fixe.small #logo-amphitea {
    width: 146px;
    height: 89px;
    /* transform: scale(0.45) translateX(-207px) translateY(-116px); */
    /* height: 100%; */
    /* transition-duration: 0.3s; */
}
 
header #logo-amphitea img {
	/* width: 100%; */
    height: 100%;
    /* transition-duration: 0.2s; */
}

header .baseline {
    color: #003a69;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    font-family: 'FuturaT-Medium';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 24%;
    transition-duration: 0.2s;
}

header #navbar-fixe.small .baseline {
    left: 160px;
    /* left: 210px; */
    transition-duration: 0.2s;
}

header .baseline p {
    margin: 0;
}

header .baseline strong {
    font-weight: bold;
    font-family: 'FuturaT-Bold';
}

.header-1 .connexion-zone {
	list-style: none;
    padding: 0;
    float: right;
    width: 614px;
    margin-top: 38px;
    position: absolute;
    top: 0;
    right: 0;
}

.header-1 .connexion-zone li {
	float: right;
	margin-left: 3%;
	position: relative;
}

.header-1 .connexion-zone .menu-connexion > img {
    position: absolute;
    z-index: 100;
    right: -34px;
    top: 0;
    margin-top: 38px;
    display: none;
    cursor: pointer;

}

header .menu-espace-collab {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

header .menu-espace-collab .btn-mon-espace {
    display: block;
    margin-bottom: 5px;
    width: 252px;
    height: 36px;
    background: #aebe20;
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    text-align: center;
    padding-top: 9px;
}

header .menu-espace-collab .btn-mon-espace:hover{
    text-decoration: none;
}

header .subnav {
    background-color: white;
    padding-bottom: 8px;
}

header #navbar-fixe.small .subnav ul.menu {
    margin-left: 2%;
    transition-duration: 0.2s;
}

.open {
    background: transparent;
    border: none;
    text-transform: uppercase;
    color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-bottom: 28px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}

.open:before {
    content: "";
    width: 14px;
    height: 14px;
    background-image: url("../img/burger-menu.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: 5px;
    margin-right: 4px;
}

.open:hover {
    color: #aebe00;
}

.open:hover:before {
    background-image: url("../img/burger-menu-hover.png");
}

.open:focus {
    outline: none;
}

.subnav.subnav-mobile {
    display: none;
}

.subnav ul.menu,
.subnav ul.social {
	list-style: none;
	padding: 0;
}

.subnav ul.menu {
    margin-top: 24px;
    margin-left: 23.8%;
    margin-bottom: 8px;
    transition-duration: 0.2s;
}

.subnav ul.social {
    float: right;
    width: 347px;
    margin-top: 18px;
    margin-bottom: 2px;
}

.subnav ul.social li.search img {
	margin-top: -7px;
}

.subnav ul.menu > li,
.subnav ul.social li {
    float: left;
    position: relative;
}

.subnav ul.menu > li:after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #aebe15;
    float: right;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
    transform: rotate(15deg);
}

.subnav ul.menu > li:first-child:after {
    background: #003a69;
    transform: rotate(0deg);
}

.subnav ul.menu > li:last-child:after {
    content: none;
}

/* .subnav ul.menu li.separate {
    padding-left: 1.5%;
    padding-right: 1.5%;
    font-size: 18px;
} */

.subnav ul.social li {
    padding-left: 7px;
    padding-right: 7px;
}

.subnav ul.menu > li > a {
	text-transform: uppercase;
	color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-bottom: 28px;
}

.subnav ul.menu > li > a:hover {
	color: #aebe00;
	text-decoration: none;
}

.subnav ul.social li.social-icon {
    margin-top: 7px;
    margin-left: 2px;
    margin-right: 2px;
}

.subnav ul.social li.social-icon.youtube {
    padding-top: 3px;
}

.subnav .search {
    position: relative;
    width: 232px;
}

.subnav .search-field {
    border: 1px solid #aebe1f;
    width: 226px;
    height: 36px;
    font-family: 'FuturaT-Light';
    padding-left: 10px;
    font-size: 16px;
}

.subnav .search-field:focus {
    outline-color: #aebe1f;
}

.subnav #search-btn {
    border: 1px solid #aebe1f;
    background-color: #aebe1f;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 0;
}

.subnav #search-btn img {
    width: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1px;
}

.subnav #search-btn:focus {
    outline: none
}

header .dropdown-menu {
    margin-top: 23px;
    border: 0;
    left: -22px;
    border-radius: 0;
    background-color: rgba(230, 228, 228, 1);
    padding: 10px 0px 10px 20px;
}

header .dropdown-menu > li {
    position: relative;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0;
}

header .dropdown-menu > li:last-child {
    border: 0;
}

header .dropdown-menu > li > a {
    /* font-family: 'FuturaT-Medium'; */
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 0px;
    white-space: nowrap;
    z-index: 2;
    color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-right: 30px;
}

header .dropdown-menu > li:hover,
header .dropdown-menu > li:hover a {
    background: none;
}

header .dropdown-menu > li > a:hover {
    color: #aebc1f;
    text-decoration: none;
}

header .dropdown-submenu {
    position: relative;
}

header .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -10px;
    margin-left: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
}

header .dropdown-submenu:hover>.dropdown-menu {
    /* display: block; */
}

ul.dropdown-menu.multi-level {
    /* max-width: 450px; */
    max-height: 360px;
    overflow-y: scroll;
    /* width: 350px; */
}

header .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #003a6c;
    top: 50%;
    margin-right: 10px;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
}

 header .dropdown-submenu:hover>a:after {
    border-left-color: #aebc1f;
}

header .dropdown-submenu.pull-left {
    float: none;
}

header .dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#ariane .content-ariane {
    padding-left: 10px;
    padding-right: 10px;
}

#ariane .content-ariane p#breadcrumbs,
#ariane .content-ariane p#breadcrumbs a {
    color: #03396b;
    font-family: 'FuturaT-Demi';
    font-size: 18px;
}

#ariane .content-ariane p#breadcrumbs .breadcrumb_last {
    color: #aebc1f;
}

#filter-actu .content-filter {
    position: relative;
    margin-bottom: 10px;
}

#filter-actu button#open-filter {
    border: none;
    background: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    color: #03396b;
    font-family: 'FuturaT-Demi';
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
}

#filter-actu ul.result-filter {
    border-radius: 0;
    background-color: rgba(230, 228, 228, 1);
    padding: 10px 20px 10px 20px;
    list-style: none;
    max-width: 220px;
    width: 100%;
    position: absolute;
    z-index: 2;
    left: 245px;
    top: 14px;
    display: none;
}

#filter-actu ul.result-filter > li {
    position: relative;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0;
}

#filter-actu ul.result-filter > li.first-separate {
    border-bottom: 1px solid rgb(4, 57, 107);
}

#filter-actu ul.result-filter > li:last-child {
    border: 0;
}

#filter-actu ul.result-filter > li > a {
    /* font-family: 'FuturaT-Medium'; */
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 0px;
    /* white-space: nowrap; */
    z-index: 2;
    color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-right: 30px;
}

#filter-actu ul.result-filter > li > a:hover {
    color: #aebc1f;
    text-decoration: none;
}


/* MENU SIDEBAR */

.content-sidebar-menu {
    margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1230px;
	position: relative;
}

.content-sidebar-menu.sidebar-collapsed
{
    /* padding-right: 65px; */
    /* transition: all 100ms linear; */
    /* transition-delay: 300ms; */
}

.content-sidebar-menu.sidebar-collapsed-back
{
    /* padding-right: 280px; */
    /* transition: all 100ms linear; */
}

.content-sidebar-menu.sidebar-collapsed .sidebar-menu
{
    width: 0;
    overflow: hidden;
    /* transition: all 100ms ease-in-out; */
    /* transition-delay: 300ms; */
    /* display: none; */
}

.content-sidebar-menu.sidebar-collapsed-back .sidebar-menu
{
    width: 300px;
    /* transition: all 100ms ease-in-out; */
}

/* .content-sidebar-menu.sidebar-collapsed .sidebar-icon
{
    transform: rotate(90deg);
    transition: all 300ms ease-in-out;
} */

/* .content-sidebar-menu.sidebar-collapsed-back .sidebar-icon
{
    transform: rotate(0deg);
    transition: all 300ms ease-in-out;
} */

/* .content-sidebar-menu.sidebar-collapsed .logo
{
    padding: 21px;
    height: 136px;
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
    transition-delay: 300ms;
} */

/* .content-sidebar-menu.sidebar-collapsed-back .logo
{
    width: 100%; 
    padding: 21px;
    height: 136px;  
    box-sizing: border-box;
    transition: all 100ms ease-in-out;
} */

/* .content-sidebar-menu.sidebar-collapsed #logo
{
    opacity: 0;
    transition: all 200ms ease-in-out;
} */

/* .content-sidebar-menu.sidebar-collapsed-back #logo
{
    opacity: 1;
    transition: all 200ms ease-in-out;
    transition-delay: 300ms;
} */

.content-sidebar-menu.sidebar-collapsed #menu span
{
    opacity: 0;
    /* transition: all 50ms linear; */
}

.content-sidebar-menu.sidebar-collapsed-back #menu span
{
    opacity: 1;
    /* transition: all 200ms linear; */
    /* transition-delay: 300ms; */
}

.content-open-theme {
    display: none;
}

.sidebar-menu {
    position: absolute;
    float: left;
    height: auto;
    top: 72px;
    left: 10px;
    background-color: rgba(230, 228, 228, 1);
    color: #aaabae;
    box-shadow: none;
    z-index: 1;
}

#menu {
    list-style: none;
    margin: 0;
    margin-bottom: 0;
    padding: 40px;
    padding-right: 0;
    overflow-y: scroll;
    max-height: 430px;
}

#menu > li 
{
    position: relative;
    margin: 0;
    font-size: 12px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.7); */
    padding: 0;
}

#menu li ul li 
{
    position: relative;
    margin: 0;
    font-size: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    padding: 0;
}

#menu li ul
{
    opacity: 0;
    /* height: 0px; */
}

#menu li a {
    font-style: normal;
    font-weight: 400;
    position: relative;
    display: block;
    padding: 10px 0px 12px 0px;
    white-space: nowrap;
    z-index: 2;
    color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-right: 40px;
}

#menu li a:hover
{
    color: #aebc1f;
    text-decoration: none;
    /* background-color: #333944; */
    /* transition: color 250ms ease-in-out, background-color 250ms ease-in-out; */
}

#menu li a:after {
    content: "";
    width: 84%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
}

#menu li.active > a
{
    text-decoration: none;
    color: #aebc1f;
}

/* #menu ul li
{
    background-color: #2b303a;
} */

#menu ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li ul 
{
    position: absolute;
    visibility: hidden;
    left: 100%;
    top: -1px;
    background-color: rgb(230, 228, 228);
    box-shadow: none;
    opacity: 0;
    /* transition: opacity 0.1s linear; */
    border-top: none;
    padding-left: 20px;
    padding-right: 20px;
}

#menu li ul li a {
    padding-right: 0;
}

#menu li ul li a:hover {
    color: aebc1f;
}

#menu li ul li a:after {
    width: 100%;
}

#menu li:hover > ul 
{
    visibility: visible;
    opacity: 1;
}

#menu li li ul 
{
    left: 100%;
    visibility: hidden;
    top: -1px;
    opacity: 0;
    /* transition: opacity 0.1s linear; */
}

#menu li li:hover ul 
{
    visibility: visible;
    opacity: 1;
}

#menu .fa
{
    margin-right: 5px;
}



/* HOME  */

#home .section-carousel {
    position: relative;
}

#home .section-carousel .owl-carousel {
    width: 100%;
    /* height: 800px; */
    position: relative;
}

#home .section-carousel .owl-carousel.load:before {
    content: "";
    background-color: #efefef;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}

#home .section-carousel .owl-carousel .owl-item .item {
    width: 100%; 
    height: 560px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#home .section-carousel .owl-carousel .owl-item .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; 
    /* background: rgba(255,255,255, 0.50); */
}

#home .section-carousel .owl-carousel .owl-item .item .content {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    height: 100%;
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-58%);
    max-width: 570px;
    width: 100%;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    background: rgba(255,255,255, 0.7);
    padding: 10px 20px;
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider:hover,
#home .section-carousel .owl-carousel .owl-item .item .content-slider:focus,
#home .section-carousel .owl-carousel .owl-item .item .content-slider:hover p,
#home .section-carousel .owl-carousel .owl-item .item .content-slider:focus p  {
    text-decoration: none;
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider p.type {
    font-size: 36px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    margin: 0;
    margin-bottom: 10px;
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider p.titre {
    font-size: 56px;
    color: #003a69;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
    text-transform: uppercase;
    line-height: 58px;
    /* text-shadow: 1px 1px 5px rgba(0,0,0,0.6); */
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider p.description {
    font-size: 20px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    margin: 0;
    line-height: 20px;
    margin-top: 15px;
}

#home .section-carousel .owl-carousel .owl-item .item .content-slider p.description:after {
    content: "";
    width: 122px;
    height: 94px;
    background-image: url('../img/comma.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
    margin-right: 12%;
    margin-top: 10px;
}

#home .section-carousel .owl-dots {
    display: none;
}

#home .section-carousel .owl-nav {
    margin-top: 0;
}

#home .section-carousel button.disabled {
    display: none;
}

#home .section-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    left: 0;
    background-image: url(../img/prev.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
    color: transparent;
}

#home .section-carousel button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    right: 0;
    background-image: url(../img/next.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
    color: transparent;
}
 
#home .section-dossier .dossier h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    padding-left: 55px;
    position: relative;
}

#home .section-dossier .dossier h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url('../img/picto-dossier.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#home .subscribe {
	width: 100%;
	background-color: rgba(0, 58, 105, 0.80);
	min-height: 73px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px 30px;
    opacity: 1;
    z-index: 100;
    /* max-width: 1210px;a */
}

#home .subscribe p {
	text-transform: uppercase;
	color: white;
	font-size: 24px;
	font-weight: lighter;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	font-family: 'FuturaT-Medium';
}

#home .subscribe .input {
    width: 264px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FuturaT-Light';
    padding-left: 10px;
    font-size: 16px;
}

#home .subscribe .input input {
    padding: 5px 10px;
    max-width: 210px;
    width: 100%;
    margin: 0;
    border: 0;
    height: 40px;
    float: left;
}

#home .subscribe .input button {
    border: 0;
    padding: 0;
    height: 40px;
    float: left;
}

#home .subscribe .input button:focus {
    outline: none;
}

#home .actu {
	margin-top: 45px;
}

#home .actu > .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#home .actu > .content > .box-33 {
    display: flex;
    flex-direction: column;
}

#home .actu > .content > .box-66 {
    display: flex;
    flex-direction: row;
}

#home .actu > .content > .box-66 .link-img {
    position: absolute;
    width: 100%;
    height: 100%;
}

#home .actu .box-33 {
	float: left;
    width: 32.3333333%;
    min-height: 420px;
    background-color: #e6e4e4;
    margin-right: 1.5%;
    padding: 38px;
    margin-bottom: 50px;
    position: relative;
}

#home .actu .box-33 .surtitre {
    color: #4f4f4f;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 26px;
}

#home .actu .box-33 .surtitre a {
    color: #4f4f4f;
    cursor: default;
}

#home .actu .box-33 .surtitre a:hover {
    text-decoration: none;
}


#home .actu .box-33 .titre {  
    color: #003a69;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 28px;
    margin-bottom: 25px;
}

#home .actu .box-33 .titre a {
    color: #003a69;
}

#home .actu .box-33 .illustration { 
    background-color: white;
    height: 185px;
    position: absolute;
    bottom: 60px;
    width: 81%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home .actu .box-33 .illustration a {
    display: block;
    position: relative;
    z-index: 1000;
}

#home .actu .box-33 .illustration a img {
    width: 100%;
    height: 170px;
    display: block;
    visibility: hidden;
}

#home .actu .box-33 .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

#home .actu .box-33 .tags a {
    color: #003a69;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#home .actu .box-33 .tags {
    display: inline-block;
    border-top: 1px solid #003a69;
    padding-top: 5px;
    margin-top: 0px;
    position: absolute;
    bottom: 10px;
}

#home .actu .box-66 {
	float: left;
	width: 64.6666666%;
	min-height: 420px;
	background-color: #03396b;
    margin-left: 1.5%;
    margin-bottom: 50px;
    position: relative;
}
 
#home .actu .box-66 .side-img {
	width: 50%;
	float: left;
	position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.5s;
    min-height: 420px;
    cursor: pointer;
}

#home .actu .box-66 .side-img:hover {
	background-size: cover;
}

#home .actu .box-66 .side-img a.plus {
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
    display: block;
    transition-duration: 0.2s;
}

#home .actu .box-66 .side-img:hover a.plus {
    width: 65px;
    transition-duration: 0.2s;
}

#home .actu .box-66 .side-img a.plus img {
	width: 100%;
}

#home .actu .box-66 .side-text {
	width: 50%;
	float: left;
	position: relative;
    min-height: 420px;
    padding: 38px;
}

#home .actu .box-66 .side-text .surtitre {
    color: white;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 28px;
}

#home .actu .box-66 .side-text .surtitre a {
    color: white;
    cursor: default;
}

#home .actu .box-66 .side-text .surtitre a:hover {
    text-decoration: none;
}


#home .actu .box-66 .side-text .titre {  
    color: #aec000;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 28px;
    margin-bottom: 25px;
}

#home .actu .box-66 .side-text .titre a {
    color: #aec000;
}

#home .actu .box-66 .side-text .description {
    color: white;
    font-size: 18px;
    font-family: 'FuturaT-Book';
    line-height: 19px;
    margin-bottom: 20px;
}
 
#home .actu .box-66 .side-text .tags a {
    color: #aec000;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#home .actu .box-66 .side-text .tags {
    display: inline-block;
    border-top: 1px solid #aec000;
    padding-top: 5px;
    margin-top: 0px;
    position: absolute;
    bottom: 10px;
}

#home .actu .box-66 .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

#home .actu .left {
    float: left;
    margin-right: 1.5%;
    margin-left: 0;
}

#home .actu .right {
    float: right;
    margin-left: 1.5%;
    margin-right: 0;
}

.bubble-grey {
    border-radius: 15px;
}

.bubble-grey:after {
	content: "";
	width: 49px;
	height: 34px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/bubble-part.png");
	position: absolute;
    bottom: -34px;
    right: 60px;
}

.bubble-blue {
    border-radius: 15px;
}

.bubble-blue:after {
	content: "";
	width: 49px;
	height: 34px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("../img/bubble-part-blue.png");
	position: absolute;
    bottom: -34px;
    right: 60px;
}

/* ACTU 2 */

#home .actu2 {
	margin-top: 45px;
}

#home .actu2 > .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#home .actu2 > .content > .box {
    display: flex;
    flex-direction: column;
}

#home .actu2 .box-33 {
	float: left;
    width: 32.3333333%;
    min-height: 420px;
    background-color: #00376e;
    margin-right: 1.5%;
    padding: 38px;
    margin-bottom: 50px;
    position: relative;
}

#home .actu2 .box-33 .surtitre {
    color: #FFFFFF;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
}

#home .actu2 .box-33 .surtitre a {
    color: #FFFFFF;
}


#home .actu2 .box-33 .titre {  
    color: #aebc1f;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    margin-bottom: 25px;
}

#home .actu2 .box-33 .titre a {
    color: #aebc1f;
}

#home .actu2 .box-33 .illustration { 
    background-color: white;
    height: 185px;
    position: absolute;
    bottom: 60px;
    width: 81%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}

#home .actu2 .box-33 .illustration a {
    display: block;
    position: relative;
    z-index: 1000;
}

#home .actu2 .box-33 .illustration a img {
    width: 100%;
    height: 170px;
    display: block;
    visibility: hidden;
}

#home .actu2 .box-33 .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

#home .actu2 .box-33 .tags a {
    color: #aebc1f;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#home .actu2 .box-33 .tags {
    display: inline-block;
    border-top: 1px solid #aebc1f;
    padding-top: 5px;
    margin-top: 0px;
    position: absolute;
    bottom: 10px;
}

#home .actu2 .box-33.quiz .btn-quiz {
    display: block;
    width: 100%;
    padding: 8px 10px 7px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #aebc1f;
    border-radius: 5px;
}

#home .actu2 .box-33.quiz .illustration {
    background-color: white;
    height: 175px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 20px;
}

#home .actu2 .box-33 .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

#home .actu2 .box-66 {
	float: left;
	width: 64.6666666%;
	min-height: 420px;
	background-color: #e6e4e4;
    margin-left: 1.5%;
    margin-bottom: 50px;
    position: relative;
}

#home .actu2 .box-66 .side-img {
    width: 100%;
    float: none;
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition-duration: 0.5s;
    min-height: 250px;
    cursor: pointer;
}

#home .actu2 .box-66 .side-img:hover {
	background-size: cover;
}

#home .actu2 .box-66 .side-img .link-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home .actu2 .box-66 .side-img a.plus {
	width: 60px;
	position: absolute;
	top: 0;
	right: 0;
    display: block;
    transition-duration: 0.2s;
}

#home .actu2 .box-66 .side-img:hover a.plus {
    width: 65px;
    transition-duration: 0.2s;
}

#home .actu2 .box-66 .side-img a.plus img {
	width: 100%;
}

#home .actu2 .box-66 .side-text {
	width: 100%;
	float: none;
	/* position: relative; */
    /* min-height: 420px; */
    padding: 18px 38px;
}

#home .actu2 .box-66 .side-text .surtitre {
    color: #4f4f4f;
    font-size: 20px;
    font-family: 'FuturaT-Demi';
}

#home .actu2 .box-66 .side-text .surtitre a {
    color: #4f4f4f;
}


#home .actu2 .box-66 .side-text .titre {  
    color: #003a69;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    margin-bottom: 5px;
}

#home .actu2 .box-66 .side-text .titre a {
    color: #003a69;
}

#home .actu2 .box-66 .side-text .description {
    color: #4f4f4f;
    font-size: 18px;
    font-family: 'FuturaT-Book';
    line-height: 19px;
}
 
#home .actu2 .box-66 .side-text .tags a {
    color: #003a69;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#home .actu2 .box-66 .side-text .tags {
    display: inline-block;
    border-top: 1px solid #003a69;
    padding-top: 5px;
    margin-top: 0px;
    margin: 0;
}

#home .actu2 .box-66 .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

#home .actu2 .left {
    float: left;
    margin-right: 1.5%;
    margin-left: 0;
}

#home .actu2 .right {
    float: right;
    margin-left: 1.5%;
    margin-right: 0;
}

#home .green-zone {
	width: 100%;
	/* min-height: 126px; */
    background-color: #aebe00;
    margin-bottom: 40px;
}

#home .green-zone p {
    color: white;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding-top: 0;
    position: relative;
    vertical-align: middle;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#home .green-zone span.big-percent {
    font-size: 62px;
    font-weight: 500;
    font-family: 'FuturaT-Book';
    display: inline-block;
    text-align: right;
}

#home .green-zone span.text {
    font-size: 22px;
    font-weight: 100;
    line-height: 26px;
    font-family: 'FuturaT-Book';
    vertical-align: middle;
    text-align: left;
    margin-left: 20px;
    max-width: 425px;
}

#home .section-actualite {
    margin-top: 40px;
    margin-bottom: 45px;
}

#home .section-actualite .box-100 > h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    padding-left: 55px;
    position: relative;
} 

#home .section-actualite .box-100 > h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url('../img/actu.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#home .section-actualite .owl-carousel {
    margin-top: 20px;
    position: relative;
}

#home .section-actualite .owl-carousel .owl-nav span {
    color: transparent;
}

#home .section-actualite .owl-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    left: 0;
    background-image: url('../img/prev.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
}
 
#home .section-actualite .owl-carousel button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    right: 0;
    background-image: url('../img/next.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
}

#home .section-actualite .owl-carousel button.disabled {
    display: none;
}

#home .section-actualite .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

#home .section-actualite .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

#home .section-actualite .owl-carousel .owl-item {
    display: flex;
    flex-direction: column;
}

#home .section-actualite .owl-carousel .content-item {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
}

#home .section-actualite .owl-carousel .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

#home .section-actualite .owl-carousel .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#home .section-actualite .owl-carousel .content-item a.plus {
    width: 60px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

#home .section-actualite .owl-carousel .content-item .illustration {
    background-color: white;
    height: 225px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
}

#home .section-actualite .owl-carousel .content-item .illustration a.link {
    display: block;
    z-index: 10000;
}

#home .section-actualite .owl-carousel .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

#home .section-actualite .owl-carousel .content-item .texte {
    padding: 25px 35px;
    color: #003a69;
}

#home .section-actualite .owl-carousel .content-item.green .texte {
    background: #aec01f;
    color: white;
}

#home .section-actualite .owl-carousel .content-item .texte .surtitre {
    font-size: 18px;
    font-family: 'FuturaT-Book';
}

#home .section-actualite .owl-carousel .content-item .texte .titre {
    font-size: 20px;
    font-family: 'FuturaT-Demi';
    line-height: 20px;
    min-height: 45px;
}

#home .section-actualite .owl-carousel .content-item .texte .titre a {
    display: block;
    color: #003a69;
}
#home .section-actualite .owl-carousel .content-item.green .texte .titre a {
    color: white;
}

#home .section-actualite .owl-carousel .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}

#home .section-actualite .all-actu {
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #03396b;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    line-height: 22px;
}

#home .section-separate {
    width: 100%;
    height: 140px;
    background: #003a69;
    /* margin-bottom: 20px; */
}

#home .section-like {
    margin-top: -80px;
    margin-bottom: 70px;
}

#home .section-like .content {
    display: flex;
}

#home .section-like .box-60 {
    width: 60%;
    display: flex;
    float: left;
    /* background-color: yellow; */
    flex-flow: column;
    padding-left: 20px;
    padding-right: 20px;
}

#home .section-like .box-40 {
    width: 40%;
    display: flex;
    float: left;
    /* background-color: orange; */
}

#home .section-like #widgetized-area ul.rf_widget_list {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

#home .section-like #widgetized-area ul.rf_widget_list > li {
    color: white;
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-height: 100px;
}

#home .section-like #widgetized-area ul.rf_widget_list > li a {
    color: white;
    font-size: 25px;
    font-family: 'FuturaT-Medium';
    line-height: 27px;
    width: 100%;
    padding-right: 170px;
}

#home .section-like #widgetized-area ul.rf_widget_list > li .alignright,
#home .section-like #widgetized-area ul.rf_widget_list > li .rf_place,
#home .section-like #widgetized-area ul.rf_widget_list > li .rf_avg_rating {
    display: none;
}

#home .section-like #widgetized-area ul.rf_widget_list > li .rf_post_image {
    float: left;
    margin: 0;
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
}

#home .section-like #widgetized-area ul.rf_widget_list > li .rf_post_image > img {
    width: 100%;
    height: auto;
}

#home .section-like .content-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 100%;
}

#home .section-like .content-image > img {
    width: 100%;
    display: block;
    visibility: hidden;
}

#home .section-like .content-image .content-text {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 40px;
}

#home .section-like .content-image .content-text p {
    color: #003a69;
    font-size: 18px;
    font-family: 'FuturaT-Book';
}
 
#home .section-like .content-image .content-text p {
    font-family: 'FuturaT-Medium';
}

#home .section-like .content-image .link {
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #003a69;
    border-radius: 5px;
    max-width: 311px;
    margin-top: 20px;
    position: absolute;
    bottom: 20px;
    left: 40px;
    font-size: 18px;
    padding: 0;
    padding-left: 11px;
    padding-right: 11px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#home .section-like .box-40 {
    padding-top: 110px;
}

#home .section-like .box-40 .bg-blue {
    background-color: #003a69;
    color: white;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0px 10px 25px;
}

#home .section-like .box-40 .bg-blue > h2 {
    color: white;
    font-size: 26px;
    font-family: 'FuturaT-Medium';
    position: relative;
    padding-left: 50px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

#home .section-like .box-40 .bg-blue > h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url('../img/star.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#home .section-like .box-40 .bg-blue ul {
    padding: 0;
    list-style: none;
    margin-top: 10px;
}

#home .section-like .box-40 .bg-blue ul > li {
    color: white;
    display: block;
    margin-bottom: 10px;
    position: relative;
    min-height: 100px;
}

#home .section-like .box-40 .bg-blue ul > li .part-text {
    width: 100%;
    padding-right: 170px;
}


#home .section-like .box-40 .bg-blue ul > li .part-text h3 {
    color: white;
	font-size: 25px;
    font-family: 'FuturaT-Medium';
    line-height: 27px;
}

#home .section-like .box-40 .bg-blue ul > li .part-text h3 a {
    color: white;
}

#home .section-like .box-40 .bg-blue ul > li .part-text p {
    color: white;
    font-size: 16px;
    font-family: 'FuturaT-Medium';
}

#home .section-like .box-40 .bg-blue ul > li .part-image {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100px;
    width: 160px;
    position: absolute;
    top: 0;
    right: 0;
}

#home .section-like .box-40 .bg-blue ul > li .part-image a {
    display: block;
}

#home .section-like .box-40 .bg-blue ul > li .part-image img {
    width: 100%;
    visibility: hidden;
} 

/*  FOOTER  */

.blue-box {
    width: 100%;
    height: 70px;
    background: #053a6a;
}

footer {
    width: 100%;
    background: white;
    position: relative;
    min-height: 68px;
}


footer .logo-footer {
    float: left;
    margin-left: 10px;
    margin-top: 14px;
}

footer ul.menu-footer {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-top: 23px;
    margin-left: 60px;
}

footer ul.menu-footer > li {
    float: left;
    position: relative;
}

footer ul.menu-footer > li:after {
    content: "";
    width: 2px;
    height: 15px;
    background-color: #003a69;
    float: right;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 5px;
}

footer ul.menu-footer > li:last-child:after {
    content: none;
}

footer ul.menu-footer > li > a {
    color: #003a69;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-family: 'FuturaT-Medium';
    padding-bottom: 28px;
}


footer ul.menu-footer > li > a:hover {
    text-decoration: none;
    color: #aebe1f;
}

footer .copyright-footer {
    font-size: 16px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    float: right;
    margin-top: 24px;
}

/* SUBSCRIBE */

.section-subscribe {
    margin-top: 40px;
    margin-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.section-subscribe .subscribe {
	width: 100%;
	background-color: rgba(0, 58, 105, 1.0);
	min-height: 73px;
	position: relative;
	padding: 24px 30px;
    opacity: 1;
    z-index: 100;
    /* max-width: 1210px;a */
}

.section-subscribe .subscribe p {
	text-transform: uppercase;
	color: white;
	font-size: 20px;
	font-weight: lighter;
	float: left;
	padding: 0;
	margin: 0;
	margin-top: 0px;
	font-family: 'FuturaT-Medium';
}

.section-subscribe .subscribe .input {
    width: 265px;
    position: absolute;
    right: 20px;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'FuturaT-Light';
    padding-left: 10px;
    font-size: 16px;
}

.section-subscribe .subscribe .input input {
    padding: 5px 10px;
    max-width: 210px;
    width: 100%;
    margin: 0;
    border: 0;
    height: 40px;
    float: left;
}

.section-subscribe .subscribe .input button {
    border: 0;
    padding: 0;
    height: 40px;
    float: left;
}

.section-subscribe .subscribe .input button:focus {
    outline: none;
}

/* GLOSSAIRE */

#actu.glossaire {
    margin-bottom: 180px;
}

#actu.glossaire .ln-letters a {
    border: 1px solid #aec200;
    display: block;
    float: left;
    font-size: 17px;
    padding: 2px 6px;
    text-decoration: none;
    margin-right: 10px;
    color: #aec200;
    font-family: 'FuturaT-Medium';
    margin-bottom: 10px;
}

#actu.glossaire .section-actualite .box-100 > h2:before {
    content: "";
    position: absolute;
    top: 22px;
    left: 0;
    width: 42px;
    height: 46px;
    background-image: url('../img/glossaire.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#actu.glossaire .ln-disabled {
    opacity: 0.6;
}

#actu.glossaire .ln-letters a:hover,
#actu.glossaire .ln-selected {
    background: #aebc1f;
    color: white!important;
}

#actu.glossaire .ln-letter-count {
    color: #00396b;
    font-size: 15px;
}

#actu.glossaire #glossary {
    margin-top: 30px;
    width: 100%;
}

#actu.glossaire #glossary > li {
    width: 30.3333%;
    margin-right: 2%;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 20px;
}

#actu.glossaire #glossary > li:before {
    content: "•";
    padding-right: 15px;
    font-size: 24px;
    line-height: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 15px;
}

#actu.glossaire #glossary > li > a,
#actu.glossaire #glossary > li.ln-no-match {
    color: #00396b;
    font-family: 'FuturaT-Medium';
    font-size: 20px;
}

#actu.glossaire #glossary .listNavHide {
    display: none!important;
}

#actu.glossaire.single #glossary {
    display: none;
}

#actu.glossaire.single #glossary-nav {
    margin-top: 35px;
}

#glossary-nav {
    margin-top: 50px;
}

/* DOCUMENTATION */

#actu.documentation .section-actualite .box-100 > h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url('../img/cloud.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#actu.documentation .nav-tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    right: 10px;
    top: 19px;
}

#actu.documentation .nav-tabs > li {
    margin-left: 10px;
}

#actu.documentation .nav-tabs > li.active{
    background-color: #aebc1f;
}

#actu.documentation .nav-tabs > li.active > a {
    background: none;
    color: white;
}

#actu.documentation .nav-tabs > li a {
    font-size: 24px;
    color: white;
    font-family: 'FuturaT-Medium';
    background-color: #dfe599;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    text-align: center;
    border: 1px solid #aebc1f;
    border-radius: 0;
}

#actu.documentation .tab-pane .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}


#actu.documentation .thumbnail {

}

#actu.documentation .thumbnail .thumbnail-img {
    width: 100%;
    /* height: 230px; */ 
    /* background-position: center top;
    background-repeat: no-repeat;
    background-size: cover; */
}

#actu.documentation .thumbnail .thumbnail-img > img {
    /* visibility: hidden; */
    /* display: none; */
    width: 100%;
}

#actu.documentation .thumbnail .titre {
    font-size: 24px;
    color: #aebd00;
    font-family: 'FuturaT-Medium';
}

#actu.documentation .thumbnail .description {
    font-size: 18px;
    font-family: 'FuturaT-Book';
}

#actu.documentation .thumbnail .lien a {
    color: #fff;
    background-color: #aebd00;
    border-color: #aebd00;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'FuturaT-Medium';
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 120px;
}

#actu.documentation .thumbnail .lien a:hover {
    background-color: #fff;
    color: #aebd00;
}

/* ACTUALITES */

#actu .section-actualite {
    margin-top: 10px;
    margin-bottom: 45px;
}

#actu .section-actualite > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#actu .section-actualite .content-title {
    border-bottom: 1px solid #aec026;
    margin-bottom: 30px;
}

#actu .section-actualite .box-100 > h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    padding-left: 55px;
    position: relative;
} 

#actu .section-actualite .box-100 > h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url('../img/actu.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#actu .section-actualite .box-100 ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    position: absolute;
    right: 10px;
    top: 19px;
}

#actu .section-actualite .box-100 ul.categories > li {
    float: left;
    margin-left: 15px;
}

#actu .section-actualite .box-100 ul.categories > li:first-child {
    margin-left: 0;
}

#actu .section-actualite .box-100 ul.categories > li a {
    font-size: 24px;
    color: white;
    font-family: 'FuturaT-Medium';
    background-color: #dfe599;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    text-align: center;
    border: 1px solid #aebc1f;
}

#actu .section-actualite .box-100 ul.categories > li a:hover,
#actu .section-actualite .box-100 ul.categories > li a:focus,
#actu .section-actualite .box-100 ul.categories > li.active a:hover,
#actu .section-actualite .box-100 ul.categories > li.active a:focus {
    color: #aebc1f;
    background-color: #ffffff;
    text-decoration: none;
}

#actu .section-actualite .box-100 ul.categories > li.active a {
    background-color: #aebc1f;
}

#actu .section-actualite .content-post {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#actu .section-actualite .content-post .item {
    /* display: block; */
    display: flex;
    width: 33.30%;
    float: left;
    margin-bottom: 70px;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
}

#actu .section-actualite .content-post .content-item {
    width: 100%;
    /* border-bottom: 1px solid #d3d3d3; */
}

#actu .section-actualite .content-post .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

#actu .section-actualite .content-post .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

#actu .section-actualite .content-post .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

#actu .section-actualite .content-post .content-item a.plus img {
    width: 100%;
}

#actu .section-actualite .content-post .content-item .illustration {
    background-color: white;
    height: 225px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
}

#actu .section-actualite .content-post .content-item .illustration:hover {
    background-size: 160%;
    transition: .2s ease-in-out;
}

#actu .section-actualite .content-post .content-item .illustration a.link {
    display: block;
    z-index: 10000;
}

#actu .section-actualite .content-post .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

#actu .section-actualite .content-post .content-item .texte {
    padding: 25px 35px;
    color: #003a69;
}

#actu .section-actualite .content-post .content-item.green .texte {
    background: #aec01f;
    color: white;
    height: 100%;
}

#actu .section-actualite .content-post .content-item .texte .surtitre {
    font-size: 17px;
    line-height: 17px;
    font-family: 'FuturaT-Book';
    margin-bottom: 5px;
}

#actu .section-actualite .content-post .content-item .texte .titre {
    font-size: 20px;
    font-family: 'FuturaT-Demi';
    line-height: 20px;
    min-height: 45px;
}

#actu .section-actualite .content-post .content-item .texte .titre a {
    display: block;
    color: #003a69;
}
#actu .section-actualite .content-post .content-item.green .texte .titre a {
    color: white;
}

#actu .section-actualite .content-post .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}

#actu .section-actualite .all-actu {
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #aebc1f;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    line-height: 20px;
    border: 1px solid #aebc1f;
    transition-duration: 0.2s;
}

#actu .section-actualite .all-actu:hover {
    color: #aebc1f;
    background: white;
    text-decoration: none;
    transition-duration: 0.2s;
}

/* ACTU + SINGLE */

#actu .section-actu > .content {
    padding-left: 10px;
    padding-right: 10px;
}

.singles-associes {
    position: relative;
    /* background-color: #e6e4e4; */
    /* padding: 30px; */
    /* padding-top: 75px; */
    width: 100%;
    margin-top: 35px;
    padding-top: 54px;
}

.singles-associes .entete {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 54px;
}

.singles-associes .entete .bloc-plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background-image: url(../img/plus-left.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#single.chiffre-cle .singles-associes .entete .bloc-plus,
.singles-associes.dossier .entete .bloc-plus {
    background-image: url(../img/plus-blue-left.png);
}

.singles-associes .entete p {
    color: #aebe00;
}

#single.chiffre-cle .singles-associes .entete p,
.singles-associes.dossier .entete p {
    color: #003a69;
}

.singles-associes .entete p {
    position: absolute;
    left: 70px;
    bottom: -14px;
    font-size: 40px;
    font-family: 'FuturaT-Book';
    margin: 0;
}

.singles-associes .singles-content {
    margin-top: 20px;
}

.singles-associes .singles-content .item {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.singles-associes .singles-content .item .content-item {
    width: 100%;
}

.singles-associes .singles-content .item .tags {
    display: inline-block!important;
    margin-top: 0px!important;
    margin-bottom: 5px!important;
    font-size: 14px!important;
}


.singles-associes .singles-content .item .tags a {
    color: #626262!important;
    font-family: 'FuturaT-BoldOblique'!important;
    padding-right: 5px!important;
}

.singles-associes .singles-content .item .illustration {
    background-color: white;
    height: 205px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
}

.singles-associes .singles-content .item .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

.singles-associes .singles-content .item .content-item a.plus img {
    width: 100%;
}

.singles-associes .singles-content .item .illustration a.link {
    display: block;
    z-index: 10000;
}

.singles-associes .singles-content .item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

.singles-associes .singles-content .item .content-item {
    width: 100%;
    /* border-bottom: 1px solid #d3d3d3; */
}

.singles-associes .singles-content .item .content-item .texte {
    padding: 25px 25px;
    color: #003a69;
    background-color: white;
}

.singles-associes .singles-content .item .content-item.green .texte {
    background: #aec01f!important;
    color: white!important;
}
.singles-associes.dossier .singles-content .item .content-item.green .texte {
    background-color: #003a69!important;
}


.singles-associes .singles-content .item .content-item .texte .surtitre {
    font-size: 17px!important;
    line-height: 17px!important;
    font-family: 'FuturaT-Book'!important;
    margin-bottom: 5px!important;
}
.singles-associes .singles-content .item .content-item.green .surtitre {
    color: white!important;
}

.singles-associes .singles-content .item .content-item .texte .titre {
    font-size: 20px!important;
    font-family: 'FuturaT-Demi'!important;
    line-height: 24px!important;
    min-height: 45px!important;
}

.singles-associes .singles-content .item .content-item.green .texte .titre a {
    color: white!important;
}

.singles-associes .singles-content .item .content-item .texte .titre a {
    font-style: normal!important;
}

.singles-associes .singles-content .item .content-item .texte .description {
    font-size: 16px!important;
    font-family: 'FuturaT-Book'!important;
    line-height: 16px!important;
}

.singles-associes .singles-content .item .content-item.green .texte .description {
    color: white!important;
}

/* DOSSIERS */

#dossiers .section-dossiers {
    margin-top: 10px;
    margin-bottom: 45px;
}

#dossiers .section-dossiers > #single {
    margin-top: 0;
}

#dossiers .section-dossiers > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#dossiers .section-dossiers .content-title {
    margin-bottom: 30px;
}

#dossiers .section-dossiers .box-100 > h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    position: relative;
} 

#dossiers .content-dossiers .dossier {
    background-color: #003a69;
    position: relative;
    margin-bottom: 40px;
}

#dossiers .content-dossiers .dossier .part-image {
    width: 68%;
    float: left;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#dossiers .content-dossiers .dossier-inv .part-image {
    float: right;
    left: inherit;

}

#dossiers .content-dossiers .dossier .part-image .content-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 95%;
}

#dossiers .content-dossiers .dossier .part-image .content-image img {
    width: 100%;
    visibility: hidden;
}

#dossiers .content-dossiers .dossier .part-text {
    width: 32%;
    float: right;
    min-height: 400px;
    padding: 30px 30px;
}

#dossiers .content-dossiers .dossier-inv .part-text {
    float: left;
}


#dossiers .content-dossiers .surtitre {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: white;
    margin-top: 10px;
}

#dossiers .content-dossiers .surtitre a {
    color: white;
    font-style: italic;
}

#dossiers .content-dossiers .titre {
    font-size: 28px;
    color: #aebe00;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
    text-transform: uppercase;
}

#dossiers .content-dossiers .chapo {
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    color: white;
    line-height: 22px;
    margin-top: 10px;
}

#dossiers .content-dossiers .sommaire {
    margin: 0;
    background: #aebc1f;
    color: white;
    padding: 15px 10px 13px 20px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    line-height: 20px;
}

#dossiers .content-dossiers ul.liste {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 35px;
}

#dossiers .content-dossiers ul.liste li {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
}

#dossiers .content-dossiers ul.liste li:before {
    content: "";
    width: 10px;
    height: 11px;
    background-image: url('../img/bullet.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 10px;
    /* transform: translateY(-50%); */
}

#dossiers .content-dossiers ul.liste li a {
    color: white;
    font-family: 'FuturaT-Cond';
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    font-size: 20px;
    /* letter-spacing: 1px; */
}


#dossiers .section-dossiers > #single .content-faq {
    margin-top: 30px;
}


#dossiers .section-dossiers > #single .content-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: #003a69;
}

#dossiers .section-dossiers > #single .content-faq  .panel-heading {
    color: #fff;
    background-color: #FFF;
    border-color: #003a69;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
}

#dossiers .section-dossiers > #single .content-faq  .panel-title {
    color: #003a69;
}

#dossiers .section-dossiers > #single .content-faq  a.question {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#dossiers .section-dossiers > #single .content-faq  a.question:hover {
    text-decoration: none;
}

#dossiers .section-dossiers > #single .content-faq  a.question p {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'FuturaT-Demi';
    font-size: 17px;
    line-height: 24px;
}

#dossiers .section-dossiers > #single .content-faq  a.question span.glyphicon {
    position: absolute;
    right: -20px;
    top: 18px; 
    color: #aec000;
    transition-duration: 0.3s;
}

#dossiers .section-dossiers > #single .content-faq .panel-heading.active a.question span.glyphicon {
    transform: rotate(180deg);
    top: 15px;
    transition-duration: 0.3s;
}

#dossiers .section-dossiers > #single .content-faq .panel-body p,
#dossiers .section-dossiers > #single .content-faq .panel-body strong,
#dossiers .section-dossiers > #single .content-faq .panel-body span,
#dossiers .section-dossiers > #single .content-faq .panel-body li {
    font-family: 'FuturaT-Book';
    font-size: 18px;
    margin: 0;
    color: #003a69;
}

#dossiers .section-dossiers > #single .content-faq .panel-body a {
    color: #aebe00;
}


/* SIDEBAR */

#sidebar {
    width: 33%;
    float: left;
    /* height: 500px; */
    /* background-color: red; */
    padding: 0px 30px;
    padding-right: 0px;
    margin-bottom: 30px;
}


/* ARTICLE / DOSSIER */

p.count {
    font-family: 'FuturaT-Book';
    font-size: 20px;
}

#single {
    margin-top: 20px;
}

#single .content-single {
    width: 67%;
    float: left;
    padding-left: 0;
    padding-right: 0;
    padding-right: 30px;
}

#actu .content-categories {
    margin-top: 20px;
}

#actu .content-categories > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#actu .content-categories ul.categories {
    list-style: none;
    margin: 0;
    padding: 0;
    /* float: left; */
    /* position: absolute; */
    /* right: 10px; */
    /* top: 19px; */
}

#actu .content-categories ul > li {
    float: left;
    margin-right: 15px;
}


#actu .content-categories ul.categories > li a {
    font-size: 24px;
    color: white;
    font-family: 'FuturaT-Medium';
    background-color: #dfe599;
    text-transform: uppercase;
    padding: 10px 20px;
    display: block;
    text-align: center;
    border: 1px solid #aebc1f;
}

#actu .content-categories ul.categories > li a:hover {
    color: #aebc1f;
    background-color: #ffffff;
    text-decoration: none;
}

#actu .content-categories ul > li.active a {
    background-color: #aebc1f;
}

#actu .content-categories ul > li.active a:hover {
    color: #aebc1f;
    background-color: #ffffff;
    text-decoration: none;
}

#single.post-actu .content-single .carousel img {
    width: 100%; 
}

#single.post-actu .content-single .bloc {
    background-color: #aebe00;
    padding: 20px 30px;
}


#single.post-actu .content-single .bloc .tags {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: white;
    margin-top: 10px;
}

#single.post-actu .content-single .bloc .tags a {
    color: white;
    font-style: italic;
}

#single.post-actu .content-single .bloc .surtitre {
    font-size: 24px;
    font-family: 'FuturaT-Medium';
    color: #5d5c5c;
    margin-top: 20px;
}

#single .content-single .tags {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: #003a69;
    margin-top: 10px;
}

#single .content-single a {
    color: #003a69;
    font-style: italic;
}

#single .content-single .ariane-footer a {
    font-family: inherit;
    font-style: initial;
}

#single .ariane-footer .content-ariane {
    padding-left: 0;
}

#single .content-single .surtitre {
    font-size: 22px;
    color: #00396b;
    font-family: 'FuturaT-Book';
}

#single .content-single .title {
    font-size: 30px;
    color: #aebe00;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
    text-transform: inherit;
    margin-bottom: 20px;
}

#single.post-actu .content-single .bloc .title {
    color: #5d5c5c;
}

#single .content-single .chapo {
    color: #003a69; 
    font-size: 24px;
    line-height: 26px;
    font-family: 'FuturaT-Demi';
}

#single.post-actu .content-single .bloc .chapo {
    color: white;
}

#single .body-single {
    line-height: 25px;
}

#single .body-single h1 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#single.post-actu .body-single h1 {
    color: #464747;
}

#single .body-single h2 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
    font-size: 22px;
    line-height: 26px;
}

#single.post-actu .body-single h2 {
    color: #464747;
    font-size: 22px;
}

#single .body-single h3 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
    font-size: 17px;
    line-height: 21px;
}

#single.post-actu .body-single h3 {
    color: #464747;
    font-size: 17px;
}

#single .body-single h4 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
    font-size: 16px;
    line-height: 20px;
}

#single.post-actu .body-single h4 {
    color: #464747;
    font-size: 16px;
}

#single .body-single h5 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
    font-size: 15px;
    line-height: 19px;
}

#single.post-actu .body-single h5 {
    color: #464747;
    font-size: 15px;
}

#single .body-single h6 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
    font-size: 14px;
    line-height: 18px;
}

#single.post-actu .body-single h6 {
    color: #464747;
    font-size: 14px;
}

#single .body-single p { color: #003a69; font-size: 18px; font-family: 'FuturaT-Book'; margin-top: 20px; margin-bottom: 20px; }

#single .body-single p span,
#single .body-single p strong,
#single .body-single p b { 
    font-size: 18px;
}

#single.post-actu .body-single p { color: #464747; }

#single .body-single ul li { color: #003a69; font-size: 18px; line-height: 25px; font-family: 'FuturaT-Book'; }

#single.post-actu .body-single ul li { color: #464747; }

#single .body-single a {
    color: #003a69; font-size: 18px; line-height: 20px; font-family: 'FuturaT-Book'; text-decoration: underline;
}

#single.post-actu .body-single a {
    color: #464747;
}

#single .body-single a:hover {
    color: #aebc1f;
}

#single .body-single ul {
    list-style: none;
    padding: 0;
}

#single .body-single ul li { 
    padding-left: 25px;
    margin-bottom: 8px;
    position: relative;
}

#single .body-single ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('../img/comma.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    position: absolute;
    left: 0;
    top: 5px;
}

#single .body-single blockquote {
    color: #003a69;
    font-size: 22px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
    font-style: italic;
    padding: 15px 20px;
    border-left: 7px solid #aebc1f;  
}

#single.post-actu .body-single blockquote,
#single.post-actu .body-single blockquote a {
    color: #aebc1f;
}

#single.post-actu .body-single blockquote a:hover {
    color: #464747;
}
 
#single .body-single blockquote p {
    font-weight: bold;
    line-height: 26px;
    font-style: normal;
    font-size: 22px;
}  
 
#single .body-single h1 a,
#single .body-single h2 a,
#single .body-single h3 a,
#single .body-single h4 a,
#single .body-single h5 a,
#single .body-single h6 a,
#single .body-single strong a,
#single .body-single span a,
#single .body-single p a,
#single .body-single blockquote a,
#single.post-actu .body-single h1 a,
#single.post-actu .body-single h2 a,
#single.post-actu .body-single h3 a,
#single.post-actu .body-single h4 a,
#single.post-actu .body-single h5 a,
#single.post-actu .body-single h6 a,
#single.post-actu .body-single strong a,
#single.post-actu .body-single span a,
#single.post-actu .body-single p a,
#single.post-actu .body-single blockquote a {
    font-family: inherit;
    font-size: inherit;
}

#single .body-single span {
    color: #003a69;
    font-size: 18px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
}

#single .body-single strong {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
}

#single.post-actu .body-single span {
    color: #464747;
}

#single.post-actu .body-single strong {
    color: #000;
}

#single .body-single img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}
#single .body-single img.alignnone {
    height: auto;
}

#single .body-single img.alignright,
.wp-caption.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#single .body-single img.alignleft,
.wp-caption.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#single .body-single img.size-full {
    width: 100%;
    height: auto;
}

#single .body-single .encadre img.alignleft {
    float:left; margin:0 15px 15px 0; width: 30%; height: auto;
}

#single .body-single img.aligncenter,
.wp-caption.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#single .body-single a img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
}

#single .body-single a img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#single .body-single a img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#single .body-single a img.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#single .content-legende {
    background: rgba(2, 54, 109, 0.7);
    position: absolute;
    bottom: 30px;
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
}

#single .content-legende p {
    font-size: 18px;
    font-family: 'FuturaT-Book';
    line-height: 25px;
    font-weight: bold;
    color: white;
    margin: 0;
    z-index: 10000;
    position: relative;
    text-shadow: 0px 0px 50px rgba(2, 54, 109, 1.0);
}

#single .wp-caption, 
#single .gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

#single .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    height: auto;
}

#single .wp-caption .wp-caption-text {
    margin: 0.8075em 0;
    font-size: 13px;
    line-height: 16px;
}

#single .infos {
    margin-top: 30px;
}

#single .infos .author {
    float: left;
    color: #003a69;
    font-size: 16px;
    font-family: 'FuturaT-Book';
}

#single.post-actu .infos .author {
    color: #4a4a4a;
}

#single .infos .date {
    float: right;
    color: #003a69;
    font-size: 16px;
    font-family: 'FuturaT-Book';
}


#single.post-actu .infos .date {
    color: #4a4a4a;
}

#single .savoir-plus {
    position: relative;
    background-color: #e6e4e4;
    padding: 30px;
    padding-top: 75px;
    width: 100%;
    margin-top: 35px;
}

#single .savoir-plus .entete {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 54px;
}

#single .savoir-plus .entete .bloc-plus {
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 54px;
    background-image: url('../img/plus-blue-left.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#single.post-actu .savoir-plus .entete .bloc-plus {
    background-image: url('../img/plus-left.png');
} 

#single.chiffre-cle .savoir-plus .entete .bloc-plus {
    background-image: url('../img/plus-blue-left.png');
}

#single .savoir-plus .entete p {
    position: absolute;
    left: 70px;
    bottom: -14px;
    color: #003a69;
    font-size: 40px;
    font-family: 'FuturaT-Book';
    margin: 0;
}


#single.post-actu .savoir-plus .entete p {
    color: #aebe00;
}

#single.chiffre-cle .savoir-plus .entete p {
    color: #003a69;
}

#single .savoir-plus .entete p strong {
    font-family: 'FuturaT-Bold';
}

#single .savoir-plus ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

#single .savoir-plus ul li {
    padding-left: 20px;
    position: relative;
}

#single .savoir-plus ul li:before {
    content: "";
    width: 10px;
    height: 11px;
    background-image: url('../img/bullet-grey.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0; 
    top: 10px;
    /* transform: translateY(-50%); */
}

#single .savoir-plus ul li a {
    font-size: 20px;
    color: #4a4a4a;
    font-family: 'FuturaT-Book';
}

#single .part-option {
    border-top: 1px solid #aebc1f;
    border-bottom: 1px solid #aebc1f;
    min-height: 50px;
    margin-bottom: 40px;
    margin-top: 10px;
}

#single .part-option .noter {
    float: left;
    margin-top: 11px;
}

#single .part-option .noter > span {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: #aebe00;
    vertical-align: top;
}

#single .part-option .noter .notation {
    display: inline-block;
    margin-top: 2px;
    margin-left: 5px;
}
 
#single .part-option .noter .notation > div {
    display: inline-block;
}   

#single .part-option .noter .post-ratings {
    display: inline;
}

#single .part-option .noter .rating_form .rf_item {
    float: left;
    font-size: 22px;
}

#single .part-option .noter .rating_form .rf_item .rf_tooltip {
    display: none;
}

#single .part-option .noter .rating_form .def {
    float: none;
    background-color: transparent;
    color: #aebc1f;
    font-size: 18px;
    line-height: 24px;
    font-family: 'FuturaT-Medium';
}

#single .part-option .noter .rating_form .def.rating_total {
    /* display: none!important; */
}

#single .part-option .noter .notation img {
    margin-top: -5px;
}

#single .part-option .print {
    float: left;
    margin-left: 20px;
    margin-top: 11px;
}

#single .part-option .print span {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: #aebe00;
}

#single .part-option .print button {
    border: 0;
    background: transparent;
}

#single .part-option .print button:focus {
    outline: none;
}

#single .part-option .share {
    float: right;
    margin-top: 11px;
}

#single .part-option .share span {
    font-size: 18px;
    font-family: 'FuturaT-Medium';
    color: #aebe00;
}

#single .part-option .share a._share-popin,
#single .part-option .share a.mail {
    display: inline-block;
    margin-left: 5px;
}

#single .part-option .share a._share-popin img,
#single .part-option .share a.mail img {
    margin-top: -2px;
}

#single .encadre {
    background-color: #003a69;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    font-family: 'FuturaT-Book';
    color: white;
    font-size: 18px;
}

#single.post-actu .encadre {
    background-color: #aebe00;
}

#single .encadre .titre-encadre,
#single .encadre h1,
#single .encadre h2 {
    font-size: 28px;
    color: #aebe00;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
}

#single.post-actu .encadre .titre-encadre,
#single.post-actu .encadre h1,
#single.post-actu .encadre h2 {
    color: #464747;
}

#single .encadre .chapo-encadre,
#single .encadre h3,
#single .encadre h4 {
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    color: white;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#single.post-actu .encadre .chapo-encadre,
#single.post-actu .encadre h3,
#single.post-actu .encadre h4 {
    color: white!important;
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#single .encadre .description-encadre,
#single .encadre p,
#single .encadre strong,
#single .encadre li,
#single .encadre a,
#single .encadre span {
    font-size: 18px;
    font-family: 'FuturaT-Book';
    color: white;
    line-height: 24px;
    margin-bottom: 15px;
}

#single.post-actu .encadre .description-encadre,
#single.post-actu .encadre p,
#single.post-actu .encadre strong,
#single.post-actu .encadre li,
#single.post-actu .encadre a,
#single.post-actu .encadre span {
    color: white!important;
}

#single .encadre .description-encadre img,
#single .encadre img {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 3px;
}

#single .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#single .owl-theme .owl-dots .owl-dot.active span, 
#single .owl-theme .owl-dots .owl-dot:hover span {
    background: #aebe00;
}

#single .owl-theme .owl-nav {
    margin-top: 0;
}

#single .owl-carousel .owl-nav span {
    color: transparent;
}

#single .owl-carousel button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    left: 0;
    background-image: url('../img/prev.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
}
 
#single .owl-carousel button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10000;
    right: 0;
    background-image: url('../img/next.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 28px;
    height: 32px;
    opacity: 1;
}

#single .owl-carousel button.disabled {
    display: none;
}

#single .owl-carousel .owl-nav [class*=owl-]:hover {
    background-color: transparent;
    color: #FFF;
    text-decoration: none;
}

#single .owl-carousel .owl-dots .owl-dot:focus {
    outline: none;
}

#single .owl-carousel .owl-item .item {
    height: 450px;
    width: 100%;
    background-position: center top;
    background-size: cover; 
    background-repeat: no-repeat;  
    position: relative; 
}

#single .owl-carousel .owl-item .item img {
    visibility: hidden
}

/* ARTICLE / DOSSIER */

#page {
    margin-top: 20px;
}

#page .content-page {
    max-width: 1210px;
}

/* SIDEBAR DOSSIER */

.sidebar-dossier .box {
    width: 100%;
    /* min-height: 382px; */
    background: #e6e4e4;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 30px;
}

.sidebar-dossier .box .surtitre {
    color: #4f4f4f;
    font-size: 22px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
}

.sidebar-dossier .box.qcm .surtitre {
    color: #4f4f4f;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
}

.sidebar-dossier .box .surtitre a {
    color: #4f4f4f;
}

.sidebar-dossier .box .titre {
    color: #003a69;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    margin-bottom: 15px;
}

.sidebar-dossier .box .titre a {
    color: #003a69;
}

.sidebar-dossier .box .illustration {
    background-color: white;
    height: 185px;
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;   
}

.sidebar-dossier .box .illustration a {
    display: block;
    position: relative;
    z-index: 1000;
}

.sidebar-dossier .box .illustration a img {
    width: 100%;
    height: 170px;
    display: block;
    visibility: hidden;
}

.sidebar-dossier .box a.link {
    display: block;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #aebc1f;
    border-radius: 5px;
    border: 1px solid #aebc1f;
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.sidebar-dossier .box a.link:hover {
    background: white;
    color: #aebc1f;
    text-decoration: none;
}

.sidebar-dossier .box .tags {
    display: inline-block;
    border-top: 1px solid #003a69;
    padding-top: 5px;
    margin-top: 20px;
    margin-bottom: 0;
}

.sidebar-dossier .box .tags a {
    color: #003a69;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

.sidebar-dossier .play:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    background-image: url("../img/play-button.png");
    width: 60px;
    height: 60px;
}

.sidebar-dossier .box.quizz .surtitre {
    color: #003a69;
    text-transform: inherit;
    font-size: 50px;
    font-family: 'FuturaT-Book';
    line-height: 50px;
    margin-bottom: 5px;
}

.sidebar-dossier .box.quizz .surtitre a {
    color: #003a69;
    text-decoration: none;
}

.sidebar-dossier .box.quizz .description {
    color: #003a69;
    text-transform: inherit;
    font-size: 18px;
    font-family: 'FuturaT-Book';
    line-height: 18px;
    margin-bottom: 15px;
}

/* SIDEBAR ACTU */


.sidebar-actu .content-sidebar-actu {
    background: #e6e4e4;
    padding: 5px 25px;
}

.sidebar-actu .title-sidebar {
    color: #aebe00;
    text-transform: uppercase;
    font-size: 24px;
    font-family: 'FuturaT-Medium';
}

.sidebar-actu .item {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 30px;
}

.sidebar-actu .content-item {
    width: 100%;
}

.sidebar-actu .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px; 
    font-size: 14px;
}

.sidebar-actu .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}

.sidebar-actu .content-item .illustration {
    background-color: white;
    height: 205px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
}

.sidebar-actu .content-item .illustration:hover {
    background-size: 160%;
    transition: .2s ease-in-out;
}

.sidebar-actu .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

.sidebar-actu .content-item a.plus img {
    width: 100%;
}

.sidebar-actu .content-item .illustration a.link {
    display: block;
    z-index: 10000;
}

.sidebar-actu .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

.sidebar-actu .content-item .texte {
    padding: 25px 25px;
    color: #003a69;
    background-color: white;
}

.sidebar-actu  .content-item.green .texte {
    background: #aec01f;
    color: white;
}

.sidebar-actu .content-item .texte .surtitre {
    font-size: 19px;
    line-height: 21px;
    font-family: 'FuturaT-Demi';
    margin-bottom: 10px;
}

.sidebar-actu .content-item .texte .titre {
    font-size: 22px;
    font-family: 'FuturaT-Demi';
    line-height: 27px;
    min-height: 45px;
    text-transform: uppercase;
}

.sidebar-actu .content-item .texte .titre sup {
    text-transform: initial;
}

.sidebar-actu .content-item .texte .titre a {
    display: block;
    color: #003a69;
}

.sidebar-actu .content-item.green .texte .titre a {
    color: white;
}

.sidebar-actu .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}

.sidebar-actu .content-item .texte .description {
    font-size: 16px;
    font-family: 'FuturaT-Book';
    line-height: 16px;
}
.sidebar-actu .all-actu {
    display: block;
    width: 100%;
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #aebc1f;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    /* height: 40px; */
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    line-height: 20px;
    border: 1px solid #aebc1f;
    transition-duration: 0.2s;
    margin-bottom: 25px;
}

.sidebar-actu .all-actu:hover {
    color: #aebc1f;
    background: white;
    text-decoration: none;
    transition-duration: 0.2s;
}

/* FAQ */

#faq .section-faq {

}

#faq .section-faq > .content {
    padding-left: 10px;
    padding-right: 10px;
}

#faq .section-faq .content-title {
    margin-bottom: 00px;
}

#faq .section-faq .box-100 > h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    position: relative;
} 

#faq .section-faq .panel-group .panel {
    margin-bottom: 0;
    border-radius: 0;
    border-color: #003a69;
}

#faq .section-faq .panel-heading {
    color: #fff;
    background-color: #FFF;
    border-color: #003a69;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 40px;
}

#faq .section-faq .panel-title {
    color: #003a69;
}

#faq .section-faq a.question {
    position: relative;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

#faq .section-faq a.question:hover {
    text-decoration: none;
}

#faq .section-faq a.question p {
    margin: 0;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'FuturaT-Demi';
    font-size: 17px;
    line-height: 24px;
}

#faq .section-faq a.question span.glyphicon {
    position: absolute;
    right: -20px;
    top: 18px; 
    color: #aec000;
    transition-duration: 0.3s;
}

#faq .section-faq .panel-heading.active a.question span.glyphicon {
    transform: rotate(180deg);
    top: 15px;
    transition-duration: 0.3s;
}

#faq .section-faq .panel-body p,
#faq .section-faq .panel-body strong,
#faq .section-faq .panel-body span,
#faq .section-faq .panel-body li {
    font-family: 'FuturaT-Book';
    font-size: 18px;
    margin: 0;
    color: #003a69;
}

#faq .section-faq .panel-body a {
    color: #aebe00;
}

/* SEARCH */

#search #ariane {
    margin-top: 40px;
}

#search .content-sections {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1230px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

#search .section-region {
    float: left;
    width: 67%;
    margin-top: 20px;
}

#search .section-actu .content-title {
    margin-bottom: 30px;
}

#search .section-actu .content-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    padding-left: 55px;
    position: relative;
}

#search .section-actu .content-title h2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 42px;
    height: 46px;
    background-image: url("../img/actu.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

#search .content-post {
    position: relative;
}

#search .content-post .item {
    display: block;
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

#search .content-post .content-item {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
}

#search .content-post .content-item .tags {
    display: inline-block;
    margin-top: 0px;
    margin-bottom: 5px;
    font-size: 14px;
}

#search .content-post .content-item .tags a {
    color: #626262;
    font-family: 'FuturaT-BoldOblique';
    padding-right: 5px;
}


#search .content-post .content-item .illustration:hover {
    background-size: 160%;
    transition: .2s ease-in-out;
}

#search .content-post .content-item a.plus {
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    transition-duration: 0.2s;
}

#search .content-post .content-item a.plus img {
    width: 100%;
}

#search .content-post .content-item .illustration a.link {
    display: block;
    z-index: 10000;
}

#search .content-post .content-item .illustration a.link img {
    width: 100%;
    visibility: hidden;
}

#search .content-post .content-item .texte {
    padding: 15px 35px 25px 35px;
    color: #003a69;
}

#search .content-post .content-item .texte .surtitre {
    font-size: 19px;
    font-family: 'FuturaT-Book';
}

#search .content-post .content-item .texte .titre {
    font-size: 22px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    min-height: 45px;
}

#search .content-post .content-item .texte .titre a {
    display: block;
    color: #003a69;
}

#search .content-post .content-item .texte .description {
    font-size: 20px;
    font-family: 'FuturaT-Book';
    line-height: 20px;
}

#search .content-post .content-item .texte .date {
    font-size: 19px;
    font-family: 'FuturaT-Book';
    line-height: 20px;
    margin-top: 25px;
}

#search .content-post .content-item.green .texte {
    background: #aec01f;
    color: white;
}

#search .content-post .content-item.green .texte .titre a {
    color: white;
}


#search .section-actu .content-title h2 {
    padding-left: 0px;
    margin: 0;
}

#search .section-actu .content-title h2:before {
    content: "";
    position: relative;
    top: inherit;
    transform: initial!important;
    left: inherit;
    width: 35px!important;
    height: 35px!important;
    background-image: url("../img/search.png");
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-top: 8px;
    margin-right: 8px;
}

#search .content-result .item {
    width: 100%;
    float: none;
    margin-bottom: 0;
    margin-top: 0;
}

#search .content-result .content-item {
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 20px;
    padding-top: 10px;
}

#search .content-result .content-item.page {
    position: relative;
    padding-bottom: 15px;
    padding-top: 15px;
}

#search .content-result .content-item.page a.link {
    display: block;
    /* margin-top: 6px; */
    color: #06376b;
    font-family: 'FuturaT-Demi';
    font-size: 18px;
    padding-right: 100px;
}

#search .content-result .content-item.page a.btn-link {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 5px;
    padding-right: 5px;
    color: #003a69;
    font-family: 'FuturaT-Book';
    font-size: 18px;
}

#search .content-result .titre {
    font-size: 20px;
    font-family: 'FuturaT-Demi';
    line-height: 20px;
    min-height: 45px;
}

#search .content-result .titre a {
    display: block;
    color: #003a69;
}

#search .content-result .illustration {
    background-color: white;
    height: 225px;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 140%;
    background-position: center top;
    background-repeat: no-repeat;
    width: 40%;
    margin-bottom: 0;
    transition: .2s ease-in-out;
    float: left;
}

#search .content-result .texte {
    width: 60%;
    float: left;
}

#search .content-result .texte .titre {
    font-size: 22px;
    font-family: 'FuturaT-Demi';
    line-height: 24px;
    min-height: 45px;
}

#search .content-result .texte .description {
    font-size: 20px;
    font-family: 'FuturaT-Book';
    line-height: 20px;
}

#search .content-result .texte p.link {
    text-align: right;
    margin: 0;
}

#search .content-result .texte p.link a {
    color: #003a69;
    font-family: 'FuturaT-Book';
    font-size: 18px;
}

#search .illustration.chiffre-cle {
    background-color: #00376e;
}

#search .illustration.chiffre-cle .link {
    display: block;
    height: 100%;
    position: relative;
}

#search .illustration.chiffre-cle .link p.chiffre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#search .illustration.chiffre-cle .link p.chiffre {
    color: #FFF;
    font-size: 48px;
    width: 90%;
    text-transform: uppercase;
    font-family: 'FuturaT-Medium';
    line-height: 48px;
}

/* PAGE */

#page .section-actu .content-title h2 {

}

#page .section-actu .content-title h2:before {
    content: none;
}

#page .section-region {
    float: none;
    width: 100%;
    margin-bottom: 50px;
}

 #page .section-actu .content-title h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    /* padding-left: 55px; */
    position: relative;
}



#page .section-actu .content-title h1:before {
    content: none;
    /* position: relative;
    top: 0;
    left: 0;
    width: 42px;
    height: 46px;
    background-image: url("../img/actu.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    float: left;
    margin-right: 13px;
    margin-top: -3px; */
}

#page .content-post {
    margin-top: 10px;
}

#page .content-post .owl-carousel {
    overflow: hidden;
}

#page .content-post .image {
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 380px;
}

#page .content-post h1.title {
    font-size: 35px;
    line-height: 32px;
    color: #003a69;
    font-family: 'FuturaT-Medium';
    margin-top: 0;
    margin-bottom: 20px;
}

#page .content-post p.surtitre {
    font-size: 23px;
    font-family: 'FuturaT-Book';
    line-height: 25px;
    font-weight: bold;
    color: #003a69;
    margin-top: 20px;
}

#page .content-post p.chapo {
    font-size: 20px;
    font-family: 'FuturaT-Book';
    line-height: 25px;
    font-weight: bold;
    color: #003a69;
}

#page .content-post .contenu {
    margin-top: 30px;

    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#page .body-single h1 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single h2 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single h3 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single h4 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single h5 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single h6 {
    font-family: 'FuturaT-Bold';
    color: #003a69;
}

#page .body-single iframe {
    width: 100%;
}

#page .body-single .wp-video {
    width: 100%!important;
}

#page .body-single .wp-video span {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
}

#page .body-single p { color: #003a69; font-size: 18px; line-height: 20px; font-family: 'FuturaT-Book'; margin-top: 20px; margin-bottom: 20px; }


#page .body-single ul {
    list-style: none;
    padding: 0;
}

#page .body-single ul li { 
    color: #003a69; font-size: 18px; line-height: 20px; font-family: 'FuturaT-Book'; 
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
}

#page .body-single ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background-image: url('../img/comma.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;    
    position: absolute;
    left: 0;
    top: 5px;
}

#page .body-single a {
    color: #003a69; font-size: 18px; line-height: 20px; font-family: 'FuturaT-Book'; text-decoration: underline;
}

#page .body-single a:hover {
    color: #aebc1f;
}

#page .body-single blockquote {
    color: #003a69;
    font-size: 22px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
    font-style: italic;
    padding: 15px 20px;
    border-left: 7px solid #aebc1f;
}


#page .body-single h1 a,
#page .body-single h2 a,
#page .body-single h3 a,
#page .body-single h4 a,
#page .body-single h5 a,
#page .body-single h6 a,
#page .body-single strong a,
#page .body-single span a,
#page .body-single p a,
#page .body-single blockquote a {
    font-family: inherit;
    font-size: inherit;
}

#page .body-single span {
    color: #003a69;
    font-size: 18px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
}

#page .body-single strong {
    color: #003a69;
    font-size: 18px;
    line-height: 20px;
    font-family: 'FuturaT-Book';
}

#page .body-single img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    height: auto;
}
#page .body-single img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#page .body-single img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#page .body-single img.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#page .body-single a img {
    display: block; margin-left: auto; margin-right: auto; width: 100%;
}

#page .body-single a img.alignright {
    float:right; margin:0 0 15px 15px; width: inherit;
}

#page .body-single a img.alignleft {
    float:left; margin:0 15px 15px 0; width: inherit;
}

#page .body-single a img.aligncenter {
    display: block; margin-left: auto; margin-right: auto; width: inherit;
}

#page .body-single .encadre img.alignleft {
    float:left; margin:0 15px 15px 0; width: 30%; height: auto;
}
 
#page .body-single .encadre { 
    /* background-color: #aebe00; */
    background-color: #003a69;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
} 
/*  
#single.post-actu .encadre {
    background-color: #aebe00;
} */

#page .body-single .encadre .titre-encadre,
#page .body-single .encadre h1,
#page .body-single .encadre h2 {
    font-size: 28px;
    color: #ffffff;
    font-family: 'FuturaT-BoldCond';
    margin: 0;
}

#page .body-single  .encadre h3,
#page .body-single  .encadre h4 {
    font-size: 20px;
    font-family: 'FuturaT-Medium';
    color: white;
    line-height: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
}

#page .body-single .encadre .description-encadre,
#page .body-single .encadre p,
#page .body-single .encadre strong,
#page .body-single .encadre li,
#page .body-single .encadre a,
#page .body-single .encadre span {
    font-size: 18px;
    font-family: 'FuturaT-Book';
    color: white;
    line-height: 22px;
    margin-bottom: 15px;
}

#page .wp-caption, 
#page .gallery-caption {
    color: #666;
    font-size: 13px;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%;
}

#page .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    width: auto;
}

#page .wp-caption .wp-caption-text {
    margin: 0;
    font-size: 16px;
    padding: 15px 20px;
    border-left: 7px solid #aebc1f;
    margin-top: 5px;
}

/* QUI SOMMES-NOUS ? */

#page.about-us .content-bloc {
    /* border-bottom: 1px solid #efefef; */
    margin-bottom: 50px;
}

#page.about-us .content-bloc:last-child {
    border: 0;
}

#page.about-us .content-bloc-title h2 {
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    font-size: 41px;
    border-bottom: 1px solid #aebe00;
    padding-bottom: 10px;
}


/* SITEMAP */

#page.sitemap .content-title h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aebe00;
    font-family: 'FuturaT-Medium';
    /* padding-left: 55px; */
    position: relative;
}

#page.sitemap .wsp-category-title {
    font-size: 26px;
    margin-top: 40px;
    display: block;
}

#page.sitemap .wsp-category-title a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
}

/* QUIZ */

#actu.quiz .section-actualite .box-100 > h2 {
    color: #003a69;
}

#actu.quiz .section-actualite .content-title {
    border-bottom: 1px solid #003a69;
}

#actu.quiz .section-actualite .content-post .content-item.green .texte {
    background: #003a69;
    color: white;

}
#actu.quiz .section-actualite .all-actu {
    background: #003a69;
    border: 1px solid #003a69;
}

#actu.quiz .section-actualite .all-actu:hover {
    color: #003a69;
    background: transparent;
}

#actu.quiz .section-actualite .box-100 > h2:before {
    background-image: url("../img/actu-quiz-blue.png");
}

#single.quiz .content-single .bloc {
    background-color: #003a69;
}

#single.quiz .content-single .bloc .surtitre {
    color: white;
}

#single.quiz .content-single .bloc .title {
    color: white;
}

#single.quiz #sidebar.quiz.sidebar-actu .content-item.green .texte {
    background: #003a69;
    color: white;
}

#single.quiz #sidebar.quiz .title-sidebar {
    color: #003a69;
}

#single.quiz #sidebar.quiz.sidebar-actu .all-actu {
    background: #003a69;
    border: 1px solid #003a69;
}

#single.quiz #sidebar.quiz.sidebar-actu .all-actu:hover {
    color: #003a69;
    background: transparent;
}

#single.quiz iframe {
    width: 100%;
    height: 820px;
}

/* CHIFFRES CLES */

#actu.chiffre-cle {


}

#actu.chiffre-cle .section-actualite .box-100 > h2 {
    color: #00376e;
}


#actu.chiffre-cle .section-actualite .content-title {
    border-bottom: 1px solid #00376e;
}

#actu.chiffre-cle .section-actualite .box-100 > h2:before {
    background-image: url("../img/hash-key-blue.png");
}

#actu.chiffre-cle .section-actualite .content-post .item {
    width: 31.3333%;
    margin-left: 1%;
    margin-right: 1%;
}

#actu.chiffre-cle .section-actualite .content-post .content-item .illustration {
    background-color: #e6e4e4;
}

#actu.chiffre-cle .section-actualite .content-post .content-item.blue .illustration {
    background-color: #00376e;
}

#actu.chiffre-cle .section-actualite .content-post .content-item .link {
    display: block;
    height: 100%;
    position: relative;
}

#actu.chiffre-cle .section-actualite .content-post .content-item .link p.chiffre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#actu.chiffre-cle .section-actualite .content-post .content-item .link p.chiffre {
    color: #00376e;
    font-size: 48px;
    width: 90%;
    text-transform: uppercase;
    font-family: 'FuturaT-Medium';
    line-height: 48px;
}

#actu.chiffre-cle .section-actualite .content-post .content-item.blue .link p.chiffre {
    color: #e6e4e4;
}

#actu.chiffre-cle .section-actualite .content-post .content-item .texte {
    padding: 25px 20px;
    border-right: 1px solid #d3d3d3;
    border-left: 1px solid #d3d3d3;
}

#actu.chiffre-cle .section-actualite .content-post .content-item {
    position: relative;
}

#actu.chiffre-cle a.trg {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#actu.chiffre-cle a.trg:before {
    content: "";
    border-bottom: 70px solid #003a69;
    border-left: 70px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

#actu.chiffre-cle a.trg:hover span,
#actu.chiffre-cle a.trg span {
    text-decoration: none;
    color: white;
    font-size: 35px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transform: none;
    display: block;
    z-index: 1000;
    height: 30px;
    font-weight: lighter;
}

#actu.chiffre-cle .all-actu {
    background: #003a69;
    border: 1px solid #003a69;
}

#actu.chiffre-cle .all-actu:hover {
    color: #003a69;
    background: transparent;
}

#single.chiffre-cle .content-single .bloc {
    background: #00376e;
}

#single.chiffre-cle .content-single .bloc .surtitre,
#single.chiffre-cle .content-single .bloc .title {
    color: white;
}

#single.chiffre-cle .body-single p,
#single.chiffre-cle .body-single h1,
#single.chiffre-cle .body-single h2,
#single.chiffre-cle .body-single h3,
#single.chiffre-cle .body-single h4,
#single.chiffre-cle .body-single h5,
#single.chiffre-cle .body-single h6,
#single.chiffre-cle .body-single h1 a,
#single.chiffre-cle .body-single h2 a,
#single.chiffre-cle .body-single h3 a,
#single.chiffre-cle .body-single h4 a,
#single.chiffre-cle .body-single h5 a,
#single.chiffre-cle .body-single h6 a ,
#single.chiffre-cle .body-single ul li,
#single.chiffre-cle .body-single strong  {
    color: #00376e;
}

#single.chiffre-cle .body-single h1 a:hover,
#single.chiffre-cle .body-single h2 a:hover,
#single.chiffre-cle .body-single h3 a:hover,
#single.chiffre-cle .body-single h4 a:hover,
#single.chiffre-cle .body-single h5 a:hover,
#single.chiffre-cle .body-single h6 a:hover  {
    color: #aebc1f;
}

#single.chiffre-cle .encadre {
    background: #00376e;
}

#single.chiffre-cle .encadre h2 {
    color: white;
}

#single.chiffre-cle .body-single blockquote, 
#single.chiffre-cle .body-single blockquote a {
    color: #00376e;
}

#single.chiffre-cle .body-single blockquote {
    border-left-color: #00376e;
}

#single.chiffre-cle .body-single blockquote a:hover {
    color: #aebc1f
}

#single.chiffre-cle .body-single a {
    cursor: pointer;
}

#single.post-actu .content-single .bloc .chiffre {
    color: #ffffff;
    font-size: 48px;
    width: 90%;
    text-transform: uppercase;
    font-family: 'FuturaT-Medium';
    line-height: 48px;
}

#single.post-actu #sidebar.chiffre-cle .title-sidebar {
    color: #00376e;
}

#single.post-actu #sidebar.chiffre-cle .all-actu {
    background: #003a69;
    border: 1px solid #003a69;
}

#single.post-actu #sidebar.chiffre-cle .all-actu:hover {
    color: #003a69;
    background: transparent;
}

#single.post-actu #sidebar.chiffre-cle .content-item {
    width: 100%;
    position: relative;
}

#single.post-actu #sidebar.chiffre-cle .content-item .illustration {
    background-color: #e6e4e4;
}

#single.post-actu #sidebar.chiffre-cle .content-item.blue .illustration {
    background-color: #00376e;
}


#single.post-actu #sidebar.chiffre-cle .content-item .link p.chiffre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

#single.post-actu #sidebar.chiffre-cle .content-item .link p.chiffre {
    color: #00376e;
    font-size: 48px;
    width: 90%;
    text-transform: uppercase;
    font-family: 'FuturaT-Medium';
    line-height: 48px;
}

#single.post-actu #sidebar.chiffre-cle .content-item.blue .link p.chiffre {
    color: #e6e4e4;
}

#single.post-actu #sidebar.chiffre-cle a.trg {
    width: 70px;
    height: 70px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

#single.post-actu #sidebar.chiffre-cle a.trg:before {
    content: "";
    border-bottom: 70px solid #003a69;
    border-left: 70px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
}

#single.post-actu #sidebar.chiffre-cle a.trg:hover span,
#single.post-actu #sidebar.chiffre-cle a.trg span {
    text-decoration: none;
    color: white;
    font-size: 35px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 10px;
    transform: none;
    display: block;
    z-index: 1000;
    height: 30px;
    font-weight: lighter;
}

/* FICHE PRATIQUE */

#actu.fiche-pratique .section-actualite .box-100 > h2:before {
    background-image: url('../img/fiche.png');
}

/* NEWSLETTER */

#faq.newsletter .content-text {
    margin-bottom: 40px;
}

#faq.newsletter .content-text p {
    color: #03396b;
    font-family: 'FuturaT-Book';
    font-size: 18px;
    /* margin-bottom: 30px; */
}

#faq.newsletter .content-text ul,
#faq.newsletter .content-text li,
#faq.newsletter .content-text a,
#faq.newsletter .content-text strong,
#faq.newsletter .content-text span {
    color: #00376e;
    font-family: 'FuturaT-Book';
}

#faq.newsletter .box-100 > h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #aec000;
    font-family: 'FuturaT-Medium';
    position: relative;
}

p.required-fields {
    color: #03396b;
    font-family: 'FuturaT-Demi';
    font-size: 18px;
    margin-bottom: 30px;
}

#faq.contact .mailster-form-fields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    flex-flow: row wrap;
}

#faq.contact .mailster-wrapper {
    flex-direction: column;
    margin-bottom: 30px;
    width: 48%;
    display: flex;
}

#faq.contact .mailster-wrapper2 {
    flex-direction: column;
    margin-bottom: 30px;
    width: 100%;
    display: flex;
}

#faq.contact .mailster-wrapper br,
#faq.contact .mailster-wrapper2 br {
    display: none;
}

#faq.contact label {
    display: block;
    width: 100%;
    height: 22px;
    font-family: 'FuturaT-Demi';
    font-size: 18px;
    margin-bottom: 10px;
}

#faq.contact .mailster-wrapper input {
    display: block;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

#faq.contact .mailster-wrapper2 textarea {
    display: block;
    width: 100%!important;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

#faq.contact .wpcf7-not-valid-tip {
    color: #c04d4d!important;
    font-family: 'FuturaT-Bold'!important;
    font-size: 16px;
    margin-top: 10px;
}

#faq.contact input[type=submit] {
    padding: 10px 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: white;
    font-family: 'FuturaT-Medium';
    background: #003a69;
    border-radius: 5px;
    max-width: 300px;
    width: 100%;
    margin-top: 0px;
    line-height: 20px;
    border: 1px solid #003a69;
    transition-duration: 0.2s;
    /* margin-bottom: 25px; */
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#faq.contact div.wpcf7-validation-errors, 
#faq.contact div.wpcf7-acceptance-missing {
    border: 0;
    background: #bf4d4d;
    padding: 10px;
    color: white;
    text-shadow: none;
    margin-top: 0px;
    font-family: 'FuturaT-Medium'!important;
    font-size: 19px;
}

#faq.contact span.mailster-required {
    font-size: 120%;
    font-weight: 700;
    color: #bf4d4d;
}

@media screen and (max-width: 1240px) {

	.content {
		padding-right: 5px;
		padding-left: 5px;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider {
        left: 20px;
    }

    #home .section-carousel .owl-carousel .owl-item .item {
        background-position: center top;
    }

    #single .owl-carousel .owl-item .item {
        background-position: center top;
        /* height: 24vw; */
        height: 400px;
    }

    #actu .section-actualite .content-post .content-item .illustration,
    #actu .section-actualite .content-post .content-item .illustration:hover,
    .sidebar-actu .content-item .illustration,
    .sidebar-actu .content-item .illustration:hover {
        background-size: cover;
    }
    
}

@media screen and (max-width: 1125px) {

    #home .subscribe p {
        font-size: 20px;
        margin-top: 5px;
    }

    .section-subscribe .subscribe p {
        font-size: 20px;
        /* margin-top: 5px; */
    }

    #single.post-actu #sidebar.chiffre-cle .content-item .link p.chiffre {
        font-size: 36px;
        line-height: 38px;
    }
}

@media screen and (max-width: 1030px) {

    .section-subscribe .subscribe p {
        float: none;
    }

    

}

@media screen and (max-width: 1010px) {

    #home .subscribe {
        padding: 20px 10px;
    }

    #home .subscribe p {
        font-size: 18px;
    }

    .section-subscribe .subscribe p {
        font-size: 18px;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider p.titre {
        font-size: 38px;
        line-height: 40px;
    }


}

@media screen and (max-width: 976px) {

    header .baseline p {
        font-size: 16px;
    }

    header #navbar-fixe.small .subnav ul.menu {
        margin-left: 5px;
    }

    .subnav ul.menu > li > a {
        font-size: 16px;
    }

    .open {
        font-size: 16px;
        padding-bottom: 28px;
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0;
    }

    .open:before {
        width: 14px;
        height: 12px;
        margin-top: 4px;
        margin-right: 4px;
    }

    .subnav ul.menu {
        margin-top: 28px;
    }

    .subnav ul.menu > li:after {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 3px;
    }

    header .dropdown-menu {
        margin-top: 25px;
    }



    /* DOSSIER */

    #dossiers .content-dossiers .dossier .part-image {
        width: 100%;
        float: none;
        height: 300px;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #dossiers .content-dossiers .dossier .part-text {
        width: 100%;
        float: none;
        min-height: auto;
        padding: 30px 30px;
        padding-bottom: 60px;
    }


    #single .content-single {
        width: 100%;
        float: none;
        padding-left: 0;
        padding-right: 0;
        padding-right: 0;
    }

    #sidebar {
        width: 100%;
        float: none;
        /* height: 500px; */
        /* background-color: red; */
        padding: 0;
        padding-right: 0px;
        margin-bottom: 30px;
        display: flex;
        flex-direction: row;
        align-content: stretch;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .sidebar-dossier .box {
        width: 49%;
        flex-basis: 49%;
    }


    /* CHIFFRES CLES */

    #actu.chiffre-cle .section-actualite .content-post .item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .sidebar-actu .content-sidebar-actu {
       width: 100%;
    }

    .content-all-item {
        display: flex;
        flex-direction: row;
        align-content: stretch;
        justify-content: space-between;
        flex-flow: row;
        align-items: stretch;
        flex-wrap: wrap;
    }

    .content-all-item .item {
        width: 49%;
    }

    /* QUIZ */

    #actu .section-actualite .content-post .item {
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
    }
}


@media screen and (max-width: 910px) {

    #home .subscribe {
        background-color: rgb(0, 58, 105);
        position: relative;
    }

    #home .subscribe p {
        float: none;
        text-align: center; 
    }

    .section-subscribe .subscribe p {
        float: none;
        text-align: center; 
    }

    #home .subscribe .input {
        width: 256px;
        /* position: absolute; */
        right: 0px;
        position: relative;
        top: 0; 
        transform: none;
        padding-left: 0;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    

    .section-subscribe .subscribe .input {
        width: 256px;
        /* position: absolute; */
        right: 0;
        position: relative;
        top: 0;
        transform: none;
        padding-left: 0;
        margin-top: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    #home .actu > .content > .box-33 { 
        width: 48%;
        /* max-width: 520px; */
        margin-left: auto;
        margin-right: auto;
        min-height: 450px;
        background-color: #00376e;
    }

    #home .actu .box-33 .surtitre a {
        color: #ffffff;
    }

    #home .actu .box-33 .titre a {
        color: #aec400;
    }

    #home .actu .box-33 .tags {
        border-top: 1px solid #aec200;
    } 

    #home .actu .box-33 .tags a { 
        color: #aec200;
    }

    #home .actu .box-33 .illustration {
        height: 205px;
        width: 85%;
    }

    #home .actu > .content > .box-66 {
        display: flex;
        flex-direction: column;
        width: 48%;
        /* max-width: 520px; */
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #home .actu .box-66 .side-img {
        width: 100%;
        float: none;
        position: relative;
        min-height: 280px;
    }

    #home .actu .box-66 .side-text {
        width: 100%;
        float: none;
        position: relative;
        min-height: 240px;
        padding: 38px;
    }

    #home .actu .box-66 .side-text .surtitre {
        font-size: 24px;
        font-family: 'FuturaT-Demi';
        line-height: 26px;
    }

    #home .actu .box-66 .side-text .titre {
        text-transform: uppercase;
        font-size: 24px;
        font-family: 'FuturaT-Demi';
        line-height: 28px;
        margin-bottom: 25px;
        margin-top: 20px;
    }

    #home .actu2 .box-33 {
        width: 48%;
        /* max-width: 520px; */
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    #home .actu2 .box-66 {
        width: 48%;
        /* max-width: 520px; */
        margin-left: auto;
        margin-right: auto;
        float: none;
    } 

    #home .section-like .box-60 {
        width: 100%;
        display: block;
        float: none;
        flex-flow: column;
        padding-left: 10px;
        padding-right: 10px;
    }

    #home .section-like .content-image .content-text {
        position: absolute;
        top: 20px;
        left: 50%;
        padding: 10px 40px;
        background: rgba(255, 255, 255, 0.77);
        width: 90%;
        transform: translateX(-50%);
    }

    #home .section-like .box-40 .bg-blue ul > li .part-text h3 {
        font-size: 22px;
    }

    #home .section-like .box-40 {
        padding-top: 0;
        width: 100%;
        float: none;
        display: block;
        padding-left: 10px;
        padding-right: 10px;
        margin-top: 20px;
    }

    .subnav ul.social {
        width: 308px;
    }

    .subnav .search {
        width: 192px;
    }

    .subnav .search-field {
        width: 156px;
    }

    #search .section-region {
        float: none;
        width: 100%;
    }

}

@media screen and (max-width: 880px) {

    header .baseline {
        margin-right: 28%;
        transition-duration: inherit;
    }

    header .baseline p {
        transition-duration: inherit;
    }

    header .baseline p br {
        display: none;
    }

    #actu.documentation .nav-tabs {
        list-style: none;
        margin: 0;
        padding: 0;
        float: none;
        position: relative;
        right: 0;
        top: 0;
        margin-top: 20px;
    }

    #actu.documentation .nav-tabs > li {
        margin-left: 0;
        margin-right: 10px;
    }

}

@media screen and (max-width: 852px) {

    .open {
        font-size: 15px;
    }

    .open:before {
        width: 14px;
        height: 10px;
    }

    .subnav ul.menu > li > a {
        font-size: 15px;
    }
}

@media screen and (max-width: 825px) {

    .subnav.subnav-mobile {
        display: none;
        position: absolute;
        top: 134px;
        width: 100%;
        right: 0;
        left: 0;
        z-index: 10000;
        background: white;    
        padding: 0;
    }


    .subnav.subnav-mobile ul.menu {
        padding: 0;
        margin: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    .subnav.subnav-mobile ul.menu > li {
        float: none;
        position: relative;
        border-bottom: 1px solid #e6e4e4;
        /* padding-top: 13px;
        padding-bottom: 13px; */
    }

    .subnav.subnav-mobile ul.menu > li > a {
        font-size: 19px;
        padding-top: 13px;
        padding-bottom: 13px;
        display: block;
    }

    .subnav.subnav-mobile ul.menu > li:after {
        display: none;
    }

    .subnav.subnav-mobile ul.menu .dropdown-menu {
        margin-top: 25px;
        position: relative;
        left: 0;
        top: 0;
        float: none;
        margin: 0;
        box-shadow: none;
        background: white;
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
        padding-left: 30px;
    }

    .subnav.subnav-mobile ul.menu .dropdown-menu > li {
        border-bottom: 1px solid rgb(230, 228, 228);
    }

    header .dropdown-menu > li > a {
        white-space: inherit!important;
    }

    #burger {
        display: block;
        position: absolute;
        top: 40px;
        z-index: 1000000;
        right: 0;
    }   

    #burger:focus {
        outline: none;
    }

    #burger .hamburger-inner, 
    #burger .hamburger-inner:after, 
    #burger .hamburger-inner:before {
        background-color: white;
    }

    header #navbar-fixe.small .subnav-mobile ul.menu > li:first-child {
        display: none;
    }

    .content-open-theme {
        display: block;
        height: 62px;
        border-bottom: 1px solid #e6e4e4;
        background: white;
    }

    .content-sidebar-menu.sidebar-collapsed-back .sidebar-menu {
        width: 100%;
        top: 62px;
        left: 0;
    }

    .open {
        padding-top: 19px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        font-size: 22px;
    }

    .open:before {
        width: 18px;
        height: 16px;
        margin-top: 5px;
        margin-right: 6px;
    }

    #menu li ul {
        position: relative;
        left: 0;
        top: -1px;
        padding-left: 20px;
        padding-right: 20px;
        width: 86.5%;
        display: none;
    }

    #menu li:hover > ul {
        display: block;
    }

    body {
        padding-top: 0;
    }

    header {
        position: relative;
    }

    header nav > .content {
        padding-bottom: 20px;
    }

    header #navbar-fixe.small #logo-amphitea,
    header #navbar-fixe #logo-amphitea {
        /* height: auto;
        transition-duration: 0.2s;
        margin-right: auto;
        margin-left: auto;
        display: block;
        position: relative;
        width: 220px;
        left: 0; */
    
        height: auto;
        transition-duration: 0.2s;
        margin-right: auto;
        margin-left: auto;
        display: block;
        position: relative;
        width: 100%;
        left: 0;
        background: #04396a;
    }

    header #logo-amphitea img {
        /* width: 100%;
        height: auto;
        transition-duration: 0.2s; */
    
        width: 220px;
        height: auto;
        transition-duration: 0.2s;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    header #navbar-fixe.small .baseline,
    header #navbar-fixe .baseline {
        left: inherit;
        transform: inherit;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        top: 0;
        width: 100%;
        display: block;
        position: relative;
    }

    header .menu-espace-collab {
        position: relative;
        right: inherit;
        top: inherit;
        transform: inherit;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        display: block;
    }

    header .menu-espace-collab .btn-mon-espace {
        margin-left: auto;
        margin-right: auto;
    }

    header .baseline p br {
        display: inherit;
    }

    header .subnav ul.social li.social-icon {
        display: none;
    }

    header #navbar-fixe.small .subnav ul.menu {
        display: none;
    }

    .subnav ul.social {
        float: none;
        width: 235px;
        margin-top: 18px;
        margin-bottom: 2px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 7px;
    }

    .subnav .search {
        width: 232px;
    }

    .subnav .search-field {
        width: 226px;
    }

    #home .green-zone p {
        flex-direction: column;
    }

    #home .green-zone span.text {
        margin-bottom: 20px;
        text-align: center;
        margin-left: 0;
    }

}

/* MOBILE */
@media screen and (max-width: 768px) {

    .mailster-form-3 .mailster-wrapper {
        width: 100%!important;
    }

    #actu .section-actualite .box-100 ul.categories {
        list-style: none;
        margin: 0;
        padding: 0;
        float: none;
        position: relative;
        right: 0;
        top: 0;
    }

    #faq.contact .mailster-wrapper {
        width: 100%;
    }
    

    #home .actu > .content > .box-33 {
        width: 100%;
        max-width: 520px;
    }

    #home .actu > .content > .box-66 {
        width: 100%;
        max-width: 520px;
    }

    #home .actu2 > .content > .box-33 {
        width: 100%;
        max-width: 520px;
    }

    #home .actu2 > .content > .box-66 {
        width: 100%;
        max-width: 520px;
    }

    #home .section-actualite .owl-carousel .owl-item .item {
        width: 100%;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    } 

    #home .section-like .content {
        display: block; 
    }

    /* HOME */

    #home .section-carousel .owl-carousel .owl-item .item {
        height: 72vw;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider p.type {
        font-size: 4vw;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider p.titre {
        font-size: 6.5vw;
        line-height: 7vw;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider p.description {
        font-size: 3.7vw;
        line-height: 3.7vw;
    }

    #home .section-carousel .owl-carousel .owl-item .item .content-slider p.description:after {
        width: 52px;
        height: 34px;
    }

    #single .owl-carousel .owl-item .item { 
        height: auto!important; 
    }
    
    #home .section-like .content-image .content-text {
	    position: relative;
	    margin-bottom: 100px;
	}
	
	#home .section-like .content-image > img {
		display: none;
	}



    /* FOOTER MOBILE */

    footer .logo-footer {
        float: none;
        margin-left: auto;
        margin-top: 25px;
        display: block;
        margin-right: auto;
        width: 102px;
    }

    footer ul.menu-footer {
        list-style: none;
        padding: 0;
        margin: 0;
        float: none;
        margin-top: 23px;
        margin-left: 0;
        text-align: center;
    }

    footer ul.menu-footer > li {
        float: none;
        text-align: center;
        margin-bottom: 10px;
    }

    footer ul.menu-footer > li:after {
        content: none;
    }

    footer .copyright-footer {
        float: none;
        margin-top: 24px;
        text-align: center;
        margin-bottom: 20px; 
    }

    iframe {
        width: 100%;
    }

    #actu.glossaire #glossary > li {
        width: 47%;
    }
}


@media screen and (max-width: 700px) {

    .singles-associes .singles-content .item {
        width: 100%;
        float: none;
    }

    #sidebar {
        width: 100%;
        display: block;
    }

    .sidebar-dossier .box {
        width: 100%;
    }

    .content-all-item {
        width: 100%;
        display: block;
    }

    .content-all-item .item {
        width: 100%;
    }

    #page .body-single .encadre img.alignleft {
        float: none;
    }

    #single .body-single .encadre img.alignleft {
        float: none;
        min-width: 200px;
    }

    #search .content-result .illustration {
        height: 255px;
        width: 100%;
        float: none;
    }

    #search .content-result .texte {
        width: 100%;
        float: none;
    }
}

@media screen and (max-width: 650px) {
    #actu.chiffre-cle .section-actualite .content-post .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    #actu .section-actualite .content-post .item {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {

    
    #single .infos .author {
        float: none;
        display: block;
    }
    
    #single .infos .date {
        float: none;
        display: block;
    }

    #single .part-option .noter {
        float: none;
        margin-top: 11px;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    #single .part-option .print {
        float: none;
        margin-left: auto;
        margin-top: 11px;
        text-align: center;
        margin-bottom: 30px;
    }

    #single .part-option .share {
        float: none;
        margin-top: 11px;
        margin-bottom: 14px;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {

    #actu .content-categories ul > li {
        float: none;
        margin-bottom: 10px;
        width: 100%;
    }

    #actu .section-actualite .box-100 ul.categories > li {
        float: none;
        margin-bottom: 10px;
        width: 100%;
        margin-left: 0;
    }
}

@media screen and (max-width: 450px) {

    #home .owl-carousel .owl-item .item .content-slider p.description:after {
        display: none;
    }

    #home .owl-carousel .owl-item .item .content-slider p.description {
        font-size: 14px;
        line-height: 14px;
    }

    #actu.chiffre-cle .section-actualite .content-post .content-item .link p.chiffre {
        font-size: 35px;
        line-height: 38px;
    }

    #actu.glossaire #glossary > li {
        width: 96%;
    }

    #actu.documentation .content-post .col-xs-6 {
        width: 100%;
    }

    #actu.documentation .nav-tabs > li {
        margin-left: 0;
        margin-right: 10px;
        width: 100%;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 370px) {
    #single.post-actu .content-single .bloc .chiffre {
        font-size: 38px;
    }
}