* {
  margin: 0;
  padding: 0;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 1.1em;
  width: auto;
  color: #111111;
  font-family: "Raleway", sans-serif;
  background-color: #fff;
}

ul, li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

section ul li p.detail, section.axe_environnement ul li p.detail, section.axe_patrimoine ul li p.detail, section.ccpc ul li p.detail, section.humain ul li p.detail {
  font-size: 75%;
  height: auto;
}

ul.rounds {
  padding-left: 1em;
}
ul.rounds li {
  list-style-type: disc;
  padding-left: 1em;
}

a, a:hover, a:active, a:visited, a:focus {
  color: #fff;
  text-decoration: none;
}

.animated {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

img.icone, svg {
  fill: rgb(12, 102, 65);
  display: block;
  margin: 0 auto;
}

.logo {
  background-color: transparent;
  background-image: url("../images/general/logo.png");
  width: 128px;
  height: 126px;
  background-position: center center;
  background-repeat: no-repeat;
}

.title {
  display: inline-block;
  font-size: 4em;
  font-style: italic;
  font-weight: bolder;
}

input {
  color: rgb(12, 102, 65);
}

.btn {
  background-color: rgb(12, 102, 65);
  color: #fff;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.1em;
}
.btn:hover {
  color: #fff;
  animation: pulse 0.7s;
}
.btn:focus {
  color: #fff;
}

nav {
  background-color: rgb(12, 102, 65);
}

div.sticky-wrapper {
  background-color: #fff;
}
div.sticky-wrapper nav {
  display: none;
  height: 1px;
  z-index: 99;
  color: #fff;
  top: 0;
  width: 100%;
  font-size: 0.95em;
}
div.sticky-wrapper nav svg, div.sticky-wrapper nav img.icone {
  fill: #fff;
}
div.sticky-wrapper nav .container {
  position: relative;
  padding: 10px 13px 10px;
  width: 90%;
}
div.sticky-wrapper nav .container .image {
  height: 55px;
  display: inline-block;
}
div.sticky-wrapper nav .container .content {
  width: 90%;
  display: inline-block;
  margin: 0 auto;
  padding: 15px 13px 15px;
}
div.sticky-wrapper nav .container .content ul {
  float: right;
}
div.sticky-wrapper nav .container .content ul li {
  float: left;
  margin-right: 2em;
}
div.sticky-wrapper nav .container .content ul li:last-child {
  margin-right: 0;
}
div.sticky-wrapper nav .logo {
  margin-top: 0em;
}
div.sticky-wrapper nav .menu-button {
  cursor: pointer;
  display: none;
  width: 130px;
  float: right;
}
div.sticky-wrapper nav .menu-button p {
  display: inline-block;
  margin: 0;
  line-height: 2.5em;
}
div.sticky-wrapper nav .menu-button svg, div.sticky-wrapper nav .menu-button img {
  display: inline-block;
  float: left;
  margin-right: 1em;
}

div.sticky-wrapper.is-sticky nav {
  display: block;
  height: 83px;
}

.secondTransition, .firstTransition, img.firstTransition, img.secondTransition {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

h2 {
  margin-bottom: 0;
  color: rgb(12, 102, 65);
  text-align: center;
}

h3 {
  color: rgb(12, 102, 65);
}

p {
  text-align: center;
}

p.std {
  text-align: left;
}

p.content_description {
  margin-bottom: 1em;
  text-align: center;
  line-height: 130%;
  font-size: 1.2em;
}

p.bold {
  text-align: left;
  font-weight: bold;
}

span.bold {
  font-weight: bold;
}

div.highlightable {
  line-height: 1.8em;
}
div.highlightable span.highlight {
  background-color: rgb(12, 102, 65);
  border-radius: 0.2em;
  color: #fff;
  padding: 0.2em;
  font-style: oblique;
  font-weight: 900;
  font-size: 120%;
}

section {
  padding: 5em;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
section:first-child {
  padding-top: 3em;
}
section .container {
  height: 100%;
}

.pictures-gallery .item {
  margin: 0.5em;
}
.pictures-gallery .item div.img {
  height: 200px;
  width: 200px;
  border-radius: 10px;
  display: block;
  background-size: auto 250px;
  background-repeat: no-repeat;
  background-position: center center;
}

.partners-logo .item {
  margin: 1em;
  display: block;
}
.partners-logo .item img {
  width: 200px;
}

section div.underlayer {
  background-color: rgba(255, 255, 255, 0.6274509804);
  z-index: 20;
}

section.header {
  color: #fff;
  background-image: url("../images/general/entree_ville_velo.dark2.jpg");
}
section.header img {
  position: absolute;
  right: 0;
  bottom: -5em;
  display: block;
}
section.header .slogan {
  font-size: 2.7em;
  font-family: "Open Sans", sans-serif;
  width: 11em;
  line-height: 110%;
  margin-top: 1.3em;
  margin-bottom: 1em;
}
section.header .btn {
  width: 15em;
  height: 3.6em;
  vertical-align: middle;
}
section.header .subtitle {
  font-size: 1.1em;
  margin-top: 1em;
  line-height: 30%;
}
section.header .container {
  width: auto;
}
section.header div.edito {
  position: absolute;
  top: 15em;
  right: -1000em;
  max-width: 20em;
  width: 25%;
  aspect-ratio: 4/1;
  background-color: rgb(12, 102, 65);
  color: #fff;
  background-image: url("../images/general/vincent_edito_300.jpg");
  background-size: auto 100%;
  background-repeat: no-repeat;
}
section.header div.edito p {
  margin-top: 0.5em;
  margin-left: 3em;
  font-size: 2em;
  text-align: left;
}
section.header div.nextWorkshop {
  position: absolute;
  top: 19.5em;
  right: -1000em;
  max-width: 22em;
  width: 28%;
  background-color: rgb(12, 102, 65);
  color: #fff;
}
section.header div.edito.bounceInRight, section.header div.nextWorkshop.bounceInRight {
  right: 0;
}

section.header.ribbon {
  background-color: rgb(12, 102, 65);
  background-image: none;
  padding: 2em;
}

section.projet_3points {
  background-color: rgba(255, 172, 115, 0.5333333333);
  text-align: center;
}
section.projet_3points h2 {
  font-family: "Open Sans", sans-serif;
}
section.projet_3points p {
  margin-bottom: 5em;
}
section.projet_3points .description {
  margin: 0 auto;
  width: 100%;
}
section.projet_3points .description h3 {
  color: #2a2a2a;
  font-size: 2.2em;
}
section.projet_3points .description p {
  line-height: 190%;
}

section.axe_environnement {
  background-image: url("../images/general/Fond_Place_Verte-bright.jpg");
}
section.axe_environnement div.container {
  color: #000;
}

section.axe_environnement, section.axe_patrimoine {
  text-align: center;
}
section.axe_environnement img.icone, section.axe_environnement svg, section.axe_patrimoine img.icone, section.axe_patrimoine svg {
  width: 60px;
  height: 60px;
}
section.axe_environnement p.content_description, section.axe_patrimoine p.content_description {
  margin-bottom: 1em;
}
section.axe_environnement ul, section.axe_patrimoine ul {
  margin-top: 10%;
}
section.axe_environnement ul li, section.axe_patrimoine ul li {
  margin: 5%;
}
section.axe_environnement ul li p, section.axe_patrimoine ul li p {
  font-size: 1.1em;
}
section.axe_environnement .firstPicture, section.axe_environnement .secondPicture, section.axe_patrimoine .firstPicture, section.axe_patrimoine .secondPicture {
  z-index: 10;
  left: 0;
}
section.axe_environnement .firstPicture, section.axe_patrimoine .firstPicture {
  position: absolute;
  z-index: 10;
}
section.axe_environnement .secondPicture, section.axe_patrimoine .secondPicture {
  position: relative;
  z-index: 9;
}

section.axe_environnement p.content_description {
  text-align: right;
}
section.axe_environnement li p {
  text-align: left;
}
section.axe_environnement svg, section.axe_environnement img.icone {
  float: left;
  margin: 2.5% 5% 5% auto;
}
section.axe_environnement .firstPicture {
  top: 0;
  max-width: 18em;
}
section.axe_environnement .secondPicture {
  top: 9em;
  left: 7em;
  max-width: 18em;
}

section.axe_patrimoine {
  background-color: #ccc;
}
section.axe_patrimoine li p {
  text-align: right;
}
section.axe_patrimoine svg, section.axe_patrimoine img.icone {
  float: right;
  margin: 2.5% auto 5% 5%;
}
section.axe_patrimoine .firstPicture, section.axe_patrimoine .secondPicture {
  top: 7.2em;
  width: 30em;
}

section.ccpc {
  background-color: #5A99B4;
}

section.humain {
  background-color: #fbadc0;
  text-align: center;
}
section.humain h2 {
  font-family: "Open Sans", sans-serif;
}
section.humain h3 {
  margin-bottom: 0;
}
section.humain ul li.left {
  margin-right: 5%;
}
section.humain ul li.left p, section.humain ul li.left h3 {
  text-align: right;
}
section.humain ul li.left svg, section.humain ul li.left img.icone {
  float: right;
  margin-left: 5%;
}
section.humain ul li.right {
  margin-left: 5%;
}
section.humain ul li.right p, section.humain ul li.right h3 {
  text-align: left;
}
section.humain ul li.right svg, section.humain ul li.right img.icone {
  float: left;
  margin-right: 5%;
}
section.humain p {
  font-size: 1.2em;
  margin-bottom: 0;
}

section.membres #pictures-gallery {
  margin-top: 3em;
}
section.membres #pictures-gallery div.img {
  transition: all 1s ease-in-out;
}
section.membres #pictures-gallery div.img:hover {
  transform: scale(0.8);
}

section.axe_ccpc {
  background-image: url("../images/general/BackLockedScreen2.jpg");
}
section.axe_ccpc p {
  margin-bottom: 5%;
}
section.axe_ccpc ul li {
  text-align: center;
  margin-bottom: 2%;
}
section.axe_ccpc ul li p {
  margin: 0;
}
section.axe_ccpc ul li small {
  color: rgb(12, 102, 65);
}

section.newsletter {
  padding-bottom: 0;
}

section.newsletter, footer {
  min-height: 0;
  max-height: none;
  height: 10em;
  background-color: rgb(12, 102, 65);
  color: #fff;
}
section.newsletter h2, footer h2 {
  color: #fff;
}
section.newsletter p, footer p {
  color: #fff;
  margin-bottom: 4em;
}
section.newsletter .newsletter-form, footer .newsletter-form {
  width: 19.9em;
  position: relative;
  margin: 0 auto;
}
section.newsletter .newsletter-form input, footer .newsletter-form input {
  border: 0;
  padding: 1em;
  font-size: 1.2em;
  height: 3em;
  padding-left: 1em;
}
section.newsletter .newsletter-form input#email, footer .newsletter-form input#email {
  display: inline-block;
  border-radius: 0.4em 0 0 0.4em;
  border-radius: 15px;
  float: left;
}
section.newsletter .newsletter-form input#submit, footer .newsletter-form input#submit {
  border-radius: 0 0.4em 0.4em 0;
  line-height: 0em;
  display: block;
  top: 0px;
  right: 0px;
  position: absolute;
  padding-right: 1em;
  background-color: #fff;
}

footer {
  background-color: rgb(12, 102, 65);
  height: auto;
  padding-top: 5em;
  padding-bottom: 2em;
}
footer .container {
  padding-top: 0;
  background-color: transparent;
}
footer p {
  margin: 4em;
  line-height: 5em;
  text-align: left;
  margin-bottom: 1em;
}
footer ul {
  margin: 0 auto;
  display: table;
}
footer ul li {
  display: inline-block;
  list-style: none;
  margin-right: 3em;
}
footer ul li svg, footer ul li img.icone {
  width: 67px;
  text-decoration: none;
  fill: #fff;
}
footer ul li:last-child {
  margin-right: 0;
}
footer ul svg:hover, footer ul img.icone {
  animation: pulse 0.7s;
}

section.counters p {
  margin-bottom: 1em;
}
section.counters svg, section.counters img.icone {
  margin-top: 5em;
  width: 60px;
  height: 60px;
}
section.counters h3 {
  text-align: center;
}

section.pricing_table {
  padding-bottom: 7em;
}
section.pricing_table ul.table1, section.pricing_table ul.table2, section.pricing_table ul.table3 {
  border: 1px solid #F5F5F5;
  width: 100%;
  height: auto;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  -moz-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  transition: all 1s;
}
section.pricing_table ul.table1:hover, section.pricing_table ul.table1:focus, section.pricing_table ul.table1 .tables-hover, section.pricing_table ul.table1:active, section.pricing_table ul.table2:hover, section.pricing_table ul.table2:focus, section.pricing_table ul.table2 .tables-hover, section.pricing_table ul.table2:active, section.pricing_table ul.table3:hover, section.pricing_table ul.table3:focus, section.pricing_table ul.table3 .tables-hover, section.pricing_table ul.table3:active {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
section.pricing_table ul.table1 svg, section.pricing_table ul.table1 img.icone, section.pricing_table ul.table2 svg, section.pricing_table ul.table2 img.icone, section.pricing_table ul.table3 svg, section.pricing_table ul.table3 img.icone {
  width: 40px;
  height: 40px;
  margin-top: 0.2em;
  float: left;
  margin-left: 2em;
}
section.pricing_table ul.table1 h3, section.pricing_table ul.table2 h3, section.pricing_table ul.table3 h3 {
  text-align: center;
  padding-top: 2.5em;
  color: #fff;
  margin: 0;
}
section.pricing_table ul.table1 p, section.pricing_table ul.table2 p, section.pricing_table ul.table3 p {
  margin: 0;
  line-height: 2.5em;
}
section.pricing_table ul.table1 .btn, section.pricing_table ul.table2 .btn, section.pricing_table ul.table3 .btn {
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 50%;
  margin-top: 1em;
  margin-bottom: 1.1em;
}
section.pricing_table ul.table1 li, section.pricing_table ul.table2 li, section.pricing_table ul.table3 li {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  height: 3em;
  margin-top: 2em;
}
section.pricing_table ul.table1 li p, section.pricing_table ul.table2 li p, section.pricing_table ul.table3 li p {
  color: rgb(12, 102, 65);
}
section.pricing_table ul.table1 li:first-child, section.pricing_table ul.table2 li:first-child, section.pricing_table ul.table3 li:first-child {
  margin-top: 0;
  height: auto;
  border-radius: 10px 10px 0 0;
  background-color: rgb(12, 102, 65);
  text-transform: uppercase;
}
section.pricing_table ul.table1 li:first-child h3, section.pricing_table ul.table2 li:first-child h3, section.pricing_table ul.table3 li:first-child h3 {
  font-weight: bold;
}
section.pricing_table ul.table1 li:first-child p, section.pricing_table ul.table2 li:first-child p, section.pricing_table ul.table3 li:first-child p {
  color: #fff;
  padding-bottom: 2.5em;
  line-height: 2em;
}
section.pricing_table ul.table1 li:last-child, section.pricing_table ul.table2 li:last-child, section.pricing_table ul.table3 li:last-child {
  height: auto;
  border-radius: 0 0 10px 10px;
}
section.pricing_table ul.table1 {
  z-index: 9;
}
section.pricing_table ul.table3 {
  z-index: 9;
}
section.pricing_table ul.table2 {
  z-index: 10;
}
section.pricing_table ul.table1, section.pricing_table ul.table3 {
  transform: scale(0.8);
}

section.partners h2 {
  margin-top: 0em;
}

div.event {
  background-color: #ccc;
  padding: 0.3em;
  position: relative;
  margin-bottom: 1em;
}
div.event .event_image {
  width: 20%;
  aspect-ratio: 1/1;
  float: left;
  margin-right: 0.3em;
  overflow: hidden;
}
div.event .event_image img {
  width: 100%;
}
div.event .event_date {
  text-align: center;
  background-color: rgb(12, 102, 65);
  color: #F5F5F5;
}
div.event .event_place {
  font-size: 80%;
  text-align: left;
  margin-left: 20%;
  padding-left: 1.5em;
  background-image: url("https://img.icons8.com/ios/50/marker--v1.png");
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: 1.2em;
}
div.event .event_title {
  text-align: center;
  font-weight: 700;
}
div.event .event_description {
  font-size: 75%;
}

@media only screen and (min-width: 1500px) {
  section.header div.nextWorkshop {
    top: 21em;
  }
}
@media only screen and (max-width: 1580px) {
  div.sticky-wrapper nav .container {
    width: 100%;
  }
  div.sticky-wrapper nav .container .image {
    margin-left: 1em;
  }
  div.sticky-wrapper nav .container .content {
    width: auto;
    float: right;
    padding: 0;
  }
  div.sticky-wrapper nav .container .content ul {
    transform: translateX(250px);
    background-color: #094f32;
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
    height: 1500px;
    z-index: 999;
  }
  div.sticky-wrapper nav .container .content ul li {
    margin: 0 auto;
    display: block;
    width: 200px;
    float: none;
    border-bottom: 1px solid rgb(12, 102, 65);
    margin-top: 0.5em;
    padding-bottom: 0.5em;
  }
  div.sticky-wrapper nav .container .content ul li:last-child {
    margin-right: auto;
  }
  div.sticky-wrapper nav .container .content .menu-button {
    top: 1em;
    right: 0;
    position: absolute;
    display: block;
    transition: all 0.3s ease-in-out;
  }
  body.sidebar {
    overflow: hidden;
  }
  body.sidebar .cache {
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
  }
  body.sidebar nav .container .content ul {
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
  }
  body.sidebar nav .container .content .menu-button {
    margin-right: 14em;
    transition: all 0.3s ease-in-out;
  }
}
@media only screen and (max-width: 1200px) {
  section {
    padding: 3em;
    padding-top: 100px;
  }
  section .container {
    width: 100%;
  }
  section.header img {
    display: none;
  }
  section.header .logo {
    margin: 0 auto;
  }
  section.header .slogan {
    text-align: center;
    line-height: normal;
    width: auto;
  }
  section.header .subtitle {
    text-align: center;
    line-height: normal;
  }
  section.header div.secondTransition .btn {
    text-align: center;
  }
  section.header .buttons {
    margin: 0 auto;
    display: table;
  }
  section.header div.edito {
    top: 2em;
  }
  section.header div.edito p {
    margin-left: 2.5em;
    font-size: 2em;
  }
  section.header div.nextWorkshop {
    top: -2.5em;
  }
  section.content_with_pictures_1 .container .col-sm-6, section.content_with_pictures_1 .container .col-md-6, section.content_with_pictures_1 .container .col-lg-6, section.content_with_pictures_2 .container .col-sm-6, section.content_with_pictures_2 .container .col-md-6, section.content_with_pictures_2 .container .col-lg-6 {
    width: 100%;
  }
  section.content_with_pictures_1 .container .col-sm-6 svg, section.content_with_pictures_1 .container .col-sm-6 img, section.content_with_pictures_1 .container .col-md-6 svg, section.content_with_pictures_1 .container .col-md-6 img, section.content_with_pictures_1 .container .col-lg-6 svg, section.content_with_pictures_1 .container .col-lg-6 img, section.content_with_pictures_2 .container .col-sm-6 svg, section.content_with_pictures_2 .container .col-sm-6 img, section.content_with_pictures_2 .container .col-md-6 svg, section.content_with_pictures_2 .container .col-md-6 img, section.content_with_pictures_2 .container .col-lg-6 svg, section.content_with_pictures_2 .container .col-lg-6 img {
    margin: 0;
    margin-right: 5%;
  }
  section.content_with_pictures_1 .container .col-sm-6 svg, section.content_with_pictures_1 .container .col-md-6 svg, section.content_with_pictures_1 .container .col-lg-6 svg, section.content_with_pictures_2 .container .col-sm-6 svg, section.content_with_pictures_2 .container .col-md-6 svg, section.content_with_pictures_2 .container .col-lg-6 svg {
    height: 100px;
  }
  section.content_with_pictures_1 .container .col-sm-6 .firstPicture, section.content_with_pictures_1 .container .col-sm-6 .secondPicture, section.content_with_pictures_1 .container .col-md-6 .firstPicture, section.content_with_pictures_1 .container .col-md-6 .secondPicture, section.content_with_pictures_1 .container .col-lg-6 .firstPicture, section.content_with_pictures_1 .container .col-lg-6 .secondPicture, section.content_with_pictures_2 .container .col-sm-6 .firstPicture, section.content_with_pictures_2 .container .col-sm-6 .secondPicture, section.content_with_pictures_2 .container .col-md-6 .firstPicture, section.content_with_pictures_2 .container .col-md-6 .secondPicture, section.content_with_pictures_2 .container .col-lg-6 .firstPicture, section.content_with_pictures_2 .container .col-lg-6 .secondPicture {
    margin: 0;
    top: 0;
    float: left;
  }
  section.content_with_pictures_2 .container .col-sm-6 svg, section.content_with_pictures_2 .container .col-md-6 svg, section.content_with_pictures_2 .container .col-lg-6 svg {
    margin-left: 5%;
    margin-right: 0;
  }
  section.content_with_pictures_2 .container .col-sm-6.col-md-6.col-lg-6.imagesOverlay {
    float: right;
    width: auto;
  }
  section.content_middle_picture col-sm-4, section.content_middle_picture .col-md-4, section.content_middle_picture .col-lg-4 {
    width: 100%;
  }
  section.content_middle_picture ul {
    margin-top: 5em;
  }
  section.content_middle_picture img {
    position: relative;
    margin-top: 5em;
    top: 0;
  }
  div.modal.cv .cv-title {
    font-size: 1.5em;
  }
  div.modal.cv .cv-text {
    font-size: 0.8em;
  }
}
@media only screen and (max-width: 1000px) {
  section.header div.edito p {
    margin-top: 0;
    font-size: 1.5em;
  }
  section.header div.nextWorkshop p {
    font-size: 80%;
  }
  section.pricing_table .container .col-sm-4 svg, section.pricing_table .container .col-md-4 svg, section.pricing_table .container .col-lg-4 svg {
    margin: 0 auto;
    display: block;
    float: none;
  }
  section.pricing_table .container .col-sm-4 li, section.pricing_table .container .col-md-4 li, section.pricing_table .container .col-lg-4 li {
    margin-top: 5em;
  }
  section.pricing_table .container .col-sm-4 li p, section.pricing_table .container .col-md-4 li p, section.pricing_table .container .col-lg-4 li p {
    line-height: normal;
    margin-left: 2em;
    margin-right: 2em;
  }
  section.pricing_table .container .col-sm-4 a.btn, section.pricing_table .container .col-md-4 a.btn, section.pricing_table .container .col-lg-4 a.btn {
    width: 65%;
  }
  section.newsletter p.content_description {
    font-size: 1.1em;
  }
  footer {
    padding-top: 3em;
  }
  footer p {
    text-align: center;
  }
  footer ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 3em;
  }
  div.modal.cv div.cv-photo {
    height: 80%;
  }
}
@media only screen and (max-width: 850px) {
  section.header .btn {
    font-size: 80%;
    width: 16em;
    margin-top: 2em;
    display: block;
  }
  section.header div.edito {
    background-image: none;
  }
  section.header div.edito p {
    text-align: center;
    margin-top: 0;
    margin-left: 0em;
    font-size: 1.5em;
  }
  section.pricing_table .container .col-sm-4 a.btn, section.pricing_table .container .col-md-4 a.btn, section.pricing_table .container .col-lg-4 a.btn {
    width: 70%;
  }
  section.content_with_pictures_2, section.content_with_pictures_1 {
    padding-right: 0;
    padding-left: 0;
  }
  section.content_with_pictures_2 .container .transitionFadeInLeft.secondTransition, section.content_with_pictures_1 .container .transitionFadeInLeft.secondTransition {
    width: 100%;
  }
  section.content_with_pictures_2 .container .imagesOverlay, section.content_with_pictures_1 .container .imagesOverlay {
    height: 490px;
  }
  section.content_with_pictures_2 .container .col-sm-6 .firstPicture, section.content_with_pictures_2 .container .col-md-6 .firstPicture, section.content_with_pictures_2 .container .col-lg-6 .firstPicture, section.content_with_pictures_1 .container .col-sm-6 .firstPicture, section.content_with_pictures_1 .container .col-md-6 .firstPicture, section.content_with_pictures_1 .container .col-lg-6 .firstPicture {
    width: 24em;
  }
  section.content_with_pictures_2 .container .col-sm-6 .secondPicture, section.content_with_pictures_2 .container .col-md-6 .secondPicture, section.content_with_pictures_2 .container .col-lg-6 .secondPicture, section.content_with_pictures_1 .container .col-sm-6 .secondPicture, section.content_with_pictures_1 .container .col-md-6 .secondPicture, section.content_with_pictures_1 .container .col-lg-6 .secondPicture {
    width: 24em;
  }
  section.content_with_pictures_2 .container .col-sm-6 ul li svg, section.content_with_pictures_2 .container .col-md-6 ul li svg, section.content_with_pictures_2 .container .col-lg-6 ul li svg, section.content_with_pictures_1 .container .col-sm-6 ul li svg, section.content_with_pictures_1 .container .col-md-6 ul li svg, section.content_with_pictures_1 .container .col-lg-6 ul li svg {
    height: 60px;
    margin: 0;
    width: 100%;
    display: block;
    margin-bottom: 1.5em;
  }
  section.content_with_pictures_2 .container .col-sm-6 ul li p, section.content_with_pictures_2 .container .col-md-6 ul li p, section.content_with_pictures_2 .container .col-lg-6 ul li p, section.content_with_pictures_1 .container .col-sm-6 ul li p, section.content_with_pictures_1 .container .col-md-6 ul li p, section.content_with_pictures_1 .container .col-lg-6 ul li p {
    height: auto;
    margin: 0;
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 3em;
  }
  section.pricing_table ul.table1, section.pricing_table ul.table2, section.pricing_table ul.table3 {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
  section.newsletter {
    height: 12em;
  }
  section.newsletter p.content_description {
    font-size: 1.1em;
    margin-bottom: 3em;
  }
  footer {
    padding-top: 1em;
  }
  div.modal.cv div.cv-photo {
    height: 50%;
  }
  div.modal.cv .cv-text {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 685px) {
  section.header div.nextWorkshop {
    max-width: 100%;
    width: auto;
  }
  section.header div.nextWorkshop p {
    font-size: 70%;
    margin-left: 1em;
    margin-right: 1em;
  }
}
@media only screen and (max-width: 510px) {
  section {
    padding: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  section.header .slogan {
    width: 100%;
    font-size: 2em;
  }
  section.header .btn {
    font-size: 80%;
    width: 16em;
    margin-top: 2em;
    display: block;
  }
  nav #menu-button svg {
    margin: 0;
    width: 100%;
    float: right;
    display: block;
  }
  nav #menu-button p {
    display: none;
  }
  section.content_with_pictures_2 .container .col-sm-6 .firstPicture, section.content_with_pictures_2 .container .col-md-6 .firstPicture, section.content_with_pictures_2 .container .col-lg-6 .firstPicture, section.content_with_pictures_1 .container .col-sm-6 .firstPicture, section.content_with_pictures_1 .container .col-md-6 .firstPicture, section.content_with_pictures_1 .container .col-lg-6 .firstPicture {
    width: 20em;
  }
  section.content_with_pictures_2 .container .col-sm-6 .secondPicture, section.content_with_pictures_2 .container .col-md-6 .secondPicture, section.content_with_pictures_2 .container .col-lg-6 .secondPicture, section.content_with_pictures_1 .container .col-sm-6 .secondPicture, section.content_with_pictures_1 .container .col-md-6 .secondPicture, section.content_with_pictures_1 .container .col-lg-6 .secondPicture {
    width: 20.2em;
  }
  section.content_middle_picture .container .col-sm-4 #telephoneMilieu, section.content_middle_picture .container .col-md-4 #telephoneMilieu, section.content_middle_picture .container .col-lg-4 #telephoneMilieu {
    width: 12em;
  }
  section.newsletter .newsletter-form {
    width: 20.5em;
  }
  footer p {
    margin: 0;
    text-align: center;
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 400px) {
  section.items {
    padding-top: 0;
  }
  section.header {
    padding: 0;
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  section.header .slogan {
    width: 100%;
    font-size: 2em;
  }
  section.header .btn {
    font-size: 80%;
    width: 16em;
    margin-top: 2em;
    display: block;
  }
  section.content_with_pictures_1 .container .imagesOverlay {
    padding: 0;
    right: 3em;
  }
  section.content_with_pictures_2 .container .imagesOverlay {
    padding: 0;
    left: 1.5em;
  }
}
@media only screen and (max-width: 480px) {
  section {
    background-attachment: scroll;
  }
  section.header .btn {
    width: auto;
  }
  nav .logo {
    display: none;
  }
  body.sidebar nav #menu-button {
    margin-right: 7em !important;
  }
  body.sidebar nav .content ul {
    width: 150px !important;
  }
  body.sidebar nav .content ul li {
    width: 100px !important;
  }
  section.newsletter .newsletter-form {
    font-size: 1em;
    width: 13em;
  }
  section.newsletter .newsletter-form #email {
    width: 6em;
  }
  section.newsletter .newsletter-form #submit {
    width: 6em;
  }
}/*# sourceMappingURL=style.css.map */