/**
 * @file
 * This is the base CSS file, for styling elements.
 */

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Source Sans Pro";
  src:
    local("Source Sans Pro"),
    url("../fonts/source-sans-pro-v21-latin-700italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: "Scope One";
  src:
    local("Scope One"),
    local("ScopeOne-Regular"),
    url("../fonts/scope-one-v14-latin-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  margin-top: 0; /* This allows us to ensure that items side-by-side line up nicely. */
}

*:focus {
  outline-width: 1px;
  outline-style: dotted;
  outline-color: #008068;
  outline-offset: 2px; /* Not supported in IE11 but greatly improves outline visibility in newer browsers. */
}

a {
  text-decoration: underline;
  color: #008068;
}
a:hover,
a:focus {
  color: #cc2a00;
  background-color: #e6eee0;
}

body {
  margin: 0;
  color: #464646;
  background: #fbf5ee;
  font-family: "Source Sans Pro", Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

blockquote {
  margin: 0 0 1.28rem;
  padding: 1.5rem;
  background: #f4f2e9;
}
blockquote p:last-child {
  margin-bottom: 0;
}
/* Small */
@media screen and (min-width: 30rem) { /* 480px */
  blockquote {
    margin: 0 1.5rem 1.28rem;
    padding: 1.5rem;
  }
}
/* Medium */
@media screen and (min-width: 40rem) { /* 640px */
  blockquote {
    margin: 0 2.5rem 1.28rem;
    padding: 3rem;
  }
}
blockquote > * {
  color: #000;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.266rem;
  line-height: 1.5;
}
blockquote a {
  /* Tweak default link color to improve contrast for accessibility */
  color: #057d6d;
}
blockquote a:hover,
blockquote a:focus {
  background-color: #fdfcf9;
}

button,
.button,
.button[type="submit"],
[type="reset"],
[type="submit"] {
  display: inline-block;
  min-width: inherit;
  max-width: inherit;
  margin: 0;
  padding: 0.7rem 1.3rem;
  cursor: pointer;
  transition: background-color 0.5s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #008068;
  border-radius: 3px;
  background-color: #008068;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.2rem;
}
button:hover,
button:active,
button:focus,
.button:hover,
.button:active,
.button:focus {
  transition: background-color 0.5s ease;
  text-decoration: none;
  color: #000;
  border: 2px solid #008068;
  background-color: #e6eee0;
}
button[disabled]:hover,
button[disabled]:active,
button[disabled]:focus,
button[disabled],
.button[disabled]:hover,
.button[disabled]:active,
.button[disabled]:focus,
.button[disabled] {
  cursor: default;
  color: #464646;
  background: #767775;
}

h1 {
  margin: 0 0 1.07rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.424rem; /* +3 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h1 {
    font-size: 2.369rem;
  }
}

h2 {
  margin: 0 0 0.7rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.266rem;  /* +2 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h2 {
    font-size: 1.77rem;
  }
}

h3 {
  margin: 0 0 0.96rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1.125rem;
  line-height: 1.2;/* +1 based on 1.125 modular scale (major second) */
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 1rem;
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h4 {
    font-size: 1.33rem;
  }
}

h5 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 0.889rem; /* -1 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h5 {
    font-size: 1.25rem;
  }
}

h6 {
  margin: 0 0 1.28rem 0;
  font-family: "Scope One", Georgia, serif;
  font-size: 0.79rem; /* -1 based on 1.125 modular scale (major second) */
  line-height: 1.2;
}
/* Large */
@media screen and (min-width: 60rem) { /* 960px */
  h6 {
    font-size: 1rem;
  }
}

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

.form-select {
  margin: 0.25rem 0;
  color: #000;
  border: 2px solid #767775;
  background: #fff;
  font-size: 1rem;
}

.form-select:focus {
  margin-bottom: 2px;
  border: 2px solid #00836d;
}

input {
  min-width: 100%;
  max-width: 100%;
  margin: 0.25rem 0;
  padding: 0.8rem 0.4rem;
  color: #000;
  border: 2px solid #767775;
  font-size: 1rem;
}
input:focus {
  border: 2px solid #008068;
}
input[type="checkbox"] {
  min-width: inherit;
  max-width: none;
}

textarea {
  padding: 0.8rem 0.4rem;
  color: #000;
  border: 2px solid #767775;
}
textarea:focus {
  border: 2px solid #008068;
}

label {
  display: block;
  margin: 0.25rem 0;
  color: #464646;
  font-size: 1rem;
  font-weight: 700;
}

/**
 * Prevent regression due to fieldset styling that was removed in normalize.css
 * 6.0.0.
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
 * Prevent regression due to explicit line-height applied to these elements in
 * normalize.css 7.0.0.
 */
button,
textarea {
  line-height: 1.5rem;
}
optgroup,
input:not([type="file"]) {
  line-height: normal;
}

/**
 * Prevent regression due to changes in normalize.css 4.1.0.
 */
::-webkit-file-upload-button {
  -webkit-appearance: push-button;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

ul,
ol {
  margin-bottom: 1.28rem;
}
ol ol,
ol ul,
ul ul,
ul ol {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-bottom: 1.28rem;
}

/**
 * Prevent regression table/td/th rules removed in normalize.css 7.0.0.
 */
table {
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}

/***            **/

/******
 * 
.field.field--name-field-form-badge {
  text-align: center;
}

.field.field--name-field-form-badge a {
  color: #FFF;
  margin: 27px 0;
  background-color: blue;
  padding: 12px 40px;
  display: inline-block;
  border-radius: 21px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
.field.field--name-field-form-visiteur {
    text-align: center;
}

.field.field--name-field-form-visiteur a {
  color: #FFF;
  margin: 27px 0;
  background-color: red;
  padding: 12px 40px;
  display: inline-block;
  border-radius: 21px;
  font-weight: 600;
  font-size: 40px;
  text-align: center;
}
*****/

.field.field--name-field-programs-events {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}

.field.field--name-field-lieu-events {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}

.field.field--name-field-date-events {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}

.field.field--name-field-moderateur-events {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}
.block-field-blocknodeevenementsbody {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}
/******
.field.field--name-field-stand-image {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 40px 40px 15px 40px;
  margin: 40px 0;
}
.field.field--name-field-image-visiteur- {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 40px 40px 15px 40px;
  margin: 40px 0;
}
****/

.field.field--name-field-affiche-events {
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  box-shadow: 0px 6px 20px rgba(11, 12, 48, 0.15);
  border-radius: 4px;
  position: relative;
  padding: 7px 18px 15px 22px;
  margin: 5px 0;
}
/**********ttttt**********/

/**********
.node--type-evenements .field.field--name-field-form-visiteur:hover {
  left: 20px;
}
.node--type-evenements .field.field--name-field-form-visiteur {
  background: #ffffff;
  padding: 16px 0 18px 25px;
  position: absolute;
  left: -500px;
  bottom: 20px;
  width: calc(100% - 40px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

********/

/*************FORM DEMANDE STAND --- FORM VISITEUR**************/
.node--type-evenements .layout__region.layout__region--first, 
.node--type-evenements .layout__region.layout__region--second {
  position: relative;
  width: 50%;
}

.field.field--name-field-stand-image, 
.field.field--name-field-image-visiteur- {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.field.field--name-field-form-badge,
.field.field--name-field-form-visiteur {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.layout__region.layout__region--first:hover .field.field--name-field-stand-image,
.layout__region.layout__region--second:hover .field--name-field-image-visiteur-  {
  opacity: 0.3;
}

.layout__region.layout__region--first:hover .field.field--name-field-form-badge,
.layout__region.layout__region--second:hover .field.field--name-field-form-visiteur  {
  opacity: 1;
}

.layout__region.layout__region--first .field.field--name-field-form-badge,
.layout__region.layout__region--second .field--name-field-form-visiteur {
  background-color: #F80BD1;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
  width: 63%;
  border-radius: 20px;
}
/********FIN*****FORM DEMANDE STAND --- FORM VISITEUR**************/

.faceBox .col {
  display: inline-flex;
  margin: 0 30px 0 26px;
  background-color: ;
}

.pubicv25 {
  font-family: "Scope One", Georgia, serif;
  line-height: 1.2;
  font-size: 1.77rem;
  background-color: #FFF;
  padding: 10px 7px 2px 48px;
  margin-bottom: 25px;
  box-shadow: 1px 1px 5px 1px #FE0DDA;
}

.pubicv25 img {
  width: 18%;
  float: left;
  margin: 0 0 25px 0;
}

#block-umami-content .views-row {
   box-shadow: 1px 1px 5px 1px #000;
}

.views-row {
  box-shadow: 1px 2px 5px 1px #000;
}

/**************CONTDOWN**************/
#plugin-id-block-content7d5b50ec-57ce-46cc-b7e4-54334f15c763 .ebt-container {
  padding-bottom: 0.5%;
  display: inline-flex;
  margin-left: 2%;
  margin-right: 2%;
  text-align: center;
  width: 100%;
  padding-top: 0.5%;
}

#plugin-id-block-content7d5b50ec-57ce-46cc-b7e4-54334f15c763 .ebt-container .countdown-header {
  width: 45%;
  color: #000;
  font-weight: 900;
  padding-top: 1%;
}
#plugin-id-block-content7d5b50ec-57ce-46cc-b7e4-54334f15c763 .ebt-container .countdown-header h2 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 0;
}
#block-id-block-content7d5b50ec-57ce-46cc-b7e4-54334f15c763 {
  margin-top: 1%;
}
.block-type-footer-promo-block {
  height: 250px !important;
  font-size: 1rem !important;
}
.layout-content-bottom {
  background-color: #FFF;
  margin-bottom: 20px;
}
.footer {
  background-color: #fe0dda !important;
}
.on-the-gray .quicktabs-tabpage {
  padding: .5em 2em 1em;
  border: transparent !important;
}
#block-umami-quicktabsprogrammeevenement h2 {
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
  padding-top: 1%;
  color: #fe0dda !important;
}
.on-the-gray .quicktabs-tabpage {
  box-shadow: 2px 2px 3px 1px #000;
}
#quicktabs-programme_evenement li a {
  font-weight: bold;
  text-transform: uppercase;
}
#block-umami-footer-promo .block__title {
  font-weight: bold;
}
#block-umami-footer-promo .field__item img {
  box-shadow: 2px 2px 3px 1px #000;
}
#block-umami-newslettersignupform--2 h2 {
  text-align: center;
  font-weight: bold;
  margin-top: 24px;
  color: #fe0dda;
}
#edit-intro--2 p {
  font-style: oblique;
  font-size: 30px;
  font-family: initial;
}
#edit-submit--2 {
  font-size: 25px;
  font-weight: bold;
  font-style: italic;
  font-family: initial;
}
/******GALERIE--EVENT******/
.view-galerie-event .views-col {
	margin: 10px;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}

.view-galerie-event .views-col img {
	box-shadow: 4px 3px 5px 2px #000;
}