@charset "UTF-8";
/* new clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
*:focus {
  outline: 0;
}

/********** HTML5 **********/
header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

dl,
dt,
dd {
  margin: 0;
}

button,
input,
select,
textarea,
figure {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

sub {
  bottom: -0.25em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #7c7878;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #7c7878;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #7c7878;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

a:active,
a:hover {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
span {
  line-height: 1;
  margin: 0;
  font-weight: normal;
}

form,
p,
ul,
li,
fieldset,
input {
  margin: 0;
  padding: 0;
  line-height: 1;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

body {
  background-color: #fff;
  padding-top: 110px;
  color: #434343;
  font-weight: 400;
  margin: 0;
  font-family: "Open Sans", Arial;
  position: relative;
}

body.home {
  background-color: #faf2ec;
}

.bg-grey {
  background-color: #faf2ec !important;
}

.img-mobile {
  display: none;
}

select {
  font-size: 13px;
  padding: 10px 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dedede;
}

.sub-container {
  width: 770px;
  margin: 0 auto;
}

.bg-color:before,
.bg-color:after {
  content: " ";
  display: table;
}

.bg-color:after {
  clear: both;
}

.bg-color span {
  display: block;
  float: left;
  width: 12.5%;
  height: 3px;
}

.bg-color .color1 {
  background-color: #d74a9d;
}

.bg-color .color2 {
  background-color: #9e8dbd;
}

.bg-color .color3 {
  background-color: #1e8f00;
}

.bg-color .color4 {
  background-color: #3f4c9f;
}

.bg-color .color5 {
  background-color: #2997a4;
}

.bg-color .color6 {
  background-color: #9f1f6a;
}

.bg-color .color7 {
  background-color: #8dbb51;
}

.bg-color .color8 {
  background-color: #ffc000;
}

#breadcrumbs {
  padding: 10px 0;
  background-color: #fff;
  margin-bottom: 30px;
}

#breadcrumbs ul {
  max-width: 1170px;
  margin: 0 auto;
}

#breadcrumbs ul:before,
#breadcrumbs ul:after {
  content: " ";
  display: table;
}

#breadcrumbs ul:after {
  clear: both;
}

#breadcrumbs ul li {
  margin-left: 6px;
  float: left;
}

#breadcrumbs ul li.home {
  margin-left: 0;
}

#breadcrumbs ul li.home a {
  padding: 10px 0 0 11px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url("../img/home.png") no-repeat left center;
  display: inline-block;
}

#breadcrumbs ul li.home:before {
  content: "";
  padding-left: 0;
  display: inline-block;
  padding-top: 3px;
}

#breadcrumbs ul li:before {
  content: " > ";
  padding-right: 5px;
}

#breadcrumbs ul li .icon-place:before {
  color: #2997a4;
}

#breadcrumbs ul li a,
#breadcrumbs ul li span {
  color: #707070;
  font-size: 12px;
}

.top-tag {
  text-align: center;
  margin-bottom: 20px;
}

.top-tag .tag {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #4d3e32;
}

.top-tag .tag .color {
  font-weight: 500;
}

.top-tag .tag:first-child {
  margin-left: 0;
}

.top-link {
  text-align: center;
}

.top-link a {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 500;
  border: 1px solid #d1d1d1;
  width: 110px;
  padding: 11px 0;
  color: #4d3e32;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-link a i {
  padding-right: 8px;
  font-size: 18px;
  vertical-align: middle;
  display: inline-block;
  padding-bottom: 2px;
  color: #4d3e32;
}

.top-link a:hover {
  background-color: #4d3e32;
  color: #fff;
  text-decoration: none;
}

.top-link a:hover i {
  color: #fff;
}

.top-link a:first-child {
  margin-left: 0;
}

.top-content {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: auto;
  color: #fff;
  padding-top: 65px;
  margin-top: -30px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top-content .top-tag .tag {
  color: #fff;
  text-shadow: 0px 0px 5px #000;
}

.top-content .title {
  margin-bottom: 30px;
  text-align: center;
}

.top-content .title h1 {
  font-weight: 900;
  font-size: 34px;
  line-height: 1.3;
  text-transform: uppercase;
  text-shadow: 0px 0px 5px #000;
}

.top-content .top-link a,
.top-content .top-link .atc_s.addthis_button_compact {
  border: 1px solid #fff;
  color: #fff;
}

.top-content .top-link a i,
.top-content .top-link .atc_s.addthis_button_compact i {
  color: #fff;
}

.top-content .top-link a:hover,
.top-content .top-link .atc_s.addthis_button_compact:hover {
  background-color: #fff;
  color: #000;
}

.top-content .top-link a:hover i,
.top-content .top-link .atc_s.addthis_button_compact:hover i {
  color: #000;
}

.top-content .top-link .addthis_counter {
  border: 0 !important;
}

p.intro a {
  font-weight: 500;
  color: #9d1f69;
  text-decoration: underline;
}

p.intro a:hover {
  text-decoration: none;
}

.wysiwyg {
  background-color: #fff;
  padding-top: 0;
  margin-top: 30px;
}

.wysiwyg h1 {
  color: #9d1f69;
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4 {
  color: #4d3e32;
  text-transform: uppercase;
  font-weight: 900;
  margin-bottom: 25px;
  margin-top: 45px;
}

.wysiwyg h2:first-child {
  margin-top: 0px;
}

.wysiwyg img {
  display: block;
  max-width: 100%;
  margin: 25px 0;
  height: auto;
}

.wysiwyg h2 {
  font-size: 24px;
}

.wysiwyg h3 {
  font-size: 18px;
}

.wysiwyg h4 {
  font-size: 17px;
}

.wysiwyg p {
  color: #303030;
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0;
}

.wysiwyg p strong {
  font-weight: 700;
}

.wysiwyg p a {
  font-weight: 500;
  color: #9d1f69;
  text-decoration: underline;
}

.wysiwyg p a:hover {
  text-decoration: none;
}

.wysiwyg p.wp-caption-text {
  color: #707070;
  font-size: 12px;
  margin-top: -20px;
}

.wysiwyg p.wp-caption-text .copyright {
  display: block;
  color: #424242;
  font-weight: 300;
  font-size: 9px;
  margin-top: 3px;
}

.wysiwyg ol {
  margin: 20px 0;
  font-size: 20px;
}

.wysiwyg ol a {
  font-weight: 500;
  color: #9d1f69;
  text-decoration: underline;
}

.wysiwyg ol a:hover {
  text-decoration: none;
}

.wysiwyg legend {
  display: block;
  text-align: center;
  font-size: 12px;
  border: 0;
  color: #707070;
  margin-top: -20px;
  margin-bottom: 25px;
}

.wysiwyg ul {
  margin: 20px 0;
  padding-left: 20px;
  font-size: 20px;
}

.wysiwyg ul li {
  margin-top: 12px;
  position: relative;
  line-height: 1.3;
}

.wysiwyg ul li:first-child {
  margin-top: 0;
}

.wysiwyg ul li:before {
  content: "•";
  display: inline-block;
  padding-right: 4px;
}

.wysiwyg ul li a {
  font-weight: 500;
  color: #9d1f69;
  text-decoration: underline;
}

.wysiwyg ul li a:hover {
  text-decoration: none;
}

.wysiwyg .tag-article {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d1d1d1;
}

.wysiwyg .tag-article .tag {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  padding: 13px 15px;
  background-color: #4d3e32;
  margin-right: 20px;
  margin-bottom: 10px;
}

.wysiwyg .tag-article .tag:hover {
  text-decoration: underline;
}

.wysiwyg blockquote {
  color: #4d3e32;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  padding: 25px 0;
  margin: 60px 0;
  position: relative;
  border-left: 0;
  margin-left: -70px;
  margin-right: -70px;
  font-weight: 400;
  font-family: "Droid Serif", serif;
}

.wysiwyg blockquote p {
  font-style: italic;
  font-size: 26px;
  margin-top: 0;
}

.wysiwyg blockquote:before,
.wysiwyg blockquote:after {
  content: "";
  position: absolute;
  left: 50%;
  width: 90px;
  height: 2px;
  margin-left: -45px;
  background-color: #4d3e32;
}

.wysiwyg blockquote:before {
  top: 0;
}

.wysiwyg blockquote:after {
  bottom: 0;
}

.wysiwyg blockquote em {
  display: block;
  text-align: center;
  font-style: normal;
  font-family: Arial;
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 15px;
}

.wysiwyg blockquote a {
  font-weight: 500;
  color: #9d1f69;
  text-decoration: underline;
}

.wysiwyg blockquote a:hover {
  text-decoration: none;
}

section {
  padding: 50px 0;
}

section.wysiwyg {
  padding: 50px 0 0;
}

section.wysiwyg:last-child {
  padding: 50px 0;
}

section.listing-actu {
  margin-top: 50px;
}

section .large-title {
  padding-bottom: 25px;
}

body .addthis_counter .atc_s:hover {
  background-color: #4d3e32;
  color: #fff;
}

.album-template-default .top-article .sub-container {
  width: 1190px;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.album-template-default .top-article .title {
  text-align: left;
  padding-right: 280px;
}

.album-template-default .top-article .title h1 {
  text-align: left;
}

.album-template-default .top-article .top-link {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 250px;
  text-align: right;
}

.album-template-default .top-article .top-link a {
  text-align: center;
}

.top-article {
  text-align: center;
  padding-bottom: 20px;
}

.top-article.headerSimple {
  padding-bottom: 50px;
}

.top-article .top-tag .tag span {
  color: #9d1f69;
}

.top-article .title {
  margin-bottom: 20px;
}

.top-article .title h1 {
  color: #4d3e32;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.3;
  position: relative;
  padding-bottom: 0;
}

.top-article .title h1.c-blue {
  color: #2997a4;
}

.top-article .title h1 .icon-place:before {
  color: #2997a4;
}

.top-article .title h1.c-pink {
  color: #9d1f69;
}

.top-article .intro {
  color: #4d3e32;
  font-size: 22px;
  line-height: 1.4;
  padding: 40px 0 15px 0;
  text-align: center;
  position: relative;
}

.top-article .intro:before {
  content: "";
  width: 38px;
  height: 2px;
  background-color: #4d3e32;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 0;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-single {
  display: block;
  background-color: #fff;
  padding: 15px 40px 15px 15px;
  font-size: 14px;
  color: #707070;
  border: 1px solid #d1d1d1;
  font-weight: 300;
}

.chosen-container-single .chosen-single:hover {
  text-decoration: none;
}

#projet .contact-form .chosen-container-single .chosen-single {
  font-size: 19px;
  padding: 17px 40px 17px 15px;
}

.form {
  margin-top: -30px;
  padding: 15px 0 40px 0;
}

.form .container {
  background-color: #faf2ec;
  padding: 50px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form .row label {
  display: block;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.form .link-result {
  margin-right: 75px;
  text-align: center;
  width: 180px;
  float: right;
  margin-top: 24px;
}

.form .link-result input {
  color: #fff;
  font-size: 16px;
  text-align: center;
  border: 0;
  display: block;
  background-color: #4d3e32;
  width: 180px;
  padding: 15px 0;
  margin-bottom: 13px;
}

.form .link-result input:hover {
  text-decoration: underline;
}

.form .link-result .reinitialiser {
  display: inline-block;
  color: #3e3e3e;
  font-size: 16px;
  position: relative;
}

.form .link-result .reinitialiser:hover {
  text-decoration: none;
}

.form .link-result .reinitialiser span {
  text-decoration: underline;
  font-weight: 500;
}

.form .link-result .reinitialiser span:hover {
  text-decoration: none;
}

.form .link-result .reinitialiser:before {
  content: "x";
  color: #d84d07;
  padding-right: 5px;
  text-decoration: none;
}

.listing-projet .info-result {
  display: block;
  text-align: center;
  color: #707070;
  font-size: 16px;
  margin-bottom: 15px;
}

.listing-projet.actu-projet .row .actu .content .title {
  color: #424242;
  font-size: 16px;
}

.listing-projet.actu-projet .row .actu .content .date {
  margin-bottom: 10px;
}

.listing-projet.actu-projet .row .actu .content p {
  min-height: 40px;
}

.listing-projet.actu-projet .row .actu-principal {
  margin-bottom: 40px;
  margin-top: 0;
}

.listing-projet.actu-projet .row .actu-principal .actu {
  background-color: transparent;
  border: 0;
}

.listing-projet.actu-projet .row .actu-principal .thumb {
  position: relative;
  z-index: 1;
}

.listing-projet.actu-projet .row .actu-principal .content {
  position: relative;
  max-width: 970px;
  height: auto;
  padding-bottom: 20px;
  padding: 20px 60px;
  margin: -40px auto 0 auto;
  z-index: 2;
  border: 1px solid #dddddd;
  background-color: #fff;
}

.listing-projet.actu-projet .row .actu-principal .content p {
  min-height: auto;
}

.listing-projet .row .video .thumb {
  position: relative;
}

.listing-projet .row .video .thumb:before {
  content: "";
  padding: 31px 0 0 26px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  background: url("../img/player.png") no-repeat left center;
  border: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  margin: -15px -13px 0 0;
}

.listing-projet .row .actu {
  background-color: #fff;
  border: 1px solid #dddddd;
  margin-top: 30px;
}

.listing-projet .row .actu img {
  display: block;
  width: 100%;
}

.listing-projet .row .actu .content {
  padding: 15px 25px 0 25px;
  height: 175px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.listing-projet .row .actu .content .title {
  text-transform: uppercase;
  display: block;
  color: #9f1f6a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
}

.listing-projet .row .actu .content p {
  color: #424242;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
  min-height: 50px;
}

.listing-projet .row .actu .content a {
  text-decoration: none;
}

.listing-projet .row .actu .content a:hover {
  text-decoration: none;
}

.listing-projet .row .actu .content a:hover .title {
  text-decoration: underline;
}

.listing-projet .row .actu .content .date {
  display: block;
  color: #6b5847;
  font-size: 12px;
  font-weight: 300;
}

.listing-projet .row .actu .content .date i {
  color: #d14905;
  font-size: 12px;
}

.listing-projet .row .actu .content .tag-actu {
  margin-top: 10px;
}

.listing-projet .row .actu .content .tag-actu .tag {
  color: #d14905;
  display: inline-block;
  font-size: 12px;
}

.listing-projet .row .actu .content .tag-actu .tag:hover {
  text-decoration: underline;
}

.listing-projet .col-md-12 {
  margin-top: 40px;
}

#pagination .txt-number {
  display: block;
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #707070;
  bottom: 10px;
}

#pagination.pagination-vertical .txt-number {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  padding-top: 16px;
  text-align: center;
}

#pagination ul {
  text-align: center;
}

#pagination ul li {
  display: inline-block;
  border: 1px solid #d1d1d1;
  margin-left: 5px;
}

#pagination ul li:first-child {
  margin-left: 0;
}

#pagination ul li a,
#pagination ul li span {
  background-color: #fff;
  color: #707070;
  font-size: 14px;
  height: 29px;
  width: 29px;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 8px;
}

#pagination ul li a.previous {
  text-indent: -9999em;
}

#pagination ul li a.previous,
#pagination ul li a.next {
  position: relative;
}

#pagination ul li a.previous:after,
#pagination ul li a.next:after {
  content: "";
  display: block;
  position: absolute;
  height: 8px;
  width: 6px;
  left: 10px;
  top: 11px;
  background: url("../img/picto-left.png") no-repeat top left;
}

#pagination ul li a.next {
  text-indent: -999em;
}

#pagination ul li a.next:after {
  background-position: top right;
}

#pagination ul li.current span {
  background-color: #d84d07;
  color: #fff;
}

#header {
  background-color: #fff;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}

#header .bg-color {
  bottom: 0;
  left: 0;
  width: 100%;
}

#header .container {
  height: 111px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 1200px;
}

#header .left-header {
  width: 320px;
  float: left;
  padding-top: 10px;
}

#header #logo {
  width: 200px;
  display: inline-block;
  vertical-align: middle;
  margin-left: -40px;
}

#header #logo a {
  display: block;
}

#header #logo a img {
  max-width: 100%;
  height: auto;
  width: 150px;
}

#header .right-nav {
  float: right;
  width: 10px;
  position: relative;
}

#header #baseline {
  display: inline-block;
  font-size: 12px;
  color: #4d3e32;
  width: 140px;
  padding-left: 20px;
  vertical-align: top;
  padding-top: 23px;
}

#header .link-don {
  position: absolute;
  right: -30px;
  top: 0;
  height: 110px;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#header .link-don a {
  display: inline-block;
  padding: 12px 24px;
  background-color: #eb6400;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #eb6400;
  text-decoration: none;
  border-radius: 50px;
  font-size: 22px;
}

@media (max-width: 992px) {
  #header .link-don a {
    padding: 10px 20px;
    font-size: 17px;
  }
}
@media (max-width: 400px) {
  #header .link-don a {
    padding: 8px 16px;
    font-size: 15px;
  }
}
#header .link-don a:hover,
#header .link-don a:hover,
#header .link-don a:hover {
  background-color: white;
  color: #eb6400;
}

#header #nav {
  float: left;
  width: 560px;
  vertical-align: middle;
}

#header #nav > ul {
  text-align: center;
}

#header #nav > ul:before,
#header #nav > ul:after {
  content: " ";
  display: table;
}

#header #nav > ul:after {
  clear: both;
}

#header #nav > ul > li {
  display: inline-block;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#header #nav > ul > li > a {
  color: #434343;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 17px;
  display: block;
  text-decoration: none;
  height: 110px;
  line-height: 110px;
}

#header #nav > ul > li > a:hover {
  background-color: #ec7224;
}

#header #nav > ul > li.hover > a {
  background-color: #faf2ec;
}

#header #nav > ul > li.current > a {
  color: #eb6400;
}

#header #nav > ul > li:hover > a {
  background-color: #faf2ec;
  position: relative;
}

#header #nav > ul > li:hover > a:after {
  height: 3px;
  content: "";
  position: absolute;
  bottom: -3px;
  width: 100%;
  background-color: #faf2ec;
  z-index: 3;
  display: block;
  left: 0;
}

#header #nav > ul > li.col2 .richlayer .bloc.second {
  width: 50%;
}

#header #nav > ul > li.col2 .richlayer .bloc.second li {
  width: 47%;
  display: inline-block;
  vertical-align: middle;
  padding-right: 1%;
}

#header #nav .richlayer {
  width: 100%;
  position: absolute;
  background-color: #faf2ec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 113px;
  z-index: 9999;
  padding: 50px 0 40px;
  text-align: left;
  left: 0;
  display: none;
}

#header #nav .richlayer .container {
  position: relative;
}

#header #nav .richlayer .container:before,
#header #nav .richlayer .container:after {
  content: " ";
  display: table;
}

#header #nav .richlayer .container:after {
  clear: both;
}

#header #nav .richlayer .icon-place {
  display: none;
}

#header #nav .richlayer .bloc > a,
#header #nav .richlayer .bloc h3 {
  text-transform: uppercase;
  color: #434343;
  display: block;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 25px;
}

#header #nav .richlayer ul:before,
#header #nav .richlayer ul:after {
  content: " ";
  display: table;
}

#header #nav .richlayer ul:after {
  clear: both;
}

#header #nav .richlayer ul li {
  font-size: 16px;
  margin-top: 10px;
  line-height: 20px;
}

#header #nav .richlayer ul li:first-child {
  margin-top: 0;
}

#header #nav .richlayer ul li a {
  color: #3e3e3e;
}

#header #nav .richlayer ul li a:hover {
  color: #eb6400;
}

#header #nav .richlayer p {
  font-size: 14px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 20px;
}

#header #nav .richlayer .bg-link {
  position: relative;
  font-size: 16px !important;
  font-weight: 400;
  color: #fff !important;
  display: block;
  background-color: #eb6400;
  height: 50px;
  line-height: 50px;
  padding-right: 50px;
  text-align: center;
  color: #fff;
}

#header #nav .richlayer .bg-link span {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 50px;
  height: 50px;
  top: 0;
  border: 0;
  background-color: #974000;
}

#header #nav .richlayer .bg-link span i {
  position: absolute;
  color: #fff;
  font-size: 27px;
  top: 13px;
  right: 10px;
}

#header .right-nav #search .button-search {
  padding: 30px 0 0 30px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 40px;
  cursor: pointer;
  right: 240px;
  background: url("../img/loupe.png") no-repeat top left;
}

#header .right-nav #search .button-search.open {
  background: url("../img/close.png") no-repeat top left;
}

#header .right-nav #search .content-search {
  width: 550px;
  position: absolute;
  right: 265px;
  top: 25px;
  background-color: #fff;
  display: none;
  padding: 10px 0;
}

#header .right-nav #search form {
  border: 0;
  border-left: 1px solid #d84d07;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 5px 0 5px 13px;
}

#header .right-nav #search form input[type=text] {
  color: #999999;
  font-size: 30px;
  line-height: 1.2;
  border: 0;
  outline: 0;
}

#header .right-nav #search form input[type=submit] {
  border: 0;
  background-color: transparent;
  font-size: 20px;
  color: #000;
  width: 45px;
  height: 45px;
  position: absolute;
  right: 5px;
  top: 7px;
  z-index: 55;
  padding: 0;
}

#footer {
  background-color: #fff;
  padding: 0 0;
}

#footer .bg-color {
  margin-bottom: 25px;
}

#footer .logo {
  position: absolute;
  left: 10px;
  top: -15px;
}

#footer .logo img {
  max-width: 160px;
}

#footer .container {
  text-align: center;
  position: relative;
  min-height: 100px;
}

#footer .social {
  text-align: center;
  padding-top: 17px;
}

#footer .social li {
  display: inline-block;
  margin-left: 10px;
}

#footer .social li:first-child {
  margin-left: 0;
}

#footer .social li a {
  padding: 35px 0 0 35px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: block;
  background: url(../img/social.png) left 0 no-repeat;
}

#footer .social li.twitter a {
  background-position: -35px 0;
}

#footer .social li.youtube a {
  background-position: -70px 0;
}

#footer .social li.linkedin a {
  background-position: -105px 0;
}

#footer .social li.instagram a {
  background-position: -140px 0;
}

#footer .nav-right {
  position: absolute;
  right: 70px;
  top: 30px;
}

#footer .nav-right ul:before,
#footer .nav-right ul:after {
  content: " ";
  display: table;
}

#footer .nav-right ul:after {
  clear: both;
}

#footer .nav-right ul li {
  float: left;
  font-size: 13px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #eb6400;
}

#footer .nav-right ul li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .nav-right ul li a {
  display: inline-block;
  color: #454545;
}

#footer .nav-right ul li a:hover {
  text-decoration: underline;
}

#footer .nav-right .tel {
  display: block;
  color: #454545;
  text-align: right;
  font-size: 12px;
  padding-top: 8px;
}

#footer .button-top {
  border: 1px solid #dcdcdc;
  padding: 8px;
  display: block;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 20px;
}

#footer .button-top i {
  display: block;
}

.sticky-right.right {
  background-color: #4b4e56 !important;
  z-index: 6;
  right: 0;
  top: 165px;
  z-index: 10;
  position: fixed;
  overflow: visible !important;
  text-align: right;
  width: 52px;
}

.sticky-right.right .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4d3e32;
  z-index: 1;
  -webkit-transform: translate(0px, 0px) translateZ(0);
  -moz-transform: translate(0px, 0px) translateZ(0);
  -ms-transform: translate(0px, 0px) translateZ(0);
  -o-transform: translate(0px, 0px) translateZ(0);
  transform: translate(0px, 0px) translateZ(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sticky-right.right .content-sticky:hover {
  position: relative;
}

.sticky-right.right .content-sticky:hover .text,
.sticky-right.right .content-sticky:hover .bg {
  -webkit-transform: translate(-150px, 0px) translateZ(0);
  -moz-transform: translate(-150px, 0px) translateZ(0);
  -ms-transform: translate(-150px, 0px) translateZ(0);
  -o-transform: translate(-150px, 0px) translateZ(0);
  transform: translate(-150px, 0px) translateZ(0);
}

.sticky-right.right .content-sticky:hover .text {
  left: 0;
}

.sticky-right.right .content-sticky:hover li:before {
  width: 202px;
}

.sticky-right.right .content-sticky li {
  z-index: 2;
  position: relative;
  /*
            &:before{
                content: '';
                width: 100%;
                background-color: #fff;
                position: absolute;
                top: 0;
                right:0;
                z-index: 9999;
                height: 1px;

            }
            */
}

.sticky-right.right .content-sticky li:first-child:before {
  height: 0;
}

.sticky-right.right .content-sticky li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 300;
  display: block;
  white-space: nowrap;
}

.sticky-right.right .content-sticky li a:hover {
  color: #dd5b93;
}

.sticky-right.right .content-sticky li .text {
  border-top: 1px solid #887e76;
  display: inline-block;
  font-weight: 300;
  left: 50px;
  line-height: 24px;
  padding: 14px 5px 5px 5px;
  position: absolute;
  text-transform: uppercase;
  background-color: #4d3e32;
  z-index: 1;
  vertical-align: middle;
  white-space: normal;
  width: 155px;
  -webkit-transform: translate(0px, 0px) translateZ(0);
  -moz-transform: translate(0px, 0px) translateZ(0);
  -ms-transform: translate(0px, 0px) translateZ(0);
  -o-transform: translate(0px, 0px) translateZ(0);
  transform: translate(0px, 0px) translateZ(0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.sticky-right.right .content-sticky li .picto {
  border-top: 1px solid #887e76;
  display: block;
  position: relative;
  font-size: 30px;
  z-index: 5;
  padding-right: 9px;
  padding: 10px 9px 10px 10px;
}

.button-bottom {
  position: relative;
  margin-top: 60px;
  text-align: center;
}

.button-bottom a {
  text-decoration: none;
}

.button-bottom .left-button {
  position: absolute;
  left: 0;
  top: 0;
  color: #303030;
  font-size: 14px;
  padding: 14px 20px;
  background-color: #e5e5e5;
}

.button-bottom .left-button i {
  color: #303030;
  font-size: 14px;
  padding-right: 5px;
}

.button-bottom .btn-centre {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  padding: 16px 50px;
  background-color: #9f1f6a;
}

.button-bottom .btn-centre i {
  color: #fff;
  font-size: 22px;
  padding-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

#dl-menu > .dl-menu {
  z-index: 9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#dl-menu > .dl-menu > li > a {
  text-transform: uppercase;
}

#dl-menu #search {
  height: 52px;
  background-color: #fff;
  position: relative;
  padding-left: 70px;
  padding-right: 50px;
}

#dl-menu #search input[type=text] {
  width: 100%;
  height: 52px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  color: #3b3b3b;
  text-transform: uppercase;
  display: block;
  font-size: 16px;
}

#dl-menu #search input[type=submit] {
  padding: 29px 0 0 29px;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 12px;
  background: url("../img/loupe.png") no-repeat scroll right center;
  border: 0;
}

#dl-menu li:first-child {
  border-top: 0;
}

#dl-menu li a {
  font-size: 14px;
  background-color: #f3f5f5;
  color: #3b3b3b !important;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-top: 2px solid #fff;
}

#dl-menu .sub-nav-mobile {
  display: block !important;
  padding: 25px 20px 15px 20px;
  background-color: #3b3b3b;
}

#dl-menu .sub-nav-mobile .title-mob {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  margin-bottom: 25px;
  text-transform: uppercase;
  display: block;
}

#dl-menu .sub-nav-mobile .sub-nav {
  display: block !important;
  background-color: #3b3b3b;
  top: auto !important;
}

#dl-menu .sub-nav-mobile .sub-nav .rmm-back {
  display: none !important;
}

#dl-menu .sub-nav-mobile .sub-nav a {
  margin-right: 30px;
  color: #bababa !important;
  font-size: 12px;
  display: inline-block;
  border-left: 2px solid red;
  padding: 0 0 0 8px !important;
  background-color: transparent !important;
}

.dl-back a {
  padding-left: 70px !important;
  padding-top: 14px !important;
  background: url("../img/arr-left-nav.png") 56px center no-repeat #f3f5f5 !important;
  color: red !important;
  font-weight: bold !important;
  text-transform: uppercase;
  height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.dl-menuwrapper li > a:not(:only-child) {
  background: url("../img/arr-right-nav.png") center right no-repeat #f3f5f5;
}

.dl-menuwrapper li > a {
  background-color: #f3f5f5;
}

.dl-trigger {
  display: block;
  background: url("../img/burger.png") right center no-repeat;
  right: 160px;
  top: 30px;
  z-index: 99999;
  text-indent: -9999em;
  position: absolute !important;
}

.dl-trigger.dl-active {
  background: url("../img/close-nav.png") left top no-repeat;
  right: auto;
  left: 0;
  cursor: pointer;
  top: 0;
  border: 0;
  position: absolute;
  height: 52px;
  width: 52px;
  margin-left: 0;
  z-index: 999;
}

.dl-menuopen .last {
  display: block !important;
}

.dl-menuopen .last li {
  display: block !important;
}

.dl-menuopen + .sticky-right {
  display: block;
}

.parent-closed {
  z-index: 10;
}

.parent-closed .sticky-right {
  display: block !important;
}

.parent-closed .sticky-right .rmm-back {
  display: none !important;
}

.right-header {
  z-index: 8;
}

.dl-menu {
  display: none;
}

body #menu-mobile2 {
  position: absolute;
  display: none;
  float: none;
  max-width: auto;
  z-index: 55;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  top: 0;
  right: 15px !important;
  top: 0 !important;
  width: 25px;
  height: 45px;
}

body #menu-mobile2 .sticky-right {
  display: none;
}

body #menu-mobile2.dl-open {
  right: auto;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

body #menu-mobile2.dl-open .sticky-right {
  display: block;
}

body #menu-mobile2.dl-open .sticky-right li a {
  padding: 7px 0 !important;
}

body #menu-mobile2.dl-open .sticky-right li a .text,
body #menu-mobile2.dl-open .sticky-right li a .picto {
  text-decoration: none !important;
}

body #menu-mobile2.dl-open .sticky-right li a .picto {
  padding-left: 5px;
}

body #menu-mobile2.dl-open li a {
  padding: 15px 25px;
}

body #menu-mobile2.dl-open .dl-trigger {
  float: none;
}

body #menu-mobile2.dl-open .dl-menu {
  display: block;
}

#menu-mobile2 .sticky-right {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #4b4e56 !important;
  padding: 10px;
  z-index: 6;
  display: none;
}

#menu-mobile2 .sticky-right ul {
  background-color: #4b4e56 !important;
}

#menu-mobile2 .sticky-right ul:before,
#menu-mobile2 .sticky-right ul:after {
  content: " ";
  display: table;
}

#menu-mobile2 .sticky-right ul:after {
  clear: both;
}

#menu-mobile2 .sticky-right ul li {
  border-top: 0 !important;
  width: 50%;
  float: left;
}

#menu-mobile2 .sticky-right ul li a {
  color: #fff;
  padding: 5px 0;
  display: block;
  text-transform: uppercase;
}

#menu-mobile2 .sticky-right ul li a .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
}

#slide-gallery .slider-for .img img {
  margin: 0 auto;
}

.wp-caption.aligncenter {
  margin: 15px auto;
}

/*FIN DEBUT MENU MOBILE */
@media (min-width: 768px) {
  .col-sm-6 {
    padding-left: 15px !important;
    padding-right: 10px !important;
  }
}
/** initial setup **/
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.nano > .nano-content:focus {
  outline: thin dotted;
}

.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

.nano > .nano-pane {
  background: #d6d6d6;
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  /* Target only IE7 and IE8 with this hack */
  visibility: hidden\9 ;
  opacity: 0.01;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.nano > .nano-pane > .nano-slider {
  background: #8a8a8a;
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.nano:hover > .nano-pane,
.nano-pane.active,
.nano-pane.flashed {
  /* Target only IE7 and IE8 with this hack */
  visibility: visible\9 ;
  opacity: 0.99;
}

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

section.cartedesprojets {
  height: 758px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  padding: 0;
  border: 1px solid #dddddd;
}

section.cartedesprojets > .gauche {
  -webkit-flex-basis: 450px;
  -ms-flex-basis: 450px;
  flex-basis: 450px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  background: #f0eded;
  border-right: 1px solid #dddddd;
}

section.cartedesprojets > .gauche .info-result {
  padding: 30px 10px;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #dddddd;
}

section.cartedesprojets > .gauche .liste-resultats-scroll {
  max-height: 675px;
  overflow-y: scroll;
}

section.cartedesprojets > .gauche .liste-resultats {
  margin: 30px;
}

section.cartedesprojets > .gauche .liste-resultats li {
  padding: 15px;
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #dddddd;
}

section.cartedesprojets > .gauche .liste-resultats li a {
  text-decoration: none;
  color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
}

section.cartedesprojets > .gauche .liste-resultats li span {
  display: block;
}

section.cartedesprojets > .gauche .liste-resultats li span.cates {
  margin-bottom: 10px;
}

section.cartedesprojets > .gauche .liste-resultats li span.cates span.tag {
  display: inline-block;
  margin-right: 10px;
  font-weight: bold;
}

section.cartedesprojets > .gauche .liste-resultats li span.titre {
  color: #9f1f6a;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  line-height: 16px;
}

section.cartedesprojets > .gauche .liste-resultats li span.gauche {
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

section.cartedesprojets > .gauche .liste-resultats li span.droite {
  -webkit-flex-basis: 90px;
  -ms-flex-basis: 90px;
  flex-basis: 90px;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
}

section.cartedesprojets > .gauche .liste-resultats li span.droite img {
  width: 90px;
  height: 90px;
}

section.cartedesprojets > .droite {
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.map_fenetre {
  width: 450px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  line-height: 17px;
}

.map_fenetre .map_gauche {
  -webkit-flex-basis: 180px;
  -ms-flex-basis: 180px;
  flex-basis: 180px;
  -webkit-flex-shrink: 0;
  -ms-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  background-size: cover;
  background-position: center center;
  min-height: 200px;
}

.map_fenetre .map_droite {
  -webkit-flex-basis: 320px;
  -ms-flex-basis: 320px;
  flex-basis: 320px;
  -webkit-flex-shrink: 1;
  -ms-flex-shrink: 1;
  flex-shrink: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  padding: 15px 0px 0px 15px;
}

.map_fenetre .map_droite .map_cates {
  font-weight: 900;
  margin-bottom: 10px;
}

.map_fenetre .map_droite .map_cates span {
  font-weight: 900;
}

.map_fenetre .map_droite .map_titre {
  color: #9f1f6a;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 900;
}

.map_fenetre .map_droite .map_description {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
}

.map_fenetre .map_droite .map_lieu {
  color: #707070;
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(../img/ico-map-lieu.png) 0 1px no-repeat;
}

.map_fenetre .map_droite .map_cout {
  color: #707070;
  margin-bottom: 10px;
  padding-left: 26px;
  background: url(../img/ico-map-cout.png) 0 2px no-repeat;
}

.map_fenetre .map_droite .map_lien {
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto !important;
}

.map_fenetre .map_droite .map_lien a {
  background-color: #d64309;
  display: inline-block;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}

.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  height: auto !important;
}

#info-map-element .wrap {
  padding: 0;
}

/*
.gm-style-iw {
  width: 500px; 
  min-height: 150px;
}
*/
/*style the box which holds the text of the information window*/
.gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  min-height: 198px !important;
  display: block !important;
  padding-right: 0 !important;
}

/*style the paragraph tag*/
.gm-style .gm-style-iw #google-popup p {
  padding: 10px;
}

/*style the annoying little arrow at the bottom*/
.gm-style div div div div div div div div {
  margin: 0;
  padding: 0;
  top: 0;
}

@media (max-width: 1024px) {
  section.cartedesprojets > .gauche {
    -webkit-flex-basis: 350px;
    -ms-flex-basis: 350px;
    flex-basis: 350px;
  }
}
@media (max-width: 784px) {
  section.cartedesprojets > .gauche {
    -webkit-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
  }

  section.cartedesprojets > .droite {
    display: none;
  }

  section.cartedesprojets {
    height: auto;
  }

  .nano > .nano-content {
    position: static;
  }

  section.cartedesprojets > .gauche .liste-resultats-scroll {
    max-height: 100%;
    overflow-y: scroll;
    height: auto !important;
  }
}
body {
  margin-bottom: 60px;
}

.floating-cta-bar {
  background-color: #eb6400;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  gap: 16px;
}

.floating-cta-bar .text {
  color: white;
  font-weight: 700;
  font-size: 23px;
}

@media (max-width: 700px) {
  .floating-cta-bar .text {
    display: none;
  }
}
.floating-cta-bar .link a {
  display: inline-block;
  padding: 8px 16px 6px 16px;
  background-color: white;
  color: #eb6400;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid white;
  text-decoration: none;
  border-radius: 50px;
  font-size: 20px;
}

@media (max-width: 450px) {
  .floating-cta-bar .link a {
    font-size: 17px;
  }
}
.floating-cta-bar .link a:hover,
.floating-cta-bar .link a:active,
.floating-cta-bar .link a:focus {
  background-color: #eb6400;
  color: white;
}

.grecaptcha-badge {
  display: none !important;
}

.wpcf7 .wpcf7-email {
  padding: 8px;
  font-size: 17px;
}
.wpcf7 .wpcf7-list-item-label {
  font-size: 16px;
  line-height: 21px;
}
.wpcf7 ._optin input[type=checkbox] {
  position: absolute;
  left: 0 !important;
}
.wpcf7 ._input-submit input[type=submit] {
  padding: 8px;
  font-size: 17px;
}

.js-cm-form .qa-checkbox-cm-privacy-consent {
  left: 0 !important;
  margin: 0 !important;
}
.js-cm-form .qa-checkbox-cm-privacy-consent + label {
  max-width: 470px;
}

#gform_wrapper_1 {
  text-align: left;
  padding: 20px;
  background-color: #faf2ec;
  margin-bottom: 24px;
  max-width: 770px;
  margin-inline: auto;
}
#gform_wrapper_1 .gform_title,
#gform_wrapper_1 .gform_required_legend {
  display: none;
}
#gform_wrapper_1 .gfield_radio {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 7px;
}
#gform_wrapper_1 .gfield_radio .gchoice {
  width: 140px;
  display: block;
}
#gform_wrapper_1 .gfield_radio .gchoice:has([value="Autre demande"]) {
  width: 170px;
}
#gform_wrapper_1 .gfield_radio .gchoice input {
  display: none;
}
#gform_wrapper_1 .gfield_radio .gchoice input:checked + label {
  border-color: #eb6400;
  outline: 1px solid #eb6400;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input:checked) + label {
  border-color: #eb6400;
  outline: 1px solid #eb6400;
}
#gform_wrapper_1 .gfield_radio .gchoice label {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  position: relative;
  padding: 12px;
  border: 1px solid #e1e1e1;
  margin: 0;
  cursor: pointer;
}
#gform_wrapper_1 .gfield_radio .gchoice label:before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/picto-contact.png") no-repeat transparent;
  background-position: -280px 0;
  transform: scale(0.85);
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value="Un projet"]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value="Un projet"] + label:before {
  background-position: -200px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value="Un don"]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value="Un don"] + label:before {
  background-position: -40px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value="Un legs"]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value="Un legs"] + label:before {
  background-position: -240px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value=Internaute]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value=Internaute] + label:before {
  background-position: -280px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value=Donateur]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value=Donateur] + label:before {
  background-position: -40px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value=Journaliste]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value=Journaliste] + label:before {
  background-position: -78px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value=Délégué]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value=Délégué] + label:before {
  background-position: -120px 0;
}
#gform_wrapper_1 .gfield_radio .gchoice > span:has(input[value=Paroisse]) + label:before, #gform_wrapper_1 .gfield_radio .gchoice input[value=Paroisse] + label:before {
  background-position: -160px 0;
}
#gform_wrapper_1 .new-checkbox .gfield-choice-input {
  position: relative !important;
  left: 0 !important;
}
#gform_wrapper_1 .gfield--type-choice.gfield_contains_required label {
  position: relative;
}
#gform_wrapper_1 .gfield--type-choice.gfield_contains_required label:after {
  content: "*";
  color: #c02b0a;
}
#gform_wrapper_1 .gform-footer {
  justify-content: center;
}
#gform_wrapper_1 .gform-footer input[type=submit] {
  background-color: #eb6400;
}

/*# sourceMappingURL=common.css.map */
