@charset "UTF-8";
/*!
Theme Name:  Afsop
Author:      Agora-dev / Julien Rondeau
Author URI:  http://www.julienrondeau.fr
Template:    Divi
Version:     1.0
Tags:        responsive-layout, sass, gulp, susy, breakpoint, wordpress

Afsop is a Divi child-theme.

Afsop is structured with SASS (http://sass-lang.com/) with a 7-1 architecture, is using Susy (http://susy.oddbird.net/) as grid system, Mappy-Breakpoint (https://github.com/zellwk/mappy-breakpoints) to manage the media queries and Gulp (http://gulpjs.com/) to automate the workflow.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * px to em conversion
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: em(30); }
 * @returns {number}
 */
/**
 * px to rem
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: rem(30); }
 * @returns {number}
 */
/**
 * em to px conversion
 * @link http://www.pjmccormick.com/sweet-sass-function-convert-px-em
 * @requires {variable} $base-font-size
 * @param {number} $target - size to convert
 * @param {number} $context ($base-font-size) - context conversion is based on
 * @example scss
 * .foobar { padding-bottom: px(30); }
 * @returns {number}
 */
/**
 * Buttons
 * This customises your buttons with a different background color and text color.
 * If no text color is specified it will default to white.
 * @param {String} $color-background - background color
 * @param {String} $color-text (#fff) - text color
 * @example scss
 * .foobar { @include btn(#f37) { ... } }
 */
/**
 * Retina Displays
 * @param {String} $image - image url
 * @param {String} $width - image width
 * @param {String} $height - image height
 * @example scss
 * .foobar { @include image-2x('img/logo.png', 200px, 300px) { ... } }
 */
/* Text meant only for screen readers. */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.z-index-1 {
  z-index: 10 !important;
}

.z-index-0 {
  z-index: -1;
}

.sticky-footer {
  position: absolute;
  bottom: 0;
}

#top-header {
  z-index: 0;
}

#main-header {
  z-index: 200 !important;
  box-shadow: none;
}

#main-header .container {
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

#main-header .logo_container {
  width: 95% !important;
}

#main-header #logo {
  margin-top: 5px;
  z-index: 10;
}

#main-header .logo_helper {
  display: none;
}

#main-header .description {
  font-size: 0.6875rem !important;
  line-height: 1.1 !important;
  color: #4c4190;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 768px) {
  #main-header .description {
    font-size: 1rem !important;
    line-height: 1.3 !important;
  }
}

@media screen and (min-width: 1025px) {
  #main-header .description {
    font-size: 1.125rem !important;
    line-height: 1.3 !important;
  }
}

#main-header .description strong {
  font-weight: 900;
}

@media all and (min-width: 48em) {
  #main-header {
    padding-bottom: 0;
  }
  #main-header #logo {
    margin-top: 10px;
    margin-left: 0;
    max-height: 80%;
  }
  #main-header .description {
    top: 20px;
  }
}

@media all and (min-width: 64em) {
  #main-header {
    top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #main-header #logo {
    margin-top: 8px;
  }
}

#main-content .container {
  padding-top: 20px;
}

#main-content .container:before {
  display: none;
}

@media all and (min-width: 48em) {
  #main-content .container {
    padding-top: 55px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media all and (min-width: 64em) {
  #main-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media all and (min-width: 48em) {
  #left-area {
    padding-left: 20px;
  }
}

@media all and (min-width: 61.3125em) {
  #left-area {
    float: left;
    width: 75.125%;
  }
}

@media all and (min-width: 64em) {
  #left-area {
    padding-left: 40px;
    padding-right: 5.5%;
  }
  .page-id-339 #left-area {
    padding-left: 15px;
  }
}

@media all and (min-width: 61.3125em) {
  #sidebar {
    width: 24.875%;
  }
}

@media all and (max-width: 47.9375em) {
  #main-footer {
    padding: 0 20px;
  }
}

#footer-widgets {
  padding-top: 3%;
}

@media all and (min-width: 61.3125em) {
  #footer-widgets .footer-widget {
    margin-bottom: 1%;
  }
  #footer-widgets .footer-widget:nth-of-type(3) {
    text-align: center;
  }
  #footer-widgets .footer-widget:nth-of-type(3) .et_pb_widget {
    float: none;
  }
  #footer-widgets .footer-widget .fwidget {
    margin-bottom: 10px;
  }
  #footer-widgets .footer-widget .widget_media_image {
    text-align: center;
    margin: 0 auto;
  }
}

#footer-bottom .container {
  text-align: center;
}

#footer-bottom .container .et-social-icons {
  float: none;
  margin: 0 auto;
  display: inline-block;
}

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
}

body:before, body:after {
  content: "";
  display: table;
}

body:after {
  clear: both;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

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

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

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

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

.debug-bar-maximized #querylist {
  top: 250px;
}

table.liste {
  width: 100%;
}

.icon:before {
  font-family: 'ETmodules';
  position: relative;
  margin-right: 5px;
}

.icon:hover:before {
  opacity: 0.5;
}

.icon-abstract:before {
  content: "\68";
}

.icon-document:before {
  content: "\68";
}

.icon-pres:before {
  content: "\e0fc";
}

.icon-lock:before {
  content: "\e06c";
}

.icon-video:before {
  content: "\e024";
}

.liste tr td div.separateur {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 10px;
}

.liste tr:last-child td div.separateur {
  border-bottom: none !important;
  margin-bottom: 0;
}

/**
 * Basic typography style for copy text
 */
body,
button,
input,
select,
textarea {
  font-size: 1rem !important;
  line-height: 1.4 !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
}

p {
  margin-top: 10px;
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  line-height: 1.6;
  background: #fff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  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;
}

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

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

big {
  font-size: 125%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Roboto", sans-serif;
  color: #737373 !important;
}

h3, h4 {
  text-transform: none !important;
}

/***** Headings ******/
h1,
.h1 {
  font-size: 1.4375rem !important;
  margin-top: 0;
  font-weight: 700 !important;
}

@media screen and (min-width: 568px) {
  h1,
  .h1 {
    font-size: 1.75rem !important;
  }
}

@media screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.1875rem !important;
    line-height: 1 !important;
  }
}

h1.main_title, h1.entry-title,
.h1.main_title,
.h1.entry-title {
  display: inline-block;
  border-bottom: 4px solid #94c035;
}

.h1.main_title,
.h1.entry-title {
  border-bottom-color: #149a98;
}

.titre-prochain h1, .titre-prochain
.h1 {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
  text-transform: none;
}

@media screen and (min-width: 1200px) {
  .titre-prochain h1, .titre-prochain
  .h1 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
}

h2,
.h2 {
  font-size: 1.125rem !important;
  line-height: 1.3 !important;
}

@media screen and (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.5rem !important;
    line-height: 1.3 !important;
  }
}

.home h2, .home
.h2 {
  font-size: 1.5625rem !important;
  line-height: 1 !important;
}

@media screen and (min-width: 1024px) {
  .home h2, .home
  .h2 {
    font-size: 1.875rem !important;
    line-height: 1.3 !important;
  }
}

.et_pb_blog_grid h2, .et_pb_blog_grid
.h2 {
  margin-bottom: 20px;
}

h3,
.h3 {
  font-size: 1rem !important;
  line-height: 1.3 !important;
  padding-bottom: 0;
  text-transform: none;
}

@media screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.125rem !important;
    line-height: 1.3 !important;
  }
}

@media screen and (min-width: 1025px) {
  h3,
  .h3 {
    font-size: 1.25rem !important;
  }
}

.home h3, .home
.h3 {
  font-size: 1rem !important;
  line-height: 1.3 !important;
}

@media screen and (min-width: 768px) {
  .home h3, .home
  .h3 {
    font-size: 1.125rem !important;
    line-height: 1.3 !important;
  }
}

@media screen and (min-width: 1025px) {
  .home h3, .home
  .h3 {
    font-size: 1.25rem !important;
  }
}

.moteurs-recherche h3, .moteurs-recherche
.h3 {
  line-height: 40px !important;
  background: #bbb;
  color: #fff !important;
  text-transform: none;
  font-weight: 700;
}

.recherche-membre h3, .recherche-membre
.h3 {
  line-height: 40px !important;
  background: #149a98 !important;
  color: #fff !important;
  text-transform: none;
  font-weight: 700;
}

.adhesion-afsop h3, .adhesion-afsop
.h3 {
  background: #149a98 !important;
}

h4,
.h4 {
  font-size: 0.875rem !important;
}

@media screen and (min-width: 1025px) {
  h4,
  .h4 {
    font-size: 1.125rem !important;
    line-height: 1 !important;
  }
}

#sidebar h4, #sidebar
.h4 {
  padding-bottom: 20px;
  font-weight: 700 !important;
}

h5,
.h5 {
  font-size: 0.75rem !important;
}

@media screen and (min-width: 568px) {
  h5,
  .h5 {
    font-size: 0.875rem !important;
  }
}

@media screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1rem !important;
    line-height: 1 !important;
  }
}

h5.recherche-membre-title,
.h5.recherche-membre-title {
  color: #149a98 !important;
}

h5.recherche-mot-title, h5.recherche-membre-title,
.h5.recherche-mot-title,
.h5.recherche-membre-title {
  line-height: 21px !important;
  color: #fff !important;
  text-transform: none;
  font-weight: 700;
  text-align: center;
  padding: 10px;
}

h5.recherche-mot-title,
.h5.recherche-mot-title {
  background: #bbb !important;
}

h5.recherche-membre-title,
.h5.recherche-membre-title {
  background: #149a98 !important;
}

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

.screen-reader-text:focus {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto;
  color: #000;
  display: block;
  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. */
}

/*
* Animations styles
*/
.headroom {
  transition: transform 200ms linear;
}

.slideDown {
  transform: translateY(0%);
}

.slideUp {
  transform: translateY(-150%);
}

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

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

@media all and (min-width: 61.3125em) {
  .et_right_sidebar #main-content .container:before {
    right: 22.875% !important;
    background-color: #f6f5f8 !important;
  }
}

@media all and (min-width: 61.3125em) {
  #sidebar {
    padding-left: 0 !important;
  }
}

#sidebar {
  padding-bottom: 0;
}

#sidebar ul {
  list-style: none;
  padding-left: 15px;
}

#sidebar ul li {
  position: relative;
}

#sidebar ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 8px;
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-left-color: #94c035;
}

/*
* Partial for the Breadcrumb
*/
.breadcrumbs {
  font-size: 0.75rem !important;
  margin-top: 15px;
  color: #737373;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 0.875rem !important;
  }
}

.et_pb_blog_grid  .et_pb_post .et_pb_image_container {
  margin-top: 20px !important;
}

.btn, .more-li {
  font-size: 0.875rem !important;
  line-height: 30px !important;
  transition: all 0.3s ease;
  background: #f6f5f8;
  color: #4c4190 !important;
  border-width: 0px !important;
  border-radius: 4px;
  font-weight: 700 !important;
  text-align: center;
  margin-top: 20px;
  padding: 0 20px;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .btn, .more-link {
    font-size: 1rem !important;
    line-height: 39px !important;
  }
}

.btn:after, .more-link:after {
  display: none;
}

.btn.btn-small, .btn-small.more-link, .pmpro_pagination .pmpro_next a.btn-small,
.pmpro_pagination .pmpro_prev a.btn-sma btn-small {
  font-size: .85rem !important;
  padding: 0 10px !important;
  line-height: 2rem !important;
}

.btn.btn-small:hover, .btn-small.more-link:hover, .pmpro_pagination .pmpro_next a.btn-small:hover,
.pmpro_pagination .pmpro_prev a.btn-small:hov btn-small:hover {
  padding: 0 10px !important;
}

.btn.btn-public, .more-li btn-publ more-link, .pmpro_member_directory table tbody td.pmpro_member_directory_link .pmpro_pagination .pmpro_n
.pmpro_member_directory table tbody td.pmpro_member_directory_link .pmpro_pagination .pmpro_p {
  background: #94c035;
  color: #fff !important;
}

.btn.btn-adherent, .btn-adherent.more-link, .pmpro_pagination .pmpro_next a.btn-adherent,
.pmpro_pagination .pmpro_prev a.btn-adhere {
  background: #149a98;
  color: #fff !important;
}

.btn.btn-adhesion, .btn-adhesion.more-link, a.btn-adhesion {
  background: #31605f;
  color: #fff !important;
  width: 211px;
  height: 44px;
  line-height: 44px !important;
  border-radius: 2px;
}

.btn.btn-adhesion:hover, .btn-adhesion.more-link:hover, .pmpro_pagination .pmpro_next a.btn-adhesion:hover,
.pmpro_pagination .pmpro_prev a.btn-adhesion:hov btn-adhesion:hover {
  background: #31605f;
  background: rgba(49, 96, 95, 0.9);
}

.btn:hover, .more-link:hover, .pmpro_pagination .pmpro_next a:hover,
.pmpro_pagination .pmpro_prev a:hov hover {
  padding: 0 20px !important;
  border: none;
  opacity: 0.8;
}

.btn:hover:after, .more-link:hover:after, .pmpro_pagination .pmpro_next a:hover:after,
.pmpro_pagination .pmpro_prev a:hover:aft hover:after {
  display: none;
}

.btn:hover.btn-public, .more-link:hover, .pmpro_pagination .pmpro_next a:hover,
.pmpro_pagination .pmpro_prev a:hov hover.btn-public.more-link:hover {
  background: #94c035;
}

.more-link {
  margin: 0 auto;
  display: block;
  max-width: 200px;
}

.et_pb_blog_grid .more-link {
  max-width: 150px;
}

/*-----------------------------------------------*/
/*-----Scrolling Image Carousel by Divi Soup-----*/
/*-----------------------------------------------*/
/*Stops the browser creating a horizontal scrollbar*/
.ds-carousel-section {
  overflow: hidden;
  max-height: 80px;
  height: 80px;
  padding: 10px 0;
  background: #ececec !important;
}

/*Reduces the section height on mobiles*/
@media only screen and (max-width: 980px) {
  .ds-carousel-section {
    max-height: 70px;
    padding: 10px 0 !important;
  }
  .ds-carousel-section .et_pb_gutters1.et_pb_row.et_pb_row_fullwidth {
    padding: 0;
  }
}

/*Sets the width of the image modules and floats them so they are next to each other*/
.ds-carousel-logo {
  width: 20%;
  float: left;
}

.ds-carousel-logo img {
  margin-bottom: 10px;
}

@media all and (max-width: 61.1875em) {
  .ds-carousel-logo img {
    padding: 0 10px;
  }
}

.ds-image-carousel-simple {
  text-align: center;
}

.ds-image-carousel-simple .ds-carousel-logo {
  width: 20%;
  float: none;
  display: inline-block;
}

/*Sets the layout for the first row*/
.ds-image-carousel-first {
  width: 100% !important;
  max-height: 80px;
  height: 80px;
  background: #ececec;
  animation: 15s first 1 linear;
  animation-fill-mode: forwards;
}

/*Sets the layout for the second row*/
.ds-image-carousel-second {
  z-index: 2;
  height: 80px;
  background: #ececec;
  width: 100% !important;
  float: left;
  display: inline-block;
  top: -80px;
  animation: 30s second infinite linear;
}

/*Sets the layout for the third row*/
.ds-image-carousel-third {
  z-index: 1;
  height: 80px;
  background: #ececec;
  width: 100% !important;
  float: left;
  display: inline-block;
  top: -160px;
  animation: 30s third infinite linear;
  animation-delay: 15s;
  opacity: 0;
}

/*Animation for the continuous scrolling effect*/
@keyframes first {
  0% {
    transform: translateX(0);
    z-index: 3;
  }
  99.99% {
    transform: translateX(-100%);
    z-index: 3;
  }
  100% {
    z-index: -1;
  }
}

@keyframes second {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes third {
  0.1% {
    opacity: 0;
  }
  0.2% {
    transform: translateX(100%);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 1;
  }
}

/*-----------------------------------------------*/
/*---End Scrolling Image Carousel by Divi Soup---*/
/*-----------------------------------------------*/
.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;
}

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

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.container {
  width: 100%;
}

@media all and (max-width: 47.9375em) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.et_pb_row {
  width: 100%;
}

@media all and (max-width: 61.25em) {
  .et_pb_row {
    padding: 0;
  }
}

article .container {
  width: 100%;
}

/*
.et_pb_row.et_pb_row_fullwidth,
.et_pb_specialty_fullwidth > .et_pb_row {
  width: 100%!important;
  max-width: 100%!important;
}

.container, .et_pb_row,
.et_pb_slider .et_pb_container,
.et_pb_fullwidth_section .et_pb_title_container,
.et_pb_fullwidth_section .et_pb_title_featured_container,
.et_pb_fullwidth_header:not(.et_pb_fullscreen) .et_pb_fullwidth_header_container {
    max-width: 100%!important;
}

.et_header_style_centered #main-header .container {
  width: 100%;
}

.et_pb_section_0.et_pb_section {
  @include mappy-bp(max 980px) {
    padding-top: 0!important;
  }
}

.et_pb_section,
.et_pb_row {
  @include mappy-bp(max 980px) {
    padding: 10px 0;
  }
}

.et_pb_column {
  @include mappy-bp(max 980px) {
    margin-bottom: 0;
  }
}*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
textarea {
  color: #000;
  border: 1px solid #ddd;
  border-radius: 0;
  height: 35px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
  outline: none;
}

input[type="text"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="tel"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
  color: #818181;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #818181;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #818181;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #818181;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #818181;
}

input[type="text"].mailpoet_text,
input[type="email"].mailpoet_text,
input[type="url"].mailpoet_text,
input[type="tel"].mailpoet_text,
input[type="password"].mailpoet_text,
textarea.mailpoet_text {
  width: 250px;
}

textarea {
  height: 100px;
}

input[type="search"] {
  width: 36%;
  max-width: 212px;
  height: 38px;
  margin-top: 10px;
  padding-left: 10px;
  background: #fff;
  border-radius: 4px;
  border: none;
  box-shadow: 1px 1px 0px 0px #cfcfd0 inset;
}

.recherche-mot input[type="search"].placeholder {
  color: #94c035;
  font-weight: 700;
}

.recherche-mot input[type="search"]:-moz-placeholder {
  color: #94c035;
  font-weight: 700;
}

.recherche-mot input[type="search"]::-moz-placeholder {
  color: #94c035;
  font-weight: 700;
}

.recherche-mot input[type="search"]:-ms-input-placeholder {
  color: #94c035;
  font-weight: 700;
}

.recherche-mot input[type="search"]::-webkit-input-placeholder {
  color: #94c035;
  font-weight: 700;
}

.recherche-membre input[type="search"].placeholder {
  color: #149a98;
  font-weight: 700;
}

.recherche-membre input[type="search"]:-moz-placeholder {
  color: #149a98;
  font-weight: 700;
}

.recherche-membre input[type="search"]::-moz-placeholder {
  color: #149a98;
  font-weight: 700;
}

.recherche-membre input[type="search"]:-ms-input-placeholder {
  color: #149a98;
  font-weight: 700;
}

.recherche-membre input[type="search"]::-webkit-input-placeholder {
  color: #149a98;
  font-weight: 700;
}

.et_pb_widget input[type="search"] {
  width: 180px;
}

input[type="submit"] {
  transition: all 0.3s ease;
  -webkit-appearance: none;
  border: none;
  border-radius: 4px;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  top: -1px;
}

.recherche-mot input[type="submit"] {
  background: #94c035;
  width: 40px;
}

.recherche-membre input[type="submit"] {
  background: #149a98;
  width: 40px;
}

input[type="submit"].search-submit {
  width: 40px;
}

input[type="submit"].mailpoet_submit {
  margin-top: 5px;
  background: #149a98;
  width: 250px;
}

input[type="submit"]:hover {
  opacity: 0.7;
}

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

.ias-trigger-next,
.ias-spinner,
.ias-noneleft {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  width: 100%;
}

.ias-trigger-next a {
  color: #737373;
  text-decoration: underline;
}

@media all and (min-width: 75em) {
  .ias-trigger-next {
    bottom: 30px;
  }
}

.ias-noneleft {
  color: #000;
}

@media all and (min-width: 75em) {
  .ias-noneleft {
    bottom: 30px;
  }
}

a {
  color: #000;
  text-decoration: none;
  transition: color 0.3s ease;
}

a:focus {
  outline: thin dotted;
}

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

.pmpro-account #left-area a,
.pmpro-levels #left-area a,
.pmpro-checkout #left-area a,
.pmpro-invoice #left-area a {
  color: #149a98;
}

#main-content ul {
  list-style: none;
  padding-left: 15px;
}

#main-content ul li {
  position: relative;
  list-style: none;
}

#main-content ul li:before {
  content: '';
  position: absolute;
  left: -15px;
  top: 8px;
  width: 1px;
  height: 1px;
  border: 5px solid transparent;
  border-left-color: #94c035;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

.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;
}

#main-header #et_mobile_nav_menu .opened .mobile_menu_bar:before {
  content: '\32';
}

@media all and (min-width: 48em) {
  #main-header #et_mobile_nav_menu .mobile_menu_bar {
    margin-right: 10px;
    padding-bottom: 0;
  }
  #main-header #et_mobile_nav_menu .mobile_menu_bar:before {
    font-size: 60px;
  }
}

#main-header #mobile_menu {
  margin-top: 20px;
}

@media all and (min-width: 61.3125em) {
  #main-header #et-secondary-menu {
    position: absolute;
    right: 0;
    float: none;
  }
  #main-header #et-secondary-menu .et-social-icons {
    float: left;
    margin-top: 5px;
    margin-right: 15px;
  }
  #main-header #et-secondary-menu .et-social-icons li {
    margin-left: 10px;
  }
  #main-header #et-secondary-menu .et-social-icons li a {
    padding-bottom: 0;
  }
  #main-header #et-secondary-menu .menu li a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    line-height: 35px;
    height: 35px;
    background: #149a98;
    color: #fff;
    padding: 0 40px 0 15px;
    position: relative;
    font-weight: 700;
  }
  #main-header #et-secondary-menu .menu li a:after {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    background-image: url(img/sprites.png);
    background-position: -34px -46px;
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    right: 15px;
    display: block;
  }
  #main-header #et-top-navigation {
    padding-top: 89px;
    padding-bottom: 0;
  }
  #main-header #et-top-navigation #top-menu li {
    padding-right: 0;
  }
  #main-header #et-top-navigation #top-menu li a {
    padding: 0 20px;
    line-height: 36px;
  }
  #main-header #et-top-navigation #top-menu li a:after {
    display: none;
  }
  #main-header #et-top-navigation #top-menu li:last-child a {
    padding-right: 0;
  }
  #main-header #et-top-navigation #top-menu li.public.current-menu-item a, #main-header #et-top-navigation #top-menu li.public.current-menu-parent a, #main-header #et-top-navigation #top-menu li.public.current_page_item a, #main-header #et-top-navigation #top-menu li.public.current_page_parent a, #main-header #et-top-navigation #top-menu li.public:hover a {
    background: #94c035;
    color: #fff;
    opacity: 1;
  }
  #main-header #et-top-navigation #top-menu li.public.current-menu-item .sub-menu li a, #main-header #et-top-navigation #top-menu li.public.current-menu-parent .sub-menu li a, #main-header #et-top-navigation #top-menu li.public.current_page_item .sub-menu li a, #main-header #et-top-navigation #top-menu li.public.current_page_parent .sub-menu li a, #main-header #et-top-navigation #top-menu li.public:hover .sub-menu li a {
    background: transparent;
    color: #848e8d;
  }
  #main-header #et-top-navigation #top-menu li.adherent a {
    color: #149a98;
  }
  #main-header #et-top-navigation #top-menu li .sub-menu {
    margin-top: -3px;
    max-width: none;
  }
  #main-header #et-top-navigation #top-menu li .sub-menu li {
    padding: 0;
  }
  #main-header #et-top-navigation #top-menu li .sub-menu li a {
    line-height: 1.3;
    padding: 5px 20px;
    width: 100%;
  }
  #main-header #et-top-navigation #top-menu li .sub-menu li.current-menu-item a, #main-header #et-top-navigation #top-menu li .sub-menu li.current_page_item a, #main-header #et-top-navigation #top-menu li .sub-menu li:hover a {
    color: #94c035 !important;
  }
}

.sticky {
  display: block;
}

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

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

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

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

fieldset {
  width: 50%;
  margin: 0 auto;
}

fieldset legend {
  text-align: center;
}

fieldset label {
  width: 80%;
}

.single {
  /* not displaying ajax navigation on single post */
}

.single .site-main {
  padding: 0 5%;
}

.single .ias-trigger {
  display: none !important;
}

.single iframe {
  width: 100%;
}

.single .all-posts-link {
  padding: 5px 15px;
  text-align: center;
  background: #000;
  margin-top: 10px;
}

.single .all-posts-link a {
  color: #737373;
  text-transform: uppercase;
}

.single .all-posts-link a:hover, .single .all-posts-link a:active, .single .all-posts-link a:focus {
  color: #000;
}

/*
  Styles ofr the Search Form in the header
*/
/*
    slider styles
*/
.et_pb_post_slider .et_pb_slide .et_pb_slide_description {
  padding: 4% 30% 4% 2%;
}

@media all and (max-width: 47.9375em) {
  .et_pb_post_slider .et_pb_slide {
    padding: 0;
  }
  .et_pb_post_slider .et_pb_slide .et_pb_container {
    height: 420px !important;
  }
  .et_pb_post_slider .et_pb_slide .et_pb_slide_description {
    margin: 0;
    padding: 0;
  }
}

@media all and (max-width: 64em) {
  .et_pb_post_slider .et-pb-slider-arrows {
    display: none;
  }
}

.et_pb_post_slider .et-pb-arrow-next,
.et_pb_post_slider .et-pb-arrow-prev {
  background: #fff;
  padding: 0 10px;
}

.et_pb_post_slider .et-pb-arrow-next {
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}

.et_pb_post_slider .et-pb-arrow-next:before {
  position: relative;
  left: -5px;
}

.et_pb_post_slider .et-pb-arrow-prev {
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}

.et_pb_post_slider:hover .et-pb-arrow-next {
  right: -15px;
}

.et_pb_post_slider:hover .et-pb-arrow-prev {
  left: -15px;
}

@media all and (min-width: 48em) {
  .et_pb_post_slider .et_pb_slide {
    height: 390px;
  }
}

.et-social-icons .et-social-icon a:before {
  content: '';
  display: block;
}

.et-social-icons .et-social-icon.et-social-facebook a:before {
  background-image: url(img/sprites.png);
  background-position: -46px 0px;
  width: 24px;
  height: 24px;
}

.et-social-icons .et-social-icon.et-social-twitter a:before {
  background-image: url(img/sprites.png);
  background-position: 0px -46px;
  width: 24px;
  height: 24px;
}

.entry-content table thead th,
.entry-content table thead td,
.entry-content table tr th,
.entry-content table tr td {
  font-size: 0.75rem !important;
}

@media screen and (min-width: 768px) {
  .entry-content table thead th,
  .entry-content table thead td,
  .entry-content table tr th,
  .entry-content table tr td {
    font-size: 1rem !important;
  }
}

.home .moteurs-recherche .widget_tag_cloud {
  margin-bottom: 0 !important;
}

.recherche-mot,
.recherche-membre {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #f6f5f8;
  text-align: center;
  padding-bottom: 15px;
}

@media all and (min-width: 48em) {
  .et_pb_widget .recherche-mot,
  .et_pb_widget .recherche-membre {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
  .et_pb_widget .recherche-membre {
    float: right;
    margin-right: 0;
  }
}

@media all and (min-width: 64em) {
  .et_pb_widget .recherche-mot,
  .et_pb_widget .recherche-membre {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.home .et_pb_section.congres-accueil {
  background: #f6f5f8;
}

.home .et_pb_section.congres-accueil .post-thumbnail {
  position: relative;
}

.home .et_pb_section.congres-accueil .congres-date,
.home .et_pb_section.congres-accueil .congres-lieu,
.home .et_pb_section.congres-accueil .congres-short-title {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
}

.home .et_pb_section.congres-accueil .congres-date {
  font-size: 1.5625rem !important;
  line-height: 1 !important;
  top: 20px;
}

@media screen and (min-width: 1025px) {
  .home .et_pb_section.congres-accueil .congres-date {
    font-size: 2rem !important;
    line-height: 1 !important;
  }
}

.home .et_pb_section.congres-accueil .congres-lieu {
  font-size: 1.0625rem !important;
  line-height: 1 !important;
  top: 60px;
}

@media screen and (min-width: 1025px) {
  .home .et_pb_section.congres-accueil .congres-lieu {
    font-size: 1.1875rem !important;
    line-height: 1 !important;
  }
}

.home .et_pb_section.congres-accueil .congres-short-title {
  font-size: 1.75rem !important;
  line-height: 1.2 !important;
  text-shadow: 0px 3px 7px rgba(4, 4, 4, 0.51);
  top: 100px;
}

@media screen and (min-width: 1025px) {
  .home .et_pb_section.congres-accueil .congres-short-title {
    font-size: 2.75rem !important;
    line-height: 1.2 !important;
  }
}

.home .et_pb_section.congres-accueil .post-content {
  padding: 0 15px;
}

.home .et_pb_section.congres-accueil .post-content .h2 {
  text-transform: uppercase;
  color: #737373;
  text-align: center;
  margin: 10px 0;
}

.home .et_pb_section.congres-accueil .post-content .excerpt {
  margin-top: 20px;
}

.home .et_pb_section.congres-accueil .post-content .btn_details {
  text-align: center;
}

@media all and (min-width: 48em) {
  .home .et_pb_section.congres-accueil .congres-date {
    top: 40px;
  }
  .home .et_pb_section.congres-accueil .congres-lieu {
    top: 80px;
  }
  .home .et_pb_section.congres-accueil .congres-short-title {
    top: 120px;
  }
  .home .et_pb_section.congres-accueil .post-thumbnail,
  .home .et_pb_section.congres-accueil .post-content {
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
    padding: 0;
  }
  .home .et_pb_section.congres-accueil .post-content {
    float: right;
    margin-right: 0;
  }
  .home .et_pb_section.congres-accueil .post-content .h2 {
    text-align: left;
    margin: 0;
  }
  .home .et_pb_section.congres-accueil .post-content .btn_details {
    text-align: left;
  }
}

.home .et_pb_section.agenda-accueil .et_pb_code_inner:before, .home .et_pb_section.agenda-accueil .et_pb_code_inner:after {
  content: "";
  display: table;
}

.home .et_pb_section.agenda-accueil .et_pb_code_inner:after {
  clear: both;
}

.home .et_pb_section.agenda-accueil a {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  background: #f6f5f8;
  margin-bottom: 15px;
  padding: 20px 15px;
  color: #000;
  display: block;
}

.home .et_pb_section.agenda-accueil a .agenda-title {
  font-weight: 700;
  border-bottom: 2px solid #94c035;
  position: relative;
  padding-left: 45px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  min-height: 50px;
}

.home .et_pb_section.agenda-accueil a .agenda-title:before {
  background-image: url(img/sprites.png);
  background-position: 0px 0px;
  width: 36px;
  height: 36px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.home .et_pb_section.agenda-accueil .page-link:before, .home .et_pb_section.agenda-accueil .page-link:after {
  content: "";
  display: table;
}

.home .et_pb_section.agenda-accueil .page-link:after {
  clear: both;
}

.home .et_pb_section.agenda-accueil .page-link a {
  background: transparent;
  color: #94c035;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0;
  padding: 0;
}

@media all and (min-width: 64em) {
  .home .et_pb_section.agenda-accueil a {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    height: 245px;
    margin-bottom: inherit;
  }
  .home .et_pb_section.agenda-accueil a:last-child {
    margin-right: 0;
  }
  .home .et_pb_section.agenda-accueil .page-link a {
    float: none;
    width: 100%;
    height: auto;
  }
}

.home .et_pb_section.presentation-accueil {
  padding: 0 15px;
}

@media all and (min-width: 48em) {
  .home .et_pb_section.presentation-accueil {
    padding: 0;
  }
}

.home .et_pb_section.moteurs-recherche {
  text-align: center;
  padding: 0 15px;
}

.home .et_pb_section.moteurs-recherche h3 {
  margin-bottom: 10px;
}

.home .et_pb_section.moteurs-recherche .et_pb_code {
  margin-bottom: 15px;
}

.home .et_pb_section.moteurs-recherche .recherche-mot,
.home .et_pb_section.moteurs-recherche .recherche-membre,
.home .et_pb_section.moteurs-recherche .adhesion-afsop {
  background: #f6f5f8;
  padding-bottom: 15px;
  min-height: 215px;
}

.home .et_pb_section.moteurs-recherche .recherche-mot h4 {
  display: none;
}

.home .et_pb_section.moteurs-recherche .recherche-mot .tagcloud a {
  font-size: 1rem !important;
  line-height: 1.2 !important;
  background: transparent;
  margin-bottom: 0;
}

.home .et_pb_section.moteurs-recherche .adhesion-afsop .et_pb_button_module_wrapper {
  margin-bottom: 0;
}

.home .et_pb_section.moteurs-recherche .adhesion-afsop .et_pb_button_module_wrapper .btn-adhesion {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media all and (min-width: 48em) {
  .home .et_pb_section.moteurs-recherche {
    padding: 0;
  }
  .home .et_pb_section.moteurs-recherche h3 {
    margin-bottom: 20px;
  }
}

.et_pb_toggle_close {
  padding: 0;
}

.et_pb_toggle_close h5 {
  padding: 20px !important;
}

.et_pb_toggle_open {
  background: #f6f5f8;
  padding: 0 !important;
}

.et_pb_toggle_open .et_pb_toggle_title {
  padding: 20px !important;
}

.et_pb_toggle_open .et_pb_toggle_title:before {
  display: block !important;
  content: "\e04f";
}

.et_pb_accordion .et_pb_toggle_title:before,
.et_pb_toggle .et_pb_toggle_title:before {
  right: 20px;
}

.agenda .et_pb_blog_grid .et_pb_post {
  border: none;
  background: #f6f5f8;
}

.agenda .et_pb_blog_grid .et_pb_post .entry-title {
  border-bottom: 2px solid #94c035;
  position: relative;
  padding-left: 45px;
}

.agenda .et_pb_blog_grid .et_pb_post .entry-title:before {
  background-image: url(img/sprites.png);
  background-position: 0px 0px;
  width: 36px;
  height: 36px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}

.agenda .et_pb_blog_grid .et_pb_post .et_pb_image_container {
  margin: 20px -20px;
}


#hide_directory {
  margin-right: 20px;
}

.form-table tbody th {
  width: 240px;
  vertical-align: top;
}

.form-table select {
  width: 100%;
}

#theme-my-login.tml .tml-action-links li {
  margin-right: 20px;
  border-right: none;
}

#theme-my-login.tml .tml-action-links li:before {
  border-left-color: #149a98;
  top: 3px;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
