@charset "UTF-8";
/********************************** FONTS ***********************************************/
/*@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');*/
/********************************** GENERAL ***********************************************/
#wrap,
body {
  border-top: none !important;
  border-color: inherit !important;
}

#footer {
  border-top: none !important;
}

#header > .inner {
  padding: 0 !important;
}

h1,
h2,
h3 {
  font-family: "Oswald", sans-serif !important;
}

body {
  font-family: "Oswald", sans-serif !important;
  font-size: 20px !important;
  font-weight: 300 !important;
  color: #000000 !important;
}

.page-title span {
  font-size: 1em;
  color: #008d95;
}

.page-title {
  font-size: 1.8em;
  color: #008d95;
  padding-top: 15px;
}

/*.region-sidebar-second .block .field--name-body a { text-decoration: none !important; color: inherit !important; }*/
.node__content .field--name-body h1 {
  font-size: 1.8em;
  color: #008d95;
  font-weight: 300 !important;
}

.node__content .field--name-body h2 {
  color: #e35b27;
  font-size: 1.5em;
  font-weight: 300 !important;
}

.node__content .field--name-body h3 {
  color: #ca494f;
  font-size: 1.2em !important;
  font-weight: 300 !important;
}

.node__content .field--name-body h4 {
  color: #9c9c9c;
  font-size: 1.1em !important;
  font-weight: 300 !important;
}

#block-erasme-content .field--name-body a {
  text-decoration: underline;
  color: #000000;
}

a.souligne {
  text-decoration: underline !important;
  color: #000000 !important;
}

#block-erasme-content .field--name-body,
#block-erasme-content .ui-accordion-content {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em;
}

/********************************** TEMPLATES ***********************************************/
.tpl_btn,
input.tpl_btn,
.tpl_btn:hover,
input.tpl_btn:hover {
  display: inline-block;
  color: #fff !important;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px;
  font-size: 0.9em;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  border: none;
  text-shadow: none;
  box-shadow: none;
  font-weight: normal;
  text-decoration: none !important;
}

.tpl_btn:hover,
input.tpl_btn:hover {
  text-decoration: underline !important;
}

v:hover,
input.tpl_btn:hover {
  text-decoration: underline;
}

.tpl_btn img {
  position: absolute;
  top: 7px;
  right: 20px;
}

.tpl_btn a {
  color: #fff !important;
  text-decoration: none !important;
}

.tpl_btn a:hover {
  color: #fff;
}

.tpl_btn.rouge {
  background: #ca494f !important;
}

.tpl_btn.jaune {
  background: #ff9037 !important;
}

.tpl_btn.noir {
  background: #000000 !important;
}

.tpl_titre3 {
  font-weight: normal !important;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.2em !important;
}

.tpl_titre3.beige {
  background: #a89c92 !important;
}

.tpl_site {
  font-size: 0.88em;
}

.tpl_titre1 {
  font-size: 1.8em;
  font-weight: 300;
  padding-top: 20px;
}

.tpl_titre1.bleu {
  color: #008d95;
}

.tpl_txt {
  font-weight: 700;
  margin-bottom: 10px;
}

.tpl_txt.gris {
  color: #9c9c9c;
}

.titre {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.2em;
  padding: 15px 10px;
}

.titre a {
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 0.9em;
  font-family: "Oswald", sans-serif;
}

.photo {
  margin-bottom: 0;
}

.photo img {
  width: 100%;
}

.lien {
  display: flex;
  justify-content: space-around;
  font-size: 0.93em;
  text-align: center;
}

.lien a {
  text-decoration: none !important;
  font-size: 0.9em;
  font-family: "Oswald", sans-serif;
}

.bg-bleu {
  background: #008d95;
}

.bg-orange {
  background: #ff9037;
}

.t_bleu a,
.t_gris a,
.t_orange a,
.t_jaune a {
  color: #000000 !important;
}

.bg-gris {
  background: #9c9c9c;
}

.orange {
  background: #ff9037;
}

.jaune {
  background: #ffd03f;
}

.lien.t_bleu a:not(:last-child) {
  border-left: 2px solid #008d95;
}

.lien.t_bleu a {
  border-right: 2px solid #008d95;
}

.lien.t_gris a:not(:last-child) {
  border-left: 2px solid #9c9c9c;
}

.lien.t_gris a {
  border-right: 2px solid #9c9c9c;
}

.lien.t_orange a:not(:nth-child(2)):not(:last-child) {
  border-left: 2px solid #ff9037;
}

.lien.t_orange a {
  border-right: 2px solid #ff9037;
}

.lien.t_jaune a:not(:nth-child(2)):not(:last-child) {
  border-left: 2px solid #ffd03f;
}

.lien.t_jaune a {
  border-right: 2px solid #ffd03f;
}

.lien.t_orange a:last-child,
.lien.t_jaune a:last-child {
  margin-right: -1px;
}

.lien.t_gris a,
.lien.t_bleu a,
.lien.t_gris a {
  width: 50%;
}

.lien.t_orange a,
.lien.t_jaune a,
.lien.t_orange a {
  width: 33%;
}

.tpl_block-cliquable {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tpl_block-cliquable .titre a {
  color: #ffffff !important;
  text-decoration: none !important;
}

.tpl_block-cliquable p:first-child {
  margin-bottom: 0;
}

.tpl_block-cliquable_2 {
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.tpl_block-cliquable_2 p:first-child {
  margin-bottom: 0;
}

.tpl_btn.plaquette {
  background-image: url(../images/ico_download.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right 30px !important;
  width: 100% !important;
  text-align: left;
  padding-left: 20px;
  background-size: 30px !important;
}

.page-node-type-page .tpl_btn.plaquette {
  background-image: url(../images/ico_download.png) !important;
  background-repeat: no-repeat !important;
  background-position: center right 18px !important;
  max-width: -moz-fit-content;
  max-width: fit-content;
  text-align: left;
  padding-left: 20px;
  padding-right: 55px;
  background-size: 20px !important;
}

/********************************** BANDEAU RGPD ***********************************************/
#sliding-popup button {
  box-shadow: inherit;
  text-shadow: inherit;
  font-weight: 300;
  font-family: "Oswald", sans-serif !important;
}

.find-more-button:hover {
  background: inherit;
}

.eu-cookie-compliance-banner .info h2,
.eu-cookie-compliance-banner .info p {
  font-weight: 300;
  font-family: "Oswald", sans-serif !important;
  letter-spacing: inherit;
}

.eu-cookie-withdraw-tab,
.decline-button {
  display: none;
}

.agree-button,
.agree-button:hover {
  text-transform: uppercase;
  border-radius: 30px;
  padding: 15px;
  text-decoration: none !important;
  font-size: 0.9em;
  background-color: #9c9c9c;
  background-image: inherit;
}

#popup-text {
  margin: 1em 0;
}

/********************************** BREADCRUMB ***********************************************/
div#breadcrumb {
  background-color: inherit !important;
  border-radius: inherit !important;
  border: none !important;
  text-shadow: inherit;
  margin-bottom: 0 !important;
}

.breadcrumb {
  background-color: inherit !important;
  border-radius: inherit !important;
  font-size: 0.6em !important;
}

/*body.page-node-type-page:not(.path-frontpage) #highlighted { padding-bottom: 35px; }*/
/********************************** ACCORDIONS ***********************************************/
.ui-accordion .ui-accordion-header,
.ui-accordion .ui-accordion-header-collapsed {
  background: inherit !important;
  border-radius: inherit !important;
  border: none !important;
  letter-spacing: inherit;
  background-color: #008d95 !important;
  color: #ffffff !important;
  text-transform: uppercase;
}

.ui-accordion .ui-accordion-header.ui-state-default.ui-state-active .ui-icon {
  background: url(../images/ico_moins.png) no-repeat;
  background-position: center center;
  height: 22px;
  width: 22px;
  right: 0.5em;
  left: inherit;
  position: absolute;
  top: 18px;
}

.ui-accordion .ui-accordion-header.ui-state-default .ui-icon {
  background: url(../images/ico_plus.png) no-repeat;
  background-position: center center;
  height: 22px;
  width: 22px;
  right: 0.5em;
  left: inherit;
  position: absolute;
  top: 19px;
}

.ui-accordion h2.ui-accordion-header {
  font-family: "Oswald", sans-serif !important;
  font-size: 1.06em;
  text-decoration: none !important;
  color: #fff !important;
}

.ui-accordion .ui-accordion-header[aria-expanded=false] {
  background-color: rgba(0, 141, 149, 0.5) !important;
}

.ui-accordion .ui-accordion-content,
.node__content .ui-accordion {
  /*font-family: 'Oswald', sans-serif !important;*/
  font-size: 1em;
  color: #000000;
}

/********************************** SLIDER ***********************************************/
#block-views-block-slider-block-1 {
  width: 716px;
  margin: auto;
}

/********************************** HEADER ***********************************************/
#header #logo {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
}

#header-right .inner {
  padding-top: 40px !important;
}

#block-formulairederecherche {
  width: 25%;
  float: left;
  z-index: 99;
}

#search-block-form {
  position: relative;
}

#search-block-form .form-item .form-search {
  border: 1px solid #a89c92;
  padding: 2px 0 4px 15px;
  border-radius: 27px;
  -webkit-appearance: inherit;
  width: 100%;
}

#search-block-form .form-actions {
  padding-top: 0;
  position: absolute;
  top: 3px;
  right: 0;
}

#search-block-form .form-actions .form-submit {
  border: 0;
  border-top-right-radius: 27px;
  border-bottom-right-radius: 27px;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
  box-shadow: inherit;
  background-image: url(../images/ico_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 34px;
  height: 35px;
}

#search-block-form .form-actions .form-submit:hover {
  background-position: center center;
}

#block-headerboutons {
  float: left;
  padding: 0 10px;
}

#block-headerboutons .field--name-body .bouton a {
  display: inline-block;
  height: 35px;
}

#block-headerboutons .field--name-body .bouton a:not(:last-child) {
  padding-right: 5px;
}

#block-headerboutons .field--name-body .bouton a:nth-child(2) {
  background: #9c9c9c;
  padding: 0 27px;
  border-radius: 25px;
  color: #fff !important;
  text-transform: uppercase;
  margin-right: 5px;
  text-decoration: none !important;
}

#block-versionanglaise {
  position: absolute;
  right: 15px;
  top: -40px;
}

/********************************** MENU PRINCIPAL ***********************************************/
#block-mainmenu {
  display: inline-block;
}

#block-mainmenu .btn_menu {
  cursor: pointer;
  display: flex;
}

#block-mainmenu .btn_menu p {
  display: inline-block;
  margin: auto;
}

#block-mainmenu .btn_menu p:last-child {
  padding-left: 10px;
  font-size: 1.5em;
  margin-bottom: 0;
}

#menu-header {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: flex;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.32s ease-in-out;
  -ms-transition: all 0.32s ease-in-out;
  -o-transition: all 0.32s ease-in-out;
  -moz-transition: all 0.32s ease-in-out;
  -webkit-transition: all 0.32s ease-in-out;
  transform: translateX(100%);
}

#menu-header.open {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.user-logged-in #menu-header {
  top: 79px;
}

#menu-header .menu-close-container {
  width: 50%;
  height: 100vh;
  padding: 30px 15px;
  text-align: right;
}

#menu-header .menu-close-container .menu-close span {
  color: #ffffff;
  font-weight: 700;
  cursor: pointer;
  font-size: 28px;
}

#menu-header .region-menu-header {
  width: 50%;
  height: 100%;
  background-color: #008d95;
  padding: 30px;
}

#block-navigationprincipale #superfish-main-toggle > span {
  display: none;
}

#header-right .region {
  position: relative;
}

#block-navigationprincipale #superfish-main-toggle::before {
  content: url(../images/menu_burger.png);
  height: 25px;
  width: 20px;
  position: absolute;
  right: 65px;
  top: 10px;
}

#block-navigationprincipale-2 {
  max-width: 550px;
}

.sf-accordion-toggle {
  display: none;
}

#superfish-main-accordion > li a,
#superfish-main-accordion > li > span {
  color: #ffffff;
  text-align: left;
  padding: 15px 50px 15px 15px !important;
  /*line-height: 16px;*/
  display: block !important;
  cursor: pointer;
  font-size: 1.2em;
  border: none;
  font-weight: inherit;
}

#superfish-main-accordion .menuparent ul li a {
  padding: 15px 50px 15px 30px !important;
}

#superfish-main-accordion .menuparent ul {
  margin: 0;
}

#superfish-main-accordion .menuparent ul li {
  padding: 0 !important;
}

#superfish-main-accordion .menuparent ul .sf-depth-2 ul .sf-depth-3 a {
  padding: 15px 50px 15px 45px !important;
  line-height: 110%;
}

#superfish-main-accordion .sf-sub-indicator::after {
  content: "";
}

#superfish-main-accordion > li > span.sf-depth-1.menuparent,
#superfish-main--2-accordion > li.sf-depth-1.menuparent ul > li > a.sf-depth-2.menuparent,
#superfish-main-accordion > li.sf-expanded span.sf-depth-1.menuparent,
#superfish-main--2-accordion > li.sf-depth-1.menuparent ul > li.sf-expanded a.sf-depth-2.menuparent {
  position: relative;
}

#superfish-main-accordion > li > .sf-depth-1.menuparent::before,
#superfish-main-accordion > li.sf-depth-1.menuparent ul > li > a.sf-depth-2.menuparent::before {
  content: "";
  background: url(../images/drop-down.png) no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  background-size: 16px;
  background-position: center left;
}

#superfish-main-accordion > li > .sf-depth-1.menuparent::before {
  left: -15px;
}

#superfish-main-accordion > li.sf-depth-1.menuparent ul > li > a.sf-depth-2.menuparent::before {
  left: 7px;
}

#superfish-main-accordion > li.sf-expanded span.sf-depth-1.menuparent::before,
#superfish-main-accordion > li.sf-depth-1.menuparent ul > li.sf-expanded a.sf-depth-2.menuparent::before {
  content: "";
  background: url(../images/drop-right.png) no-repeat;
  display: block;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 5px;
  background-size: 9px;
  background-position: center left;
}

#superfish-main-accordion > li.sf-expanded span.sf-depth-1.menuparent::before {
  left: 0;
}

#superfish-main-accordion > li.sf-depth-1.menuparent ul > li.sf-expanded a.sf-depth-2.menuparent::before {
  left: 15px;
}

#superfish-main-accordion > li.sf-depth-1.menuparent ul > li {
  background-color: #006f75;
  border-bottom: 1px solid #008d95;
}

#superfish-main-accordion > li.sf-depth-1.menuparent ul > li.sf-depth-2.menuparent ul > li {
  background-color: #00565b;
}

#superfish-main-accordion > li.sf-depth-1 {
  padding: 0 !important;
}

ul.sf-menu.sf-accordion.sf-expanded {
  position: absolute;
  right: 0;
  top: 40px !important;
}

/********************************** BLOC FORMATION ***********************************************/
#block-blocformation {
  padding-top: 40px;
}

/*#block-blocformation .field--name-body .titre { color: #ffffff; font-size: 1.33em; text-align: center; padding: 15px 0; margin-bottom: 0; text-transform: uppercase; }
#block-blocformation .field--name-body .photo { margin-bottom: 0; }*/
/*#block-blocformation .field--name-body .lien { display: flex; justify-content: space-around; font-size: 0.93em; text-align: center; }*/
/*#block-blocformation .field--name-body .lien.t_bleu a:not(:last-child), .lien.t_bleu a:not(:last-child) { border-left: 2px solid #008d95; }
#block-blocformation .field--name-body .lien.t_bleu a, .lien.t_bleu a { border-right: 2px solid #008d95; }
#block-blocformation .field--name-body .lien.t_gris a:not(:last-child), .lien.t_gris a:not(:last-child) { border-left: 2px solid #9c9c9c; }
#block-blocformation .field--name-body .lien.t_gris a, .lien.t_gris a { border-right: 2px solid #9c9c9c; }
#block-blocformation .field--name-body .lien.t_orange a:not(:nth-child(2)):not(:last-child), .lien.t_orange a:not(:nth-child(2)):not(:last-child) { border-left: 2px solid #ff9037; }
#block-blocformation .field--name-body .lien.t_orange a, .lien.t_orange a { border-right: 2px solid #ff9037; }
#block-blocformation .field--name-body .lien.t_jaune a:not(:nth-child(2)):not(:last-child), .lien.t_jaune a:not(:nth-child(2)):not(:last-child) { border-left: 2px solid #ffd03f; }
#block-blocformation .field--name-body .lien.t_jaune a, .lien.t_jaune a { border-right: 2px solid #ffd03f; }
#block-blocformation .field--name-body .lien.t_orange a:last-child, #block-blocformation .field--name-body .lien.t_jaune a:last-child, .lien.t_orange a:last-child, .lien.t_jaune a:last-child { margin-right: -1px; }
#block-blocformation .field--name-body .lien.t_bleu a, #block-blocformation .field--name-body .lien.t_gris a, .lien.t_bleu a, .lien.t_gris a { width: 50%; }
#block-blocformation .field--name-body .lien.t_jaune a, #block-blocformation .field--name-body .lien.t_orange a, .lien.t_jaune a, .lien.t_orange a { width: 33%; }*/
/********************************** IMAGE EN-TETE ***********************************************/
#block-views-block-en-tete-block-1 .views-row {
  height: 370px;
}

/********************************** QUI SOMMES NOUS ***********************************************/
.path-frontpage .highlighted {
  background: #ebebeb;
}

#block-apropos .field--name-body .apropos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
}

#block-apropos .field--name-body .apropos p:first-child {
  width: calc(100% - 303px);
  font-family: "Open Sans", sans-serif;
}

#block-apropos .field--name-body .apropos p {
  padding: 0 15px;
}

#block-apropos .field--name-body .apropos p:nth-child(2) {
  background-image: url(../images/galet_bleu.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 88px;
}

#block-apropos .field--name-body .apropos p:nth-child(3) {
  background-image: url(../images/galet_jaune.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 88px;
}

#block-apropos .field--name-body .apropos p:nth-child(4) {
  background-image: url(../images/galet_jaune_clair.png);
  background-repeat: no-repeat;
  width: 101px;
  height: 88px;
}

#block-apropos .field--name-body .apropos p:not(:first-child) {
  display: table;
  text-align: center;
}

#block-apropos .field--name-body .apropos p:not(:first-child) a {
  display: table-cell;
  vertical-align: middle;
  width: 101px;
  height: 88px;
  color: #ffffff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 0.7em;
}

/********************************** ACTUALITES ***********************************************/
#block-views-block-actualites-block-1 h2 {
  color: #fd7407;
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 30px;
  padding-top: 20px;
}

.view-actualites .views-row .views-col .views-field-nothing a {
  text-decoration: none !important;
  color: inherit;
  background-color: #ebebeb;
  display: block;
  /*border-top-right-radius: 20px; border-bottom-right-radius: 20px;*/
  border-radius: 20px;
}

.view-actualites .views-row .views-col .views-field-nothing a > div {
  display: flex;
  justify-content: space-between;
}

.view-actualites .views-row .views-col .views-field-nothing a > div > p {
  margin-bottom: 0;
}

.view-actualites .views-row .views-col .views-field-nothing a > div > p {
  width: 30%;
}

.view-actualites .views-row .views-col .views-field-nothing a > div div {
  width: 70%;
  /*font-size: 1.2em;*/
  color: #333333;
  /*font-weight: 500;*/
  padding: 10px;
}

.view-actualites img {
  border-radius: 20px;
  padding: 10px 0 10px 10px;
}

.view-actualites .views-row .views-col .views-field-nothing a > div div p {
  font-size: 0.8em;
  color: #000000;
  margin-bottom: 0;
}

.view-actualites .view-content .views-col {
  max-width: inherit;
  flex: inherit;
  padding: 0 15px;
}

.view-actualites .view-footer > p,
.view-offre-demploi .view-footer > p:last-child {
  float: right;
}

.view-actualites .view-footer a {
  color: #9c9c9c;
  text-decoration: none !important;
  padding-right: 22.5px;
}

.view-actualites .view-content .views-row:not(:last-child) {
  padding-bottom: 40px;
}

.region-footer-fourth div.logo-footer {
  display: flex;
  justify-content: space-between;
  margin-left: -35px;
}

.region-footer-fourth div.logo-footer img {
  max-width: 130px;
}

/********************************** OFFRES D'EMPLOI ***********************************************/
#block-views-block-offre-demploi-block-1 h2 {
  color: #ca494f;
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 30px;
}

.view-offre-demploi .view-content .views-col {
  max-width: inherit;
  flex: inherit;
  padding: 0 15px;
}

.view-offre-demploi .view-content .views-col .views-field-nothing a {
  display: block;
  box-shadow: 0 12px 12px 0 #dddddd;
  padding: 20px;
  border: 1px solid #f2f2f2;
  min-height: 175px;
  text-decoration: none !important;
  color: inherit;
  min-height: 235px;
}

.view-offre-demploi .view-content .views-col a .offre p {
  margin-bottom: 0;
}

.view-offre-demploi .view-content .views-col a .offre p:not(:first-child) {
  font-size: 0.8em;
}

.view-offre-demploi .view-content .views-col a .poste {
  color: #ca494f;
  font-weight: 500;
}

.view-offre-demploi .view-content .views-col a .poste + p {
  color: #008d95;
}

.view-offre-demploi .view-content .views-col a .contact {
  color: #000000;
}

.view-offre-demploi .view-content .views-col a .ville {
  color: #ff9037;
}

.view-offre-demploi .view-content .views-row {
  padding-bottom: 40px;
}

.view-offre-demploi .view-footer > p {
  text-align: center;
}

.view-offre-demploi .view-footer > p:last-child {
  margin-right: 15px;
}

.view-offre-demploi .view-footer > p:first-child {
  display: inline-block;
  margin-left: 15px;
}

/********************************** OU NOUS TROUVER ***********************************************/
#block-ounoustrouver h2 {
  color: #a89c92;
  font-weight: 300;
  font-size: 1.5em;
  padding-bottom: 30px;
}

#block-ounoustrouver .field--name-body iframe {
  border: none;
}

#block-ounoustrouver .field--name-body .map {
  display: flex;
  justify-content: space-between;
}

#block-ounoustrouver .field--name-body .map > div {
  font-size: 0.9em;
  padding-left: 20px;
}

#block-ounoustrouver .field--name-body a {
  color: inherit !important;
  text-decoration: underline;
}

/********************************** FOOTER ***********************************************/
#footer {
  background: #ebebeb !important;
}

#block-erasmetoulouse .field--name-body p,
#block-antennemontauban .field--name-body p,
#block-antennemane .field--name-body p,
#block-mentionslegales .field--name-body p a {
  font-size: 0.8em;
  color: #333333 !important;
}

#footer .block:not(#block-mentionslegales) .field--name-body a {
  color: inherit !important;
}

/********************************** SIDEBAR ***********************************************/
.region-sidebar-second .block .field--name-body p,
.region-sidebar-second .block .field--name-body li,
.region-sidebar-second .block .field--name-body div:not(.tpl_contact) {
  font-size: 0.8em;
  width: 100%;
}

.region-sidebar-second .block .field--name-body p .tpl_btn {
  width: 100%;
}

.node--type-offre-emploi .field__label {
  float: left;
  padding-right: 15px;
}

.node--type-offre-emploi .field__label::after {
  content: " :";
}

.node--type-offre-emploi .quickedit-field {
  padding-bottom: 5px;
}

.node--type-offre-emploi .field--name-field-mission .field__label,
.node--type-offre-emploi .field--name-field-profil-candidat .field__label {
  width: 100%;
}

/*.region-content .block .node__content .field__label,
.region-content .block .node__content .field__item { display: block; width: 100%; }*/
.region-content .block .node--type-article .node__content .field--name-body {
  /*clear: both;*/
  padding-top: 20px;
}

.region-content .block .node--type-article .node__content .field--name-field-illustration-article {
  float: right;
  max-width: 50%;
  padding-left: 20px;
}

.region-content .block .node--type-article .node__content .field--name-field-date .datetime {
  font-size: 0.8em;
  color: #fd7407;
  text-decoration: underline;
  padding-bottom: 20px;
}

/****************************** FORMATION CONTINUE **************************************/
.view-formation-continue .view-content {
  display: flex;
  flex-wrap: wrap;
}

.view-formation-continue .view-content .views-row {
  max-width: inherit;
  flex: inherit;
  margin-bottom: 20px;
  width: 25%;
  padding: 0 10px;
}

.view-formation-continue .view-content .views-row a {
  text-decoration: none !important;
}

.view-formation-continue .view-content .titre {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 0.9em;
  min-height: 84px;
}

.view-formation-continue .view-content .views-row:nth-child(4n+1) .titre {
  background: #008d95;
}

.view-formation-continue .view-content .views-row:nth-child(4n+2) .titre {
  background: #9c9c9c;
}

.view-formation-continue .view-content .views-row:nth-child(4n+3) .titre {
  background: #ff9037;
}

.view-formation-continue .view-content .views-row:nth-child(4n) .titre {
  background: #ffd03f;
}

.view-sidebar-formation .views-field-php .field-content a.inscription,
#sidebar-second a.inscription {
  margin-bottom: 0;
  background-image: url(../images/ico_register.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  width: 100%;
  text-align: left;
}

.view-sidebar-formation .views-field-field-plaquette .field-content a.plaquette,
#sidebar-second a.plaquette {
  margin-bottom: 0;
  background-image: url(../images/ico_download.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
  width: 100%;
  text-align: left;
}

.view-sidebar-formation .views-field-php .field-content a.inscription,
.view-sidebar-formation .views-field-field-plaquette .field-content a.plaquette {
  margin-bottom: 15px !important;
}

.view-sidebar-formation .views-field-field-infos-et-inscription .views-label {
  font-weight: normal !important;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.2em !important;
  background: #a89c92 !important;
  margin-bottom: 20px;
  display: block;
}

.view-sidebar-formation .views-field-field-infos-et-inscription {
  font-size: 0.8em;
}

/********************************************************ESPACE MEMBRE
*********************************************************************************************/
#block-espaceprodeconnexionmodification {
  position: relative;
}

#block-espaceprodeconnexionmodification div#espace-membre h1 span {
  color: #008d95;
}

#block-espaceprodeconnexionmodification div#espace-membre h1 span.prenom {
  text-transform: capitalize;
}

#block-espaceprodeconnexionmodification div#espace-membre h1 span.nom {
  text-transform: uppercase;
}

#block-espaceprodeconnexionmodification div#espace-membre a.deconnexion {
  background-color: #000000;
  color: #ffffff;
  font-size: 1.2rem;
  position: absolute;
  bottom: 0px;
  line-height: 1.2rem;
  padding: 6px 15px;
  right: 0;
  border-radius: 50px;
  text-transform: uppercase;
}

#block-espaceprodeconnexionmodification div#espace-membre a.compte {
  position: absolute;
  bottom: 0px;
  line-height: 1.2rem;
  padding: 5px 10px;
  right: 165px;
  background-image: url(../images/pencil-alt-solid.svg);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center center;
}

#block-espaceprodeconnexionmodification div#espace-membre div.role p {
  margin-top: -10px;
  font-size: 1rem;
  color: grey;
}

#block-espaceprodeconnexionmodification div#espace-membre div.role p span {
  color: #008d95;
}

#block-espaceprodeconnexionmodification div#espace-membre a.deconnexion:hover {
  background-color: #008d95;
  transition: all 0.2s ease-in-out;
}

#block-espaceprodeconnexionmodification div#espace-membre a.compte:hover {
  background-image: url(../images/pencil-alt-solid.jpg);
  transition: all 0.2s ease-in-out;
  background-size: contain;
}

/********************************************** MENU ESPACE MEMBRE *****************************/
#block-espacemembre ul#superfish-espace-membre {
  display: flex;
  justify-content: space-around;
  margin: 30px 0;
  align-items: baseline;
}

#block-espacemembre ul#superfish-espace-membre li a.is-active {
  font-weight: 400;
  color: #f49225;
  border-bottom: 5px solid #f49225;
  padding: 0 10px 5px 10px;
  text-transform: uppercase;
}

#block-espacemembre ul#superfish-espace-membre li a {
  color: #9c9c9c;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
}

/********************************************************************* PAGE ACCUEIL ESPACE MEMBRE*/
.page-node-type-page #block-erasme-content {
  width: 100%;
}

#block-views-block-espace-membre-accueil-block-1 .contextual-region,
#block-views-block-espace-membre-accueil-block-2 .contextual-region,
#block-views-block-espace-membre-accueil-block-3 .contextual-region {
  position: inherit;
}

#block-views-block-espace-membre-accueil-block-1 .view-empty,
#block-views-block-espace-membre-accueil-block-2 .view-empty,
#block-views-block-espace-membre-accueil-block-3 .view-empty {
  padding: 10px 30px;
  font-style: italic;
  text-align: center;
}

#block-views-block-espace-membre-accueil-block-1 .view-empty {
  color: #008d95;
}

#block-views-block-espace-membre-accueil-block-2 .view-empty,
#block-views-block-espace-membre-accueil-block-3 .view-empty {
  color: white;
}

#block-views-block-espace-membre-accueil-block-1,
#block-views-block-espace-membre-accueil-block-2,
#block-views-block-espace-membre-accueil-block-3 {
  width: 30%;
  min-height: 550px;
  border-radius: 30px;
  position: relative;
}

#block-views-block-espace-membre-accueil-block-2 h2 {
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin-bottom: 0;
}

#block-views-block-espace-membre-accueil-block-1 h2 {
  color: #008d95;
  font-weight: 400;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}

.page-node-type-page .region-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#wrap .view-espace-membre-accueil {
  padding-bottom: 70px;
}

#block-views-block-espace-membre-accueil-block-2 .view-header {
  margin-bottom: 10px;
  text-align: center;
  color: white;
}

#wrap .view-espace-membre-accueil .view-footer {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 15px;
}

#wrap .view-espace-membre-accueil .view-footer a {
  margin-bottom: 15px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 50px;
  padding: 5px 20px;
  text-decoration: none;
}

#wrap .view-espace-membre-accueil .view-footer a:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

/* actu */
.block-views-blockespace-membre-accueil-block-1 {
  background-color: #ebebeb;
}

#block-views-block-espace-membre-accueil-block-1 .view-footer a {
  color: #008d95;
}

#block-views-block-espace-membre-accueil-block-2 .view-footer a {
  color: #008d95;
}

#block-views-block-espace-membre-accueil-block-1 .view-content .views-field-title .field-content a {
  padding: 20px 20px 10px 20px;
  font-size: 25px;
  font-weight: 500;
  display: block;
  color: #008d95;
  text-decoration: none;
}

#block-views-block-espace-membre-accueil-block-1 .views-field-field-resume {
  text-align: justify;
  padding: 0px 20px 0px 20px;
  font-size: 20px;
}

#block-views-block-espace-membre-accueil-block-1 .view-content .views-field-title .field-content a:hover {
  text-decoration: underline;
}

.block-views-blockespace-membre-accueil-block-1 .view-content .views-field-field-image {
  padding: 0 10px;
}

.block-views-blockespace-membre-accueil-block-1 .view-content .views-field-field-image img {
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
}

.node--type-intranet-actualite .field--name-field-illustration-intranet-actu img {
  float: right;
  max-width: 50%;
  padding-left: 20px;
}

/* doc */
#block-views-block-espace-membre-accueil-block-2 {
  background-color: #008d95;
}

#block-views-block-espace-membre-accueil-block-2 .view-content .views-row {
  background: #eaf8ff;
  padding: 10px 30px;
  border-bottom: 2px solid #008d95;
}

#block-views-block-espace-membre-accueil-block-2 .view-content .views-row:nth-child(2n) {
  background: #008d95;
  border-bottom: 2px dotted #eaf8ff;
}

#block-views-block-espace-membre-accueil-block-2 .view-content .views-row a {
  text-decoration: none;
  color: #008d95;
}

#block-views-block-espace-membre-accueil-block-2 .view-content .views-row:nth-child(2n) a {
  color: white;
}

/* agenda */
.block-views-blockespace-membre-accueil-block-3 {
  background-color: #f39100;
}

#block-views-block-espace-membre-accueil-block-3 h2 {
  color: white;
  font-weight: 400;
  text-align: center;
  padding: 10px 10px 0 10px;
  margin-bottom: 10px;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field-title .field-content a {
  display: flex;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(1n) {
  background-color: #ebebeb;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(1n) a {
  color: #f39100;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field-title .field-content a {
  text-decoration: none !important;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(2n) {
  background-color: transparent;
  border-bottom: 2px dotted white;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(2n) a {
  color: white;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field-title .field-content a .date {
  padding: 10px 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 80px;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(1n) .views-field-title .field-content a .date {
  border-right: 2px dotted #f39100;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row:nth-child(2n) .views-field-title .field-content a .date {
  border-right: 2px dotted #ffffff;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field-title .field-content a .date .jour,
.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field-title .field-content a .date .mois {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 0.7;
}

.block-views-blockespace-membre-accueil-block-3 .view-content .views-row .views-field .field-content a div.libelle {
  padding-left: 10px;
  padding-top: 10px;
}

#block-views-block-espace-membre-accueil-block-3 .view-footer a {
  color: #f39100;
}

/********************************************************************* PAGE ACTU */
.view-id-page_actu .view-content .views-col {
  max-width: inherit;
  flex: inherit;
  padding: 0 15px;
}

.view-id-page_actu .view-content .views-row .col-1,
.view-id-page_actu .view-content .views-row .col-2 {
  width: 50%;
}

.view-id-page_actu .views-row .views-col .views-field-nothing a:hover {
  background-color: #dadada;
}

.view-id-page_actu .views-row .views-col .views-field-nothing a {
  text-decoration: none !important;
  color: inherit;
  background-color: #ebebeb;
  display: block;
  border-radius: 20px;
}

.view-id-page_actu .views-row .views-col .views-field-nothing a > div {
  display: flex;
  justify-content: space-between;
}

.view-id-page_actu .views-row .views-col p {
  font-size: 1rem;
}

.view-id-page_actu .views-row .views-col .views-field-nothing a > div > p {
  width: 30%;
  margin-bottom: 0%;
}

.view-id-page_actu img {
  border-radius: 20px;
  padding: 10px 0 10px 10px;
}

.view-id-page_actu .views-row .views-col .views-field-nothing a > div div {
  width: 70%;
  /* font-size: 1.2em; */
  color: #333333;
  /* font-weight: 500; */
  padding: 10px;
}

.view-id-page_actu .views-row .views-col .views-field-nothing h3 {
  color: #008d95;
}

.view-id-page_actu .view-content .views-row:not(:last-child) {
  padding-bottom: 40px;
}

.region-content .block .node--type-intranet-actualite .node__content .field--name-field-image {
  float: right;
  max-width: 50%;
  padding-left: 20px;
}

.region-content .block .node--type-intranet-actualite .node__content .field--name-body {
  padding-top: 20px;
}

/********************************************************************* PAGE DOCS */
#block-views-block-categories-espace-doc-block-1.nb-cat-2 .view-content ul li {
  width: 50%;
}

#block-views-block-categories-espace-doc-block-1.nb-cat-3 .view-content ul li {
  width: 30%;
}

#block-views-block-categories-espace-doc-block-1.nb-cat-4 .view-content ul li {
  width: 25%;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  text-align: center;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li {
  margin: 0;
  width: 23%;
  display: flex;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name,
#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name .field-content {
  width: 100%;
  display: flex;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name,
#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name .field-content {
  width: 100%;
  display: flex;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name .field-content a.is-active {
  background-color: #f49225;
  text-decoration: none;
  color: white;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name .field-content a {
  padding: 5px;
  color: white;
  background-color: #008d95;
  display: flex;
  text-transform: uppercase;
  font-size: 1.3rem;
  width: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
}

#block-views-block-categories-espace-doc-block-1 .view-content ul li .views-field-name .field-content a:hover {
  background-color: #f49225;
}

/* ESPACE DOCS */
/* Ajouter un document */
#wrap .view-intranet-documents .view-header .action-listing,
#wrap .view-intranet-documents .view-header .retour_dossier_prec {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
  background-size: contain;
  cursor: pointer;
}

#wrap .view-intranet-documents .view-header .retour_dossier_prec {
  margin-top: 15px;
}

#wrap .view-intranet-documents .view-header .retour_dossier_prec a {
  color: #f49225;
  text-decoration: none;
}

#wrap .view-intranet-documents .view-header .retour_dossier_prec a:hover {
  text-decoration: underline;
}

#wrap .view-intranet-documents .view-header .action-listing:hover {
  text-decoration: underline;
  transition: all 0.3s ease;
}

.view-intranet-documents .view-header .ajout-dossier {
  background-image: url(../images/add-folder.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.view-intranet-documents .view-header .ajout-fichier {
  background-image: url(../images/add-file.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.view-intranet-documents .view-header .retour_dossier_prec {
  background-image: url(../images/backO.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

/* PICTOS DOCUMENTS */
#wrap .view-intranet-documents table tbody tr.dossier td.views-field-title {
  background-image: url(../images/picto_dossier.png);
}

#wrap .view-intranet-documents table tbody tr.pdf td.views-field-title {
  background-image: url(../images/picto_pdf.png);
}

#wrap .view-intranet-documents table tbody tr.jpeg td.views-field-title {
  background-image: url(../images/picto_jpg.png);
}

#wrap .view-intranet-documents table tbody tr.jpg td.views-field-title {
  background-image: url(../images/picto_jpg.png);
}

#wrap .view-intranet-documents table tbody tr.zip td.views-field-title {
  background-image: url(../images/picto_zip.png);
}

#wrap .view-intranet-documents table tbody tr.gif td.views-field-title {
  background-image: url(../images/pico_gif.png);
}

#wrap .view-intranet-documents table tbody tr.xls td.views-field-title {
  background-image: url(../images/picto_excel.png);
}

#wrap .view-intranet-documents table tbody tr.xlsx td.views-field-title {
  background-image: url(../images/picto_excel.png);
}

#wrap .view-intranet-documents table tbody tr.pptx td.views-field-title {
  background-image: url(../images/picto_powerpoint.png);
}

#wrap .view-intranet-documents table tbody tr.ppt td.views-field-title {
  background-image: url(../images/picto_powerpoint.png);
}

#wrap .view-intranet-documents table tbody tr.doc td.views-field-title {
  background-image: url(../images/picto_word.png);
}

#wrap .view-intranet-documents table tbody tr.docx td.views-field-title {
  background-image: url(../images/picto_word.png);
}

#wrap .view-intranet-documents table tbody tr.png td.views-field-title {
  background-image: url(../images/pico_png.png);
}

#wrap .view-intranet-documents table tbody tr td.views-field-title {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 50px;
}

/* FIN PICTO DOCUMENTS */
#wrap .view-intranet-documents .view-header {
  margin-bottom: 20px;
  margin-top: 20px;
}

#wrap .view-intranet-documents .view-header .action-listing {
  display: inline-block;
}

#wrap .view-intranet-documents table {
  width: 100%;
  margin: 0;
}

/* titre rubrique tableau */
#wrap .view-intranet-documents table thead tr th a {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  text-decoration: none;
}

#wrap .view-intranet-documents table thead tr th a:hover {
  color: white;
}

table tr th {
  text-shadow: none;
}

/*
    border-bottom: 1px solid white;
    border-top: 1px solid #dddddd;
    font-weight: 200;
    color: #008d95;
    text-shadow: white 1px 1px 0;
    /* background: #dddddd url(../images/gradient_small_trans.png) repeat-x 0 top; }*/
#wrap .view-intranet-documents table thead tr th.views-field-changed {
  text-align: center;
}

#wrap .view-intranet-documents table thead tr th.views-field-filesize {
  text-align: end;
}

/* titre */
#wrap .view-intranet-documents table tbody tr td.views-field-title a {
  text-decoration: none;
  color: #008d95;
  text-transform: capitalize;
}

#wrap .view-intranet-documents table tbody tr td.views-field-title a:hover {
  font-weight: 300;
  color: #013235;
}

#wrap .view-intranet-documents table tbody tr {
  border-bottom: 1px solid #629597;
}

#wrap .view-intranet-documents table tbody tr td.views-field-title {
  width: 35%;
}

/* dernière modification */
#wrap .view-intranet-documents table tbody tr td.views-field-changed {
  width: 25%;
  text-align: center;
}

/* taille du fichier */
#wrap .view-intranet-documents table tbody tr td.views-field-filesize {
  width: 15%;
  text-align: end;
}

/* modification-suppression */
#wrap .view-intranet-documents table tbody tr td.views-field-php {
  text-align: end;
}

#wrap .view-intranet-documents table tbody tr td.views-field-php .action-listing {
  cursor: pointer;
}

#wrap .view-intranet-documents table tbody tr td.views-field-php .action-listing:hover {
  color: #008d95;
}

/* #wrap .view-intranet-documents table tbody tr td {
    padding: 10px;
} */
/* Aucun fichier/dossier */
#wrap .view-intranet-documents .view-empty {
  text-align: center;
  background: #f9f9f9;
  padding: 20px;
  color: #008d95;
  font-style: italic;
}

/********************************************************************* MODAL DOCUMENT POP UP */
.modal-header .modal-title {
  color: #008d95;
  font-weight: 300;
  font-size: 1.7rem;
}

.modal-header button.close {
  background: none;
  color: #008d95;
  font-size: 1.8rem;
}

.modal-header .modal-header .close {
  border: none !important;
}

.modal-header .modal-header .close:focus {
  border: none !important;
}

.modal-footer .btn:focus,
.modal-footer .btn.focus {
  box-shadow: none;
}

.modal-footer .btn-default {
  color: #973737;
}

.modal-footer .btn-primary {
  border: none;
  color: #008d95;
}

/* MODIFIER */
.modal-body table tbody tr td a {
  color: #f49225;
}

/* Supprimer */
.modal-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-title {
  color: #008d95;
  font-weight: 300;
  font-size: 1.7rem;
}

.modal-dialog .modal-header .bootstrap-dialog-header .bootstrap-dialog-close-button {
  display: none;
}

/********************************************************************* PAGE AGENDA */
#wrap .view-agenda-espacemembre .view-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#wrap .view-agenda-espacemembre .view-content .views-row {
  display: flex;
  padding: 16px;
  background-color: #f49225;
  width: 48%;
  margin-bottom: 2%;
  border-radius: 100px;
  align-items: center;
}

#wrap .view-agenda-espacemembre .views-row .views-field-field-date-agenda-2 .field-content {
  background-color: #fff;
  border-radius: 50%;
  width: 150px;
}

#wrap .view-agenda-espacemembre .views-row .views-field-field-date-agenda-2 .field-content a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
}

#wrap .view-agenda-espacemembre .views-row .views-field-field-date-agenda-2 .field-content .jour,
#wrap .view-agenda-espacemembre .views-row .views-field-field-date-agenda-2 .field-content .mois {
  font-size: 63px;
  font-weight: 700;
  color: #f49225;
  margin-bottom: 10px;
  line-height: 0.7;
}

#wrap .view-agenda-espacemembre .views-row .views-field-field-date-agenda-2 .field-content .annee {
  font-size: 32px;
  font-weight: 700;
  color: #9c9c9c;
  line-height: 0.7;
}

#wrap .view-agenda-espacemembre .views-row a {
  text-decoration: none !important;
}

#wrap .view-agenda-espacemembre .views-row .views-field-nothing a {
  width: 100%;
  padding: 5px 40px;
  color: #fff;
  font-size: 18px;
  display: block;
}

#wrap .view-agenda-espacemembre .views-row:hover {
  background-color: #9c9c9c;
}

#wrap .view-agenda-espacemembre .views-row .views-field-nothing a h3 {
  margin-bottom: 15px;
  font-size: 23px;
  color: #fff;
}

/* fin page agenda */
/* evenement */
.page-node-type-evenement #block-views-block-banniere-evenement-block-1 {
  width: 100%;
  margin-bottom: 30px;
}

.page-node-type-evenement .region-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}

.page-node-type-evenement .region-content #block-erasme-local-tasks {
  width: 100%;
}

.page-node-type-evenement .region-content #block-erasme-content {
  width: 60%;
}

.page-node-type-evenement .region-content #block-inscriptionevenement {
  width: 35%;
  padding: 30px;
  background-color: #f49225;
  border-radius: 30px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement p {
  color: #fff;
}

.page-node-type-evenement .region-content #block-inscriptionevenement h2 {
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 30px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form input[type=text],
.page-node-type-evenement .region-content #block-inscriptionevenement form select,
.page-node-type-evenement .region-content #block-inscriptionevenement form div.field > span {
  background: #fff;
  border: 1px solid #fff;
  width: 100%;
  font-size: 0.7em;
  margin-bottom: 10px;
  border-radius: 5px;
  display: block;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form div.field label {
  font-size: 1rem;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form div.field label span {
  font-size: 0.8rem;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form div.field span input[type=file] {
  padding-top: 1.5px;
  padding-bottom: 1.5px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form input[type=text].error,
.page-node-type-evenement .region-content #block-inscriptionevenement form select.error,
.page-node-type-evenement .region-content #block-inscriptionevenement form div.field.error > span {
  border: 1px solid #ff0000;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form select {
  padding: 5px 2px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form select.empty option {
  color: #000;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form select.empty,
.page-node-type-evenement .region-content #block-inscriptionevenement form select option[value=""],
.page-node-type-evenement .region-content #block-inscriptionevenement form select.empty option[value=""] {
  color: gray;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form label {
  color: #fff;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form label input {
  margin-right: 5px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form .g-recaptcha {
  margin-top: 20px;
}

.page-node-type-evenement .region-content #block-inscriptionevenement form .tpl_btn,
.path-actualites form#paiement .tpl_btn {
  padding: 7px 30px;
  margin-top: 20px;
}

/******************************************************************************************************************/
/************************************************** COOKIES *******************************************************/
/******************************************************************************************************************/
#tarteaucitronRoot #tarteaucitronAlertBig {
  background: #2a3135 !important;
}

#tarteaucitronIcon #tarteaucitronManager {
  box-shadow: none;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitronRoot .tarteaucitronAllow {
  background: #2e602e;
  font-weight: 200;
}

#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton {
  font-weight: 300;
}

html #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
  display: inline-block;
}

html #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert p {
  margin: 5px 0;
}

html #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert * {
  color: #fff;
}

html #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert ul {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: disc;
  margin-top: 0 !important;
}

html #tarteaucitronRoot #tarteaucitronAlertBig {
  box-sizing: border-box;
  padding: 30px;
  text-align: left;
}

html #tarteaucitronRoot #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
  padding: 0 10px;
  margin: 10px 5px 0 5px;
  height: 25px;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
  border-radius: 0;
}

#tarteaucitronRoot .tarteaucitronCheck::before {
  content: "✓";
  display: inline-block;
  color: #fff;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected {
  background-color: #9c1a1a;
  opacity: 1;
  font-weight: 200;
}

html #tarteaucitronRoot #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl):hover {
  background: #333;
  color: #fff;
  font-weight: 100;
}

html #tarteaucitronRoot #tarteaucitronAlertBig * {
  box-sizing: border-box;
}

#tarteaucitronAlertBig #tarteaucitronPrivacyUrl,
#tarteaucitronAlertBig #tarteaucitronPrivacyUrlDialog,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong {
  font: 15px verdana;
  color: #fff;
}

html #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize {
  padding-bottom: 2px !important;
}

#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html #tarteaucitronRoot #tarteaucitronAlertBig button:not(#tarteaucitronPrivacyUrl) {
  font-weight: 200;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  font-weight: 200;
}

#tarteaucitronRoot .tarteaucitronCTAButton span::before {
  color: #333 !important;
}

#tarteaucitronRoot .tarteaucitronCTAButton:hover span::before,
#tarteaucitronRoot .tarteaucitronCTAButton:focus span::before {
  color: #fff !important;
}/*# sourceMappingURL=erasme.css.map */