@charset "UTF-8";
@font-face {
  font-family: "GOTHIC";
  src: url('fonts/GOTHIC.ttf?1535617034') format('truetype');
}
/*!
 
Theme Name: ArtGrafik
Theme URI: #
Description: Un th├¿me responsive personnalis├®
Version: 1.0
Author: ArtGrafik
Author URI: #
License: 
License URI: License.txt
Tags: 
 
*/
html, body {
  font-family: 'GOTHIC';
  color: #4c4c4b;
  width: 100%;
  height: 100%;
}

/* @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html, body {
  font-family: 'Roboto', sans-serif;
  color: #4c4c4b;
  width: 100%;
  height: 100%;
} */
body {
  overflow-x: hidden;
  background: #ffffff;
  font-family: 'GOTHIC';
}

article {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

main {
  flex-grow: 1;
}

header, main, footer {
  flex-shrink: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
}

h1, h2 {
  font-weight: bold;
}

h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  color: #f09520;
  text-decoration: none;
}
a:hover {
  color: #f09520;
  text-decoration: none;
}

section {
  overflow: hidden;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.wp-block-media-text {
  grid-template-rows: auto;
  align-items: normal;
}

.navbar {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  font-weight: bold;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.navbar a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
}
.navbar .svg-inline--fa {
  color: #4c4c4b;
  margin: 0 20px;
}
.navbar .svg-inline--fa:hover {
  color: #f09520;
  transition: 0.5s;
}
.navbar .logo {
  padding-right: 1rem;
}

.bg-light {
  background-color: #fff !important;
}

.navbar-light .navbar-nav .nav-link {
  color: #4c4c4b;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {
  color: #4c4c4b;
  border-bottom: 3px solid #f09520;
}

.navbar-light .navbar-nav .menu-item-60 .active > .nav-link, .navbar-light .navbar-nav .menu-item-60 .nav-link.active {
  border-bottom: none;
}

.menu-item {
  position: relative;
}

.menu-item::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 6px;
  background: #f09520;
  transition: width .3s;
  bottom: 0;
}

.menu-item:hover::after {
  width: 100%;
}

.dropdown-menu {
  background: #f09520;
  min-width: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 0;
}
.dropdown-menu a {
  font-weight: bold;
  color: #fff;
}
.dropdown-menu .dropdown-item.active, .dropdown-menu .dropdown-item:active, .dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background-color: #f09520;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  color: #4c4c4b;
  background-color: #fff;
}

.footer {
  margin-bottom: -4px;
  color: #fff;
  background: #4c4c4b;
}
.footer a {
  color: #fff;
}
.footer .menu-item::after {
  content: none;
}
.footer li {
  list-style-type: none;
}
.footer .contact {
  font-size: 1.3em;
}
.footer .logo-footer {
  max-width: 250px;
  height: auto;
}

.featured-img {
  height: 240px;
}

.page-title-2 {
  color: #fff;
  background: #f09520;
  -moz-border-radius: 0 10px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 10px 0 0;
}

.bloc-rejoindre {
  background: #f1f1f1;
  -moz-border-radius: 0 10px 0 10px;
  -webkit-border-radius: 0;
  border-radius: 0 10px 0 10px;
}

.section2 .parcours {
  font-weight: normal;
}
.section2 .entrepreneur {
  color: #f09520;
}

#section22 .helice-container {
  top: 0px;
}

.box {
  background: #fff;
  -moz-box-shadow: #4c4c4b 0px 0px 7px -1px;
  -webkit-box-shadow: #4c4c4b 0px 0px 7px -1px;
  box-shadow: #4c4c4b 0px 0px 7px -1px;
}

.category-name {
  color: #999997;
}

.archive .more-link {
  display: inline-block;
}

.section1 {
  background: #f09520;
  color: #fff;
}
.section1 .text {
  padding: 5rem 4rem;
  background: #f09520;
}
.section1 .presentation1 {
  height: 440px;
}

.section4, .section5 {
  background: #fff;
}

.section6 li {
  list-style-type: none;
}

.diagonal1 {
  color: #fff;
  padding: 30px 0;
  position: relative;
}

.diagonal1:after {
  position: absolute;
  bottom: 0;
  content: '';
  border-style: solid;
  border-width: 90px 0px 0rem 100vw;
  border-color: transparent #fff transparent #fff;
}

.diagonal2 {
  color: #fff;
  padding: 30px 0;
  position: relative;
}

.diagonal2:after {
  position: absolute;
  top: 0;
  content: '';
  border-style: solid;
  border-width: 90px 0px 0rem 100vw;
  border-color: #fff #E5E5E5 #fff #E5E5E5;
}

#section2 p, #section2 ul {
  font-size: 1.3rem;
}
#section2 h1, #section2 h2 {
  padding-bottom: 1rem;
  border-bottom: 6px solid #f09520;
}

.section2 {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.section2 a:hover {
  cursor: pointer;
}
.section2 h1 {
  font-size: 2rem;
}
.section2 .helice-container-mobile:not(h2) {
  color: #fff;
}
.section2 .helice-container-mobile:not(h2) h2 {
  color: #4c4c4b;
}
.section2 .reunion {
  background: #758dba;
}
.section2 .rdv {
  background: #314681;
}
.section2 .inte {
  background: #906589;
}
.section2 .cape {
  background: #492f5e;
}
.section2 .acc {
  background: #c57059;
}
.section2 .contrat {
  background: #af3e29;
}
.section2 .dev-act {
  background: #ae9d77;
}
.section2 .assoc {
  background: #6e6f3e;
}
.section2 .helice {
  opacity: 0.7;
}
.section2 .helice-container {
  top: 70px;
  height: 600px;
  width: 434px;
}
.section2 #circle, .section2 #circle2 {
  top: -19px;
  left: -17px;
}
.section2 #helice1 {
  top: 30px;
  left: 31px;
  z-index: 7;
  fill: #cfcadc;
}
.section2 #helice2 {
  top: 142px;
  left: 13px;
  z-index: 8;
  fill: #988fb2;
}
.section2 #helice3 {
  top: 229px;
  left: 32px;
  z-index: 6;
  fill: #dcbcc7;
}
.section2 #helice4 {
  top: 217px;
  left: 145px;
  z-index: 5;
  fill: #cd9bac;
}
.section2 #helice5 {
  top: 91px;
  left: 232px;
  z-index: 3;
  fill: #ffdab3;
}
.section2 #helice6 {
  top: 8px;
  left: 220px;
  z-index: 4;
  fill: #fdc589;
}
.section2 #helice7 {
  top: 29px;
  left: 93px;
  z-index: 2;
  fill: #cee3f5;
}
.section2 #helice8 {
  top: 10px;
  left: 12px;
  z-index: 1;
  fill: #9ecded;
}
.section2 .cercle, .section2 .cercle2 {
  width: 60px;
  height: 60px;
  z-index: 9;
  border-radius: 33px;
}
.section2 .plus {
  cursor: pointer;
}
.section2 #cercle1, .section2 #cercle12 {
  top: 29px;
  left: 93px;
  background-color: #758dba;
}
.section2 #cercle2, .section2 #cercle22 {
  top: 142px;
  left: 11px;
  background-color: #314681;
}
.section2 #cercle3, .section2 #cercle32 {
  top: 279px;
  left: 30px;
  background-color: #906589;
}
.section2 #cercle4, .section2 #cercle42 {
  top: 362px;
  left: 144px;
  background-color: #492f5e;
}
.section2 #cercle5, .section2 #cercle52 {
  top: 341px;
  left: 281px;
  background-color: #c57059;
}
.section2 #cercle6, .section2 #cercle62 {
  top: 227px;
  left: 364px;
  background-color: #af3e29;
}
.section2 #cercle7, .section2 #cercle72 {
  top: 90px;
  left: 344px;
  background-color: #ae9d77;
}
.section2 #cercle8, .section2 #cercle82 {
  top: 8px;
  left: 231px;
  background-color: #6e6f3e;
}
.section2 .numb-circle {
  width: 30px;
  height: 30px;
  z-index: 10;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 15px;
}
.section2 #numb-circle1 {
  top: -30px;
  left: -1px;
  background: #758dba;
}
.section2 #numb-circle2 {
  top: -6px;
  left: -29px;
  background: #314681;
}
.section2 #numb-circle3 {
  top: 47px;
  left: -23px;
  background: #906589;
}
.section2 #numb-circle4 {
  top: 63px;
  left: 13px;
  background: #492f5e;
}
.section2 #numb-circle5 {
  top: 57px;
  left: 40px;
  background: #c57059;
}
.section2 #numb-circle6 {
  top: 23px;
  left: 63px;
  background: #af3e29;
}
.section2 #numb-circle7 {
  top: -19px;
  left: 51px;
  background: #ae9d77;
}
.section2 #numb-circle8 {
  top: -33px;
  left: 20px;
  background: #6e6f3e;
}
.section2 .fa-plus-circle {
  z-index: 11;
  color: #f09520;
}
.section2 #fa-plus-circle1 {
  top: -12px;
  left: -28px;
}
.section2 #fa-plus-circle2 {
  top: 27px;
  left: -32px;
}
.section2 #fa-plus-circle3 {
  top: 72px;
  left: 4px;
}
.section2 #fa-plus-circle4 {
  top: 68px;
  left: 50px;
}
.section2 #fa-plus-circle5 {
  top: 38px;
  left: 72px;
}
.section2 #fa-plus-circle6 {
  top: -9px;
  left: 72px;
}
.section2 #fa-plus-circle7 {
  top: -43px;
  left: 33px;
}
.section2 #fa-plus-circle8 {
  top: -34px;
  left: -11px;
}
.section2 #icon1 {
  width: 48px;
  top: 15px;
  left: 6px;
}
.section2 #icon2 {
  width: 40px;
  top: 7px;
  left: 10px;
}
.section2 #icon3 {
  width: 44px;
  top: 13px;
  left: 8px;
}
.section2 #icon4 {
  width: 40px;
  top: 6px;
  left: 13px;
}
.section2 #icon5 {
  width: 44px;
  top: 11px;
  left: 8px;
}
.section2 #icon6 {
  width: 41px;
  top: 7px;
  left: 12px;
}
.section2 #icon7 {
  width: 44px;
  top: 10px;
  left: 6px;
}
.section2 #icon8 {
  width: 45px;
  top: 8px;
  left: 7px;
}

.section3 .text {
  padding: 5rem 4rem;
  background: #4c4c4b;
}

.section4 .carousel-title {
  bottom: 0;
  padding: 7px;
  background: rgba(72, 72, 74, 0.8);
}
.section4 .carousel-title h5 {
  text-transform: capitalize;
  font-size: 1rem;
}
.section4 .carousel-title h5 a {
  color: #fff;
}
.section4 .title-actus {
  height: 70px;
}
.section4 .item {
  -moz-box-shadow: #000 0px 0px 5px 0px;
  -webkit-box-shadow: #000 0px 0px 5px 0px;
  box-shadow: #000 0px 0px 5px 0px;
}

.date {
  top: 0;
  left: 0px;
  height: 115px;
  width: 115px;
  font-size: 1rem;
  color: #fff;
  background: no-repeat left url("images/icons/triangle.svg");
}
.date .dmy {
  top: 10px;
  left: 8px;
  transform: rotate(-45deg);
}

.popover-header {
  color: #fff;
  background-color: #f09520;
}

.popover {
  box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.5);
}

.bs-popover-left {
  margin-right: 50px;
}

.bs-popover-right {
  margin-left: 50px;
}

.bs-popover-bottom {
  margin-top: 50px;
}

.bs-popover-top {
  margin-bottom: 50px;
}

.section6 .widgettitle {
  display: none;
}

.section7 {
  background: #E5E5E5;
}
.section7 .title-partenaires {
  margin-top: 6rem;
  color: #4c4c4b;
  z-index: 1;
}

.single-cooperateurs h1 {
  color: #f09520;
}
.single-cooperateurs h2, .single-cooperateurs h3 {
  text-transform: none;
}
.single-cooperateurs .infos-coop {
  color: #fff;
  background: #4c4c4b;
}
.single-cooperateurs .infos-coop a {
  color: #fff;
}
.single-cooperateurs .infos-coop a:hover {
  color: #f09520;
  text-decoration: none;
}
.single-cooperateurs .infos-coop ul {
  line-height: 2.25rem;
}
.single-cooperateurs .infos-coop ul li {
  list-style-type: none;
}
.single-cooperateurs .infos-coop .social .svg-inline--fa {
  color: #f09520;
  transition: 0.5s;
}
.single-cooperateurs .infos-coop .social li {
  display: inline;
  width: 2rem;
}
.single-cooperateurs .main-infos {
  background: #f1f1f1;
}
.single-cooperateurs .galerie ul li {
  display: inline;
  list-style-type: none;
}
.single-cooperateurs .fa-ul {
  margin-left: 0;
  padding-left: 3rem;
}

.custom-html-widget ul, .menu-menu-1-container ul {
  padding-left: 0;
}

.form-control {
  border-radius: 0;
}
.form-control:focus {
  border-color: #f3ac50;
  box-shadow: 0 0 0 0.2rem rgba(240, 149, 32, 0.25);
}

.wpcf7-submit {
  height: auto;
}

.button {
  background: none;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  padding: 1rem 2rem;
  box-shadow: inset 0 0 0 2px #fff;
  color: #fff;
  position: relative;
  vertical-align: middle;
}
.button::before, .button::after {
  box-sizing: inherit;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.section6 .button {
  color: #4c4c4b;
  box-shadow: inset 0 0 0 2px #4c4c4b;
}

.draw {
  transition: color 0.25s;
}
.draw::before, .draw::after {
  border: 2px solid transparent;
  width: 0;
  height: 0;
}
.draw::before {
  top: 0;
  left: 0;
}
.draw::after {
  bottom: 0;
  right: 0;
}
.draw:hover {
  color: #f09520;
}
.draw:hover::before, .draw:hover::after {
  width: 100%;
  height: 100%;
}
.draw:hover::before {
  border-top-color: #f09520;
  border-right-color: #f09520;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.draw:hover::after {
  border-bottom-color: #f09520;
  border-left-color: #f09520;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}

.meet-o:hover {
  color: #f09520;
}
.meet-o::after {
  top: 0;
  left: 0;
}
.meet-o:hover::before {
  border-top-color: #f09520;
  border-right-color: #f09520;
}
.meet-o:hover::after {
  border-bottom-color: #f09520;
  border-left-color: #f09520;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.meet-g:hover {
  color: #4c4c4b;
}
.meet-g::after {
  top: 0;
  left: 0;
}
.meet-g:hover::before {
  border-top-color: #4c4c4b;
  border-right-color: #4c4c4b;
}
.meet-g:hover::after {
  border-bottom-color: #4c4c4b;
  border-left-color: #4c4c4b;
  transition: height 0.25s ease-out, width 0.25s ease-out 0.25s;
}

.button2 {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 1em 2em;
  box-shadow: inset 0 0 0 2px #f09520;
  color: #f09520;
}

.active-term {
  background: #f09520;
  color: #fff;
}

.owl-nav {
  color: #4c4c4b;
}

.owl-prev, .owl-next {
  top: 50%;
  margin-top: -23px !important;
  position: absolute;
}

.owl-next {
  right: -70px;
}

.owl-prev {
  left: -70px;
}

.owl-theme .owl-dots .owl-dot.active span {
  background: #f09520;
}

.owl-four .owl-item {
  display: flex;
  align-items: center;
  height: 200px;
}

.owl-item:hover .name-coop {
  opacity: 1;
  transition: opacity 0.5s;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}

.swiper-pagination-bullet-active {
  background: #f09520;
}

.name-coop {
  text-align: center;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background: #4c4c4b;
}

.swiper-slide:hover .name-coop {
  opacity: 1;
  transition: opacity 0.5s;
}

.scrolltop {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 100;
  cursor: pointer;
  color: #f09520;
  border-radius: 4px 4px 0 0;
  padding: 0px 5px;
}

.grid {
  margin: 1rem 0;
}

.grid-item {
  width: 25%;
  margin-bottom: 10px;
  z-index: 1;
}

.grid-item:hover .name-coop {
  opacity: 1;
  transition: opacity 0.5s;
}

.wpcf7-form-control {
    margin-top: 20px;
    padding: 10px;
    background-color: #f9f9f9;
    border: 1px solid #f09520;
    border-radius: 25px;
}


@media (max-width: 576px) {
  html, body {
    font-size: 14px;
  }

  .navbar {
    padding-bottom: 15px;
  }
	.F9yp7e ikZYwf LgNcQe{
		font-size:14px;
	}
}
@media (min-width: 576px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 16px;
  }

  .featured-img {
    height: 340px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }

  .navbar {
    font-size: 1.3rem;
    height: 85px;
  }
 
  .dropdown-menu {
    font-size: 1.1rem;
  }

  .collapse {
    height: 100%;
  }

  .featured-img {
    height: 470px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 16px;
  }

  .home .section2 .helice-container {
    height: 500px;
  }

  #section2 .bloc-presentation {
    line-height: 2.2rem;
  }
}
