.visible {
  visibility: visible;
}

.static {
  position: static;
}

.clear-both {
  clear: both;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.block {
  display: block;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.rounded {
  border-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-5 {
  padding: 1.25rem;
}

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration-line: underline;
}

.no-underline {
  text-decoration-line: none;
}

/* Slider */

.graphic,
#prevBtn,
#nextBtn,
#slider1prev,
#slider1next {
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  text-indent: -8000px;
}

#slider ul,
#slider li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#slider li {
  /*
      define width and height of list item (slide)
      entire slider area will adjust according to the parameters provided here
  */
  width: 1020px;
  height: 300px;
  overflow: hidden;
  background-color: #fff;
  opacity: 0.95;
}

#prevBtn,
#nextBtn,
#slider1next,
#slider1prev {
  display: block;
  width: 20px;
  height: 300px;
  position: absolute;
  left: 0px;
  top: 194px;
  z-index: 1000;
}

#nextBtn,
#slider1next {
  left: 1000px;
}

#prevBtn a,
#nextBtn a,
#slider1next a,
#slider1prev a {
  display: block;
  position: relative;
  width: 20px;
  height: 300px;
  background: url(../img/left.png) no-repeat 0 0;
  background-color: #e75112;
  opacity: 0.7;
}

#nextBtn a,
#slider1next a {
  background: url(../img/right.png) no-repeat 0 0;
  background-color: #e75112;
  opacity: 0.7;
}

#prevBtn a:hover,
#nextBtn a:hover,
#slider1next a:hover,
#slider1prev a:hover {
  opacity: 1;
}

/* numeric controls */

ol#controls {
  margin: 1em 0;
  padding: 0;
  height: 28px;
}

ol#controls li {
  margin: 0 10px 0 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 28px;
  line-height: 28px;
}

ol#controls li a {
  float: left;
  height: 28px;
  line-height: 28px;
  border: 1px solid #ccc;
  background: #daf3f8;
  color: #555;
  padding: 0 10px;
  text-decoration: none;
}

ol#controls li.current a {
  background: #5dc9e1;
  color: #fff;
}

ol#controls li a:focus,
#prevBtn a:focus,
#nextBtn a:focus {
  outline: none;
}

/* MAIN */

html,
body {
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background: #edefef url(../img/wallpaper.jpg);
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  position: relative;
}

img {
  max-width: 100%;
}

a,
a:hover,
a:visited {
  color: #4c6700;
  border: none;
}

strong {
  font-weight: bold;
}

h1 {
  font-size: 24px;
  color: #a5c140;
}

h2 {
  margin-top: 32px;
  color: #069aa7;
}

h3 {
  margin-top: 32px;
  color: #d9294a;
}

input,
textarea {
  color: #a2a2a2;
  padding: 4px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a2a2a2;
}

input::placeholder,
textarea::placeholder {
  color: #a2a2a2;
}

input:focus,
textarea:focus {
  outline: none;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 1020px;
  z-index: 2;
}

#header {
  height: 110px;
  width: 1020px;
  color: #fff;
  padding-bottom: 0;
}

#content {
  display: flex;
  flex-direction: row;
  margin-top: 8px;
}

.colonne-l {
  flex-grow: 1;
  width: 712px;
}

.colonne-r {
  width: 300px;
  margin-left: 8px;
}

.logo {
  float: left;
  height: 110px;
  width: 340px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.logo2 {
  float: left;
  margin: 24px 135px;
}

.blocksearch {
  float: right;
  height: 110px;
  width: 275px;
  margin: 0 0 16px 0;
}

.blocksearch_link a {
  color: #000;
  font-weight: bold;
}

.blocksearch_link a:hover {
  color: #f7441c;
}

.blocksearch_search {
  float: left;
  width: 100%;
  height: 60px;
  color: #000;
}

.blocksearch_input {
  float: left;
  width: 221px;
  height: 33px;
  border: 0;
  border-top: 1px solid #aedefa;
  border-bottom: 1px solid #aedefa;
  box-sizing: border-box;
}

.blocksearch_search img {
  float: left;
}

.menu {
  float: left;
}

.menu a,
.menu a:hover {
  text-decoration: none;
  color: #fff;
}

.nav {
  float: left;
  position: relative;
  z-index: 1000;
}

.txt {
  padding: 32px;
  background-color: rgba(255, 255, 255, 0.95);
  min-height: 100%;
  box-sizing: border-box;
}

.txt p {
  margin-top: 6px;
  padding: 0;
}

.txt_font_1 {
  font-weight: bold;
  color: #747474;
  margin: -15px 0 25px 0;
}

.txt_font_2 {
  color: #000;
}

.txt_font_3 {
  font-weight: bold;
  color: #febe10;
  margin: -15px 0 25px 0;
}

.ul_plan_site h2 {
  color: #2a2a2a;
  margin: 0;
}

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

.block_for {
  float: left;
  width: 280px;
  height: 150px;
  border: 1px solid #ccc;
}

.block_for_space {
  float: left;
  width: 52px;
  height: 150px;
}

.block_formations {
  position: relative;
  min-height: 350px;
}

.block_formations ul {
  margin: 0;
  padding-left: 10px;
}

.block_formations li {
  list-style-type: none;
  background: url(../img/puce_li.png) no-repeat;
  padding: 0 0 5px 25px;
}

.block_formations h2 {
  color: #2a2a2a;
  margin: 0;
}

.bloc_titre {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.bloc_titre a,
.bloc_titre a:hover {
  color: #fff;
}

.bloc_subtitre {
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
}

.bloc_subtitre a,
.bloc_subtitre a:hover {
  color: #fff;
}

.blockactualites {
  min-height: 45px;
  width: 280px;
}

.block_actualites {
  float: left;
  background-color: #e75112;
  color: #fff;
  width: 280px;
  padding: 8px 0 0 11px;
}

.block_actualites_date {
  padding: 8px 0 0 20px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
  background-color: #e75112;
}

.block_actualites_date a,
.block_actualites_date a:hover {
  color: #fff;
  text-decoration: none;
}

.blockcalendrier {
  min-height: 45px;
  width: 280px;
}

.block_calendrier {
  float: left;
  background-color: #00a6e4;
  color: #fff;
  width: 280px;
  padding: 8px 0 0 11px;
}

.block_calendrier_date {
  padding: 8px 0 0 20px;
  width: 280px;
  font-family: Tahoma, Geneva, sans-serif;
  color: #fff;
  background-color: #00a6e4;
}

.block_calendrier_date a,
.block_calendrier_date a:hover {
  color: #fff;
  text-decoration: none;
}

.block_catalogue {
  background: rgb(172, 220, 100);
  background: linear-gradient(180deg, rgba(148, 220, 12, 1) 0%, #61a904 100%);
  padding: 12px;
}

.block_newsletter {
  background: url("../img/block_newsletter.png") repeat-x;
  padding: 12px 0 0 11px;
}

.newsletter_input {
  border: 0;
  padding-left: 4px;
  width: 100%;
  box-sizing: border-box;
}

.actu {
  background: #effeb9;
  border: 1px solid #98c700;
  width: 502px;
  float: left;
  margin-bottom: 10px;
  padding: 5px 0 7px 5px;
}

.for_link {
  color: #000;
}

.link a,
.link a:visited {
  color: #000;
}

.for_obj {
  margin: 10px 0;
  color: #fff;
}

.for_date {
  background: #fff;
  width: 49%;
  float: right;
  box-sizing: border-box;
}

.for_dure {
  background: #fff;
  width: 49%;
  float: left;
  box-sizing: border-box;
}

.foot {
  border-top: 1px solid #09f;
}

/*
Menu
 */

ul.ldd_menu {
  margin: 0;
  padding: 0;
  display: block;
  height: 50px;
  list-style: none;
  font-family: "Trebuchet MS", sans-serif;
}

ul.ldd_menu a {
  text-decoration: none;
}

ul.ldd_menu > li {
  float: left;
  position: relative;
}

ul.ldd_menu > li > span {
  float: left;
  color: #fff;
  /*background-color:#D04528;*/
  height: 50px;
  padding-top: 10px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  cursor: default;
  max-width: 204px;
  min-width: 204px;
}

ul.ldd_menu .ldd_submenu {
  position: absolute;
  top: 60px;
  width: 1012px;
  display: none;
  opacity: 0.95;
  left: 0;
  background: #fff;
}

/* MES SUB MENUS */

#ldd_submenu_rouge {
  left: -816px;
  border: 5px solid #ef3e61;
}

#ldd_submenu_bleu {
  left: -204px;
  border: 5px solid #0fb0c0;
}

#ldd_submenu_jaune {
  left: -612px;
  border: 5px solid #faba00;
}

#ldd_submenu_vert {
  left: -408px;
  border: 5px solid #a8d04d;
}

#ldd_submenu_orange {
  left: 0;
  border: 5px solid #f57f20;
}

a.ldd_subfoot {
  background-color: #f0f0f0;
  color: #444;
  display: block;
  clear: both;
  padding: 15px 20px;
  text-transform: uppercase;
  font-family: Arial, serif;
}

li.ldd_heading {
  list-style: none;
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  padding: 0 0 10px 0;
}

li.ldd {
  font-family: Georgia, serif;
  font-size: 15px;
  font-style: italic;
  padding: 0 0 10px 0;
}

.bleu {
  color: #0fb0c0;
}

li.ldd.bleu {
  list-style: url(../img/lst_bleu.png);
}

li.ldd.vert {
  list-style: url(../img/lst_vert.png);
}

.orange {
  color: #f57f20;
}

li.ldd.orange {
  list-style: url(../img/lst_orange.png);
}

li.ldd.rouge {
  list-style: url(../img/lst_rouge.png);
}

ul.ldd_menu ul {
  float: left;
  margin: 20px 0 10px 30px;
  padding: 10px;
}

ul.ldd_menu ul li a {
  font-family: Arial, serif;
  color: #333;
  padding: 1px 3px;
}

ul li.ldd.orange a:hover {
  color: #fff;
  background: #f57f20;
}

.vert {
  color: #a8d04d;
}

ul li.ldd.vert a:hover {
  color: #fff;
  background: #a8d04d;
}

.jaune {
  color: #faba00;
}

ul li.ldd.jaune a:hover {
  color: #fff;
  background: #faba00;
}

ul li.ldd.bleu a:hover {
  color: #fff;
  background: #0fb0c0;
}

ul li.ldd.rouge a:hover {
  color: #fff;
  background: #ef3e61;
}

.rouge {
  color: #ef3e61;
}

.societe {
  background-color: #f57f20;
}

.menu_jaune {
  background-color: #faba00;
}

.menu_vert {
  background-color: #a8d04d;
}

.menu_bleu {
  background-color: #0fb0c0;
}

.menu_rouge {
  background-color: #ef3e61;
}

.normes {
  position: fixed;
  top: 30px;
  left: -5px;
  text-align: center;
  color: #646464;
  background: #fff;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 10px;
}

.normes img {
  display: block;
  width: 60px;
  margin: 4px;
}

#footer {
  height: 90px;
  width: 1020px;
  color: #fff;
  display: block;
  margin: 8px auto;
}