/** END FONCTIONS **/
#bandeau_page {
  min-height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 150px), 0% 100%);
  background-color: #899ba6;
}
#bandeau_page .conteneur {
  padding: 0 30px;
  padding-bottom: 160px;
}
#bandeau_page .date {
  background-color: #f4a359;
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-size: 13px;
  border-radius: 7px;
  line-height: 40px;
  display: inline-block;
  margin-top: 20px;
  padding: 0 15px;
}
#bandeau_page .date span {
  font-weight: bold;
}
#bandeau_page #breadcrumbs {
  padding-top: 90px;
}
#bandeau_page #breadcrumbs p,
#bandeau_page #breadcrumbs a,
#bandeau_page #breadcrumbs span {
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
}
#bandeau_page #breadcrumbs a {
  text-decoration: underline;
}
#bandeau_page h1 {
  margin-top: 30px;
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
}
#bandeau_page h1 span {
  line-height: 28px;
  display: block;
  font-size: 24px;
  font-weight: 400;
}
#bandeau_page .infos {
  margin-top: 20px;
}
#bandeau_page .infos p {
  text-transform: uppercase;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.1;
}
#bandeau_page .infos .parcours {
  margin-top: 20px;
}
#bandeau_page .infos .parcours p {
  text-transform: initial;
  font-size: 14px;
}
#liste_pages_enfants {
  padding: 200px 0;
  overflow: hidden;
  position: relative;
  background-color: #f4a359;
}
#liste_pages_enfants:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 380px 1920px;
  border-color: #fff #fff #f4a359 #fff;
}
#liste_pages_enfants:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 380px 1920px 0 0;
  border-color: #f4a359 #e5d9b9 #e5d9b9 #e5d9b9;
}
#liste_pages_enfants.flat_bottom {
  padding-bottom: 50px;
}
#liste_pages_enfants.flat_bottom:after {
  display: none;
}
#liste_pages_enfants ul {
  position: relative;
  z-index: 10;
}
#liste_pages_enfants ul li {
  width: 270px;
  height: 270px;
  position: relative;
  background-color: #000;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
#liste_pages_enfants ul li .visuel {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.8;
  background-color: #e5d9b9;
}
#liste_pages_enfants ul li .content {
  position: absolute;
  top: 40px;
  left: 25px;
}
#liste_pages_enfants ul li .titre {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  font-style: italic;
  letter-spacing: 1px;
}
#liste_pages_enfants ul li .extrait {
  font-size: 16px;
  color: #ffffff;
  margin-top: 10px;
}
#liste_pages_enfants ul li .bouton {
  position: absolute;
  bottom: 40px;
  left: 30px;
}
#nav_interne {
  display: none;
  z-index: 5;
}
#nav_interne .bloc {
  max-width: 300px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#nav_interne .bloc .titre {
  padding: 30px;
  background-color: #ECF0F7;
  font-family: 'verveine', sans-serif;
  font-size: 24px;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), 0 100%);
}
#nav_interne .bloc ul {
  padding: 10px 30px;
}
#nav_interne .bloc ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #f4a359;
  padding: 15px 0;
}
#nav_interne .bloc ul li.current a {
  color: #e5d9b9;
  font-weight: bold;
}
#nav_interne .bloc ul li:not(:last-of-type) a {
  border-bottom: 1px solid #E7E7E7;
}
#nav_filles {
  padding: 20px;
  padding-bottom: 40px;
}
#nav_filles ul {
  padding: 20px;
  background-color: #ecf0f7;
  border-radius: 8px;
  margin-bottom: 0;
}
#nav_filles ul li {
  padding-left: 0;
  margin-bottom: 0;
}
#nav_filles ul li::before {
  display: none;
}
#nav_filles ul li a {
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  color: #0067A2;
  padding: 25px 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #e2e2e2;
  text-decoration: none;
}
#nav_filles ul li a:hover {
  color: #e5d9b9;
}
#liste_ressources {
  padding: 20px 0;
  position: relative;
}
#liste_ressources .nom {
  padding: 0 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #000000;
  font-weight: bold;
  font-style: italic;
}
#liste_ressources ul {
  position: relative;
  z-index: 20;
  padding: 0 0 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
#liste_ressources ul a {
  text-decoration: none;
}
#liste_ressources ul li {
  width: calc(50% - 20px);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #ecf0f7;
  padding-left: 0;
  margin-right: 20px;
}
#liste_ressources ul li:before {
  display: none;
}
#liste_ressources ul li .visuel {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#liste_ressources ul li .titre {
  background-color: #ecf0f7;
  clip-path: polygon(calc(100% - 25px) 0, 100% 25px, 100% 100%, 0 100%, 0 0);
  margin-top: -25px;
  padding: 30px 50px 30px 20px;
  font-size: 14px;
  color: #f4a359;
  line-height: 1;
  margin-bottom: 0;
}
#liste_ressources ul li .titre strong {
  letter-spacing: 1px;
  font-weight: bold;
  color: #f4a359;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
}
#searchform {
  border-radius: 8px;
  box-shadow: 20px 26px 31px 0 rgba(8, 24, 36, 0.5);
  background-color: #ffffff;
  padding: 50px 30px;
}
#searchform p {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
}
#searchform .nice-select {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #0ABAEE;
  display: inline-block;
  border-radius: 0px;
  float: none;
  padding-right: 30px;
  margin: 0 10px;
  height: 30px;
}
#searchform .nice-select:after {
  right: 4px;
  border-color: #0ABAEE;
  width: 8px;
  height: 8px;
}
#searchform .nice-select span {
  font-size: 21px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #0ABAEE;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#searchform .nice-select ul li:before {
  display: none;
}
#searchform input[type="text"] {
  background-color: #f2f2f2;
  border: none;
  border-radius: 2px;
  outline: none;
  width: 100%;
  font-size: 20px;
  margin: 0;
  box-shadow: none;
  height: 60px;
  padding: 0 25px;
  margin-bottom: 30px;
}
#searchform input[type="submit"],
#searchform input[type="button"] {
  box-shadow: 0 12px 10px rgba(8, 24, 36, 0.3);
  letter-spacing: 2px;
  border-radius: 3px;
  position: relative;
  font-weight: bold;
  font-size: 10px !important;
  text-transform: uppercase;
  display: block;
  line-height: 36px;
  padding: 0 16px;
  display: inline-block;
  outline: none;
  cursor: pointer;
  background-image: url(../images/bouton_fleche.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px;
  background-color: #f4a359;
  color: #fff;
  border-color: #f4a359;
  box-shadow: 0 0 0 3px inset #ffffff, 0 12px 10px rgba(8, 24, 36, 0.3);
  border: 1px solid #0067A2;
  padding: 6px 22px;
  padding-right: 60px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
#searchform input[type="submit"]:after,
#searchform input[type="button"]:after {
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border-radius: 5px;
  opacity: 0.5;
}
#searchform input[type="submit"]:hover,
#searchform input[type="button"]:hover {
  background-color: #e5d9b9 !important;
  border-color: #e5d9b9 !important;
  background-position: right 15px center !important;
}
#searchform input[type="submit"]:hover:after,
#searchform input[type="button"]:hover:after {
  border-color: #e5d9b9 !important;
}
#destinations {
  padding: 30px;
  background-color: #e5d9b9;
}
#destinations .recherche .conteneur {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
#destinations .recherche .nice-select,
#destinations .recherche .checkboxes {
  margin-bottom: 10px;
  float: none;
  background-color: rgba(255, 255, 255, 0.7);
  border: 0;
}
#destinations .recherche .checkboxes {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  border-radius: 5px;
  padding-right: 30px;
  position: relative;
}
#destinations .recherche .checkboxes:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  right: 12px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
#destinations .recherche .checkboxes .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
#destinations .recherche .checkboxes li {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#destinations .recherche .checkboxes li input {
  position: absolute;
  left: 10px;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
#destinations .recherche .checkboxes li label {
  position: relative;
  line-height: 16px;
  padding: 12px 10px 12px 30px;
  width: 100%;
  display: block;
  cursor: pointer;
}
#destinations .recherche .checkboxes.open .list {
  transform: scale(1) translateY(0);
  opacity: 1;
  pointer-events: auto;
}
#destinations .recherche .checkboxes.open:after {
  transform: rotate(-135deg);
}
#destinations .recherche .nice-select ul,
#destinations .recherche .checkboxes ul {
  max-height: 200px;
  overflow: auto;
}
#destinations input[type="search"] {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  width: 100%;
  display: block;
  margin-bottom: 60px;
}
#destinations .dataTables_wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
#destinations .dataTables_paginate {
  margin-top: 10px;
}
#destinations .dataTables_wrapper .dataTables_paginate .paginate_button {
  border: none;
  color: #ffffff !important;
  border-radius: 10px;
}
#destinations .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: #fff;
  color: #e5d9b9 !important;
}
#destinations .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgba(255, 255, 255, 0.2);
}
#destinations #table_id_length {
  display: none;
}
#destinations #table_id {
  border-radius: 8px;
  overflow: hidden;
  border: 0;
}
#destinations #table_id thead {
  background-color: #0067a2;
  color: #fff;
}
#destinations #table_id thead th {
  padding: 20px;
}
#destinations #table_id tbody tr td {
  padding: 20px;
}
#destinations #table_id tbody tr td.erasmus {
  font-size: 0;
}
#destinations #table_id tbody tr td.erasmus.oui:after {
  content: '';
  background-image: url(../images/erasmus.jpg);
  background-position: center;
  background-size: 41px;
  background-repeat: no-repeat;
  width: 41px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
#destinations a {
  color: #e5d9b9;
}
.propositions_disciplines .propositions {
  overflow-x: auto;
  padding-bottom: 30px;
}
.tg {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  box-shadow: 0 12px 10px rgba(8, 24, 36, 0.3);
  border-radius: 10px;
  overflow: hidden;
  border: 15px solid #fff;
}
.tg td,
.tg th {
  border-color: white;
  border-style: solid;
  border-width: 2px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  overflow: hidden;
  padding: 10px;
  word-break: normal;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.2;
  font-weight: bold;
  font-family: 'Lato', sans-serif;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.tg a {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.tg a:hover {
  opacity: 0.2;
}
.tg .blanc {
  color: #ffffff;
}
.tg th {
  background-color: #eef2f7;
  height: 50px;
}
.tg .tg-c0st {
  background-color: #f4a359;
}
.tg .tg-4w5l {
  background-color: #e5d9b9;
}
.tg .tg-yj5s {
  background-color: #e5d9b9;
}
.tg .tg-tdlo {
  background-color: #C6E0B4;
}
.tg .tg-avpn {
  background-color: #68c8ff;
  border-right: 2px solid #68c8ff;
}
#categories.liste_cat {
  text-align: center;
  position: relative;
  z-index: 30;
}
#categories.liste_cat p {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3;
  letter-spacing: -1px;
}
#categories.liste_cat .nice-select {
  padding: 0;
  border: 0;
  border-bottom: 2px solid #e5d9b9;
  display: inline-block;
  border-radius: 0px;
  float: none;
  padding-right: 30px;
  margin: 0 10px;
}
#categories.liste_cat .nice-select:after {
  right: 4px;
  border-color: #e5d9b9;
  width: 8px;
  height: 8px;
}
#categories.liste_cat .nice-select .list {
  max-height: 200px;
  overflow: auto;
}
#categories.liste_cat .nice-select span {
  font-size: 32px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
  color: #e5d9b9;
  max-width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.form-calcul {
  max-width: 700px;
}
.form-calcul .nostyle {
  border: none;
  padding: 0;
  width: 60px !important;
  font-size: 20px;
  font-weight: bold;
  appearance: none;
  outline: none;
  cursor: inherit;
}
.form-calcul .nostyle[name="tresultatfin"] {
  color: #f4a359;
}
.form-calcul .nostyle[name="tresultatfin"] + span {
  color: #f4a359;
}
.form-calcul .cy_row {
  display: flex;
  justify-content: space-between;
}
.form-calcul .cy_row .cy_col {
  width: 45%;
}
.form-calcul .nice-select {
  width: 100% !important;
}
.form-calcul .nice-select ul {
  max-height: 220px;
  overflow-y: auto;
}
.form-calcul .nice-select ul li {
  font-size: 14px;
  line-height: 32px;
  min-height: 32px;
}
.form-calcul .form-calcul--element-color {
  width: 100% !important;
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
}
.properties-template-default.single #primary {
  width: 80%;
  margin: auto;
  max-width: 1400px;
}
.es-single .es-info .es-property-fields {
  width: 50% !important;
}
.es-single .es-description iframe {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
.es-single .es-address {
  text-transform: uppercase;
  font-size: 20px;
}
.es-listing .es-price {
  background-color: #0067a2 !important;
  color: #fff !important;
  padding: 5px !important;
}
@media (min-width: 768px) {
  #liste_pages_enfants ul {
    font-size: 0;
    padding-top: 15px;
    padding-left: 15px;
    max-width: 585px;
    margin: 0 auto;
  }
  #liste_pages_enfants ul li {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    vertical-align: top;
  }
  #nav_filles {
    padding: 40px;
  }
  #nav_filles ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 40px;
  }
  #nav_filles ul li {
    width: 40%;
  }
  #liste_ressources {
    padding-top: 40px;
  }
  #liste_ressources .nom {
    padding: 0 40px;
  }
  #liste_ressources ul {
    padding-left: 40px;
  }
  #liste_ressources ul li {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 1024px) {
  #liste_pages_enfants {
    padding: 280px 0;
  }
  #liste_pages_enfants ul {
    max-width: 870px;
  }
  #liste_ressources ul li {
    width: calc(25% - 20px);
  }
  #destinations {
    padding: 100px 30px;
  }
  #destinations .recherche {
    padding-bottom: 0;
  }
  #destinations .recherche .conteneur {
    display: flex;
    padding-right: 230px;
  }
  #destinations .recherche .conteneur .nice-select,
  #destinations .recherche .conteneur .checkboxes {
    width: 25%;
    max-width: 200px;
    margin-right: 10px;
    margin-bottom: 0px;
  }
  #destinations #table_id_filter {
    margin-top: -42px;
  }
  .propositions_disciplines .propositions {
    overflow-x: inherit;
    padding-bottom: 0px;
  }
}
@media (min-width: 1200px) {
  #bandeau_page {
    min-height: 400px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 190px), 0% 100%);
    z-index: 10;
    position: relative;
  }
  #bandeau_page .conteneur {
    padding: 0;
    padding-bottom: 50px;
    min-height: 400px;
  }
  #bandeau_page #breadcrumbs {
    padding-top: 115px;
  }
  #bandeau_page h1 {
    margin-top: 50px;
    max-width: 50%;
  }
  #bandeau_page .infos {
    max-width: 50%;
  }
  #liste_pages_enfants ul {
    max-width: 1240px;
    padding-left: 20px;
    margin-top: -100px;
  }
  #liste_pages_enfants ul li {
    width: 285px;
    height: 285px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #primary.nav {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
  }
  #primary.nav .contenu {
    padding-left: 340px;
  }
  #primary.nav .contenu > div {
    position: relative;
    z-index: 15;
  }
  #nav_interne {
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  #nav_interne .bloc {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    z-index: 100;
  }
  #nav_interne.fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 140px;
  }
  #nav_interne.fixed .bloc {
    overflow: auto;
  }
  #nav_interne.fixed.bottom {
    bottom: 0;
    top: inherit;
    position: absolute;
  }
}
@media (max-width: 1199px) {
  #bandeau_gris {
    background-color: #EEF2F8;
  }
}
@media (min-width: 1500px) {
  #primary.nav {
    max-width: 1480px;
  }
  #nav_interne {
    max-width: 1400px;
  }
  #nav_filles ul li {
    width: 30%;
  }
}
