/*
Theme Name: GreenIT
Author: Breek
Author URI: https://www.breek.fr
Description: 2016 GreenIT.fr theme
Version: 1.1
License: Private usage only

This theme is for private use only. Do not share, use or redistribute without written autorisation
*/
/* ***** RESET ***** */
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,
dl,
dt,
dd,
ol,
ul,
li,
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;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  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;
}
/* ***** GLOBAL ***** */
body,
html {
  background: #303538;
  color: #333;
  font-family: 'Open Sans', Arial, sans-serif;
  font-weight: 400;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  font-size: 75%;
  line-height: 1.4286em;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
input,
textarea {
  background: none;
  border: 1px solid #ced5d9;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #50585d;
  font-size: 1.1667em;
  height: 40px;
  line-height: 1.4286em;
  padding: 10px 20px;
}
textarea {
  min-height: 80px;
}
input:focus {
  outline: 0;
}
input::-webkit-input-placeholder {
  color: #9eabb3;
}
input:-moz-placeholder {
  color: #9eabb3;
}
input::-moz-placeholder {
  color: #9eabb3;
}
input:-ms-input-placeholder {
  color: #9eabb3;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container {
  margin: 0 auto;
  max-width: 1170px;
  position: relative;
}
.cols-1 {
  float: left;
  padding: 0 20px;
  width: 33.333333%;
}
.cols-2 {
  float: left;
  padding: 0 20px;
  width: 66.666666%;
}
.cols-3 {
  padding: 0 20px;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.visible-xs {
  display: none;
}
.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
/* ***** HEADER ***** */
.header {
  background: #303538;
  color: #9eabb3;
  position: relative;
  z-index: 10;
}
.header a {
  color: #9eabb3;
  text-decoration: none;
}
.header a:hover {
  color: #fff;
}
.header .logo a {
  background: transparent url(images/logo-greenit.png) no-repeat 0 0;
  background-size: 100%;
  display: block;
  float: left;
  height: 30px;
  margin: 10px 0;
  min-width: 95px;
  overflow: hidden;
  text-indent: -2000px;
  width: 95px;
}
.header .menu-icon-link {
  background: transparent url(images/menu-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  display: inline-block;
  float: left;
  height: 24px;
  margin: 13px 25px 0 0;
  min-width: 30px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  overflow: hidden;
  text-indent: 100px;
  vertical-align: middle;
  white-space: nowrap;
  width: 30px;
}
.header .menu-icon-link.active {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .main-nav {
  float: left;
  text-align: center;
  min-width: 62%;
}
.header .main-nav ul {
  white-space: nowrap;
}
.header .main-nav li {
  display: inline-block;
}
.header .main-nav a {
  border-right: 1px solid #454a4c;
  display: block;
  font-size: 1.083333em;
  height: 3.8462em;
  line-height: 3.8462em;
  padding: 0 20px;
  position: relative;
  text-transform: uppercase;
  z-index: 1100;
}
.header .main-nav li:last-child a {
  border-right: none;
}
.header .main-nav li:hover a {
  color: #fff;
}
.header .main-nav ul ul {
  background: transparent url(images/submenu-bg.png) repeat 0 0;
  display: none;
  padding: 20px;
  position: absolute;
  text-align: left;
  white-space: normal;
  width: 240px;
  z-index: 1000;
  -moz-box-shadow: 0px 0px 100px 0px rgba(48, 53, 56, 0.5);
  -webkit-box-shadow: 0px 0px 100px 0px rgba(48, 53, 56, 0.5);
  -o-box-shadow: 0px 0px 100px 0px rgba(48, 53, 56, 0.5);
  box-shadow: 0px 0px 100px 0px rgba(48, 53, 56, 0.5);
  filter: progid:DXImageTransform.Microsoft.Shadow(color=rgba(48, 53, 56, 0.5), Direction=NaN, Strength=100);
}
.header .main-nav ul ul:before {
  background: transparent url(images/nav-arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: ' ';
  height: 8px;
  left: 20px;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 1100;
}
.header .main-nav li:hover ul {
  display: block;
}
.header .main-nav ul ul li {
  display: block;
  padding: 10px;
}
.header .main-nav ul ul a {
  background: none;
  border-right: none;
  border-bottom: 1px solid transparent;
  color: #fff;
  display: block;
  font-size: 1.2308em;
  height: auto;
  line-height: 1.25em;
  padding: 0;
  text-transform: none;
}
.header .main-nav ul ul a:hover {
  border-bottom: 1px solid #a6bf74;
}
.header .search {
  float: left;
  margin: 1.1667em 0 0 0;
  text-align: left;
}
.header .search .search-icon-link {
  background: transparent url(images/search-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  border: none;
  cursor: pointer;
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  height: 16px;
  overflow: hidden;
  text-indent: 100px;
  vertical-align: middle;
  width: 16px;
}
.header .search .search-icon-link:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .social {
  float: right;
  margin: 1.1667em 0 0 0;
  text-align: right;
  white-space: nowrap;
}
.header .social li {
  display: inline-block;
  line-height: 2em;
  margin: 0 0 0 20px;
}
.header .social a {
  display: inline-block;
  opacity: 0.4;
  filter: alpha(opacity=40);
  overflow: hidden;
  text-indent: 100px;
  vertical-align: middle;
}
.header .social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.header .social .twitter {
  background: transparent url(images/twitter-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  width: 23px;
}
.header .social .linkedin {
  background: transparent url(images/linkedin-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  width: 22px;
}
.header .social .facebook {
  background: transparent url(images/facebook-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  width: 11px;
}
/* ***** SEARCH FORM ***** */
.green-search-form {
  background: #81a725;
  color: #fff;
  display: none;
  padding: 10px 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 11;
}
.green-search-form.visible {
  display: block;
}
.green-search-form input {
  border-color: #a6bf74;
  color: #fff;
  display: inline-block;
  width: 240px;
}
.green-search-form input::-webkit-input-placeholder {
  color: #e4ebd7;
}
.green-search-form input:-moz-placeholder {
  color: #e4ebd7;
}
.green-search-form input::-moz-placeholder {
  color: #e4ebd7;
}
.green-search-form input:-ms-input-placeholder {
  color: #e4ebd7;
}
.green-search-form button {
  background: transparent url(images/search-icon-header.png) no-repeat 0 0;
  background-size: 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  margin: 0 0 0 10px;
  opacity: 0.7;
  filter: alpha(opacity=70);
  overflow: hidden;
  padding: 0;
  text-indent: 100px;
  vertical-align: middle;
  width: 16px;
}
.green-search-form button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
/* ***** BODY ***** */
.body {
  background: #fff;
  padding: 80px 0 20px 0;
}
.featured {
  padding: 0 0 80px 0;
}
.body .big-box {
  background: #f7fafb;
  min-height: 564px;
  margin: 0 auto;
  max-width: 270px;
  position: relative;
}
.body .small-box {
  background: #f7fafb;
  min-height: 272px;
  margin: 0 auto 20px auto;
  max-width: 270px;
  position: relative;
}
.body .big-box .h2,
.body .small-box .h2 {
  color: #50585d;
  display: block;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  position: relative;
}
.body .big-box .h2 {
  font-size: 1.9166667em;
  line-height: 1.2174em;
  padding-bottom: 5px;
}
.body .small-box .h2 {
  font-size: 1.5em;
  line-height: 1.3em;
}
.body .big-box a,
.body .small-box a {
  color: #50585d;
  text-decoration: none;
}
.body .big-box a:hover,
.body .small-box a:hover {
  text-decoration: underline;
}
.body .big-box a.ribon,
.body .small-box a.ribon {
  background: #81a725;
  color: #fff;
  font-size: 1em;
  line-height: 1.6667em;
  padding: 0 10px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: -10px;
  z-index: 100;
}
.body .big-box a.ribon:hover,
.body .small-box a.ribon:hover {
  text-decoration: none;
}
.body .big-box p {
  font-size: 1.5em;
  line-height: 1.333333em;
  padding: 0 20px 20px 20px;
}
.body .big-box h2:before,
.body .small-box h2:before {
  background: transparent url(images/box-arrow.png) no-repeat 0 0;
  background-size: 100%;
  content: ' ';
  display: block;
  height: 10px;
  position: absolute;
  top: -10px;
  width: 20px;
  z-index: 110;
}
.themes {
  padding: 0 0 60px 0;
}
.themes .theme {
  border-bottom: 1px solid #e0e1e1;
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.themes .theme:last-child {
  border: none;
  margin: 0;
}
.themes h2 {
  color: #81a725;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0 0 15px 0;
}
.themes ul {
  color: #50585d;
  font-size: 1.333333em;
  line-height: 1.25em;
  list-style: disc;
  margin: 0 0 0 25px;
}
.themes li {
  padding: 4px 0;
}
.themes li a {
  color: #50585d;
  text-decoration: none;
}
.themes li a:hover {
  text-decoration: underline;
}
/* ***** SIDEBAR ***** */
.home-sidebar .widget {
  padding: 0 0 60px 0;
}
.home-sidebar .widget .pub {
  text-align: center;
}
.home-sidebar .widget .pub a {
  display: inline-block;
}
.home-sidebar .widget h2 {
  color: #9eabb3;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.333333em;
  padding: 0 0 15px 0;
  text-align: center;
}
.home-sidebar .widget h2 a {
  color: #9eabb3;
}
.home-sidebar .form-newsletter label {
  color: #9eabb3;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  line-height: 1.2em;
  padding: 10px 0 0 10px;
}
.home-sidebar .form-newsletter input[type=text] {
  display: block;
  width: 100%;
}
.home-sidebar .form-newsletter input[type=radio] {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  font-size: 1.25em;
  height: auto;
  line-height: 1.2em;
  margin: 0 10px 0 0;
  padding: 0;
}
.home-sidebar .form-newsletter button {
  background: #bbc4ca;
  border: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  font-size: 1.25em;
  height: 40px;
  line-height: 1.333333em;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
}
.home-sidebar .form-newsletter button:hover {
  background: #81a725;
}
.widget ul {
  color: #9eabb3;
  font-size: 1.25em;
  line-height: 1.333333em;
}
.widget li {
  padding: 5px 0;
}
.widget a {
  color: #9eabb3;
  text-decoration: none;
}
.widget a:hover {
  text-decoration: underline;
}
.widget span.strong {
  display: block;
  font-size: 0.9167em;
  font-weight: 700;
}
.widget ul.menu {
  text-align: center;
}
.widget select {
  display: block;
  margin: 0 auto;
  width: 70%;
}
.widget .more {
  text-align: right;
}
/* ***** ARTICLE ***** */
.body .article {
  padding: 0 0 60px 0;
}
.body .article a.ribon {
  background: #81a725;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  line-height: 1.6667em;
  margin: 0 0 0 20px;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}
.single-event .article a.ribon {
  margin: 0 20px 0 0;
}
.body .article h1 {
  color: #50585d;
  font-size: 3.333333em;
  font-weight: 700;
  line-height: 1.2em;
  padding: 5px 20px 30px 20px;
}
.page .article h1,
.single-event .article h1 {
  padding: 5px 0 30px 0;
}
.body .article .content-wrapper {
  position: relative;
}
.body .article .article-side {
  margin: 0 0 0 20px;
  position: absolute;
  top: 0;
  width: 170px;
}
.body .article .article-side .box {
  background: #fbfcfd;
  padding: 20px;
}
.body .article .social {
  line-height: 1.6667em;
  padding: 5px 0 50px 0;
  text-align: center;
  white-space: nowrap;
}
.body .article .social span {
  display: inline-block;
  margin: 0 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  overflow: hidden;
  text-indent: 100px;
  vertical-align: middle;
}
.body .article .social span:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer;
}
.body .article .social .twitter {
  background: transparent url(images/twitter-icon-article.png) no-repeat 0 0;
  background-size: 100%;
  width: 23px;
}
.body .article .social .gplus {
  background: transparent url(images/gplus-icon-article.png) no-repeat 0 0;
  background-size: 100%;
  width: 24px;
}
.body .article .social .facebook {
  background: transparent url(images/facebook-icon-article.png) no-repeat 0 0;
  background-size: 100%;
  width: 11px;
}
.body .article .submitted {
  color: #9eabb3;
  font-size: 1.333333em;
  line-height: 1.25em;
  padding: 0 0 40px 0;
}
.body .article .submitted a {
  color: #50585d;
  display: block;
  margin: 0 0 6px 0;
  text-decoration: none;
}
.body .article .submitted a:hover {
  text-decoration: underline;
}
.body .article .tags {
  color: #9eabb3;
  font-size: 1.333333em;
  line-height: 1.25em;
  padding: 0 0 30px 0;
}
.body .article .tags a {
  color: #9eabb3;
  text-decoration: underline;
}
.body .article .tags a:hover {
  color: #50585d;
}
.body .article .article-side .caption {
  color: #9eabb3;
  font-size: 1.1667em;
  line-height: 1.25em;
  padding: 10px 0 0 0;
}
.body .article .content-side {
  color: #666;
  font-size: 1.5em;
  line-height: 1.444444em;
  padding: 0 20px;
  margin: 0 0 0 220px;
}
.page .article .content-side,
.single-event .article .content-side {
  padding: 0;
}
.body .article .calendar {
  padding: 0 20px;
}
.body .article .content-side.full {
  margin: 0;
}
.body .article .content-side a {
  color: #666;
}
.body .article .content-side a:hover {
  color: #81a725;
}
.body .article .content-side strong {
  font-weight: 700;
}
.body .article .content-side em {
  font-style: italic;
}
.body .article .content-side p {
  padding: 0 0 20px 0;
}
.body .article .content-side h2 {
  font-size: 1.4em;
  line-height: 1.25em;
  padding: 10px 0 20px 0;
}
.body .article .content-side h3 {
  color: #81a725;
  font-size: 1.333333em;
  font-weight: 700;
  line-height: 1.25em;
  padding: 10px 0 20px 0;
}
.body .article .content-side h4 {
  font-size: 1.1667em;
  font-weight: 700;
  line-height: 1.25em;
  padding: 0 0 20px 0;
}
.body .article .content-side h5 {
  font-weight: 700;
  padding: 0 0 20px 0;
}
.body .article .content-side h6 {
  font-size: 0.83333em;
  font-weight: 700;
  padding: 0 0 20px 0;
}
.body .article .content-side ul {
  list-style: disc;
  padding: 0 0 15px 30px;
}
.body .article .content-side ol {
  list-style: decimal;
  padding: 0 0 15px 35px;
}
.body .article .content-side li {
  padding: 0 0 5px 0;
}
.body .article .content-side blockquote {
  padding: 10px 0 30px 20px;
}
.body .article .content-side blockquote p {
  border-left: 1px solid #eee;
  color: #999;
  font-size: 1.1667em;
  font-style: italic;
  line-height: 1.4em;
  padding: 0 0 0 20px;
}
.body .article .content-side .author {
  background: #f7fafb;
  border-bottom: 1px solid #e0e1e1;
  margin: 60px 0;
  padding: 50px 20px 30px 20px;
}
.body .article .content-side .author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  float: left;
  max-width: 100px;
}
.body .article .content-side .author h2 {
  color: #81a725;
  font-size: 1.111111em;
  font-weight: 700;
  line-height: 1.3em;
  margin: 0 0 0 130px;
  padding: 0 0 20px 0;
}
.body .article .content-side .author p {
  font-size: 0.888889em;
  line-height: 1.25em;
  margin: 0 0 0 130px;
  padding: 0 0 20px 0;
}
.body .article .content-side .event-date {
  display: block;
  font-weight: 700;
  padding: 0 0 30px 0;
}
.body .article .content-side .event-details {
  border-top: 1px solid #e0e1e1;
  margin: 20px 0 0 0;
  padding: 30px 0;
}
/* ***** TEASER ***** */
.body .list {
  padding: 0 0 60px 0;
}
.body .list h1 {
  color: #50585d;
  font-size: 3.333333em;
  font-weight: 700;
  line-height: 1.2em;
  padding: 5px 0 30px 0;
}
.body .teaser {
  border-bottom: 1px solid #e0e1e1;
  margin: 25px 0 0 0;
  padding: 0 0 25px 0;
}
.body .teaser:first-child {
  margin: 0;
}
.body .teaser:last-child {
  border: none;
}
.body .teaser a {
  color: #50585d;
  text-decoration: none;
}
.body .teaser a:hover {
  text-decoration: underline;
}
.body .teaser .h2 {
  color: #50585d;
  display: block;
  font-size: 1.6667em;
  font-weight: 700;
  line-height: 1.3em;
  padding: 0 0 5px 0;
  position: relative;
}
.body .teaser .submitted {
  color: #9eabb3;
  font-size: 1.333333em;
  line-height: 1.25em;
  padding: 0 0 10px 0;
}
.body .teaser .submitted a {
  color: #50585d;
  text-decoration: none;
}
.body .teaser .submitted a:hover {
  text-decoration: underline;
}
.body .teaser p {
  font-size: 1.333333em;
  line-height: 1.333333em;
}
.body .teaser a.ribon {
  background: #81a725;
  color: #fff;
  display: inline-block;
  font-size: 1em;
  line-height: 1.6667em;
  margin: 0 20px 10px 0;
  padding: 0 10px;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 100;
}
.body .teaser .event-date {
  color: #50585d;
  display: block;
  font-size: 1.333333em;
  line-height: 1.333333em;
  padding: 5px 0 10px 0;
}
/* ***** PAGINATION ***** */
.body .pagination {
  padding: 40px 0 0 0;
}
.body .pagination .nav-links {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: center;
}
.body .pagination .page-numbers {
  margin: 0 5px;
}
.body .pagination .current {
  color: #81a725;
  font-weight: 700;
}
.body .pagination a {
  color: #50585d;
  text-decoration: none;
}
.body .pagination a:hover {
  text-decoration: underline;
}
.past-events-link {
  font-size: 1.25em;
  line-height: 1.5em;
  text-align: right;
  padding: 40px 0 0 0;
}
.past-events-link a {
  color: #50585d;
  text-decoration: none;
}
/* ***** FOOTER ***** */
.footer {
  color: #9eabb3;
  padding: 50px 0;
}
.footer a {
  color: #9eabb3;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .widget {
  padding-bottom: 40px;
}
.footer .widget span {
  color: #9eabb3;
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.333333em;
  padding: 0 0 15px 0;
}
.footer .widget ul.wp-tag-cloud {
  padding: 5px 0 0 0;
}
.footer .widget ul.wp-tag-cloud li {
  display: inline;
  margin: 0 5px 0 0;
}
.footer .copyright {
  font-size: 1.25em;
  padding: 60px 0;
}
.footer .copyright p {
  padding: 20px 0;
}
.footer .copyright .green img {
  display: block;
  margin: 0 auto;
}
#nav_menu-2 {
  text-align: center;
}
/* ***** RESPONSIVE ***** */
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .featured .cols-1 {
    min-width: 310px;
  }
  .header .social {
    position: absolute;
    right: 20px;
  }
  .header .social li {
    margin: 0 0 0 10px;
  }
  .header .main-nav {
    padding: 0 0 20px 0;
    text-align: left;
    width: 100%;
  }
  .header .main-nav.active {
    display: block;
  }
  .header .main-nav.active .nav-arrow {
    display: block;
    margin: 0;
  }
  .header .main-nav li {
    display: block;
  }
  .header .main-nav a {
    border-right: none;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .header .main-nav ul ul {
    background: #81a725;
    display: block;
    margin: 0 -20px;
    position: relative;
    width: auto;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
  .green-search-form {
    position: relative;
  }
  .body {
    padding: 40px 0;
  }
  .featured {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 40px 0;
  }
  .featured .cols-1 {
    min-width: 50%;
  }
  .cols-1,
  .cols-2 {
    width: 50%;
  }
  .body .article .content-side {
    margin: 0;
  }
  .body .article h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .body .article .content-side .author h2,
  .body .article .content-side .author p {
    margin: 0;
  }
  .body .list h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .footer .cols-1:last-child {
    width: 100%;
  }
}
@media (max-width: 619px) {
  .cols-1,
  .cols-2,
  .cols-3,
  .footer .cols-1:last-child {
    float: none;
    margin: 0 auto;
    min-width: 0;
    width: 320px;
  }
  .header .cols-3 {
    width: 100%;
  }
  .body .small-box {
    border-top: 10px solid #fff;
  }
}
.widget #mlb2-2384129 .subscribe-form {
  border-radius: 0 !important;
  border: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.widget #mlb2-2384129 .subscribe-form .form-section h4 {
  font-family: 'Open Sans', Arial !important;
  color: #9eabb3 !important;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.333333em;
  padding: 0 0 15px 0;
  text-align: center;
}
.widget #mlb2-2384129 .subscribe-form .form-section p {
  line-height: 150%;
  color: #bbc4ca !important;
  font-family: 'Open Sans', Arial !important;
  font-size: 13px!important;
  text-align: center;
}
.widget #mlb2-2384129.ml-subscribe-form .form-group .form-control {
  width: 100%;
  font-size: 13px;
  padding: 10px 10px;
  height: auto;
  font-family: 'Open Sans', Arial !important;
  border-radius: 20px;
  border: 1px solid #bbc4ca !important;
  color: #bbc4ca !important;
  background-color: #ffffff !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: left;
}
.widget #mlb2-2384129.ml-subscribe-form button.gradient-on {
  background: #bbc4ca !important;
  border: none !important;
  cursor: pointer !important;
  width: 100% !important;
  border-radius: 20px !important;
  height: 40px !important;
  color: #FFFFFF !important;
  font-family: Arial!important;
  font-size: 16px!important;
  text-align: center !important;
  text-transform: uppercase;
}
.left,
.alignleft {
  float: left;
}
.right,
.alignright {
  float: right;
}
img.left,
img.alignleft {
  margin: 0 10px 5px 0;
}
img.right,
img.alignright {
  margin: 0 0 5px 10px;
}
.center,
.aligncenter {
  display: block;
  margin: 0 auto;
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.wp-caption {
  line-height: 14px;
  max-width: 100%;
  text-align: center;
}
.wp-caption-text {
  font-size: 12px;
  font-style: italic;
  padding: 5px 0 0 0;
  text-align: center;
}
.wpcf7-form input,
.wpcf7-form textarea {
  border-radius: 0;
  width: 100%;
}
.wpcf7-form .wpcf7-submit {
  padding: 0 10px;
}
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 9/16 * 100%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}
/* FORMATION */
.body.formation {
  overflow: hidden;
  padding: 80px 0 24px !important;
}
.body.formation .article .content-wrapper {
  padding: 0 24px;
}
.body.formation .article .heading {
  padding: 0 0 105px;
  position: relative;
}
.body.formation .article .heading::before {
  background-color: #81A726;
  content: '';
  position: absolute;
  inset: -200px -50svw 0;
}
.body.formation .article .heading .surtitre {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  left: -15px;
  line-height: 28px;
  padding: 0 16px;
  position: absolute;
  top: -34px;
  transform: rotate(-5deg);
}
.body.formation .article .heading .surtitre strong {
  font-size: 20px;
}
.body.formation .article .heading .surtitre sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  font-size: 60%;
  top: -0.5em;
}
.body.formation .article .heading h1 {
  color: #fff;
  font-size: 40px;
  line-height: 48px;
  padding: 0;
  position: relative;
}
.body.formation .article .satisfaction {
  color: #fff;
  font-size: 12px;
  line-height: 1.4;
  margin: 32px 0 0;
  position: relative;
}
.body.formation .article .satisfaction .notes {
  display: inline-block;
}
.body.formation .article .satisfaction .background,
.body.formation .article .satisfaction .moyenne {
  display: flex;
  height: 16px;
  flex-flow: row nowrap;
  overflow: hidden;
  width: 100px;
}
.body.formation .article .satisfaction .background .star,
.body.formation .article .satisfaction .moyenne .star {
  background: url('images/star-yellow.svg') no-repeat center;
  height: 16px;
  flex: 0 0 auto;
  width: 20px;
}
.body.formation .article .satisfaction .background {
  opacity: 0.4;
}
.body.formation .article .satisfaction .moyenne {
  margin: -16px 0 10px;
}
.body.formation .article .satisfaction strong {
  display: block;
  font-size: 14px;
}
.body.formation .article .card-receiver {
  margin: -80px 0 40px;
}
.body.formation .article .content-side {
  margin: 0;
}
.body.formation .article .next-session {
  border-bottom: 1px solid #E0E1E1;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 40px 0;
  padding: 0 0 40px;
}
.body.formation .article .next-session strong {
  color: #81A726;
}
.body.formation .article .chapo {
  border-bottom: 1px solid #E0E1E1;
  color: #666;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  margin: 40px 0;
  padding: 0 0 40px;
}
.body.formation .article .formation-content {
  font-size: 16px;
  line-height: 24px;
}
.body.formation .article .formation-content p {
  margin: 0 0 20px;
  padding: 0 !important;
}
.body.formation .article .rounded-block {
  border: 1px solid #E0E1E1;
  border-radius: 18px;
  margin: 48px 0;
  padding: 20px 20px 10px;
}
.body.formation .article .trainers-block {
  background: #81A726;
  color: #fff;
  margin: 48px 0;
  padding: 20px;
}
.body.formation .article .trainers-block h3 {
  color: #fff;
}
.body.formation .article .trainers-block .trainer {
  margin: 0 0 20px;
  padding-right: 40px;
  position: relative;
}
.body.formation .article .trainers-block .trainer-visual {
  height: 70px;
  inset: -20px -30px auto auto;
  position: absolute;
  width: 70px;
}
.body.formation .article .trainers-block .trainer-visual::before {
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  content: '';
  position: absolute;
  pointer-events: none;
  inset: -3px;
}
.body.formation .article .trainers-block .trainer-visual p {
  height: 70px;
  margin: 0;
  padding: 0;
  width: 70px;
}
.body.formation .article .trainers-block .trainer-visual img {
  border-radius: 50%;
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.body.formation .article .sessions-block {
  border-top: 1px solid #E0E1E1;
  background: #F8FAFB;
  margin: 40px 0;
  padding: 40px 20px 0;
}
.body.formation .article .sessions-block .sessions {
  margin: 0 0 20px;
}
.body.formation .article .sessions-block .sessions .session {
  border-top: 1px solid #E0E1E1;
  display: flex;
  font-size: 14px;
  flex-flow: column nowrap;
  padding: 10px;
}
.body.formation .article .sessions-block .sessions .session:first-child {
  border: none;
}
.body.formation .article .sessions-block .sessions .session:nth-child(even) {
  background: #fff;
}
.body.formation .article .sessions-block .sessions .session strong,
.body.formation .article .sessions-block .sessions .session span {
  padding: 4px 0;
  width: 100%;
}
.body.formation .article .sessions-block .sessions .session button {
  align-items: center;
  background: #303538;
  border-radius: 6px;
  border: none;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  height: 36px;
  justify-content: center;
  padding: 0 12px;
  text-decoration: none;
  width: 100%;
}
.body.formation .article .sessions-block .sessions .session button:hover {
  background: #81A725;
}
.body.formation .article .sessions-block .sessions .session button:disabled {
  pointer-events: none;
}
.body.formation .article .sessions-block .sessions .session.complet button {
  opacity: 0.3;
}
.body.formation .article .sessions-block .bottom {
  background: #81A725;
  color: #fff;
  margin: 40px -20px 0;
  padding: 20px !important;
}
.body.formation .article .sessions-block .bottom a {
  color: #fff;
}
.body.formation .article .formation-form {
  border-bottom: 1px solid #E0E1E1;
  border-top: 1px solid #E0E1E1;
  background: #F8FAFB;
  margin: 40px 0;
  padding: 80px 20px;
}
.body.formation .article .formation-form h3 {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
}
.body.formation .article .formation-form p {
  margin: 0;
}
.body.formation .article .formation-form select,
.body.formation .article .formation-form input:not([type="submit"], [type="checkbox"]),
.body.formation .article .formation-form textarea {
  background: transparent;
  border: 1px solid #CED5D9;
  border-radius: 20px;
  color: #666;
  display: flex;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  padding: 0 20px;
  outline: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.body.formation .article .formation-form select,
.body.formation .article .formation-form input:not([type="submit"], [type="checkbox"]) {
  height: 40px;
}
.body.formation .article .formation-form select {
  background: url(images/expand_more.svg) no-repeat right 10px center;
  -webkit-appearance: none;
}
.body.formation .article .formation-form textarea {
  height: 200px;
  padding: 10px 20px;
}
.body.formation .article .formation-form input[type=submit] {
  align-items: center;
  background: #81A725;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #fff !important;
  cursor: pointer;
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 32px 0 0;
  text-decoration: none;
}
.body.formation .article .formation-form input[type=submit]:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}
.body.formation .article .formation-form input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.body.formation .article .formation-form input[type=submit].has-spinner {
  margin-bottom: 16px;
}
.body.formation .article .formation-form .wpcf7-not-valid-tip {
  font-size: 80%;
  padding: 5px 20px 0;
}
.body.formation .article .formation-form .flex-container p {
  display: flex;
  flex-flow: column nowrap;
}
.body.formation .article .formation-form .flex-container p .wpcf7-form-control-wrap {
  margin: 0 0 24px;
}
.body.formation .article .formation-form .campaign-part,
.body.formation .article .formation-form .session-part,
.body.formation .article .formation-form .contact-part,
.body.formation .article .formation-form .finance-part,
.body.formation .article .formation-form .acceptance-part {
  margin: 0 0 40px;
}
.body.formation .article .formation-form .campaign-part p {
  text-align: center;
}
.body.formation .article .formation-form .session-part {
  display: none;
}
.body.formation .article .formation-form .session-part.active {
  display: block;
}
.body.formation .article .formation-form .finance-part {
  text-align: center;
}
.body.formation .article .formation-form .finance-part select {
  margin-top: 8px;
}
.body.formation .article .formation-form .acceptance-part label {
  display: flex;
  flex-flow: row nowrap;
}
.body.formation .article .formation-form .acceptance-part label input {
  height: 24px;
  width: 24px;
}
.body.formation .article .formation-form .acceptance-part label .wpcf7-list-item-label {
  margin: 4px 0 0 12px;
}
.body.formation .article .formation-content .formation-mention,
.body.formation .article .formation-mention {
  background: #F8FAFB;
  color: #81A726;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  margin: 80px 0;
  padding: 20px !important;
  text-align: center;
  width: 100%;
}
.body.formation .article .formation-content .verbatims,
.body.formation .article .verbatims {
  margin: 128px 0 80px;
}
.body.formation .article .formation-content .verbatims h4,
.body.formation .article .verbatims h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  padding: 0 0 20px;
}
.body.formation .article .formation-content .verbatims .verbatim,
.body.formation .article .verbatims .verbatim {
  margin: 0 0 24px;
}
.body.formation .article .formation-content .verbatims .verbatim .satisfaction,
.body.formation .article .verbatims .verbatim .satisfaction {
  margin: 0 0 8px;
}
.body.formation .article .formation-content .verbatims .verbatim .satisfaction .background .star,
.body.formation .article .verbatims .verbatim .satisfaction .background .star,
.body.formation .article .formation-content .verbatims .verbatim .satisfaction .moyenne .star,
.body.formation .article .verbatims .verbatim .satisfaction .moyenne .star {
  background: url('images/star-yellow.svg') no-repeat center;
}
.body.formation .article .formation-content .verbatims .verbatim p,
.body.formation .article .verbatims .verbatim p {
  color: #666;
  font-size: 18px;
  line-height: 26px;
  margin: 0 !important;
  padding: 0 !important;
}
.body.formation .article .formation-content .verbatims .verbatim .verbatim-author,
.body.formation .article .verbatims .verbatim .verbatim-author {
  color: #999;
  display: block;
  font-size: 14px;
  line-height: 26px;
}
.body.formation .article .jp-relatedposts {
  display: none !important;
}
.body.formation .mobile-only,
.body.formation .desktop-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .body.formation .mobile-only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .body.formation .desktop-only {
    display: block;
  }
  .body.formation .article .content-wrapper {
    align-items: flex-start;
    flex-flow: row nowrap;
    display: flex;
  }
  .body.formation .article .sidebar {
    margin-left: 48px;
    max-width: 290px;
    width: 100%;
  }
  .body.formation .article .content-side {
    width: 100%;
  }
  .body.formation .article .heading {
    padding: 0 0 40px;
  }
  .body.formation .article .formation-content .verbatims,
  .body.formation .article .verbatims {
    text-align: right;
  }
}
@media screen and (min-width: 1024px) {
  .body.formation .article .sidebar {
    margin-left: 96px;
  }
  .body.formation .article .heading {
    display: flex;
    flex-flow: row nowrap;
  }
  .body.formation .article .heading h1 {
    width: 100%;
  }
  .body.formation .article .satisfaction {
    flex: 0 0 160px;
    margin: 24px 0 0 16px;
    text-align: right;
  }
  .body.formation .article .trainers-block {
    margin: 48px 100px 0 0;
  }
  .body.formation .article .trainers-block .trainer {
    padding-right: 130px;
  }
  .body.formation .article .trainers-block .trainer a {
    color: #fff;
  }
  .body.formation .article .trainers-block .trainer-visual {
    height: 200px;
    inset: 0 -115px auto auto;
    width: 200px;
  }
  .body.formation .article .trainers-block .trainer-visual p {
    height: 200px;
    width: 200px;
  }
  .body.formation .article .sessions-block .sessions .session {
    align-items: center;
    flex-flow: row nowrap;
  }
  .body.formation .article .sessions-block .sessions .session strong,
  .body.formation .article .sessions-block .sessions .session span {
    padding: 0 5px;
  }
  .body.formation .article .formation-form select {
    margin: 0 auto;
    max-width: 327px;
  }
  .body.formation .article .formation-form .flex-container p {
    flex-flow: row wrap;
    margin: 0 -12px;
  }
  .body.formation .article .formation-form .flex-container p .wpcf7-form-control-wrap {
    margin: 0 12px 24px;
    width: calc(50% - 24px);
  }
}
/* FORMATION CARD */
.formation-card {
  align-items: flex-start;
  background: #F8FAFB;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  min-width: 240px;
  max-width: 327px;
  padding: 36px 20px;
  position: relative;
  width: 100%;
}
.formation-card::before {
  border: 5px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  pointer-events: none;
  inset: -5px;
}
.formation-card .top,
.formation-card .bottom,
.formation-card p {
  width: 100%;
}
.formation-card .officielle {
  background: #303538;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  inset: 0 0 auto 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
.formation-card .certifiante {
  background: #81A725;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 0 10px;
}
.formation-card h3 {
  color: #303538 !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
}
.formation-card h3 .reference {
  font-weight: 400;
  font-size: 18px;
}
.formation-card .global-infos {
  color: #303538;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 16px;
  padding: 0 !important;
}
.formation-card .global-infos strong {
  font-weight: 700;
}
.formation-card .global-infos a {
  color: #303538;
  font-size: 12px;
}
.formation-card .card-infos {
  color: #303538;
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  padding: 0 !important;
}
.formation-card .card-infos strong {
  font-weight: 700;
}
.formation-card .card-infos .session {
  color: #81A726;
  font-size: 18px;
}
.formation-card .price-group {
  color: #303538;
  font-size: 14px;
  line-height: 1.2;
  margin: 0;
  padding: 0 !important;
}
.formation-card .price-group .price {
  font-size: 18px;
  font-weight: 700;
}
.formation-card .price-group .price strong {
  font-size: 32px;
}
.formation-card .price-group span {
  display: block;
}
.formation-card .btn-primary {
  align-items: center;
  background: #81A725;
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  color: #fff !important;
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 32px 0 0;
  text-decoration: none;
  width: 100%;
}
.formation-card .btn-primary:hover {
  border-bottom: 3px solid rgba(0, 0, 0, 0.5);
}
.formation-card .btn-secondary {
  align-items: center;
  border: 1px solid rgba(129, 167, 38, 0.5);
  border-radius: 6px;
  color: #81A725 !important;
  display: flex;
  flex-flow: row nowrap;
  font-size: 14px;
  height: 32px;
  justify-content: center;
  margin: 12px 0 0;
  text-decoration: none;
  width: 100%;
}
.formation-card .btn-secondary:hover {
  border-color: #81A725;
}
.formation-card .help .item {
  align-items: center;
  color: #303538;
  display: flex;
  flex-flow: row nowrap;
  font-size: 12px;
  line-height: 16px;
  margin: 12px 0;
  padding: 0 !important;
}
.formation-card .help .item img {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 70px;
  margin-right: 16px;
  width: 70px;
}
.formation-card .help .item span {
  width: 100%;
}
.formation-card .satisfaction {
  color: #999;
  font-size: 12px;
  line-height: 1.4;
  margin: 32px 0 0;
  position: relative;
  text-align: center;
}
.formation-card .satisfaction .notes {
  display: inline-block;
}
.formation-card .satisfaction .background,
.formation-card .satisfaction .moyenne {
  display: flex;
  height: 16px;
  flex-flow: row nowrap;
  overflow: hidden;
  width: 100px;
}
.formation-card .satisfaction .background .star,
.formation-card .satisfaction .moyenne .star {
  background: url('images/star-yellow.svg') no-repeat center;
  height: 16px;
  flex: 0 0 auto;
  width: 20px;
}
.formation-card .satisfaction .background {
  opacity: 0.4;
}
.formation-card .satisfaction .moyenne {
  margin: -16px 0 10px;
}
.formation-card .satisfaction strong {
  display: block;
  font-size: 14px;
}
.formation-card-list {
  margin: 60px -15px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.formation-card-list .formation-card {
  margin: 20px;
}
/* FORMATION BANNER */
.formation-front-banner {
  background: #81A726;
  color: #fff;
  margin: -20px 25px 80px;
  padding: 24px 20px;
  position: relative;
}
.formation-front-banner::before {
  border: 5px solid rgba(0, 0, 0, 0.15);
  content: '';
  position: absolute;
  pointer-events: none;
  inset: -5px;
}
.formation-front-banner h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
  margin: 0 0 24px;
}
.formation-front-banner p {
  font-size: 18px;
  line-height: 26px;
}
.formation-front-banner a {
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 3px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
  color: #fff !important;
  display: flex;
  flex-flow: row nowrap;
  font-size: 18px;
  height: 48px;
  justify-content: center;
  margin: 32px 0 0;
  padding: 0 24px;
  text-decoration: none;
  white-space: nowrap;
}
.formation-front-banner a:hover {
  border-bottom: 3px solid rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .formation-front-banner .flex-row {
    align-items: flex-start;
    display: flex;
    flex-flow: row nowrap;
  }
  .formation-front-banner .flex-row a {
    margin: 0 0 0 32px;
  }
}
/* ***** PRINT ***** */
@media print {
  body {
    width: auto!important;
    margin: auto!important;
    font-family: serif;
    font-size: 80%;
    background-color: #fff !important;
    color: #000 !important;
  }
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  blockquote,
  ul,
  ol {
    color: #000 !important;
    margin: auto!important;
  }
  .print {
    display: block;
    /* affichage des éléments de classe print */
  }
  p,
  blockquote {
    orphans: 3;
    /* pas de ligne seule en bas */
    widows: 3;
    /* pas de ligne seule en haut */
  }
  blockquote,
  ul,
  ol {
    page-break-inside: avoid;
    /* pas de coupure dans ces élements */
  }
  h1,
  h2,
  h3,
  caption {
    page-break-after: avoid;
    /* pas de saut après ces éléments */
  }
  a {
    color: #000 !important;
    text-decoration: underline!important;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    /* affichage des URL des liens */
  }
  .header,
  .body .cols-1,
  .body img,
  .article-side,
  .footer {
    display: none;
  }
  .body .featured .cols-1,
  .body .featured .cols-1 .big-box,
  .body .featured .cols-1 .small-box {
    display: block;
    float: none;
    min-height: 1px;
    max-width: 100%;
    width: 100%;
  }
  .body .cols-2 {
    float: none;
    width: 100%;
  }
  .body .article .content-side {
    margin: 0;
  }
  .body .article .content-side .author {
    margin: 30px 0 0 0;
    padding: 0;
  }
  #disqus_thread {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */