@charset "UTF-8";
/*!
Theme Name: CRGL_base_theme
Theme URI: http://underscores.me/
Author: CarlosRGL
Author URI: http://CarlosRGL
Description: a wordpress theme based in underscore
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: crgl_base_theme
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

CRGL_base_theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  font-family: 'Open Sans';
}

blockquote,
q {
  quotes: '' '';
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: Viga;
}

h1 {
  font-size: 36px;
}

h2 {
  color: #de3061;
  font-size: 24px;
}

h3 {
  color: #0a4a5f;
  font-size: 24px;
}

.home .site-header {
  width: 100%;
  background-image: url('assets/img/background.png');
  height: 610px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.site-header {
  width: 100%;
  background-image: url('assets/img/background.png');
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.container {
  margin: 0 auto;
  width: 1260px;
  position: relative;
}

.colonne-center {
  width: 76.2%;
  float: right;
  padding-left: 50px;
}

.colonne-gauche {
  width: 23.8%;
  float: left;
}

.home .colonne-center {
  width: 76.2%;
  float: left;
  padding-left: 0px;
}

.home .colonne-droite {
  width: 23.8%;
  float: right;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

ul li a {
  text-decoration: none;
}

ul li a:hover {
  text-decoration: underline;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*Positioning and styling for navigation controls.*/
/*Change at your will.*/
/*Parent container for navigation arrows*/
.slider-nav {
  position: relative;
  z-index: 4;
  width: 100%;
  color: white;
  font-size: 30px;
  top: 35%;
}

/*Both right and left nav arrows*/
.slider-nav span {
  text-align: center;
  cursor: pointer;
  position: absolute;
  font-size: 25px;
  color: #729f3b;
  border: solid 1px #729f3b;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 55px;
  background-color: #ffffff;
}

/*Left nav arrow*/
.slider-nav .nav-left {
  left: 10px;
  z-index: 9999;
}

/*Right nav arrow*/
.slider-nav .nav-right {
  right: 10px;
  z-index: 9999;
}

/*Pagination container can be styled by '.jcider-pagination'*/
.jcider-pagination {
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 80%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*Styling for pagination points*/
.jcider-pagination .point {
  background: none;
  border-radius: 50%;
  margin: 0 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1.5px solid #f39200;
  cursor: pointer;
}

.point2 {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 3px #ffffff;
  display: inline-block;
}

/*Styling for active pagination point*/
.jcider-pagination .point.active {
  background-color: #f39200;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.collapse-card {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  color: #777;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.collapse-card * {
  box-sizing: border-box;
}

.collapse-card.active {
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.18824);
  z-index: 200;
  margin: 1rem -1rem;
}

.collapse-card.active .collapse-card__heading:hover::after {
  content: '\f066';
}

.collapse-card .collapse-card__heading:hover::after {
  content: '\f065';
}

.collapse-card__heading {
  cursor: pointer;
  padding: 1rem;
  position: relative;
}

.collapse-card__heading:before,
.collapse-card__heading:after {
  content: ' ';
  display: table;
}

.collapse-card__heading:after {
  clear: both;
}

.collapse-card__heading i {
  float: left;
}

.collapse-card__heading::after {
  color: #404040;
  font-family: 'FontAwesome';
  font-size: 1rem;
  line-height: 2rem;
  padding-left: 0.4rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
}

.collapse-card__title {
  font-size: 1rem;
  line-height: 2rem;
  margin: 0 2rem 0 0;
  text-overflow: ellipsis;
}

.collapse-card__body {
  padding: 0 1rem 1rem 1rem;
  display: none;
}

.collapse-card__body h4 {
  margin-bottom: 0;
}

.collapse-card__body ul li a {
  color: #07b4fc;
}

.collapse-card__body ul li a:hover {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
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);
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'] {
  padding: 3px;
}

textarea {
  padding-left: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #3593b2;
  text-decoration: none;
}

a:visited {
  color: #00b6fd;
}

a:hover,
a:focus,
a:active {
  color: #00b6fd;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  vertical-align: top;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.8);
  font-family: Viga;
  color: #3593b2;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 900;
}

.main-navigation .menu-menu-principal-container > ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin-left: 320px;
}

.main-navigation .menu-menu-principal-container > ul > li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  height: 92px;
  padding: 1.2em 0;
  margin: 0 9px;
  font-size: 16px;
  text-align: left;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.main-navigation .menu-menu-principal-container > ul > li:hover .sub-menu {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(1) {
  width: 51px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(2) {
  width: 89px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(3) {
  width: 123px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(4) {
  width: 99px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(5) {
  width: 155px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(6) {
  width: 115px;
}

.main-navigation .menu-menu-principal-container > ul > li:nth-child(7) {
  width: 113px;
}

.main-navigation .menu-menu-principal-container > ul > li a {
  text-decoration: none;
  color: #3593b2;
}

.main-navigation .menu-menu-principal-container > ul > li a:hover {
  text-decoration: underline;
}

.main-navigation .menu-menu-principal-container > ul ul {
  float: left;
  position: absolute;
  top: 4.5em;
  left: -999em;
  z-index: 99999;
  padding: 1em;
  margin-left: 0;
  background-color: #00b6fd;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -webkit-transform: scale(0.25, 0);
  -ms-transform: scale(0.25, 0);
  transform: scale(0.25, 0);
  opacity: 0;
  -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: none !important;
  animation: none !important;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.main-navigation .menu-menu-principal-container > ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation .menu-menu-principal-container > ul ul li:hover > ul,
.main-navigation .menu-menu-principal-container > ul ul li.focus > ul {
  left: 100%;
}

.main-navigation .menu-menu-principal-container > ul ul a {
  width: 200px;
  color: white;
  padding: 0.5em 0;
}

.main-navigation .menu-menu-principal-container > ul li:hover > ul,
.main-navigation .menu-menu-principal-container > ul li.focus > ul {
  left: auto;
}

.main-navigation .menu-menu-principal-container a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#menu-lvl3 {
  margin-bottom: 50px;
  font-family: Viga;
}

#menu-lvl3 .parent-title {
  background-color: #07b4fc;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  padding: 20px;
  color: white;
  font-size: 24px;
}

#menu-lvl3 .submenu > li a {
  padding: 10px 0;
  display: block;
  padding-left: 25px;
  border-bottom: solid 1px white;
  background-color: #f3f5f6;
  color: #3593b2;
}

#menu-lvl3 .submenu > li a::before {
  content: '» ';
}

#menu-lvl3 .submenu > li a:hover {
  color: black;
  background-color: #eeeeee;
}

#menu-lvl3 .submenu > li .subsubmenu li a {
  padding-left: 3em;
  font-size: 14px;
  color: black;
}

#menu-lvl3 .submenu > li .subsubmenu li a:before {
  content: '> ';
}

#menu-lvl3 .submenu .current_page_item a,
#menu-lvl3 .submenu .current_sub_sub_item a {
  color: black;
  background-color: #eeeeee;
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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: 0.875rem;
  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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# 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-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.home .site-header {
  position: relative;
  margin-bottom: 35px;
}

.home .site-header .site-logo {
  position: absolute;
  z-index: 999;
  left: -23px;
}

.home .site-header .site-logo h1 {
  margin: 0;
}

.home .site-header .slider_header {
  position: absolute !important;
  z-index: 1;
  top: 0;
  width: 1260px;
}

.home .site-header .slider_header ul {
  margin: 0;
  padding: 0;
  height: 610px;
}

.home .site-header .slider_header ul li {
  list-style: none;
}

.home .site-header .slider_header ul li div {
  height: 545px;
  background-size: cover;
  background-position: center;
}

.home .site-header .bandeau_slider {
  background-image: url('assets/img/bandeau-slider.png');
  background-position: center;
  background-size: cover;
  height: 147px;
  position: relative;
  top: 371px;
  z-index: 999;
}

.home .site-header .bandeau_slider .header-search {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.home .site-header .bandeau_slider .header-search form div .box-recherche {
  border-color: white !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px;
}

.home .site-header .bandeau_slider .header-search form div .loupe {
  position: relative;
  right: 25px;
  top: 5px;
}

.site-header {
  position: relative;
  margin-bottom: 25px;
}

.site-header .site-logo {
  position: absolute;
  z-index: 999;
  left: -23px;
}

.site-header .site-logo h1 {
  margin: 0;
}

.site-header .img_slider-header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 260px;
}

.site-header .img_slider-header .header-search {
  position: absolute;
  bottom: 0;
  left: 30px;
}

.site-header .img_slider-header .header-search form div .box-recherche {
  border-color: white !important;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px;
}

.site-header .img_slider-header .header-search form div .loupe {
  position: relative;
  right: 25px;
  top: 5px;
}

.site-header .img_slider-header .img-bandeu-int {
  position: absolute;
  right: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home .colonne-center .alaune {
  width: 511px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.home .colonne-center .alaune h2 {
  margin: 0;
  font-family: Viga;
  text-transform: uppercase;
  font-size: 35px;
}

.home .colonne-center .alaune h2 a {
  text-decoration: none;
  color: black;
}

.home .colonne-center .alaune h2 a span {
  color: #de3061;
}

.home .colonne-center .alaune .slider_alaune ul {
  background-color: #f3f5f6;
  max-height: 530px;
}

.home .colonne-center .alaune .slider_alaune ul li .img_slider-alaune {
  height: 250px;
  background-size: cover;
  background-position: center;
}

.home .colonne-center .alaune .slider_alaune ul li .text_title {
  margin-top: 0 20px 20px 20px;
}

.home .colonne-center .alaune .slider_alaune ul li .text_title a {
  font-family: Viga;
  color: #de3061;
  font-size: 24px;
}

.home .colonne-center .alaune .slider_alaune ul li .text_title span {
  font-style: italic;
  font-weight: 300;
  font-size: 15px;
  color: #3593b2;
}

.home .colonne-center .alaune .slider_alaune ul li .text-container {
  padding: 20px;
}

.home
  .colonne-center
  .alaune
  .slider_alaune
  ul
  li
  .text-container
  .text-content {
  color: #6f6f6f;
  font-size: 15px;
}

.home
  .colonne-center
  .alaune
  .slider_alaune
  ul
  li
  .text-container
  .liresuite
  a {
  color: white;
  text-decoration: none;
  font-family: Viga;
  background-color: #19a3dc;
  padding: 10px 20px;
  display: inline-block;
}

.home
  .colonne-center
  .alaune
  .slider_alaune
  ul
  li
  .text-container
  .liresuite
  a:hover {
  text-decoration: underline;
}

.home .colonne-center .alaune .jcider-pagination {
  left: 10%;
  bottom: 55%;
}

.home .colonne-center .alaune .jcider-pagination .point {
  width: 10px;
  height: 10px;
  border: none;
  background-color: white;
  margin: 0 3px;
}

.home .colonne-center .alaune .jcider-pagination .active {
  background-color: #de3061;
}

.home .colonne-center .alaune .jcider-pagination .point2 {
  display: none;
}

.home .colonne-center .agenda {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 400px;
}

.home .colonne-center .agenda .fuckkkkkkkkborder {
  border: solid 1px #e8e8e8;
}

.home .colonne-center .agenda h2 {
  margin: 15px 0 0 0;
  font-family: Viga;
  text-transform: uppercase;
  font-size: 25px;
  color: black;
}

.home .colonne-center .agenda h2 a {
  text-decoration: none;
  color: black;
}

.home .colonne-center .agenda .agenda-list0 .img_agenda {
  height: 250px;
  position: relative;
  background-size: cover;
  background-position: center;
}

.home .colonne-center .agenda .agenda-list0 .img_agenda .agenda-description {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  color: white;
  width: 100%;
  padding: 14px 23px;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .date-container {
  display: inline-block;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .date-container
  span {
  font-weight: 600;
  color: #61cdfa;
  display: block;
  line-height: 20px;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .date-container
  .date-agenda2 {
  font-size: 24px;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .text-container {
  display: inline-block;
  vertical-align: top;
  width: 75%;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .text-container
  .text_title {
  padding-left: 10px;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  font-weight: 600;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a:hover {
  text-decoration: underline;
}

.home
  .colonne-center
  .agenda
  .agenda-list0
  .img_agenda
  .agenda-description
  .text-container
  .text-content {
  display: none;
}

.home .colonne-center .agenda .agenda-list1,
.home .colonne-center .agenda .agenda-list2 {
  display: inline-block;
  vertical-align: top;
  width: 49%;
}

.home .colonne-center .agenda .agenda-list1 .img_agenda,
.home .colonne-center .agenda .agenda-list2 .img_agenda {
  background-image: none !important;
}

.home .colonne-center .agenda .agenda-list1 .img_agenda .agenda-description,
.home .colonne-center .agenda .agenda-list2 .img_agenda .agenda-description {
  padding: 20px 15px;
}

.home
  .colonne-center
  .agenda
  .agenda-list1
  .img_agenda
  .agenda-description
  .date-container,
.home
  .colonne-center
  .agenda
  .agenda-list2
  .img_agenda
  .agenda-description
  .date-container {
  color: #61cdfa;
  font-weight: 600;
}

.home
  .colonne-center
  .agenda
  .agenda-list1
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a,
.home
  .colonne-center
  .agenda
  .agenda-list2
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a {
  color: #0a4a5f;
  text-decoration: none;
  font-weight: 600;
}

.home
  .colonne-center
  .agenda
  .agenda-list1
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a:hover,
.home
  .colonne-center
  .agenda
  .agenda-list2
  .img_agenda
  .agenda-description
  .text-container
  .text_title
  a:hover {
  text-decoration: underline;
}

.home
  .colonne-center
  .agenda
  .agenda-list1
  .img_agenda
  .agenda-description
  .text-container
  .text-content,
.home
  .colonne-center
  .agenda
  .agenda-list2
  .img_agenda
  .agenda-description
  .text-container
  .text-content {
  color: #07b4fc;
  font-size: 15px;
  margin: 0;
}

.home .colonne-center .agenda .liresuite {
  padding: 0 15px 20px 15px;
  display: block;
}

.home .colonne-center .agenda .liresuite a {
  color: white;
  text-decoration: none;
  font-family: Viga;
  background-color: #19a3dc;
  padding: 10px 20px;
  display: inline-block;
}

.home .colonne-center .agenda .liresuite a:hover {
  text-decoration: underline;
}

/*--------------------------------------------------------------
## Pages & articles
--------------------------------------------------------------*/
/*BREADCRUMBS*/
.top-page {
  padding-bottom: 15px;
  margin-bottom: 35px;
  border-bottom: 1px solid #f3f5f6;
}

.top-page .breadcrumbs {
  font-size: 14px;
}

.top-page .breadcrumbs .item-home {
  margin-right: 10px;
}

.top-page .breadcrumbs .separator {
  color: #3593b2;
  margin: 0 5px;
}

.top-page .breadcrumbs .item-parent a,
.top-page .breadcrumbs .item-cat a {
  color: #3593b2;
  text-decoration: none;
}

.top-page .breadcrumbs .item-parent a:hover,
.top-page .breadcrumbs .item-cat a:hover {
  text-decoration: underline;
}

.top-page .breadcrumbs .item-current {
  font-style: italic;
  color: #828282;
}

.top-page .print {
  background-image: url('assets/img/print.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: white;
  background-color: transparent;
  float: right;
  padding: 0;
  width: 23px;
  height: 21px;
  position: relative;
  bottom: 15px;
}

.top-page .print:hover {
  border-color: white;
  background-color: transparent;
}

.colonne-center h1 {
  margin-bottom: 20px;
}

.colonne-center article .entry-content {
  font-size: 15px;
  color: #6f6f6f;
}

.colonne-center article .entry-content h2 {
  margin: 30px 0 20px;
}

.colonne-center article .entry-content .img_post {
  width: 450px;
  height: 300px;
  float: right;
  margin: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.colonne-center article .entry-content strong {
  color: #0a4a5f;
  font-weight: 600;
}

.colonne-center article .entry-content ul {
  padding-left: 1em;
}

.colonne-center article .entry-content ul li a:before {
  content: ' »  ';
  color: #de3061;
}

.colonne-center article .entry-content ul li ul li a:before {
  content: '■  ';
  color: #de3061;
}

.colonne-center .liste-fichiers h2 {
  margin-bottom: 10px;
}

.colonne-center .liste-fichiers ul li {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 10px;
}

.colonne-center .liste-fichiers ul li:hover {
  background-color: #f3f5f6;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.colonne-center .liste-fichiers ul li img,
.colonne-center .liste-fichiers ul li div {
  display: inline-block;
  vertical-align: top;
}

.colonne-center .liste-fichiers ul li img {
  margin-right: 15px;
}

.colonne-center .liste-fichiers ul li div a {
  font-size: 17px;
  color: #0a4a5f;
  font-weight: 600;
}

.colonne-center .liste-fichiers ul li div p {
  margin: 0;
  font-size: 15px;
  color: #585858;
  margin-top: 5px;
}

/*ARCHIVES*/
.archive .colonne-center h1,
.page-template-list-page .colonne-center h1 {
  margin-bottom: 20px;
}

.archive .colonne-center .agenda-list,
.page-template-list-page .colonne-center .agenda-list {
  margin-bottom: 30px;
  height: 160px;
}

.archive .colonne-center .agenda-list .img_archives,
.page-template-list-page .colonne-center .agenda-list .img_archives {
  width: 270px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
  background-repeat: no-repeat;
  background-size: cover;
}

.archive .colonne-center .agenda-list .agenda-description,
.page-template-list-page .colonne-center .agenda-list .agenda-description {
  display: inline-block;
  width: 65%;
}

.archive .colonne-center .agenda-list .agenda-description .text-container,
.page-template-list-page
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container {
  border-top: solid 1px #e8e8e1;
  padding-top: 30px;
}

.archive
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .date-container,
.page-template-list-page
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .date-container {
  color: #19a3dc;
}

.archive
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .text_title
  a,
.page-template-list-page
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .text_title
  a {
  font-family: Viga;
  text-decoration: none;
  color: #0a4a5f;
}

.archive
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .text_title
  a:hover,
.page-template-list-page
  .colonne-center
  .agenda-list
  .agenda-description
  .text-container
  .text_title
  a:hover {
  text-decoration: underline;
}

.archive .colonne-center .agenda-list:hover,
.page-template-list-page .colonne-center .agenda-list:hover {
  background-color: #f3f5f6;
}

/*TROMBINOSCOPE*/
.elus_trombi .elus-container {
  display: inline-block;
  width: 210px;
  text-align: center;
  padding: 25px 0;
  border-top: solid 1px #e5eaed;
  border-bottom: solid 1px #e5eaed;
  margin-right: 15px;
  margin-bottom: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.elus_trombi .elus-container:hover {
  background-color: #f3f5f6;
  border-top: solid 1px #de3061;
  border-bottom: solid 1px #de3061;
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  transform: translate(0, -4px);
}

.elus_trombi .elus-container:nth-child(4n + 0) {
  margin-right: 0;
}

.elus_trombi .elus-container .img_elu {
  width: 160px;
  height: 200px;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  background-color: white;
  margin-bottom: 20px;
}

.elus_trombi .elus-container .nom_elu a {
  color: #0a4a5f;
  font-size: 14px;
  font-style: bold;
}

.elus_trombi .elus-container .infos_elu p {
  margin: 0;
  color: #585858;
  font-size: 14px;
}

/*Commissions*/
.comissions h3 {
  font-size: 18px;
}

.elus h2 {
  margin-bottom: 20px;
}

.elus .img_post_elu {
  width: 160px;
  height: 200px;
  background-size: cover;
  background-position: center;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}

.elus .infos_elu {
  display: inline-block;
  width: 70%;
}

/*INFOS PAGE*/
.infos-page .informes,
.infos-page .pratique {
  font-family: Viga;
  position: relative;
}

.infos-page .informes h2,
.infos-page .pratique h2 {
  text-transform: uppercase;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #000000;
}

.infos-page .informes img,
.infos-page .pratique img {
  position: absolute;
  top: 0;
  right: 0;
}

.infos-page .informes ul,
.infos-page .pratique ul {
  border-radius: 5px;
  padding: 25px 15px;
}

.infos-page .informes ul li,
.infos-page .pratique ul li {
  margin-left: 15px;
}

.infos-page .informes ul li a,
.infos-page .pratique ul li a {
  color: white;
}

.infos-page .informes ul li a:before,
.infos-page .pratique ul li a:before {
  content: '»  ';
}

.infos-page .informes {
  margin-bottom: 30px;
}

.infos-page .informes img {
  top: -9px;
  right: -6px;
}

.infos-page .informes ul {
  background-color: #de3061;
}

.infos-page .pratique img {
  top: -4px;
  right: 10px;
}

.infos-page .pratique ul {
  background-color: #fa7534;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
  margin-top: 30px;
  height: 186px;
  background-color: #f3f5f6;
  padding-top: 27px;
}

.site-footer .site-info {
  height: 100px;
  background-color: #e6ebed;
  width: 938px;
  padding: 12px;
  display: inline-block;
  vertical-align: top;
}

.site-footer .site-info .adress {
  display: inline-block;
  vertical-align: middle;
}

.site-footer .site-info .adress .logo-footer {
  display: inline-block;
  vertical-align: top;
}

.site-footer .site-info .adress .coordonnes {
  color: #6f6f6f;
  font-size: 15px;
  line-height: 18px;
  display: inline-block;
  margin-left: 18px;
  margin-right: 90px;
}

.site-footer .site-info .liens {
  display: inline-block;
}

.site-footer .site-info .liens ul {
  margin: 0;
  padding: 0;
}

.site-footer .site-info .liens ul li {
  list-style: none;
  display: inline-block;
  text-decoration: underline;
  font-size: 15px;
  margin-right: 30px;
}

.site-footer .site-info .liens ul li:last-child {
  margin-right: 0;
}

.site-footer .site-info .liens ul li img {
  margin-right: 20px;
}

.site-footer .site-info .liens ul li a {
  color: #19a3dc;
  position: relative;
  bottom: 5px;
}

.site-footer .bulletin {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.site-footer .bulletin h2 {
  margin: 0;
  font-family: Viga;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 25px;
  color: black;
}

.site-footer .bulletin img {
  display: inline-block;
  margin-right: 10px;
  margin-top: 8px;
}

.site-footer .bulletin div {
  display: inline-block;
  vertical-align: top;
  margin-top: 8px;
}

.site-footer .bulletin a {
  color: #19a3dc;
  font-size: 15px;
}

.site-footer .menu {
  font-size: 12px;
}

.site-footer .menu li {
  display: inline-block;
}

.site-footer .menu li:first-child:after {
  content: ' | ';
}

.site-footer .menu li a {
  text-decoration: underline;
  color: #6f6f6f;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1260px) {
  .menu-menu-principal-container {
    display: none;
  }
  .container {
    margin: 0 auto;
    width: 768px;
    position: relative;
  }
  .site-header {
    height: 554px;
  }
  .site-header .slider_header {
    width: 768px !important;
  }
  .site-header .bandeau_slider {
    background-size: contain !important;
    background-repeat: no-repeat;
    height: 90px !important;
  }
  .colonne-center,
  .colonne-droite {
    width: 100% !important;
    float: none;
  }
  .colonne-center {
    text-align: center;
  }
  .colonne-center .alaune,
  .colonne-center .agenda {
    text-align: left;
    width: 47% !important;
    display: inline-block;
    vertical-align: top;
  }
  .colonne-droite .infos-page .informes,
  .colonne-droite .infos-page .pratique {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    margin-top: 30px;
  }
  .site-footer {
    height: auto;
  }
  .site-footer .site-info {
    width: 100%;
    height: auto;
  }
  .site-footer .site-info .liens {
    vertical-align: top;
  }
  .site-footer .site-info .liens ul li {
    display: block;
  }
}

@media (max-width: 768px) {
  .archive .colonne-center .agenda-list,
  .page-template-list-page .colonne-center .agenda-list {
    height: auto !important;
  }
  .site-main {
    margin-top: 100px;
  }
  .colonne-center article .entry-content .img_post {
    width: 100%;
  }
  .colonne-gauche {
    width: 100%;
    float: none;
  }
  .shiftnav-main-toggle-content > a {
    display: none;
  }
  header {
    height: 100% !important;
  }
  .bandeau_slider {
    top: 0 !important;
    background-image: none !important;
  }
  .slider_header,
  .img_slider-header {
    display: none;
  }
  .container {
    margin: 0 auto;
    width: 320px;
    position: relative;
  }
  .site-header {
    height: 400px;
  }
  .site-header .site-logo {
    left: 0;
  }
  .site-header .slider_header {
    width: 320px !important;
  }
  .site-header .slider_header ul li div {
    height: 400px;
  }
  .site-header .bandeau_slider {
    background-size: contain !important;
    background-repeat: no-repeat;
    top: 244px;
  }
  .colonne-center {
    float: none !important;
    width: 100% !important;
    padding: 0;
  }
  .colonne-center .alaune,
  .colonne-center .agenda {
    width: 100% !important;
  }
  .colonne-center .alaune .slider_alaune ul {
    max-height: 600px !important;
  }
  .colonne-droite {
    float: none !important;
    width: 100% !important;
  }
  .colonne-droite .infos-page .informes,
  .colonne-droite .infos-page .pratique {
    display: block;
    vertical-align: top;
    width: 100%;
    margin-top: 30px;
  }
  .site-footer {
    height: auto;
  }
  .site-footer .bulletin {
    margin-top: 30px;
  }
}
