@charset "UTF-8";
* {
  font-family: "Mako", sans-serif;
}

#wpadminbar {
  display: none;
}

html {
  font-size: 18px;
}

body {
  font-size: 18px;
  font-family: "Mako", sans-serif;
  word-wrap: break-word;
  color: #888;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MAKO", sans-serif;
  color: #888;
  font-weight: 300;
  letter-spacing: 0.5px;
}

span {
  font-size: 18px;
}

a {
  color: #428bca;
}
a:active {
  color: #428bca;
}
a:hover, a:focus {
  color: #E30613;
}

table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
}

th {
  background-color: #ECECEC;
}

table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border: 1px solid #dddddd;
}

/*  TITLE */
.title-uppercase {
  text-transform: uppercase;
}
.title-uppercase span {
  padding: 10px;
  display: table;
  border-bottom: 2px solid #444;
}

.widgetblock_title {
  font-weight: 400;
  padding: 10px 0px;
  border-bottom: 2px solid #444;
  text-transform: uppercase;
  margin: 0 0 15px;
  font-size: 18px;
}

/*--------------------------------------------------------------
IMG
--------------------------------------------------------------*/
img.rotate90 {
  transform: rotate(-90deg) translateY(0%);
  -webkit-transform: rotate(-90deg) translateY(0%);
  -ms-transform: rotate(-90deg) translateY(-100%);
}
img.rotate180 {
  transform: rotate(180deg) translate(0%, 0%);
  -webkit-transform: rotate(180deg) translate(0%, 0%);
  -ms-transform: rotate(180deg) translateX(0%, 0%);
}
img.rotate270 {
  transform: rotate(270deg) translateX(0%);
  -webkit-transform: rotate(270deg) translateX(0%);
  -ms-transform: rotate(270deg) translateX(0%);
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, .button {
  padding: 15px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  background-color: #E30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  padding: 15px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 5px;
  background-color: #E30613;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-appearance: button;
}

button:hover, .button:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
  background-color: #333;
  color: #fff;
  text-decoration: none;
}

button:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=button]:focus, input[type=reset]:focus, input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type=checkbox], input[type=radio] {
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search] {
  color: #666;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 100%;
}

textarea {
  color: #666;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  width: 100%;
}

input[type=text]:focus, input[type=email]:focus, input[type=url]:focus, input[type=password]:focus, input[type=search]:focus {
  color: #111;
}

textarea:focus {
  color: #111;
}

input[type=text], input[type=email], input[type=url], input[type=password], input[type=search] {
  padding: 8px;
}

textarea {
  overflow: auto;
  padding-left: 8px;
  vertical-align: top;
  width: 100%;
}

.carousel-inner {
  border: 7px solid #F39200;
}

#logo_pos {
  float: left;
  width: 224px;
}

.nvlogo {
  top: 0px;
  position: relative;
}

.hideradio_newsletter {
  display: none;
}

.prebsNWL_form_btn {
  margin-top: 20px;
}

.form-group {
  margin-top: 9px;
}

aside#text-4 {
  border: 1px solid rgba(227, 6, 19, 0.37);
}
aside#text-5 {
  border: 1px solid rgba(243, 146, 0, 0.17);
}
aside#nav_menu-3 {
  border: 1px solid rgba(255, 237, 0, 0.14);
}

/* SCROL BAR */
.asidebox::-webkit-scrollbar {
  width: 8px;
}

.asidebox::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.asidebox::-webkit-scrollbar-thumb {
  background-color: #c9c9c9;
}

div::-webkit-scrollbar {
  width: 12px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
div::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px black;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px black;
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
.widget, .asidebox {
  margin: 0;
  padding: 15px 25px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
}

.widget-area .widget {
  margin: 0 0 20px;
}

.widget-title {
  margin: 0 0 15px;
}

.widget-area .widget-title, .fourblock aside > h3, .asidebox .widget-title {
  padding: 10px 0px;
  display: table;
  border-bottom: 2px solid #444;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 15px;
}

.home-widgets .widget-title {
  margin-bottom: 25px;
  font-size: 32px;
  text-transform: uppercase;
}
.home-widgets .widget-title span {
  padding: 10px;
  display: table;
  border-bottom: 2px solid #444;
}
.home-widgets .widget-title span span {
  padding: 0;
  display: initial;
  border-bottom: 0;
}

.widget-area {
  width: 360px;
  float: left;
  margin-left: -1px;
}

.widget ul {
  padding: 0 0 0 20px;
}
.widget .children {
  padding-left: 30px;
}
.widget select {
  max-width: 100%;
}

.widget_search .search-submit {
  display: none;
}

/* Default widgets */
.widget_recent_entries ul, .widget_archive ul, .widget_pages ul {
  list-style: none;
  padding: 0;
}

.widget_recent_entries li::before, .widget_archive li::before, .widget_pages li::before {
  font-family: Mako;
  font-size: 15px;
}

.widget_recent_entries li::before {
  content: "";
}

.widget_archive li::before {
  content: "";
  margin-right: 5px;
}

.widget_pages li::before {
  content: "";
  margin-right: 5px;
}

.tagcloud a {
  border: 1px solid #41474F;
  padding: 5px;
  font-size: 14px !important;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
}

.centredoc_recent_comments ul {
  list-style: none;
  padding: 0;
}

.recent-comment {
  margin-bottom: 15px;
}
.recent-comment img {
  margin-right: 15px;
  float: left;
}

/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0;
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 10px 30px;
}

.hentry {
  margin: 0;
  background-color: #fff;
  padding: 30px;
  border: 1px solid #ebebeb;
}

.byline, .updated:not(.published) {
  display: none;
}

.single .byline, .group-blog .byline {
  display: inline;
}

.page-content, .entry-content, .entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-header {
  margin: 0;
  padding: 30px;
  background-color: #333;
  color: #fff;
  text-align: center;
  position: relative;
}
.page-header .change-year a {
  color: white;
}
.page-header .next-year {
  position: absolute;
  top: 42px;
  right: 15px;
}
.page-header .prev-year {
  position: absolute;
  top: 42px;
  left: 15px;
}

.page-title {
  margin: 0;
  color: #fff;
}

.taxonomy-description {
  margin-top: 15px;
}

.entry-title {
  color: #008BD2;
  margin: 0 0 15px;
  font-weight: 400;
}
.entry-title a {
  color: #008BD2;
}

.posted-on .fa {
  margin-right: 3px;
}

.entry-meta, .entry-footer {
  font-size: 13px;
}

.entry-meta span, .entry-footer span {
  margin-right: 15px;
}

.entry-meta {
  color: #888;
}
.entry-meta .author {
  margin: 0;
}
.entry-meta a {
  color: #888;
}

.entry-footer {
  color: #888;
}
.entry-footer a {
  color: #888;
}

.entry-thumb {
  padding-left: 0;
}

.recent_posts_e h4.entry-title {
  margin-top: 9px;
}

.post-wrapper {
  padding-right: 0;
}

.single-thumb {
  margin-bottom: 30px;
}

.entry-attachment {
  margin-bottom: 10px;
}

.image-navigation {
  margin: 30px 0 0;
}

.single-attachment .entry-meta .author {
  margin-right: 0;
}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
  margin-bottom: 60px;
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

.comments-title {
  margin: 0 0 30px 0;
  font-size: 24px;
  padding: 30px;
  border-bottom: 1px solid #ebebeb;
}

.comments-area ol {
  list-style: none;
  padding: 0;
}
.comments-area .children {
  padding-left: 20px;
}
.comment-author .avatar {
  position: absolute;
}
.comment-author .fn {
  margin-left: 80px;
}

.comment-metadata {
  margin-left: 80px;
  font-size: 12px;
  margin-bottom: 30px;
}

.comment-body {
  padding: 30px;
  border-bottom: 1px solid #ebebeb;
}

.reply {
  text-align: right;
}

.comment-reply-link {
  padding: 5px;
  background-color: #fff;
  font-size: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

a.comment-reply-link {
  text-decoration: none;
}
a.comment-reply-link:hover {
  color: #000;
  box-shadow: 0 0 1px #505050;
}

.comments-area a.url {
  text-decoration: underline;
}

.comment-metadata a, .comments-area a.url {
  color: #444;
}

.comment-respond {
  padding: 20px 30px 30px;
}

/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation, .infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

img {
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

.wp-caption-text {
  text-align: center;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* FLEX GALLERY*/
.flexgallery {
  display: flex;
  flex-wrap: wrap;
}
.flexgallery .flexgalleryitem {
  flex: 0 0 20%;
  display: flex;
}
.flexgallery .flexgalleryitem a {
  display: flex;
  width: 100%;
}
.flexgallery .flexgalleryitem a img {
  height: auto;
  width: auto;
  margin: auto;
}
.flexgallery .flexgalleryitem .text-center {
  color: white;
  margin: 6px;
}
.flexgallery .flexgalleryitem .text-center small {
  font-size: 13px;
}

.div-logomembre {
  margin-top: 20px;
}

/*--------------------------------------------------------------
Front page widgets
--------------------------------------------------------------*/
.post-cat {
  display: inline-block;
}
.post-cat .fa {
  margin-right: 3px;
}

.recent-post .posted-on {
  margin-right: 10px;
}

/* Type A and B */
.recent-thumb {
  position: relative;
}

.recent-post {
  position: relative;
}
.recent-post .entry-meta {
  color: #888;
  clear: left;
}
.recent-post .entry-meta a {
  color: inherit;
}

.recent_posts_a .recent-post:first-of-type {
  margin-bottom: 30px;
}
.recent_posts_a .recent-post.col-md-3 .entry-title {
  font-size: 16px;
}

.recent_posts_b .recent-post.col-md-9 .entry-title {
  font-size: 16px;
}

.recent_posts_a, .recent_posts_b, .recent_posts_c, .recent_posts_d, .recent_posts_slider {
  padding: 0;
}

.widget-inner {
  padding: 30px;
}

.recent_posts_a .entry-title {
  margin: 10px 0;
}

.recent_posts_b .entry-title {
  margin: 10px 0;
}
.recent_posts_b .recent-thumb {
  padding: 0;
}

.first-post .entry-title {
  margin: 0 0 15px;
}

.recent_posts_b .first-post .entry-title {
  margin: 15px 0;
}
.recent_posts_b .recent-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.recent_posts_b .first-post {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.first-post .entry-meta {
  margin-bottom: 15px;
}

/* Type C */
.cat-title {
  margin: 0 0 30px;
  padding-bottom: 10px;
  border-bottom: 2px solid #444;
}
.cat-title a {
  color: #888;
}

.recent_posts_c .recent-thumb {
  padding: 0;
}
.recent_posts_c .first-post .entry-title {
  margin: 15px 0;
}
.recent_posts_c .recent-post {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}

/* Type D */
.recent_posts_d .col-md-4 {
  padding: 0;
}
.recent_posts_d .entry-title {
  position: absolute;
  top: 10px;
  left: 10px;
  opacity: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 10px;
  border: 3px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.recent_posts_d .thumb-overlay {
  height: 0;
}
.recent_posts_d .entry-title a {
  color: #fff;
}
.recent_posts_d .recent-post:hover .entry-title {
  opacity: 1;
}
.recent_posts_d .recent-post:hover .thumb-overlay {
  height: 100%;
}
.recent_posts_d .recent-post:nth-of-type(3n+1) {
  clear: left;
}

/*--------------------------------------------------------------
Mobile menu
--------------------------------------------------------------*/
.slicknav_menu .slicknav_menutxt {
  display: block;
  font-size: 30px;
}
.slicknav_menu .slicknav_icon {
  display: none;
}
.slicknav_menu .slicknav_no-text {
  margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
  display: block;
  width: 1.125em;
  height: 0.125em;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
  margin-top: 0.188em;
}

.slicknav_nav {
  clear: both;
}
.slicknav_nav ul, .slicknav_nav li {
  display: block;
  border: 0;
}
.slicknav_nav .slicknav_arrow {
  font-size: 0.8em;
  margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
  cursor: pointer;
}
.slicknav_nav .slicknav_row, .slicknav_nav a {
  display: block;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  display: inline;
}

.slicknav_menu {
  *zoom: 1;
}
.slicknav_menu:before {
  content: " ";
  display: table;
}
.slicknav_menu:after {
  content: " ";
  display: table;
  clear: both;
}

/* IE6/7 support */
.mobile-nav {
  display: none;
  background-color: #333;
}

/* Button */
.slicknav_btn {
  margin: 5px 5px 6px;
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
}

/* Button Text */
.slicknav_menu {
  text-align: center;
}
.slicknav_menu .slicknav_menutxt {
  color: #FFF;
  font-weight: bold;
  text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}

/* Button Lines */
.slicknav_nav {
  color: #fff;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  background-color: #333;
  width: 100%;
  z-index: 999;
}
.slicknav_nav ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row {
  padding: 5px 10px;
  margin: 2px 5px;
}
.slicknav_nav a {
  padding: 5px 10px;
  margin: 2px 5px;
  text-decoration: none;
  color: #fff;
}
.slicknav_nav .slicknav_item a, .slicknav_nav .slicknav_parent-link a {
  padding: 0;
  margin: 0;
}
.slicknav_nav .slicknav_row:hover {
  color: #fff;
}
.slicknav_nav .slicknav_txtnode {
  margin-left: 15px;
}

/*--------------------------------------------------------------
Structure
--------------------------------------------------------------*/
.top-bar {
  background-color: #384351;
  padding: 15px 0;
}

.site-branding {
  padding: 30px 30px;
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
}

.site-logo {
  max-width: 210px;
  width: 100%;
}
.site-logo.show-title {
  float: left;
  margin-right: 15px;
}

.site-title {
  font-weight: 700;
  margin: 0 0 15px;
  font-size: 52px;
}
.site-title a {
  color: #1E262D;
  text-decoration: none;
}

.site-description {
  margin: 0;
  font-size: 20px;
  color: #ABADB2;
}

.content-area {
  width: 845px;
  float: left;
  margin-right: 20px;
}

.fullwidth {
  width: 100% !important;
}

/* Masonry layout */
.home-masonry {
  background-color: #fff;
}
.home-masonry .hentry {
  width: 50%;
  margin: 0;
}
.home-masonry .entry-title {
  font-size: 24px;
}
.home-masonry .entry-thumb, .home-masonry .post-wrapper {
  width: 100%;
}
.home-masonry .entry-thumb {
  margin-bottom: 15px;
  padding: 0;
}

/* Search form */
.search-toggle {
  display: inline-block;
  float: right;
  font-size: 24px;
  color: #1E262D;
  padding: 13px 0;
  line-height: 1;
  cursor: pointer;
}

.main-navigation .search-wrapper {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}
.main-navigation .search-visible {
  display: block;
}
.main-navigation .centredoc-search-form {
  position: relative;
  top: 40%;
  display: table;
  margin: 0 auto;
  padding: 40px;
  font-weight: 400;
}
.main-navigation .centredoc-search-form .search-submit {
  font-family: Mako;
  background-color: transparent;
  border: 0;
  text-shadow: none;
  box-shadow: none;
  color: #fff;
  font-size: 25px;
  padding: 8px;
  vertical-align: top;
  background-color: #333;
  border-radius: 0;
}
.main-navigation .centredoc-search-form input[type=search] {
  border: 1px solid #444;
  color: #fff;
  padding: 10px;
  font-weight: 400;
  border-radius: 0;
  background: transparent;
  font-size: 40px;
}
.main-navigation .centredoc-search-form .search-submit:hover {
  box-shadow: none;
}

.search-close {
  display: none;
}

.main-navigation .search-close {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  line-height: 1;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

/* Footer */
.site-footer {
  background-color: #333;
  padding: 30px 0;
  color: #dadada;
}
.site-footer a {
  color: #dadada;
}

/* Footer widget areas */
.footer-widget-area {
  background-color: #333;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 139, 210, 0.25);
}
.footer-widget-area .widget {
  background-color: transparent;
  border: 1px solid #3c3c3c;
  color: #dadada;
}
.footer-widget-area .widget a {
  color: #dadada;
}
.footer-widget-area .widget-title {
  color: #dadada;
}

/*
COULEUR PREBS :
---------------
$prebs_rouge = rouge
$prebs_bleu = bleu
$prebs_orange = orange
$prebs_vert = vert
$prebs_jaune = jaune
*/
/*
		LES TEMPLATES & DESIGNS EN COULEURS
*/
/* PRINCIPAL*/
.design-all #main {
  border: #E30613 7px solid;
  margin-bottom: 20px;
  overflow: auto;
}
.design-all #secondary aside:nth-child(1) {
  border: 7px solid #F39200;
}
.design-all #secondary aside:nth-child(2) {
  border: 7px solid #FFED00;
}
.design-all #secondary aside:nth-child(3) {
  border: 7px solid #5AB02E;
}
.design-all #secondary aside:nth-child(4) {
  border: 7px solid #008BD2;
}
.design-all #primary aside.bloc1-gauche {
  border: #E30613 7px solid;
  min-height: 270px;
  margin-bottom: 20px;
}

/* PRINCIPAL WIDGET */
/* DESIGN 4 BLOC */
#triple {
  position: relative;
}

.design-all #primary aside.bloc2-gauche, .design-all #triple aside.bloc2-gauche {
  border: #008BD2 7px solid;
  min-height: 270px;
  margin-bottom: 20px;
}
.design-all #secondary aside.bloc3-droite {
  border: #FFED00 7px solid;
  min-height: 270px;
  margin-bottom: 20px;
  overflow: auto;
}
.design-all #secondary aside.bloc4-droite {
  border: #5AB02E 7px solid;
  min-height: 270px;
  margin-bottom: 20px;
}

/*TEMPLATE HOME*/
.page-template-page-home .home-widgets aside#pods_widget_list-2 {
  border: #E30613 7px solid;
  min-height: 270px;
}
.page-template-page-home aside#recent_posts_a-2, .page-template-page-home aside#recent_posts_e-2 {
  border: #008BD2 7px solid;
  height: 360px;
}
.page-template-page-home aside#text-7, .page-template-page-home aside#text-3, .page-template-page-home aside.prebsNWL_opt_in {
  border: #FFED00 7px solid;
  min-height: 270px;
}
.page-template-page-home .widget.widget_wysija {
  border: #FFED00 7px solid;
  min-height: 270px;
}
.page-template-page-home #text-8, .page-template-page-home #calendar-widget {
  border: #FFED00 7px solid;
  height: auto;
  overflow: auto;
  margin-bottom: 20px;
  padding: 0px;
  position: relative;
}

aside.prebsNWL_opt_in .prebsNWL_form_radio_input {
  display: none;
}

/* FONDATION  */
.page-template-templates-fondation #primary aside.bloc1-gauche {
  min-height: 761px;
}
.page-template-templates-fondation #secondary aside.bloc3-droite {
  min-height: 511px;
}
.page-template-templates-fondation #secondary aside.bloc4-droite {
  min-height: 230px;
}

/* REFERENCE */
.page-template-templates-references #primary aside.bloc1-gauche {
  height: 495px;
  overflow: auto;
}
.page-template-templates-references #secondary aside.bloc3-droite {
  height: 495px;
}

/* AJOUT REFERENCE*/
.page-template-templates-formulaire-fiche-reference #primary aside.bloc1-gauche {
  height: 470px;
  overflow: auto;
}
.page-template-templates-formulaire-fiche-reference #primary aside.bloc1-gauche p {
  margin: 0 0 10px;
}
.page-template-templates-formulaire-fiche-reference #secondary aside.bloc3-droite {
  height: 470px;
}

/* RESEAU*/
.page-template-templates-reseaux #primary aside.bloc1-gauche {
  height: 407px;
  overflow: auto;
}
.page-template-templates-reseaux #secondary aside.bloc3-droite {
  height: 407px;
}

/* SINGLE PARTENAIRES*/
.single-association_partenai #primary aside.bloc1-gauche {
  height: 407px;
  overflow: auto;
}
.single-association_partenai #secondary aside.bloc3-droite {
  height: 407px;
}
.single-association_partenai #secondary aside.bloc5-droite {
  border: #F39200 7px solid;
}

/* SINGLE PARTENAIRES fiche-model2*/
.fiche-model2 #first {
  margin-bottom: 0px;
}
.fiche-model2 #first aside.bloc1-center {
  min-height: 100x;
  border: #E30613 7px solid;
}
.fiche-model2 #primary aside.bloc2-gauche {
  min-height: 407px;
  border: #F39200 7px solid;
}
.fiche-model2 #primary aside.bloc3-gauche {
  min-height: 407px;
  border: #FFED00 7px solid;
}
.fiche-model2 #secondary aside.bloc4-droite {
  min-height: 407px;
  border: #5AB02E 7px solid;
}
.fiche-model2 #secondary aside.bloc5-droite {
  min-height: 407px;
  border: #008BD2 7px solid;
}
.fiche-model2 .fourblock aside > h3 {
  border-bottom: none;
}

/* RECHECHE */
body.search .hentry {
  padding: 5px 20px;
}
body.search .entry-title a {
  font-size: 27px;
}

.page-template-templates-recherche-fiche-reference #main {
  border: #008BD2 7px solid;
}

/* AUTRE */
.single-fiche_de_rfrence #main {
  /*border: none;*/
  padding: 0px 10px;
}
.single-fiche_de_rfrence .fiche-reference .box-center, .single-fiche_de_rfrence .fiche-reference .box-left, .single-fiche_de_rfrence .fiche-reference .box-right {
  padding: 7px 5px;
  margin: 10px 0px;
  border: 1px solid;
}
.single-fiche_de_rfrence .fiche-reference-color .box-center {
  border: 7px solid #E30613;
  padding: 5px;
  margin-bottom: 17px;
}
.single-fiche_de_rfrence .fiche-reference-color .box-left {
  border: 7px solid #008BD2;
  padding: 5px;
}
.single-fiche_de_rfrence .fiche-reference-color .box-right {
  border: 7px solid #5AB02E;
  padding: 5px;
}
.single-fiche_de_rfrence .fiche-reference-color .box.box1 {
  border: 1px solid #FFED00;
}
.single-fiche_de_rfrence .fiche-reference-color .box.box2 {
  border: 1px solid #5AB02E;
}
.single-fiche_de_rfrence .fiche-reference-color .box.box3 {
  border: 1px solid #F39200;
}
.single-fiche_de_rfrence .fiche-reference-color .box.box4 {
  border: 1px solid #008BD2;
}
.single-fiche_de_rfrence .fiche-reference-color .box.box5 {
  border: 1px solid #E30613;
}

span.highlight {
  background: #FFED00;
  font-size: inherit !important;
}

#calendar-widget #calendar-actions {
  position: absolute;
  top: 10px;
  font-size: 1.5rem;
  width: 100%;
}
#calendar-widget #calendar-actions button {
  background-color: #c9c9c9 !important;
  padding: 0px 12px;
  line-height: 35px;
  border-radius: 100%;
  margin-right: 6px;
}
#calendar-widget #calendar-actions button#calendar-next {
  left: 8px;
  position: absolute;
}
#calendar-widget #calendar-actions button#calendar-prev {
  right: 8px;
  position: absolute;
}
#calendar-widget #calendar-actions a#the-now {
  font-size: 10px;
  position: absolute;
  top: -7px;
  text-align: center;
  width: 100%;
  color: #c9c9c9;
  font-weight: bold;
}

.config-my-account .pods-form .pods-field-input textarea, .config-my-account .pods-form .pods-field-input input.regular-text {
  border: solid black 1px;
}

li:last-child.select2-search.select2-search--inline.ui-sortable-handle {
  background: #edecec;
}

li:first-child.select2-search.select2-search--inline.ui-sortable-handle {
  background: none;
}

li:hover.select2-search.select2-search--inline.ui-sortable-handle {
  background: #edecec;
}

.fullblock {
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.divblock {
  display: flex;
  width: 100%;
  padding-left: 0px;
  padding-right: 0px;
}

.border_jaune {
  border: #FFED00 7px solid;
}

.border_orange {
  border: #F39200 7px solid;
}

.border_rouge {
  border: #E30613 7px solid;
}

.border_vert {
  border: #5AB02E 7px solid;
}

.border_bleux {
  border: #008BD2 7px solid;
}

.divblock .divblock-10 {
  width: 10%;
}
.divblock .divblock-20 {
  width: 20%;
}
.divblock .divblock-30 {
  width: 30%;
}
.divblock .divblock-40 {
  width: 40%;
}
.divblock .divblock-50 {
  width: 50%;
}
.divblock .divblock-60 {
  width: 60%;
}
.divblock .divblock-70 {
  width: 70%;
}
.divblock .divblock-80 {
  width: 80%;
}
.divblock .divblock-90 {
  width: 90%;
}

@media (max-width: 1024px) {
  .divblock {
    display: block;
  }
  .divblock .divblock-10, .divblock .divblock-20, .divblock .divblock-30, .divblock .divblock-40, .divblock .divblock-50, .divblock .divblock-60, .divblock .divblock-70, .divblock .divblock-80, .divblock .divblock-90 {
    width: 100%;
  }
}
.mr20 {
  margin-right: 20px;
}

/*--------------------------------------------------------------
Menus
--------------------------------------------------------------*/
/*NOUVEAU MENU*/
#menu-principal li {
  margin-top: 0px;
  height: 112px;
  margin-bottom: 0px;
  font-family: "MAKO", sans-serif;
}
#menu-principal a {
  font-family: "MAKO", sans-serif;
  text-align: left;
  margin: 0 auto;
  line-height: 85px;
  font-weight: bold;
  z-index: 5;
}

.slicknav_nav li:hover {
  background-color: transparent;
}
.slicknav_nav li::before {
  display: none;
}

.main-navigation a {
  float: left;
}
.main-navigation ul ul a {
  float: none;
}

.menu-fallback {
  font-size: 20px;
  line-height: 50px;
}

.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
  margin: 0;
  padding: 30px;
  overflow: hidden;
  background-color: #fff;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}

/*NOUVEAU MENU*/
#menu-item-4031:active a, #menu-item-4031.current-menu-item a {
  color: white;
}

#menu-item-4176:active a, #menu-item-4176.current-menu-item {
  color: white;
}

#menu-item-4028:active a, #menu-item-4028.current-menu-item a {
  color: white;
}

#menu-item-4032:active a, #menu-item-4032.current-menu-item a {
  color: white;
}

#menu-item-4055:hover, #menu-item-4055:active, #menu-item-4055.current-menu-item, #menu-item-4055 .sub-menu {
  background-color: #E30613;
}

#menu-item-4031:hover, #menu-item-4031:active, #menu-item-4031.current-menu-item, #menu-item-4031 .sub-menu {
  background-color: #F39200;
}

#menu-item-4161:hover, #menu-item-4161:active, #menu-item-4161.current-menu-item, #menu-item-4161 .sub-menu {
  background-color: #F39200;
}

#menu-item-4176:hover, #menu-item-4176:active, #menu-item-4176.current-menu-item, #menu-item-4176 .sub-menu {
  background-color: #FFED00;
}

#menu-item-4028:hover, #menu-item-4028:active, #menu-item-4028.current-menu-item, #menu-item-4028 .sub-menu {
  background-color: #5AB02E;
}

#menu-item-4032:hover, #menu-item-4032:active, #menu-item-4032.current-menu-item, #menu-item-4032 .sub-menu {
  background-color: #008BD2;
}

#menu-item-4056:hover, #menu-item-4056:active, #menu-item-4056.current-menu-item, #menu-item-4056 .sub-menu {
  background-color: #F39200;
}

#menu-item-4227:hover, #menu-item-4227:active, #menu-item-4227.current-menu-item, #menu-item-4227 .sub-menu {
  background-color: #F39200;
}

/*ANCIEN MENU*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-family: "MAKO", sans-serif;
  font-weight: 300;
  background-color: #fff;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation li {
  float: left;
  position: relative;
  padding: 10px 24px;
  font-size: 21px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: -3px 0 -1px;
  font-weight: 400;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: #888;
  position: relative;
  z-index: 11;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: #272E37;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul a {
  width: 200px;
  color: #fff;
}
.main-navigation ul ul li {
  text-transform: none;
  box-shadow: none;
  font-weight: 300;
  border-bottom: 1px solid #fff;
}
.main-navigation ul ul li:last-of-type {
  border: 0;
}
.main-navigation ul ul li:hover {
  box-shadow: none;
}
.main-navigation li:hover > a, .main-navigation li:hover::before {
  color: #fff;
}
.main-navigation ul ul li::before {
  color: #fff;
}
.main-navigation ul li:hover > ul {
  left: 0;
}
.main-navigation ul ul li:hover > ul {
  left: 100%;
}
.main-navigation li::before {
  font-family: Mako;
  color: #1E262D;
  float: left;
  margin-right: 5px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.custom-menu-item-1 {
  border-top: 3px solid #E30613;
}
.custom-menu-item-1:hover, .custom-menu-item-1:active, .custom-menu-item-1.current-menu-item, .custom-menu-item-1 .sub-menu {
  background-color: #E30613;
}
.custom-menu-item-1:active a, .custom-menu-item-1.current-menu-item a {
  color: white;
}

.custom-menu-item-2 {
  border-top: 3px solid #008BD2;
}
.custom-menu-item-2:hover, .custom-menu-item-2:active, .custom-menu-item-2.current-menu-item, .custom-menu-item-2 .sub-menu {
  background-color: #008BD2;
}
.custom-menu-item-2:active a, .custom-menu-item-2.current-menu-item a {
  color: white;
}

.custom-menu-item-3 {
  border-top: 3px solid #F39200;
}
.custom-menu-item-3:hover, .custom-menu-item-3:active, .custom-menu-item-3.current-menu-item, .custom-menu-item-3 .sub-menu {
  background-color: #F39200;
  color: white;
}
.custom-menu-item-3:active a, .custom-menu-item-3.current-menu-item a {
  color: white;
}

.custom-menu-item-4 {
  border-top: 3px solid #5AB02E;
}
.custom-menu-item-4:hover, .custom-menu-item-4:active, .custom-menu-item-4.current-menu-item, .custom-menu-item-4 .sub-menu {
  background-color: #5AB02E;
  color: white;
}
.custom-menu-item-4:active a, .custom-menu-item-4.current-menu-item a {
  color: white;
}

.custom-menu-item-0 {
  border-top: 3px solid #FFED00;
}
.custom-menu-item-0:hover, .custom-menu-item-0:active, .custom-menu-item-0.current-menu-item, .custom-menu-item-0 .sub-menu {
  background-color: #FFED00;
}
.custom-menu-item-0:active a, .custom-menu-item-0.current-menu-item a {
  color: white;
}

/*--------------------------------------------------------------
Page/posts navigation
--------------------------------------------------------------*/
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  max-width: 50%;
  -webkit-appearance: none;
}

.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  max-width: 50%;
  -webkit-appearance: none;
}

.comment-navigation a, .paging-navigation a, .post-navigation a {
  color: #fff;
  text-decoration: none;
}

/*Home*/
.link-menu {
  margin: auto;
  display: inline-block;
  width: 100%;
}

#menu-item-4055 span {
  background: url(/wp-content/themes/prebs/images/svg/149412.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 6px;
  position: relative;
  background-repeat: no-repeat;
}

/*Nos références*/
#menu-item-4031 span, #menu-item-4161 span {
  background: url(/wp-content/themes/prebs/images/svg/182321.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 6px;
  position: relative;
  background-repeat: no-repeat;
}

/*références*/
/* Notre réseau */
#menu-item-4176 span {
  background: url(/wp-content/themes/prebs/images/svg/149181.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 6px;
  position: relative;
  background-repeat: no-repeat;
}

/* Notre fondation */
#menu-item-4028 span {
  background: url(/wp-content/themes/prebs/images/svg/260011.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 6px;
  position: relative;
  background-repeat: no-repeat;
}

/* Nous contacter */
#menu-item-4032 span {
  background: url(/wp-content/themes/prebs/images/svg/271045.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 6px;
  position: relative;
  background-repeat: no-repeat;
}

/* LOGIN */
#menu-item-4056 span, #menu-item-4227 span {
  background: url(/wp-content/themes/prebs/images/svg/134061.svg);
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
  top: 7px;
  position: relative;
  background-repeat: no-repeat;
}

/* SINGLE PARTENAIRES fiche-model3*/
.fiche-model3 #first {
  margin-bottom: 0px;
}
.fiche-model3 #primary {
  padding-left: 0px;
  padding-right: 15px;
}
.fiche-model3 #secondary {
  padding-left: 0px;
  padding-right: 0px;
}
.fiche-model3 #first aside.bloc1-center {
  min-height: 100x;
  border: #E30613 7px solid;
  padding: 11px 0px 0px 0px;
}
.fiche-model3 #primary aside.bloc2-gauche {
  min-height: 407px;
  border: #F39200 7px solid;
}
.fiche-model3 #primary aside.bloc3-gauche {
  min-height: 407px;
  border: #FFED00 7px solid;
}
.fiche-model3 #secondary aside.bloc4-droite {
  min-height: 407px;
  border: #5AB02E 7px solid;
}
.fiche-model3 #secondary aside.bloc5-droite {
  min-height: 407px;
  border: #008BD2 7px solid;
}
.fiche-model3 .fourblock aside > h3 {
  border-bottom: none;
}
.fiche-model3 .widget-area .widget-title {
  padding: 0px;
  display: block;
  margin: 0px;
  margin-bottom: 15px;
}

.fourblock aside > h3 {
  padding: 0px;
  display: block;
  margin: 0px;
  margin-bottom: 15px;
}

/* CONTACT */
.page-template-templates-contact #primary aside.bloc1-gauche {
  height: 543px;
  overflow: auto;
}
.page-template-templates-contact #secondary aside.bloc4-droite {
  border: #5AB02E 7px solid;
  min-height: 252px;
  margin-bottom: 20px;
}

/*FICHE DE REFERENCE */
.fiche-reference .box {
  border: 1px solid;
  padding: 7px 5px;
  margin: 10px 0px;
}
.fiche-reference nav.navigation.post-navigation.clearfix {
  border: none;
}

.heigh100 {
  max-height: 100% !important;
}

.fiche-reference-single aside.asidebox {
  line-height: 30px;
  position: relative;
}
.fiche-reference-single .first_titre {
  padding: 0px;
}
.fiche-reference-single .first_titre h3 {
  text-transform: uppercase;
}
.fiche-reference-single .fiche-description {
  display: inline-block;
}
.fiche-reference-single .fiche-description .images {
  display: block;
  float: left;
}
.fiche-reference-single .fiche-description .images img {
  margin: 5px 25px 0px 0px;
  width: 220px;
  height: auto;
}
.fiche-reference-single div.motclef span {
  font-style: italic;
  font-size: 0.8rem;
}

/* CONCOUR */
.page-template-templates-concours .pods-form-front .pods-field-label {
  padding-top: 5px !important;
}
.page-template-templates-concours .pods-form-front ul.pods-form-fields {
  display: grid;
}
.page-template-templates-concours .gfield_label {
  display: none !important;
}
.page-template-templates-concours #rotate {
  display: none;
  position: relative;
}
.page-template-templates-concours button.btn.btn-default.btn-secondary.kv-hidden.fileinput-cancel.fileinput-cancel-button {
  display: none;
}
.page-template-templates-concours .form-control.file-caption.kv-fileinput-caption {
  height: 40px;
}

input#formstest {
  color: #fff;
  margin-top: 15px;
  width: 200px;
  background-color: #428bca;
  border-color: #357ebd;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 50%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-order: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.newsMtitle {
  position: absolute;
  right: 0px;
}

div.panel {
  overflow: auto !important;
}

.page-template-templates-concours .pods-form-front .pods-field-input select {
  width: auto !important;
}

.voteslist {
  display: inline-block;
  position: relative;
  width: 100%;
}

.votesimg a.thumbnail {
  margin-bottom: 0px;
}

.colorx {
  display: inline-block;
  padding: 10px;
  min-width: 100%;
}

.rating {
  background: #428bca;
  color: white;
  font-size: 24px;
}
.rating input[type=radio] {
  padding: 0;
  height: 20px;
  width: 25px;
  height: 25px;
  top: 3px;
  position: relative;
}

.votesitem {
  margin-top: 15px;
}
.votesitem .ecole {
  min-height: 54px;
}

/* FORMULAIRE SALON */
.page-template-templates-salon-education ul.gfield_checkbox {
  padding-left: 25px !important;
}
.page-template-templates-salon-education ul.gfield_checkbox li {
  display: inline-block;
  width: 50%;
}
.page-template-templates-salon-education input, .page-template-templates-salon-education textarea, .page-template-templates-salon-education select {
  border: 1px solid #000000;
}

/* Trouver une solution, j'ai mis celÃƒÂ  dans le theme option du theme, mais il
faudrait supprimer l'autre.
html {
    margin-top: 20px!important;
}
*/
/*--------------------------------------------------------------
Slider
------------------------------------------------------*/
.fly-slider {
  position: relative;
  clear: both;
  padding: 0;
}
.fly-slider .slider-inner {
  display: none;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.posts-slider .posts-slider-inner {
  display: none;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.fly-slider .slide {
  position: relative;
}
.fly-slider .slide-title {
  position: absolute;
  margin: 0;
  top: 35%;
  width: 100%;
  font-size: 26px;
  padding: 15px;
  text-align: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.posts-slider .slide-title {
  position: absolute;
  margin: 0;
  top: 35%;
  width: 100%;
  font-size: 26px;
  padding: 15px;
  text-align: center;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}

.fly-slider .slide-title a, .posts-slider .slide-title a {
  display: table;
  margin: 0 auto;
  color: #fff;
  padding: 8px;
  border: 2px solid #fff;
  text-decoration: none;
}

.featured-inner {
  background-color: #fff;
  margin: 0;
  padding: 30px 0;
}

.carousel-overlay, .thumb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.slide:hover .carousel-overlay, .recent-post:hover .carousel-overlay {
  height: 0;
}

.slide:hover .slide-title, .recent-post:hover .slide-title {
  top: -45%;
}

.slide .slide-link, .recent-post .slide-link {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #34383D;
  padding: 5px 10px;
  line-height: 1;
  opacity: 0;
  font-size: 28px;
  -webkit-transition: opacity 0.3s 0.2s;
  transition: opacity 0.3s 0.2s;
}

.slide-link a {
  color: #fff;
}

.slide:hover .slide-link, .recent-post:hover .slide-link {
  opacity: 1;
}

.owl-item .recent-post {
  text-align: center;
}

/* clearfix */
.owl-carousel {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  z-index: 99;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
  float: left;
}

/* display none until init */
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-theme .owl-controls {
  text-align: center;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 15px;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  font-size: 28px;
  background: #444;
  padding: 0 5px;
}

@media (max-width: 600px) {
  .flexgallery .flexgalleryitem {
    flex: 0 0 33%;
  }

  .owl-theme .owl-controls {
    position: relative;
    right: 0;
  }
}
.owl-buttons .fa {
  position: relative;
  top: 40%;
}

.owl-prev {
  margin-right: 10px;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
}

/*--------------------------------------------------------------
Ticker
--------------------------------------------------------------*/
.news-ticker {
  background-color: #333;
  height: 40px !important;
  overflow: hidden;
}

.ticker-title {
  padding: 10px 0;
  font-size: 18px;
}

.ticker-info {
  background-color: #F39200;
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  font-family: "MAKO", sans-serif;
}
.ticker-info .fa {
  margin-left: 5px;
}

.ticker-title a {
  color: #fff;
}

/* BEGIN SLIDERS*/
.carousel-caption a {
  color: white;
}

#myCarousel .nav {
  background: #eee;
}
#myCarousel .nav a small {
  display: block;
}

.nav-justified > li > a {
  border-radius: 0px;
}

.nav-pills > li[data-slide-to="0"].active a {
  background-color: #5AB02E;
}
.nav-pills > li[data-slide-to="1"].active a {
  background-color: #FFED00;
}
.nav-pills > li[data-slide-to="2"].active a {
  background-color: #F39200;
}
.nav-pills > li[data-slide-to="3"].active a {
  background-color: #E30613;
}

.carousel-inner {
  height: 280px;
}

.carousel-caption {
  top: 232px;
  background: #F39200;
  left: 0px;
  height: 38px;
  font-size: 28px;
  padding: 0px;
  text-align: center;
  padding-left: 19px;
  width: 100%;
}

/* END SLIDERS*/
/* LOGO POS*/
#logo_pos {
  float: left;
}

#titre_pos {
  float: right;
}

.archive .fly-slider.slider-loader .featured-inner {
  background-color: #fff;
  margin: 0;
  padding: 0px 0;
  margin-bottom: 17px;
}
.archive .fly-slider.slider-loader .slide {
  height: 300px;
}

/*--------------------------------------------------------------
Social menu
--------------------------------------------------------------*/
.social-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
.social-navigation li {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  text-align: center;
}
.social-navigation li:hover {
  background-color: transparent;
}
.social-navigation li a {
  text-decoration: none;
}
.social-navigation li a::before {
  line-height: 1;
  color: #fff;
  font-family: FontAwesome;
  font-size: 22px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.social-navigation li:hover > a::before {
  color: #ddd;
}
.social-navigation li a[href*="twitter.com"]::before {
  content: "";
}
.social-navigation a[href*="facebook.com"]::before {
  content: "";
}
.social-navigation li a[href*="plus.google.com"]::before {
  content: "";
}
.social-navigation li a[href*="dribbble.com"]::before {
  content: "";
}
.social-navigation li a[href*="pinterest.com"]::before {
  content: "";
}
.social-navigation li a[href*="youtube.com"]::before {
  content: "";
}
.social-navigation li a[href*="flickr.com"]::before {
  content: "";
}
.social-navigation li a[href*="vimeo.com"]::before {
  content: "";
}
.social-navigation li a[href*="instagram.com"]::before {
  content: "";
}
.social-navigation li a[href*="linkedin.com"]::before {
  content: "";
}
.social-navigation li a[href*="foursquare.com"]::before {
  content: "";
}
.social-navigation li a[href*="tumblr.com"]::before {
  content: "";
}

/*--------------------------------------------------------------
Animations
--------------------------------------------------------------*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

/* ACCORDEOON */
/* Style the buttons that are used to open and close the accordion panel */
button.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: auto;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  display: block;
}
button.accordion.active, button.accordion:hover {
  background-color: #ddd;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/* Style the accordion panel. Note: hidden by default */
div.panel {
  padding: 0 18px;
  background-color: white;
  /* display: none;  PQ on la masquer ?*/
}

/* COULEUR CONTACT ACORDEONS*/
#accordion a {
  color: #E30613;
}

/* The "show" class is added to the accordion panel when the user clicks on one of the buttons. This will show the panel content */
div.panel.show {
  display: block;
}

/* ACCORDION accordion-search*/
#accordion-search div.panel {
  padding: 0px;
  background-color: white;
  margin: auto;
}
#accordion-search div.panel .panel-heading {
  background-color: #333;
  border-color: #333;
  border: 0px;
}
#accordion-search div.panel .panel-heading a {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.card-header {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
}

.card-header > .card-tools {
  position: absolute;
  right: 1rem;
  top: 0.5rem;
}

.btn-tool {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  background: 0 0;
  color: #adb5bd;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

/* funkycheck : belle checkbox : à supprimer si pas besoin*/
.funkyradio div {
  clear: both;
  overflow: hidden;
}
.funkyradio label {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #D1D3D4;
  font-weight: normal;
}
.funkyradio input[type=radio]:empty,
.funkyradio input[type=checkbox]:empty {
  display: none;
}
.funkyradio input[type=radio]:empty ~ label,
.funkyradio input[type=checkbox]:empty ~ label {
  position: relative;
  line-height: 2.5em;
  text-indent: 3.25em;
  margin-top: 5px;
  cursor: pointer;
  user-select: none;
}
.funkyradio input[type=radio]:empty ~ label:before,
.funkyradio input[type=checkbox]:empty ~ label:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: "";
  width: 2.5em;
  background: #D1D3D4;
  border-radius: 3px 0 0 3px;
}
.funkyradio input[type=radio]:hover:not(:checked) ~ label,
.funkyradio input[type=checkbox]:hover:not(:checked) ~ label {
  color: #888;
}
.funkyradio input[type=radio]:hover:not(:checked) ~ label:before,
.funkyradio input[type=checkbox]:hover:not(:checked) ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #C2C2C2;
}
.funkyradio input[type=radio]:checked ~ label,
.funkyradio input[type=checkbox]:checked ~ label {
  color: #777;
}
.funkyradio input[type=radio]:checked ~ label:before,
.funkyradio input[type=checkbox]:checked ~ label:before {
  content: "✔";
  text-indent: 0.9em;
  color: #333;
  background-color: #ccc;
}
.funkyradio input[type=radio]:focus ~ label:before,
.funkyradio input[type=checkbox]:focus ~ label:before {
  box-shadow: 0 0 0 3px #999;
}
.funkyradio-default input[type=radio]:checked ~ label:before,
.funkyradio-default input[type=checkbox]:checked ~ label:before {
  color: #333;
  background-color: #ccc;
}
.funkyradio-primary input[type=radio]:checked ~ label:before,
.funkyradio-primary input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #337ab7;
}
.funkyradio-success input[type=radio]:checked ~ label:before,
.funkyradio-success input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #5cb85c;
}
.funkyradio-danger input[type=radio]:checked ~ label:before,
.funkyradio-danger input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #d9534f;
}
.funkyradio-warning input[type=radio]:checked ~ label:before,
.funkyradio-warning input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #f0ad4e;
}
.funkyradio-info input[type=radio]:checked ~ label:before,
.funkyradio-info input[type=checkbox]:checked ~ label:before {
  color: #fff;
  background-color: #5bc0de;
}

.prebs-search-result-single {
  position: relative;
}
.prebs-search-result-single .result-float {
  display: flex;
}
.prebs-search-result-single .result-float .result-left {
  width: 25%;
  display: flex;
}
.prebs-search-result-single .result-float .result-left .single-thumb {
  margin: auto;
  padding: 25px;
}
.prebs-search-result-single .result-float .result-right {
  width: 75%;
}
.prebs-search-result-single .search-figcaption {
  display: flex;
  position: relative;
  opacity: 0;
  transition: opacity 0.3s;
  background: black;
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0px;
  color: white;
  text-align: center;
}
.prebs-search-result-single .search-figcaption h1 {
  margin: auto;
  font-size: 28px;
}

.prebs-search-result-single:hover .search-figcaption {
  opacity: 0.8;
}

.front-admin-widgetblock {
  border: #008BD2 7px solid;
  padding: 15px 25px;
  margin-bottom: 20px;
  position: relative;
}
.front-admin-widgetblock .account-widget-header {
  text-align: center;
}
.front-admin-widgetblock .card-body {
  margin-top: 20px;
}
.front-admin-widgetblock .g-recaptcha > div {
  margin: 20px auto;
}

.widgetblock-header.no-border.ui-sortable-handle {
  text-align: center;
}

.card-body {
  margin-top: 20px;
}

/* BOX AND NAV : widgetblock*/
.widgetblock-tools {
  position: absolute;
  right: 10px;
  top: 10px;
}

.front-admin-widgetblock .widgetblock-minus, .front-admin-widgetblock .widgetblock-close {
  background: #008BD2;
}

/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/
.shortcuts {
  text-align: center;
}

.shortcuts .shortcut {
  width: 22.5%;
  display: inline-block;
  padding: 12px 0;
  margin: 0 0.9% 1em;
  vertical-align: top;
  text-decoration: none;
  background: #f9f6f1;
  border-radius: 5px;
}

.shortcuts .shortcut .shortcut-icon {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  font-size: 32px;
  color: #545454;
}

.shortcuts .shortcut:hover {
  background: #5AB02E;
}

.shortcuts .shortcut:hover span {
  color: #fff;
}

.shortcuts .shortcut:hover .shortcut-icon {
  color: #fff;
}

.shortcuts .shortcut-label {
  display: block;
  font-weight: 400;
  color: #545454;
}

/*------------------------------------------------------------------
[2. Stats / .stats]
*/
.stats {
  width: 100%;
  display: table;
  padding: 0 0 0 10px;
  margin-top: 0.5em;
  margin-bottom: 1.9em;
}

.stats .stat {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  font-size: 11px;
  font-weight: bold;
  color: #999;
}

.stat-value {
  display: block;
  margin-bottom: 0.55em;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: -2px;
  color: #444;
}

.stat-time {
  text-align: center;
  padding-top: 1.5em;
}

.stat-time .stat-value {
  color: #19bc9c;
  font-size: 40px;
}

.stats #donut-chart {
  height: 100px;
  margin-left: -20px;
}

/*------------------------------------------------------------------
[3. News Item / .news-items]
*/
.news-items {
  margin: 1em 0 0;
}

.news-items li {
  display: table;
  padding: 0 2em 0 1.5em;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dotted #CCC;
}

.news-items li:last-child {
  padding-bottom: 0;
  border: none;
}

.news-item-date {
  display: table-cell;
}

.news-item-detail {
  display: table-cell;
}

.news-item-title {
  font-size: 13px;
  font-weight: 600;
}

.news-item-date {
  width: 75px;
  vertical-align: middle;
  text-align: center;
}

.news-item-day {
  display: block;
  margin-bottom: 0.25em;
  font-size: 24px;
  color: #888;
}

.news-item-preview {
  margin-bottom: 0;
  color: #777;
}

.news-item-month {
  display: block;
  padding-right: 1px;
  font-size: 12px;
  font-weight: 600;
  color: #888;
}

/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/
.action-table .btn-small {
  padding: 4px 5px 5px;
  font-size: 10px;
}

.action-table .td-actions {
  width: 80px;
  text-align: center;
}

.action-table .td-actions .btn {
  margin-right: 0.5em;
}

.action-table .td-actions .btn:last-child {
  margin-rigth: 0;
}

#big_stats {
  width: 100%;
  display: table;
  margin-top: 1.5em;
}

.big-stats-container .widget-content {
  border: 0;
}

#big_stats .stat {
  width: 25%;
  height: 90px;
  text-align: center;
  display: table-cell;
  padding: 0;
  position: relative;
  border-right: 1px solid #CCC;
  border-left: 1px solid #fff;
}

#big_stats i {
  font-size: 30px;
  display: block;
  line-height: 40px;
  color: #b2afaa;
}

#big_stats .stat:hover i {
  color: #19bc9c;
}

h6.bigstats {
  margin: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  margin-bottom: 26px;
}

#big_stats .stat:first-child {
  border-left: none;
}

#big_stats .stat:last-child {
  border-right: none;
}

#big_stats .stat h4 {
  font-size: 11px;
  font-weight: bold;
  color: #777;
  margin-bottom: 1.5em;
}

#big_stats .stat .value {
  font-size: 45px;
  font-weight: bold;
  color: #545454;
  line-height: 1em;
}

@media all and (max-width: 950px) and (min-width: 1px) {
  #big_stats {
    display: block;
    margin-bottom: -40px;
  }

  #big_stats .stat {
    width: 49%;
    display: block;
    margin-bottom: 3em;
    float: left;
  }

  #big_stats .stat:nth-child(2) {
    border-right: none;
  }

  #big_stats .stat:nth-child(3) {
    border-left: none;
  }
}
@media (max-width: 767px) {
  #big_stats .stat .value {
    font-size: 40px;
  }
}
@media (max-width: 979px) {
  .shortcuts .shortcut {
    width: 31%;
  }
}
@media (max-width: 480px) {
  .stats .stat {
    margin-bottom: 3em;
  }

  .stats .stat .stat-value {
    margin-bottom: 0.15em;
    font-size: 20px;
  }

  .stats {
    float: left;
    display: block;
    margin-bottom: 0;
  }

  #chart-stats {
    margin: 2em 0 1em;
  }

  .shortcuts .shortcut {
    width: 48%;
  }
}
.ui-datepicker-calendar {
  background-color: #ebebeb;
}

/*  MODIF MODULES :: */
#main .ajax-login-register-login-container {
  display: inline-block;
}

/*  MODIF TEMPORAIRE :: */
/* SUPPRIME SURLUX FORUM /*/
.wpforo-content .mce-path {
  display: none;
}

#post-74 {
  border: none;
}

.home #main ul {
  margin-left: 26px;
}

.checkbox-div label {
  padding-right: 10px;
}

.red {
  color: red;
}

/* Nouvelle RECHECHE*/
div#rereche_full2 {
  position: relative;
  display: inline-block;
  width: 100%;
  border: solid 7px #F39200;
  margin: 10px 0px;
  background: white;
  z-index: 10;
}

#rereche_full2 .form-horizontal .form-group {
  margin: 0px;
  margin-top: 15px;
}

#rereche_full .probox {
  border: 8px solid #F39200 !important;
  box-sizing: border-box;
  height: 45px !important;
}

#rereche_full2 #recherche_top {
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 1px;
}

.btn-recherhe_sp {
  color: #fff;
  background-color: #f39200;
  margin: 4px 0px;
  min-width: 260px;
  border-radius: 0px;
  padding: 7px 15px;
}

.bouton_recherche_sp {
  text-align: center;
  top: -5px;
  position: relative;
}
.bouton_recherche_sp a {
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
}

.btn-recherhe_sp {
  font-weight: bold;
  font-size: 15px;
}

/* ANCIEN RECHECHE*/
#rereche_full {
  /* display:none;*/
}
#rereche_full .probox {
  border: 7px solid #F39200 !important;
  box-sizing: border-box;
  height: 45px !important;
}
#rereche_full #recherche_top {
  margin-top: 68px;
  margin-bottom: 10px;
}

#wpforo-wrap .wpforo-profile-wrap .h-footer {
  display: none;
}

.prebs_rouge {
  color: #E30613 !important;
}

.prebs_bleu {
  color: #008BD2 !important;
}

.prebs_orange {
  color: #F39200 !important;
}

.prebs_vert {
  color: #5AB02E !important;
}

.prebs_jaune {
  color: #FFED00 !important;
}

/*--------------------------------------------------------------
Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1299px) {
  .bouton_recherche_sp a {
    width: 100%;
  }
}
@media (max-width: 1299px) {
  .content-area {
    width: 770px;
    margin-right: 10px;
  }

  .main-navigation li {
    padding: 10px 17px;
    font-size: 21px;
  }
}
@media (max-width: 1199px) {
  .content-area {
    /*width: 673px;*/
    width: 573px;
    margin-right: 8px;
  }

  .main-navigation li {
    padding: 10px 11px;
    font-size: 17px;
  }
}
@media (max-width: 1099px) {
  .carousel-inner {
    height: auto !important;
  }

  .content-area {
    /*width: 663px;*/
    width: 633px;
  }

  .widget-area {
    width: 300px;
  }
  .widget-area .widget {
    padding: 30px 15px;
  }

  .main-navigation li {
    padding: 10px 10px;
    font-size: 17px;
  }
}
@media (min-width: 1024px) {
  html {
    margin-top: 20px;
  }

  .visible-mobile {
    display: none;
  }

  div#calendar-widget-content {
    position: absolute;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  /* AJOUT REFERENCE : RESPONSIVE*/
  .page-template-templates-references #primary aside.bloc1-gauche, .page-template-templates-reseaux #primary aside.bloc1-gauche, .page-template-templates-contact #primary aside.bloc1-gauche {
    height: auto !important;
  }

  .page-template-page-home .home-widgets aside#pods_widget_list-2, .page-template-page-home aside#recent_posts_e-2 {
    height: auto !important;
  }

  .carousel-inner {
    height: auto;
  }

  .visible-mobile {
    display: block;
  }

  .main-navigation {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .content-area, .widget-area {
    width: 100%;
  }

  .page-template-page-home aside#recent_posts_a-2, .page-template-page-home aside#recent_posts_e-2 {
    margin-bottom: 0px !important;
  }
}
@media (max-width: 991px) {
  .recent_posts_d .recent-post:nth-of-type(3n+1) {
    clear: none;
  }
  .recent_posts_d .recent-post:nth-of-type(2n+1) {
    clear: left;
  }

  .bouton_recherche_sp {
    display: none;
  }
}
@media (min-width: 767px) {
  #titre_pos2 {
    float: left;
    top: 38px;
    position: relative;
  }
}
@media (max-width: 767px) {
  #titre_pos2 {
    float: none;
    top: 18px;
    position: relative;
  }

  .recent_posts_a .recent-post:nth-of-type(4) {
    clear: left;
  }

  .recent-post .entry-meta, .recent_posts_b .first-post {
    margin-bottom: 15px;
  }

  .social-navigation ul, .site-info {
    text-align: center;
  }

  .social-navigation {
    margin-top: 15px;
  }
}
@media (max-width: 699px) {
  .recent_posts_a .recent-thumb, .recent_posts_a .recent-content {
    width: 100%;
  }

  .first-post .entry-title {
    margin: 15px 0;
  }

  .home-masonry .hentry {
    padding: 30px 15px;
  }

  .site-logo.show-title {
    margin: 0 0 15px;
    float: none;
  }

  .site-branding {
    text-align: center;
  }

  .ticker-info, .ticker-inner, .news-ticker {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .recent_posts_d .recent-post {
    width: 100%;
  }

  .widget-inner {
    padding: 5px;
  }

  .site-content, .site-header, .latest-news {
    padding-left: 0;
    padding-right: 0;
  }

  .comment-list .children {
    padding: 0;
  }

  .recent_posts_b .entry-title {
    margin-top: 0;
  }

  .site-title {
    font-size: 32px;
  }

  .home-widgets .widget-title {
    font-size: 26px;
  }

  h1 {
    font-size: 32px;
  }

  .nav-previous, .nav-next {
    max-width: 100%;
    width: 100%;
  }

  .nav-previous {
    margin-bottom: 10px;
  }
}
@media (max-width: 420px) {
  #titre_pos2 {
    float: left;
    top: 18px;
    position: relative;
  }

  .newsMtitle {
    display: none;
  }
}
@media (max-width: 320px) {
  .comment-body {
    padding: 15px 5px;
  }

  .hentry {
    padding: 30px 10px;
  }

  .news-ticker {
    height: 60px !important;
  }
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/* OPTION ACCESSIBILITER */
#open_oolacc {
  background: #008BD2;
  color: #FFF;
  border-bottom: 1px solid #008BD2;
  border-right: 1px solid #008BD2;
  margin-top: 50px;
  margin-right: 100px;
  border-radius: 50px;
}

#oolacc.topright {
  top: 48px;
  right: 100px;
}

#close_oolacc {
  background: #008BD2;
  color: #fff;
}

#oolacc div#ool_font_a button {
  color: #008BD2;
}

body.ool_readable_font * {
  font-family: "Verdana", sans-serif !important;
}
body.ool_underline_links a {
  text-decoration: underline !important;
}

.text_white p, .text_white a, .text_white span {
  color: white !important;
}

.text_888 p, .text_888 a, .text_888 span {
  color: #888 !important;
}

.ool_accessibility_zoom {
  /* AJOUT REFERENCE : RESPONSIVE*/
}
.ool_accessibility_zoom .page-template-templates-references #primary aside.bloc1-gauche, .ool_accessibility_zoom .page-template-templates-reseaux #primary aside.bloc1-gauche, .ool_accessibility_zoom .page-template-templates-contact #primary aside.bloc1-gauche {
  height: auto !important;
}
.ool_accessibility_zoom .page-template-page-home .home-widgets aside#pods_widget_list-2, .ool_accessibility_zoom .page-template-page-home aside#recent_posts_e-2 {
  height: auto !important;
}
.ool_accessibility_zoom .carousel-inner {
  height: auto;
}
.ool_accessibility_zoom .visible-mobile {
  display: block;
}
.ool_accessibility_zoom .main-navigation {
  display: none;
}
.ool_accessibility_zoom .mobile-nav {
  display: block;
}
.ool_accessibility_zoom .content-area, .ool_accessibility_zoom .widget-area {
  width: 100%;
}
.ool_accessibility_zoom .page-template-page-home aside#recent_posts_a-2, .ool_accessibility_zoom .page-template-page-home aside#recent_posts_e-2 {
  margin-bottom: 0px !important;
}
.ool_accessibility_zoom .container {
  width: auto;
}
.ool_accessibility_zoom aside {
  height: auto !important;
}
.ool_accessibility_zoom #myCarousel .carousel-inner {
  height: auto !important;
}
.ool_accessibility_zoom #myCarousel .carousel-caption {
  top: auto;
  height: auto;
}
.ool_accessibility_zoom #myCarousel img {
  margin: auto;
}
.ool_accessibility_zoom .slicknav_btn {
  display: none;
}
.ool_accessibility_zoom ul.slicknav_nav.slicknav_hidden {
  display: block !important;
  position: relative;
}
.ool_accessibility_zoom .logomobile {
  max-width: 300px;
}
.ool_accessibility_zoom.page-template-page-home #calendar-widget {
  height: 500px;
}
.ool_accessibility_zoom div.ajaxsearchpro[id*=ajaxsearchpro] .probox .promagnifier .innericon svg,
.ool_accessibility_zoom div.ajaxsearchpro[id*=ajaxsearchpro] .probox .prosettings .innericon svg {
  vertical-align: top;
}
.ool_accessibility_zoom.page-template-templates-contact .block-permanences {
  width: 49%;
  float: left;
}
.ool_accessibility_zoom.page-template-templates-contact .block-chat {
  min-height: 270px !important;
  width: 49%;
  float: right;
}
.ool_accessibility_zoom .bouton_recherche_sp a {
  width: 100%;
}
.ool_accessibility_zoom .content-area div.radio label {
  display: flex;
}
.ool_accessibility_zoom .content-area div.radio label input[type=radio] {
  position: relative;
  margin: auto 10px auto;
}
.ool_accessibility_zoom #ajaxsearchpro1_1 .probox,
.ool_accessibility_zoom #ajaxsearchpro1_2 .probox,
.ool_accessibility_zoom div.ajaxsearchpro[id*=ajaxsearchpro1_] .probox {
  height: auto;
  background: none;
  border: none;
}
.ool_accessibility_zoom #ajaxsearchpro1_1 .probox .proinput input.orig,
.ool_accessibility_zoom #ajaxsearchpro1_2 .probox .proinput input.orig,
.ool_accessibility_zoom div.ajaxsearchpro[id*=ajaxsearchpro1_] .probox .proinput input.orig {
  height: auto;
  background: none;
  border: none;
}
.ool_accessibility_zoom div.ajaxsearchpro[id*=ajaxsearchpro1_] .probox .proinput input.orig::-webkit-input-placeholder {
  font-size: 1em;
}
.ool_accessibility_zoom .oolacc-responsive.oolacc-toolbar {
  left: -33px;
  opacity: 0.6;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.ool_accessibility_zoom .oolacc-responsive.oolacc-toolbar.hover {
  left: 0px !important;
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

body.ool_readable_font .fa, body.ool_readable_font .far, body.ool_readable_font .fas {
  font-family: "Font Awesome 5 Free" !important;
}
body.ool_readable_font .glyphicon {
  font-family: "Glyphicons Halflings";
}
body.ool_readable_font .ergobar [class^=ool-icon-], body.ool_readable_font .ergobar [class*=" ool-icon-"] {
  font-family: "ool-icomoon" !important;
}

.ergobar [class^=ool-icon-], .ergobar [class*=" ool-icon-"] {
  font-family: "ool-icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ergobar2 {
  top: -15px;
  width: 400px;
  margin: 0px 0px 0px auto;
  border: 2px solid #008BD2;
  padding: 2px 12px;
  text-align: center;
  position: relative;
  display: flex;
}
.ergobar2 .logo_handicape {
  margin: auto 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}
.ergobar2 .list-button {
  margin: auto 0px 0px auto;
}
.ergobar2 button {
  border: none;
  background: none;
}
.ergobar2 button#acapela {
  display: none;
}
.ergobar2 button span {
  background: transparent;
  font-size: 38px;
}

.ergobar1 {
  position: relative;
  top: -13px;
  margin-bottom: 13px;
  text-align: right;
}

.ergobar .ool-icon-black:before {
  content: "";
}
.ergobar .ool-icon-black_and_white:before {
  content: "";
}
.ergobar .ool-icon-flash:before {
  content: "";
}
.ergobar .ool-icon-font:before {
  content: "";
}
.ergobar .ool-icon-link:before {
  content: "";
}
.ergobar .ool-icon-white:before {
  content: "";
}
.ergobar .acapela-icon {
  background: url(images/picto-def-auditive-black.svg);
  width: 41px;
  background-repeat: no-repeat;
  height: 47px;
  top: 10px;
  left: 13px;
  position: absolute;
}

/*# sourceMappingURL=prebs.css.map */
