/*   
Theme Name: Charitas Child Theme
Theme URI: 
Description: Use this theme to start your Charitas Child Theme development.
Author: Victor Tihai
Author URI: http://wplook.com/
Template: charitas-wpl
Version: 1.0.0.
*/
html {
  scroll-behavior: smooth;
}
#toolbar, .teaser-page-list, #colophon, .site-info, .mean-bar, #toolbar .tb-list .search a:hover, #toolbar .search-items {
  background-color: #0496fc !important;
}
#sticky_navigation .grid_5 {
  width: 16.75%;
}
#sticky_navigation .grid_11 {
  width: 79.25%;
}
.display-posts-listing .listing-item {
  clear: both;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-right: 10px;
}
.display-posts-listing img {
  float: left;
  margin: 0 10px 10px 0;
}
/*@media all
.candidate .candidate-margins img {
	width: 70% !important;
	height: auto !important;
	margin-left: auto !important;
	margin-right: auto !important;
}*/
#tertiary #footer_menu {
  vertical-align: middle;
  text-align: right;
  padding-right: 10px;
}
#tertiary #footer_menu a {
  color: white;
  padding: 5px;
}
.ui-widget-header {
  background: #e53b51 !important;
}
#carte_regions {
  background: url(http://www.win-france.org/win/wp-content/uploads/2014/08/carte_france_2.png);
  height: 368px;
  width: 363px;
}
.button-circle {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  line-height: 100px;
  text-align: center;
  background: #e53b51;
}
#normandie {
  position: relative;
  left: 90px;
  top: 40px;
}
#bourgogne {
  position: relative;
  left: 230px;
  top: 35px;
}
#languedoc-rhone {
  position: relative;
  left: 215px;
  top: 90px;
}
#paca {
  position: relative;
  left: 280px;
  top: 20px;
}
#rhone-ain-loire {
  position: relative;
  left: 260px;
  bottom: 145px;
}
#grand-est {
  position: relative;
  left: 300px;
  bottom: 330px;
}
#idf {
  position: relative;
  left: 180px;
  bottom: 420px;
}
.single .candidate .candidate-margins img {
  padding-left: 35px !important;
}
#staff_icon {
  background-image: url(http://www.win-france.org/win/wp-content/uploads/2014/07/user_woman.png);
  width: 21px;
  height: 21px;
  display: inline-block;
}
.widget-title h3 {
  color: #e53b51;
}
.wrapper_tok {
  width: 1366px;
  max-width: 90%;
  margin: 0 auto;
}
.wrapper_tok.medium {
  width: 1030px;
}
.wrapper_btn {
  display: flex;
  align-items: center;
  margin: 0 auto 60px;
}
.wrapper_btn.center {
  justify-content: center;
}
.btn {
  background-color: #0496fc;
  color: white !important;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 35px;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid #0496fc;
  color: white;
  text-decoration: none;
  transition: 0.3s;
}
.btn:hover {
  background-color: white;
  color: #0496fc !important;
}
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  margin-bottom: 50px;
}
.banner:after {
  content: "";
  background-color: #3b3b3d;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.banner .inner_banner {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.banner .inner_banner h1 {
  font-size: 40px;
  text-align: center;
  color: white;
}
.partenaires_select {
  margin-bottom: 120px;
  text-align: center;
}
.partenaires_select select {
  font-size: 20px;
  padding: 12px 22px;
  width: 450px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #0496fc;
  border-radius: 0;
}
section#sec_partenaires > h2 {
  text-align: center;
  color: #3b3b3d;
}
section#sec_partenaires .container_partenaires {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 40px;
  margin-bottom: 70px;
}
@media (max-width: 1280px) {
  section#sec_partenaires .container_partenaires {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  section#sec_partenaires .container_partenaires {
    grid-template-columns: repeat(1, 1fr);
  }
}
section#sec_partenaires .container_partenaires .inner {
  text-align: center;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid white;
  transition: 0.3s;
}
section#sec_partenaires .container_partenaires .inner:hover {
  border-color: #0496fc;
}
section#sec_partenaires .container_partenaires .inner .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#sec_partenaires .container_partenaires .inner h3 {
  font-size: 20px;
  line-height: 1.2em;
  margin-bottom: 5px;
  font-weight: bold;
}
section#sec_partenaires .container_partenaires.container_partenaires_names {
  grid-template-columns: repeat(4, 1fr);
}
section#sec_partenaires .container_partenaires.container_partenaires_names .inner {
  padding: 14px;
}
section#sec_partenaires .container_partenaires.container_partenaires_names .inner h3 {
  font-size: 18px;
  margin-bottom: 0;
}
#sec_partenaire .container_partenaires {
  margin: 80px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 80px;
}
@media (max-width: 1280px) {
  #sec_partenaire .container_partenaires {
    grid-template-columns: repeat(1, 1fr);
  }
}
#sec_partenaire .container_partenaires .inner {
  scroll-margin-top: 80px;
  background-color: white;
  padding: 56px 30px 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.3s;
  border: 1px solid white;
}
#sec_partenaire .container_partenaires .inner:hover {
  border-color: #0496fc;
}
#sec_partenaire .container_partenaires .inner span.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -47px;
  display: block;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #0496fc;
  border-radius: 50%;
  background-color: white;
}
#sec_partenaire .container_partenaires .inner span.no_image {
  background-image: url(assets/img/no.svg);
}
#sec_partenaire .container_partenaires .inner h2 {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.1em;
}
#sec_partenaire .container_partenaires .inner h2 span {
  color: #3b3b3d;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
#sec_partenaire .container_partenaires .inner .flex {
  border-top: 1px solid rgba(59, 59, 61, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 26px;
}
@media (max-width: 600px) {
  #sec_partenaire .container_partenaires .inner .flex {
    flex-flow: row wrap;
  }
}
#sec_partenaire .container_partenaires .inner .flex .infos {
  flex: 1;
  display: flex;
  flex-flow: column;
}
@media (max-width: 600px) {
  #sec_partenaire .container_partenaires .inner .flex .infos {
    width: 100%;
    flex: initial;
  }
}
#sec_partenaire .container_partenaires .inner .flex .infos > div {
  margin: 10px 0;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div span {
  background-color: #0496fc;
  color: white;
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div p {
  display: block;
  font-size: 16px;
  margin: 0;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div a {
  transition: 0.2s;
  word-break: break-all;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div a:hover {
  color: #3b3b3d;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.site > div {
  display: block;
  font-size: 18px;
  background-image: url(assets/img/link.svg);
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.site > div a {
  font-size: 18px;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.site > div:hover {
  color: #3b3b3d;
  border-color: #3b3b3d;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.recrutement > div {
  display: block;
  font-size: 18px;
  background-image: url(assets/img/user.svg);
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.recrutement > div:hover {
  color: #3b3b3d;
  border-color: #3b3b3d;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.region > div {
  display: block;
  font-size: 18px;
  background-image: url(assets/img/gps.svg);
  background-position: left center;
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 22px;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.femenergia {
  padding-left: 62px;
  text-align: left;
  font-weight: bold;
  position: relative;
}
#sec_partenaire .container_partenaires .inner .flex .infos > div.femenergia:after {
  content: "";
  background-image: url(assets/img/Fem_Energia.jpg);
  background-repeat: no-repeat;
  background-size: 70px;
  background-position: center center;
  border-radius: 50%;
  border: 1px solid #3b3b3d;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sec_partenaire .container_partenaires .inner .flex .article {
  flex: 1;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 600px) {
  #sec_partenaire .container_partenaires .inner .flex .article {
    width: 100%;
    margin-top: 20px;
    flex: initial;
  }
}
#sec_partenaire .container_partenaires .inner .flex .article:hover .img:after {
  background-color: rgba(0, 0, 0, 0.6);
}
#sec_partenaire .container_partenaires .inner .flex .article:hover h3 {
  color: #ce3549;
}
#sec_partenaire .container_partenaires .inner .flex .article .img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 150px;
  margin-bottom: 15px;
  position: relative;
  border: 1px solid rgba(59, 59, 61, 0.3);
}
#sec_partenaire .container_partenaires .inner .flex .article .img:after {
  content: "";
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}
#sec_partenaire .container_partenaires .inner .flex .article h3 {
  font-size: 18px;
  color: #3b3b3d;
  transition: 0.3s;
}
#sec_partenaire .container_partenaires .inner .flex .article a.link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.carte-container {
  position: relative;
  max-width: 100%;
  height: auto;
  width: 600px;
  margin-bottom: 70px;
}
.carte-container .carte-image {
  width: 100%;
  height: auto;
  display: block;
}
.carte-container .carte-point {
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: transform 0.2s ease-in-out;
  font-size: 16px;
  color: white;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carte-container .carte-point:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.legende-container {
  max-width: 400px;
  width: 90%;
}
.legende-container ul {
  padding: 0;
  margin-left: 0;
}
.legende-container ul li {
  list-style: none;
}
.slider-france {
  margin-top: 70px !important;
}
.slider-france .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 450px;
}
@media (max-width: 600px) {
  .slider-france .image {
    height: 250px;
  }
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}
.slick-dots li {
  list-style: none;
  margin: 0 2px;
  cursor: pointer;
}
.slick-dots li.slick-active button {
  background-color: #0496fc;
}
.slick-dots li button {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #0496fc;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  font-size: 0;
  display: block;
  appearance: none;
  padding: 0;
}
.page-template-template-femenergia .banner {
  margin-top: 40px;
}
.page-template-template-femenergia .banner img {
  width: 100%;
}
.page-template-template-femenergia h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
.page-template-template-femenergia h2.center {
  text-align: center;
}
.page-template-template-femenergia section {
  margin: 60px auto;
}
.page-template-template-femenergia .wrapper_actus article {
  margin: 0 15px;
  position: relative;
  transition: 0.2s;
}
.page-template-template-femenergia .wrapper_actus article:hover {
  opacity: 0.6;
}
.page-template-template-femenergia .wrapper_actus article img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .page-template-template-femenergia .wrapper_actus article img {
    height: 200px;
  }
}
.page-template-template-femenergia .wrapper_actus article h2 {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 25px;
}
.page-template-template-femenergia .wrapper_actus article .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.page-template-template-femenergia section#sec3 ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-template-template-femenergia section#sec3 ul li {
  list-style: none;
  margin: 0 15px 15px 15px;
}
.page-template-template-femenergia section#sec3 ul li a {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #0496fc;
  font-weight: bold;
  text-decoration: none;
  background-image: url(assets/img/trophee.svg);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 3px 0 3px 22px;
  transition: 0.2s;
}
.page-template-template-femenergia .flex_tok {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .page-template-template-femenergia .flex_tok {
    flex-flow: column;
  }
}
.page-template-template-femenergia .flex_tok > section {
  width: 45%;
  margin-bottom: 0 !important;
}
@media (max-width: 1280px) {
  .page-template-template-femenergia .flex_tok > section {
    width: 100%;
  }
}
.grid_logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
  margin: 0;
}
.grid_logos.bis {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 1280px) {
  .grid_logos.bis {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 600px) {
  .grid_logos.bis {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid_logos li {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f2f2f2;
  padding: 10px;
  transition: 0.2s;
}
.grid_logos li:hover {
  opacity: 0.7;
}
.grid_logos li img {
  width: 120px;
}
@media (max-width: 600px) {
  .grid_logos li img {
    width: 70px;
  }
}
body.page-template-template-femenergia-editions section {
  margin: 80px auto;
}
body.page-template-template-femenergia-editions .wrapper_tok {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  body.page-template-template-femenergia-editions .wrapper_tok {
    flex-flow: column;
  }
}
body.page-template-template-femenergia-editions .wrapper_tok:nth-child(even) {
  flex-flow: row-reverse;
}
@media (max-width: 768px) {
  body.page-template-template-femenergia-editions .wrapper_tok:nth-child(even) {
    flex-flow: column;
  }
}
body.page-template-template-femenergia-editions .wrapper_tok.noflex {
  display: block;
}
body.page-template-template-femenergia-editions .wrapper_tok.noflex h2 {
  text-align: center;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
body.page-template-template-femenergia-editions .texte_image_video .texte, body.page-template-template-femenergia-editions .texte_image_video .img_video {
  width: 47%;
}
@media (max-width: 768px) {
  body.page-template-template-femenergia-editions .texte_image_video .texte, body.page-template-template-femenergia-editions .texte_image_video .img_video {
    width: 100%;
  }
}
body.page-template-template-femenergia-editions .texte_image_video .texte h2, body.page-template-template-femenergia-editions .texte_image_video .img_video h2 {
  color: #ce3549;
  font-size: 30px;
  line-height: 1.1em;
  margin-bottom: 20px;
}
body.page-template-template-femenergia-editions .texte_image_video .texte_full {
  width: 100%;
}
body.page-template-template-femenergia-editions .texte_image_video .img {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
}
body.page-template-template-femenergia-editions .texte_image_video iframe {
  width: 100%;
}
section#region_sec1 {
  margin: 60px auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1280px) {
  section#region_sec1 {
    flex-flow: column;
  }
}
section#region_sec1 .right {
  width: 40%;
  margin-top: 75px;
}
@media (max-width: 1280px) {
  section#region_sec1 .right {
    width: 100%;
    margin-top: 0;
  }
}
section#region_sec1 .right .contact {
  background-color: #0496fc;
  text-align: center;
  color: white;
  padding: 40px;
  margin-bottom: 30px;
}
section#region_sec1 .right .contact .btn {
  background-color: white;
  color: #0496fc !important;
  display: inline-block;
}
section#region_sec1 .right .contact .btn:hover {
  background-color: transparent;
  color: white !important;
}
section#region_sec1 .left {
  width: 55%;
}
section#region_sec1 .left h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1280px) {
  section#region_sec1 .left {
    width: 100%;
  }
}
section#region_sec1 .left .wrapper_actus {
  position: relative;
  margin-bottom: 30px;
}
section#region_sec1 .left .wrapper_actus article {
  position: relative;
  transition: 0.2s;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-start;
}
@media (max-width: 600px) {
  section#region_sec1 .left .wrapper_actus article {
    flex-flow: column;
  }
}
section#region_sec1 .left .wrapper_actus article:hover {
  opacity: 0.6;
}
section#region_sec1 .left .wrapper_actus article img {
  width: 37%;
  height: 229px;
  object-fit: cover;
  margin-bottom: 20px;
  margin-right: 40px;
}
@media (max-width: 600px) {
  section#region_sec1 .left .wrapper_actus article img {
    width: 100%;
    height: 200px;
  }
}
section#region_sec1 .left .wrapper_actus article > div {
  width: 60%;
}
@media (max-width: 600px) {
  section#region_sec1 .left .wrapper_actus article > div {
    width: 100%;
  }
}
section#region_sec1 .left .wrapper_actus article > div h2 {
  margin-bottom: 10px;
  line-height: 1em;
  font-size: 25px;
}
section#region_sec1 .left .wrapper_actus article .link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
section#region_sec1 .left .wrapper_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
section#region_sec2 {
  background-color: #f2f2f2;
  padding: 60px 0;
}
section#region_sec2 h2 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 30px;
}
section#region_sec2 .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  section#region_sec2 .flex {
    flex-flow: column;
  }
}
section#region_sec2 .flex > * {
  width: 45%;
}
@media (max-width: 1280px) {
  section#region_sec2 .flex > * {
    width: 100%;
  }
}
@media (max-width: 1280px) {
  section#region_sec2 .flex img {
    margin-top: 30px;
  }
}
section#region_sec2 .flex .right {
  /*img {
                width: 100%;
                height: 100%;
            }*/
}
@media (max-width: 1280px) {
  section#region_sec2 .flex .right {
    margin-top: 60px;
  }
}
.slick-arrow {
  width: 40px;
  height: 40px;
  background-color: #0496fc;
  border-radius: 50%;
  background-image: url(assets/img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  appearance: none;
  font-size: 0;
  cursor: pointer;
  transition: 0.2s;
}
.slick-arrow:hover {
  background-color: rgba(4, 150, 252, 0.5);
}
.slick-arrow.slick-prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}
.slick-arrow.slick-next {
  right: 0;
}
section#region_sec4 {
  padding: 30px;
  border: 1px solid #0496fc;
  width: 700px;
  margin: 60px auto;
  text-align: center;
  box-sizing: border-box;
}
section#region_sec4 h2 {
  font-size: 30px;
}
section#region_sec4 .btn {
  display: inline-block;
}
