.color1 {
  color: #ffde00;
}

.fond_color1 {
  background: #ffde00;
  color: #fff;
  clear: both;
  display: block;
  padding: 4px 2%;
}

.fond_color1_ajust {
  background: #ffde00;
  color: #fff;
  padding: 0 4px;
}

.color2 {
  color: #ee3a43;
}

.fond_color2 {
  background: #ee3a43;
  color: #fff;
  clear: both;
  display: block;
  padding: 4px 2%;
}

.fond_color2_ajust {
  background: #ee3a43;
  color: #fff;
  padding: 0 4px;
}

.color3 {
  color: #781d7e;
}

.fond_color3 {
  background: #781d7e;
  color: #fff;
  clear: both;
  display: block;
  padding: 4px 2%;
}

.fond_color3_ajust {
  background: #781d7e;
  color: #fff;
  padding: 0 4px;
}

.color4 {
  color: #0193cf;
}

.fond_color4 {
  background: #0193cf;
  color: #fff;
  clear: both;
  display: block;
  padding: 4px 2%;
}

.fond_color4_ajust {
  background: #0193cf;
  color: #fff;
  padding: 0 4px;
}

.color5 {
  color: #00a48a;
}

.fond_color5 {
  background: #00a48a;
  color: #fff;
  clear: both;
  display: block;
  padding: 4px 2%;
}

.fond_color5_ajust {
  background: #00a48a;
  color: #fff;
  padding: 0 4px;
}

.relative {
  position: relative;
}

.no-mobile {
  display: none !important;
}

.site-width {
  width: 100%;
}

header {
  padding: 15px;
}
header .logo {
  position: relative;
  margin: 0;
}
header .logo svg {
  width: auto;
}
header .menu-picto {
  position: absolute;
  right: 0;
  margin: 0;
  text-align: right;
  width: 100%;
}
header .menu-picto .btn-picto {
  width: 32px;
  display: inline-block;
  height: 30px;
  position: relative;
  right: 60px;
  z-index: 2;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -ms-transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .menu-picto .btn-picto:before {
  content: '\f106';
  font-family: 'FontAwesome';
  position: absolute;
  color: #ece8df;
  display: inline-block;
  font-size: 50px;
  line-height: 25px;
  left: 0;
  top: -5px;
}
header .menu-picto .btn-picto:after {
  content: '\f106';
  font-family: 'FontAwesome';
  position: absolute;
  color: #ece8df;
  display: inline-block;
  font-size: 50px;
  line-height: 25px;
  left: 0;
  top: 5px;
}
header .menu-picto .btn-picto.actif {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
header .menu-picto > .moduletable {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  padding: 3px 7px;
  top: 63px;
  left: 0;
}
header .menu-picto > .moduletable ul {
  text-align: center;
  width: 100%;
}
header .menu-picto > .moduletable ul li {
  display: inline-block;
}
header .menu-langue {
  z-index: 2;
  position: absolute;
  right: 0px;
}
header .dl-menuwrapper .dl-menu {
  left: 0;
}
header .dl-menuwrapper .dl-menu.dl-menuopen {
  left: 0;
}

.menu_container {
  top: 4px;
  left: 0;
  width: 100%;
}

.fond_home {
  height: 205px;
}
.fond_home .moduletable {
  margin-top: 77px;
}
.fond_home .moduletable .custom h1 {
  font-size: 24px;
}

.slick-slider {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
}

.site > main .col-g {
  width: 100%;
}
.site > main .col-d {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 50px;
}

main .col-g {
  height: auto;
  width: 100%;
}
main .col-g.level-1 {
  margin-top: 148px !important;
}
main .col-g.level-2 {
  display: none !important;
}
main .col-d {
  width: 100%;
}
main .col-d.level-2 .agenda.home {
  text-align: center;
}
main .col-d.level-2 .agenda.home > .page-header {
  padding: 5px 0 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
main .col-d.level-2 .agenda.home > .page-header .title {
  width: 100%;
}
main .col-d.level-2 .agenda.home > .page-header a.goto {
  margin: 0 15px 0 0;
}
main .level-1 {
  margin: 0 !important;
}
main .level-1 .container_menu_tag {
  display: none !important;
}
main .blog .items-row .span3 {
  -webkit-box-flex: 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 100%;
  /* OLD - Firefox 19- */
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 100%;
  /* Chrome */
  -ms-flex: 1 100%;
  /* IE 10 */
  flex: 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  padding: 0 !important;
}
main .blog.agenda #monthform {
  width: 100%;
  margin: 0 0 0 15px;
}
main .blog.agenda #dateform {
  position: inherit;
  width: 100%;
  text-align: center;
  right: 0;
}
main .blog.agenda #dateform.list {
  position: inherit;
  right: 0;
}
main .blog.agenda #dateform input {
  width: 120px;
  text-align: center;
}
main .tag-category .bloc_filtre .bloc_tag .tag {
  width: 100%;
  margin: 0 !important;
}
main .tag-category .category li {
  -webkit-box-flex: 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 100%;
  /* OLD - Firefox 19- */
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 100%;
  /* Chrome */
  -ms-flex: 1 100%;
  /* IE 10 */
  flex: 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0 0 25px !important;
}
main .item-page table {
  display: inline-block;
}
main .item-page table tbody {
  display: inline-block;
}
main .item-page table tbody tr {
  display: inline-block;
}
main .item-page table tbody tr td {
  display: inline-block;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
main .item-page table tbody tr td iframe {
  width: 100%;
  height: 300px;
}

#MonthPicker_monthpicker {
  text-align: center;
  width: 100%;
}
#MonthPicker_monthpicker .month-picker-year-table {
  margin: 0;
}
#MonthPicker_monthpicker .month-picker-month-table tbody tr a {
  width: 33%;
  border-top: 0;
}

footer .footer-top .col-g {
  -webkit-box-flex: 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 100%;
  /* OLD - Firefox 19- */
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 100%;
  /* Chrome */
  -ms-flex: 1 100%;
  /* IE 10 */
  flex: 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  padding: 0;
}
footer .footer-top .col-g::after {
  display: none;
}
footer .footer-top .col-g .acymailing_module div {
  text-align: center;
}
footer .footer-top .col-g .acymailing_form {
  text-align: center;
}
footer .footer-top .col-g .acymailing_form input {
  width: 100% !important;
}
footer .footer-top .col-d {
  -webkit-box-flex: 1 100%;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 100%;
  /* OLD - Firefox 19- */
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1 100%;
  /* Chrome */
  -ms-flex: 1 100%;
  /* IE 10 */
  flex: 1 100%;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  text-align: center;
  padding: 0;
  margin-top: 25px;
}
footer .footer-top .col-d .text-footer {
  padding: 0;
}
footer .footer-bottom .custom a img {
  width: 100%;
  margin: 0 !important;
}

/*# sourceMappingURL=styles-mobile.css.map */
