@charset "UTF-8";
/*
 * Theme Name: Razika Adnani
 * Theme URI: https://www.ludovicsadier.fr/
 * Author: Ludovic Sadier
 * Author URI: https://www.ludovicsadier.fr/
 * Description: 
 * Requires at least: WordPress 5.0
 * Version: 1.0.0
 * Text Domain: razika
 */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

/* ol, ul {
	list-style: none;
} */
blockquote, q {
  quotes: none;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

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

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon.eot?1lf4mt");
  src: url("assets/fonts/icomoon.eot?1lf4mt#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?1lf4mt") format("truetype"), url("assets/fonts/icomoon.woff?1lf4mt") format("woff"), url("assets/fonts/icomoon.svg?1lf4mt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i[class^="icon-"], i[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  /* speak: none; */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: "\e900";
}

.icon-twitter:before {
  content: "\e901";
}

.icon-linkedin:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

@font-face {
  font-family: 'roboto';
  src: url("assets/fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot");
  src: url("assets/fonts/roboto_regular_macroman/Roboto-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto_regular_macroman/Roboto-Regular-webfont.woff") format("woff"), url("assets/fonts/roboto_regular_macroman/Roboto-Regular-webfont.ttf") format("truetype"), url("assets/fonts/roboto_regular_macroman/Roboto-Regular-webfont.svg#robotoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("assets/fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot");
  src: url("assets/fonts/roboto_bold_macroman/Roboto-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto_bold_macroman/Roboto-Bold-webfont.woff") format("woff"), url("assets/fonts/roboto_bold_macroman/Roboto-Bold-webfont.ttf") format("truetype"), url("assets/fonts/roboto_bold_macroman/Roboto-Bold-webfont.svg#robotobold") format("svg");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'roboto';
  src: url("assets/fonts/roboto_light_macroman/Roboto-Light-webfont.eot");
  src: url("assets/fonts/roboto_light_macroman/Roboto-Light-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/roboto_light_macroman/Roboto-Light-webfont.woff") format("woff"), url("assets/fonts/roboto_light_macroman/Roboto-Light-webfont.ttf") format("truetype"), url("assets/fonts/roboto_light_macroman/Roboto-Light-webfont.svg#robotolight") format("svg");
  font-weight: 300;
  font-style: normal;
}

strong {
  font-weight: 600;
}

.home h2 {
  font-size: 1.2rem;
}

.page:not(.home) h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.page:not(.home) h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.single #site-main .main-content h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  margin-bottom: 20px;
}

.single #site-main .main-content h2 {
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.has-size-xs-font-size {
  font-size: .8rem !important;
}

.has-size-sm-font-size {
  font-size: 1rem !important;
}

.has-size-md-font-size {
  font-size: 1.4rem !important;
}

.has-size-lg-font-size {
  font-size: 1.6rem !important;
}

body {
  margin: 0;
  font-family: "roboto", sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

a {
  color: #262626;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

p {
  margin-bottom: 24px;
}

em {
  font-style: italic;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

.ninja {
  display: none;
}

.casper {
  visibility: hidden;
}

.semantic {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

.float-right {
  float: right;
}

.float-center {
  margin: 0 auto;
}

.float-left {
  float: left;
}

.flex-none {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.hauto {
  height: auto;
}

.has-primary-color {
  color: #f3f2e9;
}

.has-secondary-color {
  color: #e75027;
}

.has-white-color {
  color: #ffffff;
}

.has-lightgrey-color {
  color: #eeeeee;
}

.has-grey-color {
  color: #373737;
}

.has-darkgrey-color {
  color: #262626;
}

.has-black-color {
  color: #111111;
}

.has-primary-background-color {
  background-color: #f3f2e9;
}

.has-secondary-background-color {
  background-color: #e75027;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-lightgrey-background-color {
  background-color: #eeeeee;
}

.has-grey-background-color {
  background-color: #373737;
}

.has-darkgrey-background-color {
  background-color: #262626;
}

.has-black-background-color {
  background-color: #111111;
}

.p10 {
  padding: 10px;
}

.p20 {
  padding: 20px;
}

.p30 {
  padding: 30px;
}

.p40 {
  padding: 40px;
}

.p50 {
  padding: 50px;
}

.p60 {
  padding: 60px;
}

.py10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.py20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.py30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.px10 {
  padding-right: 10px;
  padding-left: 10px;
}

.px20 {
  padding-right: 20px;
  padding-left: 20px;
}

.px30 {
  padding-right: 30px;
  padding-left: 30px;
}

.px40 {
  padding-right: 40px;
  padding-left: 40px;
}

.px50 {
  padding-right: 50px;
  padding-left: 50px;
}

.px60 {
  padding-right: 60px;
  padding-left: 60px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.m0 {
  margin: 0;
}

.m10 {
  margin: 10px;
}

.m20 {
  margin: 20px;
}

.m30 {
  margin: 30px;
}

.m40 {
  margin: 40px;
}

.m50 {
  margin: 50px;
}

.m60 {
  margin: 60px;
}

.my10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.my20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.my40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.my50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.my60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mt0 {
  margin-top: 0;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mtauto {
  margin-top: auto;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mx10 {
  margin-right: 10px;
  margin-left: 10px;
}

.mx20 {
  margin-right: 20px;
  margin-left: 20px;
}

.mx30 {
  margin-right: 30px;
  margin-left: 30px;
}

.mx40 {
  margin-right: 40px;
  margin-left: 40px;
}

.mxauto {
  margin-right: auto;
  margin-left: auto;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.wfull {
  width: 100%;
}

.wauto {
  width: auto;
}

.mw10 {
  max-width: 10%;
}

.mw20 {
  max-width: 20%;
}

.mw30 {
  max-width: 30%;
}

.mw40 {
  max-width: 40%;
}

.mw50 {
  max-width: 50%;
}

.mw60 {
  max-width: 60%;
}

.mw70 {
  max-width: 70%;
}

.mw80 {
  max-width: 80%;
}

.mw90 {
  max-width: 90%;
}

.w10-px {
  width: 10px;
}

.w20-px {
  width: 20px;
}

.w30-px {
  width: 30px;
}

.w40-px {
  width: 40px;
}

.w50-px {
  width: 50px;
}

.w60-px {
  width: 60px;
}

.w70-px {
  width: 70px;
}

.w80-px {
  width: 80px;
}

.w90-px {
  width: 90px;
}

.w100-px {
  width: 100px;
}

.w120-px {
  width: 120px;
}

.w140-px {
  width: 140px;
}

.w260-px {
  width: 260px;
}

.w360-px {
  width: 360px;
}

.h10 {
  height: 10%;
}

.h20 {
  height: 20%;
}

.h30 {
  height: 30%;
}

.h40 {
  height: 40%;
}

.h50 {
  height: 50%;
}

.h60 {
  height: 60%;
}

.h70 {
  height: 70%;
}

.h80 {
  height: 80%;
}

.h90 {
  height: 90%;
}

.hfull {
  height: 100%;
}

.hauto {
  height: auto;
}

.m-hfull {
  max-height: 100%;
}

.mh460 {
  min-height: 460px;
}

.h10-px {
  height: 10px;
}

.h20-px {
  height: 20px;
}

.h30-px {
  height: 30px;
}

.h40-px {
  height: 40px;
}

.h50-px {
  height: 50px;
}

.h60-px {
  height: 60px;
}

.h70-px {
  height: 70px;
}

.h80-px {
  height: 80px;
}

.h90-px {
  height: 90px;
}

.h100-px {
  height: 100px;
}

.h120-px {
  height: 120px;
}

.h140-px {
  height: 140px;
}

.h360-px {
  height: 360px;
}

@media screen and (max-width: 1099px) {
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .show-desktop {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
}

.ofcontain {
  -o-object-fit: contain;
     object-fit: contain;
}

.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.grid.multiline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid.extend {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.grid.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid.wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1099px) {
  .grid.mobile-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.container,
.centered,
.alignwide {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.home #site-header {
  border-bottom: 1px solid #dddddd;
}

#site-header .topbar {
  padding: 10px;
  font-size: .8rem;
  background-color: #262626;
  color: #dddddd;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#site-header .topbar > div {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#site-header .topbar .slogan {
  text-transform: uppercase;
  font-weight: 600;
}

#site-header .masthead {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f3f2e9;
  position: relative;
  z-index: 10;
}

#site-header .masthead .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1100px) {
  #site-header .masthead .container {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}

#site-header .masthead .site-title {
  font-weight: 300;
  font-size: 3rem;
  line-height: 1;
  text-transform: uppercase;
}

#site-header .masthead .site-title a {
  text-decoration: none;
}

#site-header .masthead .site-navigation {
  margin-left: auto;
}

/*
 * topbar
 */
/* .topbar nav {
  margin-top: 20px;
} */

@media screen and (min-width: 1100px) {
  .topbar nav {
    display: block;
    margin-top: 0px;
    margin-left: auto;
  }
}

.topbar nav li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.topbar nav li.facebook > a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  padding: 4px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/img/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.topbar nav li.linkedin > a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  padding: 4px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/img/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.topbar nav li.twitter > a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  padding: 4px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/img/twitter.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.topbar nav li.youtube > a:after {
  content: "";
  display: inline-block;
  margin-left: 15px;
  padding: 4px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/img/youtube.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
}

.topbar nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #dddddd;
  text-decoration: none;
}

.topbar nav a:hover {
  color: #ffffff;
  text-decoration: none;
}

/*
 * macdo
 */
.menuToggle {
  display: block;
  width: 40px;
  height: 30px;
  position: relative;
  margin-left: auto;
  cursor: pointer;
}

.menuToggle .line {
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  background-color: #111111;
  border-radius: 2px;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.menuToggle .line:nth-child(1) {
  top: 0;
}

.menuToggle .line:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.menuToggle .line:nth-child(3) {
  bottom: 0;
}

@media screen and (min-width: 1100px) {
  #menuToggle, .menuToggle {
    display: none;
  }
}

#menuToggle {
  position: absolute;
  visibility: hidden;
}

#menuToggle:checked + .menuToggle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: 0 1px 0 40px #ffffff;
          box-shadow: 0 1px 0 40px #ffffff;
  background-color: #ffffff;
}

#menuToggle:checked + .menuToggle > .line:nth-child(1) {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#menuToggle:checked + .menuToggle > .line:nth-child(2) {
  opacity: 0;
}

#menuToggle:checked + .menuToggle > .line:nth-child(3) {
  bottom: 45%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

#menuToggle:checked ~ .masthead nav {
  visibility: visible;
  opacity: 1;
}

/*
 * main
 */
 .masthead nav {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #ffffff;
  text-align: center;
  padding: 10px;
  -webkit-box-shadow: 0 4px 4px rgba(17, 17, 17, 0.1);
          box-shadow: 0 4px 4px rgba(17, 17, 17, 0.1);
}

.masthead nav .ico-home {
  position: relative;
  top: -3px;
  opacity: .8;
}

.masthead nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 1100px) {
  .masthead nav {
    visibility: visible;
    opacity: 1;
    position: static;
    width: inherit;
    background-color: transparent;
    padding: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.masthead nav > .menu > li {
  margin-top: 30px;
  margin-bottom: 30px;
  text-transform: uppercase;
  cursor: pointer;
}

.masthead nav > .menu > li.menu-item-has-children > .sub-menu {
  display: none;
}

.masthead nav > .menu > li.open > .sub-menu {
  display: block;
}

@media screen and (min-width: 1100px) {
  .masthead nav > .menu > li {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline;
    position: relative;
  }
  .masthead nav > .menu > li:not(:last-child) {
    margin-right: 20px;
  }
}

.masthead nav > .menu > li > .sub-menu {
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  text-align: center;
}

.masthead nav > .menu > li > .sub-menu > li:first-child span {
  margin-bottom: 20px;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px 30px;
  border-radius: 10px;
}

@media screen and (min-width: 1100px) {
  .masthead nav > .menu > li > .sub-menu {
    margin-top: 10px;
    top: 100%;
    right: inherit;
    bottom: inherit;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 10px;
    font-size: .8rem;
    width: 240px;
    -webkit-box-shadow: 0 4px 10px rgba(17, 17, 17, 0.1);
            box-shadow: 0 4px 10px rgba(17, 17, 17, 0.1);
  }
  .masthead nav > .menu > li > .sub-menu > li:first-child {
    display: none;
  }
}

.masthead nav > .menu > li > .sub-menu > li {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1100px) {
  .masthead nav > .menu > li > .sub-menu > li {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

.masthead nav > .menu > li > .sub-menu > li.open > .sub-menu {
  display: block;
}

.masthead nav > .menu > li > .sub-menu > li > .sub-menu {
  position: absolute;
  display: none;
  z-index: 30;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  text-align: center;
}

.masthead nav > .menu > li > .sub-menu > li > .sub-menu > li {
  margin-top: 30px;
  margin-bottom: 30px;
}

.masthead nav > .menu > li > .sub-menu > li > .sub-menu > li:first-child span {
  margin-bottom: 20px;
  display: inline-block;
  background-color: #f2f2f2;
  padding: 10px 30px;
  border-radius: 10px;
}

@media screen and (min-width: 1100px) {
  .masthead nav > .menu > li > .sub-menu > li > .sub-menu {
    background-color: #f2f2f2;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    position: static;
  }
  .masthead nav > .menu > li > .sub-menu > li > .sub-menu > li {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .masthead nav > .menu > li > .sub-menu > li > .sub-menu > li:first-child {
    display: none;
  }
}

.masthead nav a,
.masthead nav span {
  color: #262626;
}

.masthead nav a:hover,
.masthead nav span:hover {
  color: #e75027;
  text-decoration: none;
}

/*
 * footer
 */
#site-footer nav {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1100px) {
  #site-footer nav {
    margin-top: 0;
    margin-right: 0;
    margin-left: auto;
  }
}

#site-footer nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}

#site-footer nav li {
  display: block;
  padding: 5px 0;
}

@media screen and (min-width: 1100px) {
  #site-footer nav li {
    display: inline;
  }
  #site-footer nav li:not(:last-child) {
    margin-right: 20px;
  }
}

#site-footer nav a {
  color: #dddddd;
}

#site-footer nav a:hover {
  color: #ffffff;
  text-decoration: underline;
}

/*
 * toggle + sub Menu
 */
.toggleMenu {
  border: 0;
  background-color: #f3f2e9;
  padding: 20px;
  width: 100%;
  margin-bottom: 40px;
  color: #e75027;
  text-transform: uppercase;
  font-weight: 600;
}

.toggleMenu.actif {
  margin-bottom: 20px;
}

.toggleMenu.actif + .subMenu {
  display: block;
}

.subMenu {
  display: none;
}

@media screen and (min-width: 1100px) {
  .subMenu {
    display: block;
  }
}

/*
 * front-page
 */
.home #site-main {
  padding-bottom: 40px;
}

/*
 * page
 */
.page:not(.home) #site-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

/*
 * single
 */
.mask {
  position: absolute;
  left: 99999px;
  opacity: 0;
}

.single #site-main {
  padding-top: 40px;
  padding-bottom: 40px;
}

.single #site-main .post-date {
  margin-bottom: 20px;
  color: #999999;
  font-style: italic;
}

.single #site-main .post-thumbnail {
  margin-bottom: 40px;
}

.single #site-main .post-thumbnail.mask {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.single #site-main .post-thumbnail.float-right {
  margin-left: 30px;
}

.single #site-main .post-thumbnail.float-left {
  margin-right: 30px;
}

.single #site-main .post-thumbnail img {
  width: 100%;
  height: auto;
}

.single #site-main .main-content .heateorSssClear {
  display: none;
}

.single #site-main .main-content .heateor_sss_sharing_container {
  display: none;
}

/*
 * archive
 */
.archive-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.archive-post .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .archive-post .post-thumbnail {
    max-width: 300px;
  }
}

.archive-post .post-content {
  width: 100%;
  margin-top: 20px;
}

@media screen and (min-width: 1100px) {
  .archive-post .post-content {
    margin-top: 0;
    margin-left: 30px;
  }
}

.archive-post .post-content .post-title {
  margin: 0;
  border: 0;
}

.archive-post .post-content .post-date {
  margin-bottom: 20px;
  color: #999999;
  font-style: italic;
}

.archive-post .post-content .post-more {
  color: #e75027;
}

@media screen and (min-width: 1100px) {
  .archive-post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*
 * sidebar jipa
 */
.page-template-page-jipa aside.sidebar {
  text-align: center;
  width: 100%;
}

.page-template-page-jipa aside.sidebar .logo-jipa {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1100px) {
  .page-template-page-jipa aside.sidebar {
    text-align: left;
    max-width: 250px;
    margin-right: 40px;
  }
}

.page-template-page-jipa aside.sidebar .menu {
  list-style: none;
  padding: 0;
}

.page-template-page-jipa aside.sidebar .menu.current_page_item > a {
  color: #e75027;
  font-weight: 600;
}

.page-template-page-jipa aside.sidebar .menu > .menu-item {
  margin-bottom: 15px;
  font-size: .95rem;
}

@media screen and (min-width: 1100px) {
  .page-template-page-jipa aside.sidebar .menu > .menu-item:before {
    content: "•";
    display: inline-block;
    margin-right: 15px;
  }
}

.page-template-page-jipa aside.sidebar #site-main > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 1100px) {
  .page-template-page-jipa aside.sidebar #site-main > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*
 * sidebar single
 */
.sidebar.share {
  position: relative;
  text-align: center;
  background-color: #f3f2e9;
  padding: 30px;
}

.sidebar.share .widgettitle {
  margin: 0 0 10px !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  line-height: 1.4 !important;
  text-transform: uppercase;
  font-size: .8rem !important;
  font-weight: 600;
}

@media screen and (min-width: 1100px) {
  .sidebar.share {
    background-color: transparent;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 150px;
    border-left: 1px solid #dddddd;
    margin-left: 80px;
    text-align: center;
  }
  .sidebar.share ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sidebar.share.actif > div {
    position: fixed;
    top: 90px;
    margin-left: 44px;
  }
}

.sidebar.share.jipa {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1100px) {
  .sidebar.share.jipa {
    border-top: 1px solid #dddddd;
    padding: 40px 0 0;
    margin-left: 20px;
    text-align: left;
    border-left: 0;
  }
  .sidebar.share.jipa ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#site-footer {
  font-size: .8rem;
}

#site-footer h2 {
  font-size: 1rem;
  border: 0;
}

#site-footer .border-top {
  border-top: 1px solid #dddddd;
}

#site-footer .container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1100px) {
  #site-footer .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#site-footer #copyrights {
  color: #dddddd;
  text-align: center;
}

@media screen and (min-width: 1100px) {
  #site-footer #copyrights {
    text-align: left;
  }
}

/*
 * owl-carousel
 */
.owl-carousel.footer .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 0;
}

.owl-carousel.footer .owl-nav span {
  font-size: 2rem;
}

.owl-carousel.footer .owl-nav .owl-prev,
.owl-carousel.footer .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.owl-carousel.footer .owl-nav .owl-prev {
  right: calc(100% + 10px);
}

.owl-carousel.footer .owl-nav .owl-next {
  left: calc(100% + 10px);
}

@media screen and (min-width: 1100px) {
  .owl-carousel.footer .owl-nav .owl-prev {
    right: calc(100% + 20px);
  }
  .owl-carousel.footer .owl-nav .owl-next {
    left: calc(100% + 20px);
  }
}

/*
 * wp-block-quote
 */
.wp-block-quote {
  border-left: 2px solid #e75027;
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
}

/*
 * has-lines
 */
.has-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.has-lines:before, .has-lines:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 1px solid #262626;
}

.has-lines:before {
  margin-right: 20px;
}

.has-lines:after {
  margin-left: 20px;
}

/*
 * author-meta
 */
#author-meta {
  clear: both;
  border-top: 2px solid #f3f2e9;
  border-bottom: 2px solid #f3f2e9;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#author-meta .author-avatar {
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 128px;
  height: 128px;
  overflow: hidden;
}

#author-meta .author-avatar img {
  width: 100%;
}

#author-meta .author-content {
  padding: 20px;
}

#author-meta .author-content span {
  font-weight: 600;
}

#author-meta .author-content p {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: .8rem;
}

/*
 * separator
 */
.wp-block-separator {
  border: 0;
  height: 1px;
  background-color: lightgray;
  margin-top: 30px;
  margin-bottom: 40px;
  clear: both;
}

/*
 * citation
 */
.block-citation {
  padding-top: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.block-citation .citation-sentence {
  width: 100%;
}

.block-citation .citation-profil {
  margin-top: 30px;
  max-width: 300px;
  text-align: center;
}

.block-citation .citation-profil img {
  width: 100%;
}

@media screen and (min-width: 1100px) {
  .block-citation .citation-profil {
    margin-top: 0;
    max-width: 100%;
  }
}

.block-citation .citation {
  font-size: 1.2rem;
  text-align: center;
  padding-right: 30px;
  padding-left: 30px;
  /* &:before,
		&:after {
			display: block;
			font-size: 3rem;
			line-height: 1;
			color: darken($color-white, 40%);
		} */
  /* &:before {content:"“"; margin-bottom: -10px;}
		&:after {content:"”"; margin-top: 20px;} */
}

@media screen and (min-width: 1100px) {
  .block-citation {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .block-citation .citation-sentence {
    width: 70%;
  }
  .block-citation .citation-profil {
    width: 30%;
  }
}

.block-citation .owl-dots {
  margin-top: 10px;
  text-align: center;
}

.block-citation .owl-dots > .owl-dot {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: transparent;
  border: 3px solid #262626;
  -webkit-transition: all ease .4s;
  transition: all ease .4s;
}

.block-citation .owl-dots > .owl-dot.active {
  border: 3px solid #e75027;
  background-color: #e75027;
}

/*
 * latest-posts
 */
.block-latest-posts {
  position: relative;
}

.block-latest-posts .post-date {
  position: absolute;
  z-index: 1;
  background-color: #262626;
  color: #ffffff;
  padding: 10px;
  text-transform: uppercase;
  font-size: .7rem;
}

.block-latest-posts .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 66.66%;
  overflow: hidden;
}

.block-latest-posts .post-thumbnail img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
}

.block-latest-posts .post-title {
  font-size: 1.1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.block-latest-posts .post-title a:hover {
  text-decoration: underline;
}

.block-latest-posts .post-author {
  display: inline-block;
  margin-top: 10px;
  text-align: right;
  font-style: italic;
  color: #070707;
}

.block-latest-posts .read-more {
  font-weight: 600;
  color: #e75027;
}

/*
 * conference
 */
.conference .post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 200px;
  margin-bottom: 20px;
}

.conference .post-date {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 20px;
  color: #e75027;
  display: block;
}

.conference .post-title a {
  font-size: 1.4rem;
  color: #444444;
}

/*
 * block-ouvrage
 */
.block-ouvrage .ouvrage-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.block-ouvrage .ouvrage-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  height: 200px;
  margin-bottom: 20px;
}

.block-ouvrage .ouvrage-title {
  padding: 20px;
  text-align: center;
  font-size: 1.4rem;
  color: #444444;
}

/*
 * ouvrages
 */
.ouvrages > div {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ouvrages > div:not(:last-child) {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.ouvrages > div .ouvrage-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
  margin-right: 40px;
}

.ouvrages > div .ouvrage-title {
  font-size: 1.1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

.ouvrages > div a {
  color: #e75027;
}

@media screen and (min-width: 1100px) {
  .ouvrages > div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/*
 * agenda
 */
.agenda {
  margin-bottom: 40px;
}

.agenda .agenda-date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 120px;
  margin-right: 30px;
  text-align: center;
}

.agenda .agenda-date > div:first-child {
  background-color: #e75027;
  color: #ffffff;
  padding: 10px;
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.agenda .agenda-date > div:last-child {
  background-color: #f3f2e9;
  padding: 10px;
  font-size: 1rem;
}

.agenda .agenda-category {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  max-width: 200px;
  margin-bottom: 10px;
}

.agenda .agenda-category > a[href$="conferences/"] {
  display: none;
}

.agenda .agenda-category > a {
  pointer-events: none;
  cursor: text !important;
}

.agenda .agenda-title {
  font-size: 1rem;
  font-weight: 600;
}

div[role="form"] label {
  font-weight: 600;
  font-size: .8rem;
}

div[role="form"] input,
div[role="form"] textarea {
  margin-top: 10px;
  width: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #dddddd;
}

div[role="form"] input[type="submit"],
div[role="form"] textarea[type="submit"] {
  background-color: #e75027;
  color: #ffffff;
  font-weight: 600;
  border: 0;
  -webkit-transition: background-color ease .3s;
  transition: background-color ease .3s;
}

div[role="form"] input[type="submit"]:hover,
div[role="form"] textarea[type="submit"]:hover {
  background-color: #ea633e;
}

.is-video::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url("assets/img/play.svg");
  background-size: 100%;
}

.grecaptcha-badge {
  right: -286px !important;
}

li.jipasocial:before {
  display: none !important;
}

li.jipasocial a {
  background: #4267b2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  margin-top: 30px;
  color: #fff;
  border-radius: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
}

li.jipasocial a:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  padding: 4px;
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/img/facebook.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  width: 40px;
}

.wp-block-image img {
  height: auto;
}

figure > img {
  height: auto;
}

.ouvrage-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main-content.dir-rtl > p {
  direction: rtl;
}

.main-content.dir-rtl > h1 {
  direction: rtl;
}

.rtl {
  direction: rtl;
}

.single a {
  color: #0094d2;
}

.header-search > form {
  font-family: "roboto", sans-serif;
}

.header-search > form input[type="text"] {
  background-color: transparent;
  border: 1px solid #444;
  padding: 6px 10px;
  margin: 0 6px;
  color: #fff;
}

.header-search > form input[type="submit"] {
  background-color: #444;
  border: 1px solid #444;
  padding: 6px 10px;
  color: #fff;
}

#site-main.search-page {
  padding-top: 40px;
  padding-bottom: 40px;
}

.search-page h1 {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 300;
  padding-bottom: 10px;
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.single a {
  color: #0094d2;
}

.ouvrage-title a,
.agenda-title a,
.agenda-category a,
.conference .post-date,
.ouvrage-title a,
.post-title a,
.site-title a {
  color: #222 !important;
}

.wp-block-button a {
  color: #fff !important;
}

/* Commantaires */
.single #commentaires > ol {
  list-style: none;
  padding: 0;
}

.single #commentaires > ol ol {
  list-style: none;
}

.single #commentaires li {
  margin: 0;
}

.single #commentaires .comment-author cite {
  font-weight: 600;
  padding-left: 10px;
}

.single #commentaires .reply {
  font-size: 12px;
  margin: 0 0 20px;
}

.single #commentaires .comment-meta {
  margin: 5px 0 10px;
  font-size: 10px;
}

.single #commentaires .avatar {
  border-radius: 50%;
}

.single #commentaires .comment-meta a {
  color: #888;
}

.single #commentaires .comment-meta > a:first-child {
  pointer-events: none;
}

.single #commentaires #respond {
  font-size: 18px;
}

.single #commentaires .logged-in-as,
.single #commentaires .comment-notes {
  font-size: 14px;
}

.single #commentaires label {
  display: block;
  font-weight: 600;
  padding: 0 0 5px;
  font-size: 14px;
}

.single #commentaires .comment-form-comment label:first-child:after {
  content: "*";
  margin-left: 4px;
}

.single #commentaires textarea {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 600px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  font-family: "roboto", sans-serif;
}

.single #commentaires .comment-form-url {
  display: none;
}

.single #commentaires input:not([type="submit"]) {
  border: 1px solid #ccc;
  width: 100%;
  max-width: 300px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
}

.single #commentaires input[type="submit"] {
  background-color: #32373c;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  margin: 20px 0 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
}

.header-search label {
  display: none;
}

.header-search input[type="text"] {
  background-image: url("assets/img/ico-zoom.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 6px 6px;
  padding-left: 30px !important;
}

.widget_mailpoet_form {
  background-color: #f3f2e9;
  padding: 40px 50px 20px;
  text-align: center;
}

.widget_mailpoet_form .mailpoet_paragraph {
  width: 300px;
  margin: auto;
}

.widget_mailpoet_form input[type="email"] {
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-size: 14px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #32373c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget_mailpoet_form input[type="submit"] {
  background-color: #32373c;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  margin: 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #fff;
}

.page-id-6984 #site-main form > div:nth-child(10) {
  display: none;
}

.page-id-6984 #site-main input[type="text"],
.page-id-6984 #site-main select {
  border: 1px solid #ccc;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-size: 14px;
  margin: 5px 0 20px;
  padding: 8px 12px;
  color: #32373c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 300px;
}

.page-id-6984 #site-main input[type="submit"] {
  background-color: #32373c;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  cursor: pointer;
  font-size: 14px;
  margin: 15px 0 0;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  overflow-wrap: break-word;
  color: #fff;
}
/*# sourceMappingURL=style.css.map */






#menuToggle:checked  ~ nav[aria-label^="Main"] {
		visibility: visible;
		opacity: 1;
}


#menu-social {
  padding-left: 0;
}

#menu-social li {
  background: transparent;
}

#menu-social > li:first-child a:after {
  margin-left: 0px;
}