@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);

/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/

/*********************
LINK STYLES
*********************/

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

h2{
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}

p{
  font-family: 'Open Sans';
  font-size: 16px;
}
b, strong{
  font-family: 'Open Sans';
}
/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }

.menu-item-language-current{
  display:none !important;
}
.no-padding-column{
  padding: 0;
}

.top-bar-right-bottom ul li a{
  font-weight: bold !important;
  font-size: 14px !important;
  font-family: 'Open Sans' !important;
  text-transform: uppercase;
}

.menu>li>a{
  padding: 0.7rem;
}

/* Styles for header part */
.header-image{
  background-size: 100% !important;
  height: auto;
  width: 100%;
  padding-top: 48%;
  background-repeat: no-repeat !important;
}

.header-image-single{
  background: url('../images/about-us-top.jpg');
  background-size: 100%;
  height: auto;
  width: 100%;
  padding-top: 26%;
  background-repeat: no-repeat;
}

.single-content{
  padding: 5rem 0;
}
.header-inside-image{
  background-size: cover !important;
  height: auto;
  width: 100%;
  padding-top: 27%;
  background-repeat: no-repeat !important;
  background-position: center !important;
}


.logo-header{
  background: url('../images/logo.png');
  background-size: 100%;
  height: 111px;
  width: 211px;
  background-repeat: no-repeat;
}

#fixed-header{
  position: fixed;
  top: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 3;
}

#fixed-header ul li a,
#fixed-header ul li{
  color: white;
  font-size: 12px;
  font-family: "Open Sans";
}

#fixed-header ul li a:hover{
  color: #f36558;
}

.top-bar, .top-bar ul{
  background: transparent;
}

.header-right-container{
  height: 111px;
  position: relative;
  float: right;
  width: 78%;
}

.top-bar-right-top{
  margin-top: -4px;
}

.top-bar-right-bottom{
  position: absolute;
  right: 0;
  bottom: 0;
}

#top-bar-secondary-menu li{
  display: inline-block;
  list-style-type: none;
}

.menu .active a{
  background: transparent;
  color: #f36558 !important;
}

.facebook-icon-header,
.instagram-icon-header,
.twitter-icon-header{
  background-size: 100%;
  height: 23px;
  width: 23px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 3px -6px;
}

.facebook-icon-header{
  background: url('../images/facebook-icon-header.png');
}

.twitter-icon-header{
  background: url('../images/twitter-icon-header.png');
}

.instagram-icon-header{
  background: url('../images/instagram-icon-header.png');
}

.donate-button{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
  font-weight: bold;
  font-size: 14px !important;
  font-family: 'Open Sans';
  padding: 0.75rem 1rem;
  margin-top: 1rem;
}

.events .donate-button, .publications-home .donate-button{
  font-weight: 600 !important;
  font-size: 17px !important;
  font-family: 'Open Sans' !important;
  text-transform: uppercase;
}

.donate-button:hover{
  color: white !important;
}

.left-separator{
  border-left: 1px solid black;
}

#left-social-bar{
  position: fixed;
  left: 0;
  top: 22%;
  background: black;
  color: white;
  z-index: 2 ;
}

#left-social-bar p{
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  margin: 2rem 0 2rem 0;
}

#left-social-bar ul{
  margin: 0;
}

#left-social-bar ul li{
  list-style-type: none;
  margin: 0.5rem;
}

.left-bar-facebook,
.left-bar-twitter{
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  display: block;
}

.left-bar-facebook{
  background: url('../images/facebook-left-bar.png');
  background-size: 100%;
}

.left-bar-twitter{
  background: url('../images/twitter-left-bar.png');
  background-size: 100%;
}
/* End of styles for header part */


/* Template page about */
.first-column, .second-column, .third-column{
    padding: 2rem 6rem 1rem;
}

.first-column h2, .second-column h2, .third-column h2{
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 25px;
  margin-top: 1rem;
}

.first-column, .third-column{
  background: white;
}

.first-column h2, .first-column p,
.third-column h2, .third-column p{
  color: black;
}

.button{
  border: none !important;
  font-weight: bold;
}

.black-button{
  background: black !important;
  color: white !important;
  padding: 0.75rem 1rem;
}

.newsletter-button{
  margin-left: 1rem;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
  height: 41px;
}

..black-button:hover, ..black-button:active, ..black-button:focus{
  background: black;
  color: white;
}

.second-column{
  background: #212121;
}

.second-column h2, .second-column p{
  color: white;
}

.white-button{
  background: white;
  color: black;
  padding: 0.75rem 1rem;
}

.black-button, .white-button{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

.donate-section .white-button{
  margin-top: 1rem;
  font-family: 'Open Sans';
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
}

.white-button:hover, .white-button:focus, .white-button:active{
  background: white;
  color: black;
}

.first-column, .second-column{
  position: relative;
}

.white-arrow{
  background: url('../images/white-arrow.png');
  position: absolute;
  right: 0;
  top: 40%;
  margin-right: -35px;
  z-index: 2;
  width: 70px;
  height: 70px;
}

.black-arrow{
  background: url('../images/black-arrow.png');
  position: absolute;
  right: 0;
  top: 40%;
  margin-right: -35px;
  z-index: 2;
  width: 70px;
  height: 70px;
}

.news-home{
  position: relative;
  background: #212121;
  padding: 5rem 0;
}

.newsletter-container{
  transform: translateY(40%);
}

.news-home h2, .news-home p, .news-home h5, .news-home ul li, .month, .year{
  color: white;
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans';
}

.single-news h5{
  font-weight: 700;
}

.day{
  font-size: 50px;
  font-family: 'Open Sans';
  font-weight: 300;
  line-height: 1;
}

.month, .year{
  font-size: 16px;
  font-weight: 300;
  font-family: 'Open Sans';
}

.share-single{
  height: 40px;
}

.share-single .button{
  background-color: transparent !important;
}

.share-single .button:hover{
  background-color: transparent !important;
}

.share-single .facebook-icon-header, .share-single .twitter-icon-header{
  margin: 7px 5px -6px;
}

.single-news .month, .single-news .year{
  color: black;
}

.single-content h2{
  margin-bottom: 2rem;
}

.single-content a{
  color: #f36658;
}


/*.single-news .single-content a,
.single-evenements .single-content .gradient-button a,
.single-evenements .single-content a.gradient-button {
  color: white;
}*/

#evenements-anchor{
	position:relative;
	top:-200px;
}

.galerie {
    background: #dad8d9;
    padding-bottom: 60px;
    padding-top: 100px;	
}

.back-article{
  margin-right: 1rem;
  height: 40px;
}

.day, .pink-link{
  color: #f36658;
}

.pink-link:hover{
  color: #f36658;
}

.news-home h5, .events h5{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 17px;
}

.news-home p, .events p{
  font-weight: 300;
  font-size: 16px;
  font-family: 'Open Sans';
}

.news-home .news-single p,
.events-home-single p{
  font-style: italic !important;
}

.events-home-single .single-event-container,
.events-page-single .single-event-container{
  padding: 15px 10px;
}
#ressources_int{
  margin-top: 60px;
}
#link_content a{
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.025em;
    color: black;
    line-height: 21px;
    transition: all 0.4s;
}
#link_content a:hover, #link_content a:focus{
  color: #f36558;
}
#career h3{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: black;
  line-height: 21px;
  margin-bottom: .4rem;
  transition: all 0.4s;
}
#career{
  margin-top: 60px;
}
#career p{
  padding-right: 10px;
  font-family: 'Open Sans';
  font-weight: 400;
  margin-bottom: 8px;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: black;
  line-height: 21px;
  transition: all 0.4s;
}
.single_career{
  margin-bottom: 60px;
}
#career a{
  font-family: 'Open Sans';
  font-weight: 600;
  display: inline-block;
  font-size: 17px !important;
  letter-spacing: 0.092em;
  color: white;
  line-height: auto;
  transition: all 0.4s;
}

.events-page-single .counter-1 {
  border-left: 1px solid black;
}
.images{
  position: relative;
  display: block;
  float: left;
  margin-bottom: 76px;
  height: 115px;
  width: 165px;
}
.images .file{
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
.images .image{
  position: absolute;
  top: 5px;
  left: 5px;
  height: 105px;
  width: 155px;
  background-size: cover !important;
  background-position: center !important;
}
.featherlight-content iframe{
  width: 600px;
  height: 400px;
}
.file{
  display: block;
  float: left;
  margin-bottom: 76px;
  height: 115px;
  width: 165px;
  background-size: cover !important;
  background-position: center !important;
}
#ressources_int .content{
  padding-left: 20px;
  display: table;
  padding-right: 25px;
}
#ressources_int .content h3{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.025em;
  color: black;
  line-height: 1;
}
#ressources_int .content p{
  font-family: 'Open Sans';
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.025em;
  color: black;
  line-height: 21px;
}
#ressources_int .content a{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.092em;
  color: #f36558;
  text-align: right;
  text-transform: uppercase;
  display: block;
  line-height: auto;
}

.events-home-single .counter-3,
.events-page-single .counter-3,
.events-page-single .counter-5 {
  border-left: 1px solid black;
}

.events-date{
  font-family: 'Open Sans';
  font-size: 18px;
}

.master-container-arrow{
  position: relative;
}

.container-arrow{
  text-align: center;
  margin: 0 auto;
  position: absolute;
  margin-top: 45px;
}

.down-arrow-black{
  background: url('../images/black-arrow.png');
  position: relative;
  z-index: 2;
  margin: auto;
  width: 70px;
  height: 70px;
  transform: rotate(90deg);
}

.down-arrow-black-jeunesse-top{
  background: url('../images/jeunesse-top.png');
  position: relative;
  z-index: 2;
  margin: auto;
  width: 67px;
  top: 1px;
  height: 60px;
}

.down-arrow-black-jeunesse-bottom{
  background: url('../images/jeunesse-bottom.png');
  position: relative;
  z-index: 2;
  margin: auto;
  width: 70px;
  top: 8px;
  height: 62px;
}

.events{
  position: relative;
  padding: 5rem 0;
}

.down-arrow-white{
  background: url('../images/white-arrow.png');
  position: relative;
  margin: auto;
  z-index: 2;
  width: 70px;
  height: 70px;
  transform: rotate(90deg);
}

.down-arrow-grey{
  background: url('../images/grey-arrow-down.png');
  position: relative;
  margin: auto;
  z-index: 2;
  width: 70px;
  height: 70px;
}

.donate-section{
  background: url('../images/don-bg.png');
  background-size: 100% 100%;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
  padding: 5rem 0;
  position: relative;
}

.donate-section h2, .donate-section p{
  color: white;
}
.contact-info{
  color: white;
  font-family: 'Open Sans';
  font-size: 16px;
}

.phone, .adress, .mail{
  font-family: 'Open Sans';
  font-weight: bold;
  font-size: 18px;
}

a.contact-info:hover{
  color: white;
}

.publications-home{
  padding: 5rem 0;
  background: #212121;
  position: relative;
}

.big-marg-text{
  margin-bottom: 2rem;
  font-family: 'Open Sans';
  font-size: 18px;
}

.italic-font{
  font-style: italic;
}

.publications-page{
  padding: 5rem 0;
  position: relative;
}

.publications-page p{
  color: black;
}

.publication-single{
  padding: 1rem 0;
}

.page-template-template-home .publication-single:hover{
  outline: 1px solid white;
}

.publication-single-page:hover{
  outline: 1px solid black;
}

.publications-home h2, .publication-single h6{
  color: white;
  margin-bottom: 0;
}

.publications-home p{
  color: white;
}

.publication-single h6{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
}

.publication-single span{
  font-family: 'Open Sans';
  font-size: 16px;
}

.useful-links{
  position: relative;
  padding: 5rem 0;
}

.useful-links a{
  color: black;
  display: block;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 18px;
}

.useful-links a:hover{
  color: #f36658;
}

.newsletter-home{
  position: relative;
  padding: 5rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
}

.newsletter-home-form input[type=email]{
  width: 80%;
  height: 41px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Open Sans';
}

.contact-home{
  background: #212121;
  padding: 5rem 0;
  position: relative;
}

.contact-home h2, .contact-home p{
  color: white;
}

.{
  color: #d8d8d8;
}

.contact-home img{
  margin-bottom: 1rem;
}

.facebook-footer,
.twitter-footer,
.facebook-footer-black,
.twitter-footer-black{
  background-size: 100%;
  height: 36px;
  width: 36px;
  background-repeat: no-repeat !important;
  display: inline-block;
  margin: 40px 5px;
}

.facebook-footer{
  background: url('../images/facebook-icon-footer.png');
}

.twitter-footer{
  background: url('../images/twitter-icon-footer.png');
}

.facebook-footer-black{
  background: url('../images/facebook-icon-black.png');
}

.twitter-footer-black{
  background: url('../images/twitter-icon-black.png');
}

.page-template-template-contact #responsive-form{
  max-width: 900px;
}

.wpcf7-not-valid-tip{
  float: right;
  margin-top: -34px;
  font-weight: 700;
  font-family: 'Open Sans';
  position: relative;
}

.page-template-template-home #wpcf7-f49-o1 .wpcf7-not-valid-tip{
  color: white;

}

.page-template-template-home #wpcf7-f49-o1 input{
  color: white;
}

#responsive-form{
  max-width: 1200px;
  margin: 0 auto;
}

.form-row{
  width: 100%;
}

.column-half, .column-full{
  float: left;
  position: relative;
  padding: 1rem;
  width:100%;
  -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) {
  .column-half{
    width: 50%;
  }
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .newsletter-inside input[type="email"] {
  width: 100%;
  padding: 8px;
  border: 1px solid white;
  background: #212121;
  margin: 0 !important;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.newsletter-inside input[type="email"]{
  background: #212121;
  color: white !important;
}

.wpcf7-submit{
  float: right;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
  color: #fff;
  text-transform: uppercase;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  width: 100%;
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 17px;
}

.page-template-template-active .wpcf7-submit{
  width: 50%;
}

.wpcf7-submit:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
}
span.wpcf7-not-valid-tip{
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  background: #ff0000;
  padding: 5px;
}
div.wpcf7-validation-errors {
  text-shadow: none;
  border: transparent;
  background: #f9cd00;
  padding: 5px;
  color: #9C6533;
  text-align: center;
  margin: 0;
  font-size: 12px;
}
div.wpcf7-mail-sent-ok{
  text-align: center;
  text-shadow: none;
  padding: 5px;
  font-size: 12px;
  background: #59a80f;
  border-color: #59a80f;
  color: #fff;
  margin: 0;
}

.wpcf7 textarea{
  height: 102px;
  color: white;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea{
  margin: 0;
}

/* End of home page style */

/* Footer style */
.onaki-text{
  margin: 0 0 1.5rem;
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  font-size: 14px;
}

.onaki-logo{
  margin-top: 2.5rem;
}

.copyright{
  font-family: 'Open Sans';
  font-size: 12px;
}

.page-template-template-about .onaki-logo,
.page-template-template-active .onaki-logo,
.page-template-template-contact .onaki-logo,
.page-template-template-documents .onaki-logo,
.page-template-template-news .onaki-logo,
.page-template-template-publications .onaki-logo,
.page-template-template-useful-links .onaki-logo{
  margin-top: 4.5rem;
}

/* End of footer */

.gradient-button{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
  text-transform: uppercase;
}

.newsletter-inside{
  background: #212121;
  padding: 5rem 0;
  position: relative;
}

.newsletter-inside img{
  margin-bottom: 1.5rem;
}

.newsletter-inside div.special-padding{
  padding: 0 5%;
}

.newsletter-inside h2, .newsletter-inside p{
  color: white;
}

.newsletter-inside-form{
  width: 100%;
}

.newsletter-inside-form .button{
  margin-top: 23px;
}

#anchor-menu{
  background: rgba(255,255,255,0.85);
  margin-top: -57px;
}

#anchor-menu ul{
  margin: 1rem 0;
}

#anchor-menu li{
  display: inline-block;
}

#anchor-menu a{
  font-weight: 600;
  font-family: 'Open sans';
  font-size: 14px;
  color: black;
  letter-spacing: 2px;
  padding: 0 8px;
}

#anchor-menu a:hover{
  color: #f36558;
}

.historique, section-faq{
  position: relative;
  padding: 5rem 0;
}

.historique .icon-person, section-faq .icon-person{
  margin-bottom: 3rem;
}

div.wpcf7-validation-errors{
  display: none !important;
}

span.wpcf7-not-valid-tip{
  color: #ff0000;
  background: transparent;
}

.mission-vision{
  position: relative;
  padding: 5rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
}

.mission-vision p{
  font-size: 20px !important;
}


.years-list{
  list-style-type: none;
}

.years-list li{
  display: inline-block;
  cursor: pointer;
}

.history-section{
  background: #ffffff;
}

.history-section .close-button{
  margin: -0.5rem -0.6rem;
}

.year-history:after{
  content: '-';
  display: inline-block;
  margin: 0.25rem;
  color: black !important;
}

.year-history:last-child:after{
  content: '';
}

div.single-history{
  display: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

div.single-history div{
  padding: 1.5rem;
}

.white-background {background-color:#FFF;}

.single-history img{
  float: left;
  margin-right: 2rem;
}

.single-history p{
  overflow: auto;
}

div.active-year-content{
  position: relative;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

li.year-active{
  color: #f36558;
}

.slick-dots li{
  display: inline-block;
  font-size: 50px;
  line-height: 1;
}


.structure-section{
  position: relative;
  background: #212121;
  padding: 5rem 0;
}

.structure-section h2{
  margin-bottom: 1.5rem;
}

.structure-half, .structure-section h2{
  color: white;
}

.team-section{
  position: relative;
  padding: 5rem 0;
}

.single-team{
  border-radius: 50%;
  height: auto;
  width: 190px;
  position:relative;
  margin: 2rem;
  min-height: 275px;
}

.single-team-second{
  border-radius: 50%;
  height: auto;
  width: 182px;
  position:relative;
  margin: 2rem;
}

.container-members{
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.team-member-image{
  margin-bottom: 1rem;
}

.team-member-overlay{
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,f6895b+0,ef3d55+100,1e5799+100,ef3d55+100 */
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
  border-radius: 50%;
  height: 184px;
  width: 185px;
  position: absolute;
  opacity:0;
  top: 0;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  cursor: pointer;
}

.single-team h5{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 0.2rem;
}

.single-team-second h5{
  font-size: 1.2rem;
}

.single-team:hover .team-member-overlay,
.current-equipe .team-member-overlay{
  opacity:0.7;
}

.single-team-second:hover .team-member-overlay{
  opacity:0.7;
}

.mobile-description{
  display: block;
}

.single-team:hover h5, .single-team:hover span,
.single-team-second:hover h5, .single-team-second:hover span{
  color: #f36558;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  cursor: pointer;
}

.current-equipe h5, .current-equipe span{
  color: #f36558;
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  cursor: pointer;
}

.team-member-description p{
  background: #f4f4f4;
  color: black;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  padding: 1.5rem;
}

.single-team-1 .team-member-description,
.single-team-5 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 70px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-2 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 307px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-9 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 184px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-6 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 307px;
  background-position-y: 47px;
  transition: all 0.5s !important;
}

.single-team-3 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 562px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-7 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 576px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-10 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 437px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-11 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 693px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.single-team-4 .team-member-description,
.single-team-8 .team-member-description,
.single-team-12 .team-member-description,
.single-team-13 .team-member-description{
  background: url('../images/current_team_member.png');
  background-repeat: no-repeat;
  background-position-x: 833px;
  background-position-y: 26px;
  transition: all 0.5s;
}

.active_member_arrow:after{
  content: '';
  background: url('../images/current_team_member.png');
  width: 52px;
  height: 25px;
  text-align: center;
  display: block;
  margin: 40px auto 0;
}

.single-team-13 .team-member-description{
  background-position-x: 451px;
}

.newHeight .current-equipe .team-member-description{
  display: block !important;
  transition: 0.5s ease;

}

.space{
  padding: 10px 0;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:after{
  display: none;
}
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{
  left: 0;
  right: auto;
  background: rgba(0,0,0,0.8);
  border: none;
}
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu li a,
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu li .active > a{
  transition: all 0.4s;
  color: white !important;
}
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu li a{
  transition: all 0.4s;
}
.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu li a:hover{
  color: white !important;
  background: #f36558;
}

.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{padding-right: 0.7rem;}

@media(max-width: 500px){
  .newHeight{height: auto !important;}
  .current-equipe.newHeight .team-member-description{
    display: block !important;
  transition: 0.5s ease;
  }
  .team-member-description{
    width: 100% !important;
  }
  .single-team-1 .team-member-description,
  .single-team-2 .team-member-description,
  .single-team-3 .team-member-description,
  .single-team-4 .team-member-description,
  .single-team-5 .team-member-description,
  .single-team-6 .team-member-description,
  .single-team-7 .team-member-description,
  .single-team-8 .team-member-description,
  .single-team-9 .team-member-description,
  .single-team-10 .team-member-description,
  .single-team-11 .team-member-description.
  .single-team-12 .team-member-description,
  .single-team-13 .team-member-description{
    background-position-x: 50% !important;
    margin-left: 0 !important;
  }
}

.paged-prev{
  margin-right: 15px;
}
.paged-next{
  margin-left: 15px;
}
#pagination{
  display: block;
  margin: 0 auto;
  text-align: center;
  float: left;
  width: 100%;
}
#pagination a{
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 17px;
  letter-spacing: 0.092em;
  color: black;
  text-transform: uppercase;
  transition: all 0.4s;
}
#pagination a:hover{
  color: #f36558;
}
#pagination a.selected{
  color: #f36558;
  font-weight: 800;
}

.devenir-membre, .devenir-benevole, .ateliers-conferences, .comment-aider{
  padding: 5rem 0;
  position: relative;
}


.ateliers-conferences, .historique{
  background: #f3f3f3;
}

.ateliers-conferences p{
  padding: 1rem 3rem;
}

.border-block{
  border: 2px solid #ebebeb;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.border-block:hover{
  border: 2px solid black;
}
/* form devenir membre */
.page-template-template-active .devenir-membre .wpcf7 input[type="text"],
.page-template-template-active .devenir-membre .wpcf7 input[type="email"],
.page-template-template-active .devenir-membre .wpcf7 input[type="tel"]{
  background: transparent;
  border: 1px solid #919191;
  box-shadow: none;
  color: #919191;
  margin: 0 !important;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}

.page-template-template-active .devenir-membre .column-half,
.page-template-template-active .devenir-benevole .column-half{
  padding: 0.5rem 0;
}

.page-template-template-active .devenir-membre .right-margin-form,
.page-template-template-active .devenir-benevole .right-margin-form{
  padding-right: 1.5rem;
}

.page-template-template-active .devenir-membre .wpcf7 select{
  border: 1px solid #919191;
  box-shadow: none;
  color: #919191;
  margin: 0 !important;
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: italic;
  font-size: 16px;
}
.submit-membership input[type="text"]::-webkit-input-placeholder,
.submit-membership input[type="password"]::-webkit-input-placeholder{
  color: black;
}

.page-template-template-active .devenir-membre .wpcf7 input[type="text"]::-webkit-input-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="email"]::-webkit-input-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="tel"]::-webkit-input-placeholder {
   color: #919191;
}

.submit-membership input[type="text"]:-moz-placeholder,
.submit-membership input[type="password"]:-moz-placeholder{
  color: black;
}

.page-template-template-active .devenir-membre .wpcf7 input[type="text"]:-moz-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="email"]:-moz-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
   color: #919191;
}

.submit-membership input[type="text"]::-moz-placeholder,
.submit-membership input[type="password"]::-moz-placeholder{
  color: black;
}

.page-template-template-active .devenir-membre .wpcf7 input[type="text"]::-moz-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="email"]::-moz-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
   color: #919191;
}

.submit-membership input[type="text"]:-ms-input-placeholder,
.submit-membership input[type="password"]:-ms-input-placeholder{
  color: black;
}

.page-template-template-active .devenir-membre .wpcf7 input[type="text"]:-ms-input-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="email"]:-ms-input-placeholder,
.page-template-template-active .devenir-membre .wpcf7 input[type="tel"]:-ms-input-placeholder {
   color: #919191;
}

/* form devenir benevole */
.page-template-template-active .devenir-benevole .wpcf7 input[type="text"],
.page-template-template-active .devenir-benevole .wpcf7 input[type="email"],
.page-template-template-active .devenir-benevole .wpcf7 input[type="tel"]{
  background: transparent;
  border: 1px solid #525252;
  box-shadow: none;
  color: #525252;
}

.page-template-template-active .devenir-benevole .wpcf7 input[type="text"]::-webkit-input-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="email"]::-webkit-input-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="tel"]::-webkit-input-placeholder {
   color: #525252;
}

.page-template-template-active .devenir-benevole .wpcf7 input[type="text"]:-moz-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="email"]:-moz-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="tel"]:-moz-placeholder {
  /* Firefox 18- */
   color: #525252;
}

.page-template-template-active .devenir-benevole .wpcf7 input[type="text"]::-moz-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="email"]::-moz-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="tel"]::-moz-placeholder {
  /* Firefox 19+ */
   color: #525252;
}

.page-template-template-active .devenir-benevole .wpcf7 input[type="text"]:-ms-input-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="email"]:-ms-input-placeholder,
.page-template-template-active .devenir-benevole .wpcf7 input[type="tel"]:-ms-input-placeholder {
   color: #525252;
}

/* form page nous joindre */
.page-template-template-contact .wpcf7 input[type="text"],
.page-template-template-contact .wpcf7 input[type="email"],
.page-template-template-contact .wpcf7 textarea{
  background: transparent;
  border: 1px solid #919191;
  box-shadow: none;
  color: #919191;
}

.page-template-template-contact .wpcf7 input[type="text"]::-webkit-input-placeholder,
.page-template-template-contact .wpcf7 input[type="email"]::-webkit-input-placeholder,
.page-template-template-contact .wpcf7 textarea::-webkit-input-placeholder {
   color: #919191;
}

.page-template-template-contact .wpcf7 input[type="text"]:-moz-placeholder,
.page-template-template-contact .wpcf7 input[type="email"]:-moz-placeholder,
.page-template-template-contact .wpcf7 textarea:-moz-placeholder {
  /* Firefox 18- */
   color: #919191;
}

.page-template-template-contact .wpcf7 input[type="text"]::-moz-placeholder,
.page-template-template-contact .wpcf7 input[type="email"]::-moz-placeholder,
.page-template-template-contact .wpcf7 textarea::-moz-placeholder {
  /* Firefox 19+ */
   color: #919191;
}

.page-template-template-contact .wpcf7 input[type="text"]:-ms-input-placeholder,
.page-template-template-contact .wpcf7 input[type="email"]:-ms-input-placeholder,
.page-template-template-contact .wpcf7 textarea:-ms-input-placeholder {
   color: #919191;
}


.justice-section, .emploi-section, .jeunesse-section, .violence-section, .sante-section, .relation-section, .actualites-section, .evenements-section{
  padding: 5rem 0;
  position: relative;
}

.emploi-section{
  background: #7db9e8; /* Old browsers */
  background: -moz-linear-gradient(left,  #7db9e8 0%, #f6895b 0%, #ef3d55 100%, #1e5799 100%, #ef3d55 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #7db9e8 0%,#f6895b 0%,#ef3d55 100%,#1e5799 100%,#ef3d55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7db9e8', endColorstr='#ef3d55',GradientType=1 ); /* IE6-9 */
}

.jeunesse-section h2, .jeunesse-section p,
.sante-section h2, .sante-section p{
  color: white;
}

.jeunesse-section{
  background: url('../images/jeunesse-bg.jpg');
  background-size: cover;
  height: auto;
  width: 100%;
  background-repeat: no-repeat;
}

 .evenements-section{
  background: #f4f4f4;
}

.evenements-section h5{
  font-weight: bold;
  font-style: 18px;
}

.sante-section{
  background: #212121;
}

.page-template-template-news .month,
.page-template-template-news .year{
  color: black;
}

.publication-single-page h6{
  margin-bottom: 0 !important;
}

.publication-single-page{
  margin: 1rem 0;
  padding: 0.5rem;
  float: left;
  height: 150px;
}

.filter_select{
  height: 44px;
  width: 230px;
  float: left;
  margin: 30px 13px 0 0 !important;
}

.page-template-template-intimidation #intimidation_menu li:nth-child(1) a{
  color: #f36558;
}

.page-template-template-intimidation-ressources #intimidation_menu li:nth-child(2) a{
  color: #f36558;
}

.page-template-template-intimidation-events #intimidation_menu li:nth-child(3) a{
  color: #f36558;
}


.page-template-template-intimidation-useful-links #intimidation_menu li:nth-child(4) a{
  color: #f36558;
}

.page-template-template-intimidation .down-arrow-white,
.page-template-template-intimidation-ressources .down-arrow-white,
.page-template-template-intimidation-events .down-arrow-white,
.page-template-template-intimidation-useful-links .down-arrow-white{
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
}

.intimidation_title{
  font-size: 18px;
  line-height: auto;
  text-transform: uppercase;
  color: black;
  letter-spacing: 0.152em;
  font-family: 'Open Sans';
  font-weight: 600;
  margin: 0;
}

#intimidation_ressources h1,
#intimidation_events h1, 
#about h1,
#intimidation_links h1 {
  text-transform: uppercase;
  font-family: 'Open Sans';
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
}

#about, #intimidation_events, #intimidation_links, #intimidation_ressources{
  padding-top: 68px;
  position: relative;
  /*padding-bottom: 268px;*/
}
#about p{
  margin: 45px auto 60px;
}
#about .donate-button{
  letter-spacing: 0.092em;
  color: white;
  font-size: 17px;
}
.single_int_event .single_int_date{
  color: #f36558;
  font-size: 16px;
  line-height: 21px;
  font-style: italic;
  font-weight: 400;
  font-family: 'Open Sans';
  letter-spacing: 0.025em;
}
.single_int_event h3{
  color: black;
  font-size: 20px;
  line-height: 21px;
  margin-bottom: .7rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  font-family: 'Open Sans';
}
.single_int_event p{
  color: black;
  font-size: 16px;
  letter-spacing: 0.025em;
  line-height: 21px;
  font-weight: 400;
  font-family: 'Open Sans';
}
.single_int_event a{
  padding-bottom: .4rem;
  color: #f36558;
  /*display: block;
  text-align: right;
  border-bottom: 1px solid #f36558;*/
  font-size: 17px;
  letter-spacing: 0.092em;
  line-height: auto;
  font-weight: 600;
  font-family: 'Open Sans';
}

.single_int_event a.more--event { 
  text-transform: uppercase; 
  display: block;
  text-align: right;
  border-bottom: 1px solid #f36558;
}
.events_list{
  margin-top: 65px;
}
.single_int_event{
  margin-top: 40px;
}


.publication-single-page h6{
  font-weight: 600;
  font-weight: bold;
  color: black !important;
  font-size: 18px;
}
.publication-single-page:hover h6{
  font-weight: 600;
  font-weight: bold;
  color: black !important;
  font-size: 18px;
}

.no-marg-bot{
  margin-bottom: 0;
}

.bigger-marg-bot{
  margin-bottom: 2rem;
}


.separator-dots{
  margin: 2rem 0;
}

.accordion-title{
  color: black;
  font-weight: 600;
  font-size: 16px;
  font-family: 'Open Sans';
  border: 1px solid #e6e6e6;
}

.accordion-content{
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 300;
  border: 1px solid #e6e6e6;
}

.devenir-membre-accordion .accordion-content{
  text-align: left;
}

.types-membres-container{
  background: #f1f1f1;
  padding: 2rem 0;
  margin-bottom: 1rem;
}

.types-membres{
  font-weight: bold;
  font-size: 17px;
  font-family: 'Open Sans';
  text-transform: uppercase;
}

.types-membres-single h4{
  font-weight: 600;
  font-family: 'Open Sans';
  margin-bottom: 0;
  font-size: 16px;
}

.types-membres-single p{
  font-family: 'Open Sans';
  font-size: 16px;
}

.accordion-item{
  margin-bottom: 1rem;
}

.accordion{
  border: none;
}

.join-us-button{
  margin-top: 1rem;
  font-weight: bold;
}

li.is-active a, .accordion-title:hover, li.is-active a:active, li.is-active a:focus, a:focus, a:hover{
  color: #f36558;
}

li.is-active a.gradient-button{
  color: white !important;
}

.justice-title{
  margin: 1rem 0;
}

.violence-text{
  background: #f4f4f4;
  padding: 1rem;
}

.page-template-template-news .news-single{
  margin-bottom: 2rem;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
  float: left !important;
}

.page-template-template-news .single-event-container{
  max-height: 300px;
  min-height: 300px;
  float: left !important;
}

.news-single h6 a{
    color: white !important;
}

.publication-single-page h6 a{
    color: black !important;
}
.page-template-template-contact .contact-home{
  background: white;
}

.page-template-template-contact .contact-home .bigger-marg-bot-img{margin-bottom: 1.5rem;}

.page-template-template-contact .contact-home h2,
.page-template-template-contact .contact-home p,
.page-template-template-contact .contact-info{
  color: black;
}

.page-template-template-contact .contact-info:hover{
  color: black;
}

.member-dropdown{
  display: none;
  background: url('../images/hover-membership.png');
  padding: 1rem 1.5rem;
  z-index: 2;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-left: -85px;
  padding-top: 20px;
  width: 250px;
}

.submit-membership{
  line-height: 1;
  margin-top: 1rem;
}

.submit-membership a{
  color: black !important;
}

.submit-membership input{
  width: 100%;
  margin: 0.5rem 0;
}

.submit-membership input.black-button{
  width: auto;
  margin-left: 22px;
  margin-top: 14px;
}

.private{
  margin-left: 0 !important;
}

.submit-membership input[type="text"],
.submit-membership input[type="password"]{
  font-style: italic;
  border: none;
  font-weight: 300;
  font-size: 15px;
}

.submit-membership .black-button{
  padding: 0.7rem;
  border: none;
}

.close-button{
  margin: 0.5rem -0.75rem 0;
  color: black;
}

/* Left align */
.col-4 .container-members .single-team:nth-child(1) .team-member-description {
  margin-left:0;
}

.col-3 .container-members .single-team:nth-child(1) .team-member-description,
.col-2 .container-members .single-team:nth-child(1) .team-member-description {
  margin-left: -75%;
}

/* Center align */
.col-4 .container-members .single-team:nth-child(2) .team-member-description,
.col-3 .container-members .single-team:nth-child(2) .team-member-description,
.col-4 .container-members .single-team:nth-child(3) .team-member-description,
.col-1 .container-members .single-team:nth-child(1) .team-member-description {
  margin-left:-200%;
}


/* Right align.. last element */
.col-4 .container-members .single-team:nth-child(4) .team-member-description {
  margin-left:-400%;
}

.col-3 .container-members .single-team:nth-child(3) .team-member-description,
.col-2 .container-members .single-team:nth-child(2) .team-member-description {
  margin-left:-300%;
}


/*.single-team-2 .team-member-description,
.single-team-6 .team-member-description,
.single-team-10 .team-member-description,
.single-team-13 .team-member-description{
  margin-left: -125%;
}

.single-team-3 .team-member-description,
.single-team-7 .team-member-description,
.single-team-11 .team-member-description{
  margin-left: -260%;
}

.single-team-4 .team-member-description,
.single-team-8 .team-member-description,
.single-team-12 .team-member-description{
  margin-left: -400%;
}

.single-team-14 .team-member-description {
  margin-left: -200%;
}

.single-team-15 .team-member-description {
  margin-left: -300%;
}*/



.team-member-description{
  display: none;
  width: 500%;
  position: relative;
  padding-top: 0px;
  transition: 0.5s all;
}

.newHeight{
  height: auto;
  transition: 0.5s ease;
  align-items: baseline;
}

.team_member_image{
  height: 184px;
  margin-bottom: 1rem;
  border-radius: 100%;
  width: 100%;
  max-width: 185px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position:center center !important;
}

#myInput{
  max-width: 526px;
  margin: 30px auto 0;
  height: 44px;
  padding: 0 14px;
  border: 1px solid #d1d1d1;
  float: left;
  width: 526px
}
.search_box{
  display: inline-block;
  margin: 0 auto 30px;
}
.search-ressource{
  float: left;
  height: 44px !important;
  font-size: 17px !important;
  letter-spacing: 0.092em;
  color: white;
  margin: 30px 0 0 13px;
  text-transform: uppercase;
}

.container-visible{
  display: block !important;
}

.description-container{
  background: #f4f4f4;
  position: relative;
  padding: 2rem;
  display: none;
}

.description-container-last{
  background: #f4f4f4;
  position: relative;
  padding: 2rem;
  display: none;
}

.special-row{
  max-width: 57rem;
}

.description-container .close-button,
.description-container-last .close-button{
  margin: 0;
}

@media(max-width: 1500px){
  .header-inside-image{
    padding-top: 35% !important;
  }
}

/* Styles for tablet format 1024 */
@media(max-width: 1024px){
  #left-social-bar{
    display: none;
  }
  .logo-header{
    width: 300px;
  }
  .header-right-container{
    width: 69%;
  }
  .top-bar-right-bottom ul li a{
    font-size: 12px !important;
  }
  .first-column, .second-column, .third-column {
    padding: 2rem 3rem 1rem;
  }
  .donate-section, .jeunesse-section{
    background-size: 100% 100%;
  }
  .single-history img{
    padding-right: 1rem;
  }
  .header-inside-image{
    background-size: cover !important;
    padding-top: 47%;
  }
  

  .newsletter-inside .contact-col {
    margin-bottom: 2rem;
  }
}

@media(max-width: 960px){
  .header-right-container {
    width: 85%;
  }
  .white-arrow,
  .black-arrow,
  .down-arrow-black,
  .down-arrow-black-jeunesse-top,
  .down-arrow-black-jeunesse-bottom,
  .down-arrow-white,
  .down-arrow-grey{
    display: none;
  }
  .events-home-single .counter-1, .events-page-single .counter-1,
  .events-home-single .counter-3, .events-page-single .counter-3{
    border-left: none;
  }
}

/* Styles for tablet format 768 */

@media(max-width: 1100px){
  .logo-header{
    background: url('../images/logo-mobile.png');
    background-size: 100%;
    height: 91px;
    width: 93px;
    background-repeat: no-repeat;
  }
  html{margin-top: 0 !important;}
  .header-right-container{
    width: 86%;
  }
}
@media(max-width: 768px){
  .team_member_image{
    height: 140px;
    width: 140px;
  }
  .single-team{
    width: 140px;
    margin: 2rem 1rem;
  }
  .single-team span{
    font-size: 15px;
  }
  .top-bar-right-bottom ul li a{
    font-size: 11px !important;
  }
  .team-member-overlay{
    width: 140px;
    height: 140px;
    left: 0;
  }
  .header-right-container {
    width: 84%;
  }
  .white-arrow, .black-arrow{
    display: none;
  }
  .first-column, .second-column, .third-column {
    text-align: center;
  }
  .useful-links .left-separator{
    border-left: none;
  }
  .evenements-section .left-separator{
    border-left: none;
  }
}

@media(max-width: 767px){
  .mobile-center{
    text-align: center !important;
  }
}

@media(max-width: 640px){
  #top-bar-secondary-menu{
    margin-bottom: 0;
  }
  #top-bar-secondary-menu li a{
    color: white;
  }
}

@media(max-width: 639px){
  .top-bar-right-top {
    display: none;
  }
}


/* Global style for < 500px devices */
@media (max-width: 500px){
	.disable-item > a{
		pointer-events:inherit !important;
	}	
	#fixed-header ul li a, #fixed-header ul li{
		display:block;
	}
	
  .team_member_image{
    margin: 0 auto 1rem;
  }
  .team-member-overlay{
        margin: 0 auto;
        left: 0;
        right: 0;
  }
  .single-news .month, .single-news .year{
    float: left;
    margin-left: 1rem;
  }
  .single-history img{
    margin-bottom: 1rem;
    padding-right: 0;
  }
  #anchor-menu a{
    font-size: 13px;
  }
  .active_member_arrow:after{
      margin: 20px auto 0;
  }
  .team-member-description{
    margin-left: 0 !important;
  }
  .page-template-template-active .wpcf7-submit{
    width: 100%;
  }
  .evenements-section img{
    margin-bottom: 1rem;
  }
  .evenements-section h5{
    margin: 1rem;
    font-weight: 700;
    font-size: 20px;
  }
  #anchor-menu{
    margin-top: 0;
    background: rgba(228, 228, 228, 0.8);
  }
  .top-bar-right-top{
    display: none;
  }
  .top-bar-right-bottom{
    position: relative;
  }
  .header-right-container{
    height: auto;
    float: none;
    text-align: center;
    width: 100%;
  }
  #fixed-header{
    top: 41px;
  }
  .title-bar{
    position: fixed;
    width: 100%;
    z-index: 4;
    background: rgba(0,0,0,0.8);
  }
  .mobile-right-menu{
    margin-bottom: 0 !important;
  }
  .mobile-right-menu li a{
    color: white !important;
    font-size: 14px;
  }
  .header-image{
    padding-top: 50%;
  }
  .news-single{
    margin-bottom: 2rem;
  }
  .events_list h2{
    margin-top: 50px;
  }
  .left-align-mobile{
    text-align: left;
  }
  .filter_select{
    width: 100%;
    margin: 10px 0 0 !important;
  }
  #myInput{
    width: 100%;
  }
  .hide-mobile{
    display: none;
  }
  .one-third-mobile{
    width: 33% !important;
  }
  .mobile-mail-icon{
    margin-top: 9px;
  }
  .newsletter-home-form input[type=email]{
    width: 100%;
    margin-bottom: 1rem;
  }
  .newsletter-container{
    margin-top: -3rem;
    margin-bottom: 2rem;
  }
  .newsletter-button{
    margin-left: 0;
  }
  .full-width-mobile{
    width: 100% !important;
  }
  .container-members{
    display: inline-block;
  }
  .single-team, .single-team-second{
    width: 100%;
    margin: 2rem 0;
  }
  .mobile-description{
    display: block !important;
    margin-top: 1rem;
  }

  .donate-section{
    background-size: cover !important;
  }
  #fixed-header{
    background: #212121;
  }
  .donate-section, .jeunesse-section {
    background-size: cover;
  }
  .publication-single-page{
    text-align: center;
  }
  .left-separator{
    border-left: none;
    margin-top: 2rem;
  }
}

.grey-link{
  color: #d8d8d8 !important;
}

.uppercase-paragraph{
  text-transform: uppercase;
}

.bold-button{
  font-weight: bold;
}

.devenir-membre .icon-person{
  margin-bottom: 3rem;
}


.donate-section .button{
  font-weight: bold;
}

.actualite-under-text,
.bigger-font-equipe{
  font-size: 18px !important;
}

.ateliers-under-text{
  font-size: 18px;
  text-transform: uppercase;
}

.analyste-title{
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
}

.relation-title{
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 25px;
}

.page-event-single-title{
  font-weight: 600;
  font-size: 17px;
}

.page-event-single-container p{
  font-style: italic !important;
}

.page-event-single-container p{
  font-style: italic !important;
}

.login-member-text{
  font-weight: 600;
  font-size: 12px;
}

select{
  margin: 0 !important;
}

@media (max-width: 320px){
  .mobile-right-menu {
    margin-top: -24px;
  }
}

.single .month,
.single .year{
  color: black;
  font-weight: 300;
  font-size: 16px;
  padding-left: 10px;
  text-transform: uppercase;
}

.email-container{
  margin-top: 9px;
}

#empty{
  visibility: hidden;
}

.page-template-template-home .publications-home img{
  margin-top: 7px;
}

.page-template-template-publications .publication-single-page img,
.page-template-template-private-page .publication-single-page img
{
  margin-top: 7px;
}

.page-template-template-private-page .bigger-marg-bot{
  font-size: 18px !important;
  text-transform: uppercase !important;
}

.wpcf7-mail-sent-ok{
  background: white !important;
  border: none !important;
  color: black !important;
  font-size: 16px !important;
  font-weight: bold !important;
}

.confirm-message{
  display: none;
  font-size: 16px !important;
  font-weight: 400 !important;
}


#lang-en .header-image{
  background: url('../images/header-background-en.jpg');
  background-size: 100%;
  height: auto;
  width: 100%;
  padding-top: 48%;
  background-repeat: no-repeat;
}

#lang-en .newsletter-image{
  margin-top: -14px;
}

.page-template-template-home #mc_embed_signup input.mce_inline_error{color: black !important}
.page-template-template-home #mc_embed_signup div.mce_inline_error{float: left; background-color: black !important;}
.page-template-template-home #mce-responses{float:left;}
 #mce-success-response,
 #mce-error-response
{color: white;}

.mce_inline_error{color: white !important;}

.fc-event, .fc-event-dot{
  background: #f36558 !important;
  border: 1px solid #f36558 !important;
}
table{
  margin-bottom: 0 !important;
}
.fc-row .fc-content-skeleton td{
  border-color: #ddd !important;
}
.fc-event{
  line-height: 2 !important;
}
#calendar *{
  font-family: 'Open Sans' !important;
}
.fc-day-number{
  font-weight: 400 !important;
}
.fc-day-header.fc-widget-header{
  font-weight: 600 !important;
}
#calendar h2{
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #f36558 !important;
}
.fc-toolbar.fc-header-toolbar{
  border-top: 1px solid #f36558;
  border-bottom: 1px solid #f36558;
  padding-top: 7px;
}
.fc-state-default{
  border: none !important;
  background: transparent !important;
}

.fc-right span, .fc-left span{
  display: none !important;
}
.fc-right, .fc-left{
  width: 7px !important;
  height: 16px !important;
  display: block !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
.fc-right{
  background: url('../images/calendar_next.png') !important;
  margin-right: 15px;
}
.fc-left{
  background: url('../images/calendar_prev.png') !important;
  margin-left: 15px;
}

.disable-item > a{
	pointer-events:none;
}

.page-template-template-home-sensibilisation #anchor-menu{
	background: rgba(240, 164, 233, 0.85) none repeat scroll 0 0;	
}

.page-template-template-home-sensibilisation #anchor-menu a:hover{
	color:#fff;
}

.page-template-template-home-sensibilisation .attention {
    background: #dad8d9 none repeat scroll 0 0;
    color: #231f20;
}

#partners{
	position:relative;
	top:-50px;
}

.page-template-template-home-sensibilisation  #ressources_int .content a{
	color:#b67ab1;
}
