/*!
Theme Name: CESNI
Description: Theme client
Author: Press-Agrum
Version: 1.0
Author URI: http://www.press-agrum.com/
*/
input[type=submit], a {
  -webkit-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -o-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
}

@-webkit-keyframes toggleDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes toggleDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-ms-keyframes toggleDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes toggleDown {
  0% {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes toggleUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes toggleUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-ms-keyframes toggleUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes toggleUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media only screen and (min-width: 1440px) {
  .l-end {
    float: none !important;
  }

  .l-center {
    margin: 0 auto;
    float: none !important;
  }

  .l-hide {
    display: none;
  }

  .l-clean {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .ml-end {
    float: none !important;
  }

  .ml-center {
    margin: 0 auto;
    float: none !important;
  }

  .ml-hide {
    display: none;
  }

  .ml-clean {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  .m-end {
    float: none !important;
  }

  .m-center {
    margin: 0 auto;
    float: none !important;
  }

  .m-hide {
    display: none;
  }

  .m-clean {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 640px) {
  .s-end {
    float: none !important;
  }

  .s-center {
    margin: 0 auto;
    float: none !important;
  }

  .s-hide {
    display: none;
  }

  .s-clean {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1100px;
  position: relative;
}
.section::before, .section::after {
  content: "";
  display: table;
}
.section::after {
  clear: both;
}
.section {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */
}

.end {
  float: none !important;
}

.center {
  margin: 0 auto;
  float: none !important;
}

.right {
  float: right !important;
}

.left {
  float: left;
}

.clean {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.l-12, .ml-12, .m-12, .s-12, .l-11, .ml-11, .m-11, .s-11, .l-10, .ml-10, .m-10, .s-10, .l-9, .ml-9, .m-9, .s-9, .l-8, .ml-8, .m-8, .s-8, .l-7, .ml-7, .m-7, .s-7, .l-6, .ml-6, .m-6, .s-6, .l-5, .ml-5, .m-5, .s-5, .l-4, .ml-4, .m-4, .s-4, .l-3, .ml-3, .m-3, .s-3, .l-2, .ml-2, .m-2, .s-2, .l-1, .ml-1, .m-1, .s-1 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 1440px) {
  .l-push-1 {
    margin-left: 8.3333333333%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-2 {
    margin-left: 16.6666666667%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-3 {
    margin-left: 25%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-4 {
    margin-left: 33.3333333333%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-5 {
    margin-left: 41.6666666667%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-6 {
    margin-left: 50%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-7 {
    margin-left: 58.3333333333%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-8 {
    margin-left: 66.6666666667%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-9 {
    margin-left: 75%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-10 {
    margin-left: 83.3333333333%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-11 {
    margin-left: 91.6666666667%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .l-push-12 {
    margin-left: 100%;
  }

  .l-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.l-1 {
  width: 8.3333333333%;
}

.l-2 {
  width: 16.6666666667%;
}

.l-3 {
  width: 25%;
}

.l-4 {
  width: 33.3333333333%;
}

.l-5 {
  width: 41.6666666667%;
}

.l-6 {
  width: 50%;
}

.l-7 {
  width: 58.3333333333%;
}

.l-8 {
  width: 66.6666666667%;
}

.l-9 {
  width: 75%;
}

.l-10 {
  width: 83.3333333333%;
}

.l-11 {
  width: 91.6666666667%;
}

.l-12 {
  width: 100%;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .ml-1 {
    width: 8.3333333333%;
  }

  .ml-push-1 {
    margin-left: 8.3333333333%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-2 {
    width: 16.6666666667%;
  }

  .ml-push-2 {
    margin-left: 16.6666666667%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-3 {
    width: 25%;
  }

  .ml-push-3 {
    margin-left: 25%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-4 {
    width: 33.3333333333%;
  }

  .ml-push-4 {
    margin-left: 33.3333333333%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-5 {
    width: 41.6666666667%;
  }

  .ml-push-5 {
    margin-left: 41.6666666667%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-6 {
    width: 50%;
  }

  .ml-push-6 {
    margin-left: 50%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-7 {
    width: 58.3333333333%;
  }

  .ml-push-7 {
    margin-left: 58.3333333333%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-8 {
    width: 66.6666666667%;
  }

  .ml-push-8 {
    margin-left: 66.6666666667%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-9 {
    width: 75%;
  }

  .ml-push-9 {
    margin-left: 75%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-10 {
    width: 83.3333333333%;
  }

  .ml-push-10 {
    margin-left: 83.3333333333%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-11 {
    width: 91.6666666667%;
  }

  .ml-push-11 {
    margin-left: 91.6666666667%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .ml-12 {
    width: 100%;
  }

  .ml-push-12 {
    margin-left: 100%;
  }

  .ml-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (min-width: 640px) and (max-width: 1200px) {
  .m-1 {
    width: 8.3333333333%;
  }

  .m-push-1 {
    margin-left: 8.3333333333%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-2 {
    width: 16.6666666667%;
  }

  .m-push-2 {
    margin-left: 16.6666666667%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-3 {
    width: 25%;
  }

  .m-push-3 {
    margin-left: 25%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-4 {
    width: 33.3333333333%;
  }

  .m-push-4 {
    margin-left: 33.3333333333%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-5 {
    width: 41.6666666667%;
  }

  .m-push-5 {
    margin-left: 41.6666666667%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-6 {
    width: 50%;
  }

  .m-push-6 {
    margin-left: 50%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-7 {
    width: 58.3333333333%;
  }

  .m-push-7 {
    margin-left: 58.3333333333%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-8 {
    width: 66.6666666667%;
  }

  .m-push-8 {
    margin-left: 66.6666666667%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-9 {
    width: 75%;
  }

  .m-push-9 {
    margin-left: 75%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-10 {
    width: 83.3333333333%;
  }

  .m-push-10 {
    margin-left: 83.3333333333%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-11 {
    width: 91.6666666667%;
  }

  .m-push-11 {
    margin-left: 91.6666666667%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .m-12 {
    width: 100%;
  }

  .m-push-12 {
    margin-left: 100%;
  }

  .m-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .flex-inverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .flex-inverse .content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 640px) {
  .s-1 {
    width: 8.3333333333%;
  }

  .s-push-1 {
    margin-left: 8.3333333333%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-2 {
    width: 16.6666666667%;
  }

  .s-push-2 {
    margin-left: 16.6666666667%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-3 {
    width: 25%;
  }

  .s-push-3 {
    margin-left: 25%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-4 {
    width: 33.3333333333%;
  }

  .s-push-4 {
    margin-left: 33.3333333333%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-5 {
    width: 41.6666666667%;
  }

  .s-push-5 {
    margin-left: 41.6666666667%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-6 {
    width: 50%;
  }

  .s-push-6 {
    margin-left: 50%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-7 {
    width: 58.3333333333%;
  }

  .s-push-7 {
    margin-left: 58.3333333333%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-8 {
    width: 66.6666666667%;
  }

  .s-push-8 {
    margin-left: 66.6666666667%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-9 {
    width: 75%;
  }

  .s-push-9 {
    margin-left: 75%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-10 {
    width: 83.3333333333%;
  }

  .s-push-10 {
    margin-left: 83.3333333333%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-11 {
    width: 91.6666666667%;
  }

  .s-push-11 {
    margin-left: 91.6666666667%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-12 {
    width: 100%;
  }

  .s-push-12 {
    margin-left: 100%;
  }

  .s-c {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

#menu ul.menu > li.menu-item {
  position: relative;
}
#menu ul.menu > li.menu-item > .sub-menu {
  opacity: 0;
  max-height: 0;
  position: absolute;
  background: rgba(36, 36, 36, 0.9);
  padding: 20px;
  left: 0;
  visibility: hidden;
  top: 100%;
  z-index: 20;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#menu ul.menu > li.menu-item > .sub-menu::before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(36, 36, 36, 0.9);
}
#menu ul.menu > li.menu-item > .sub-menu li {
  margin-top: 11px;
  display: block !important;
  padding-right: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 0;
  padding-top: 10px;
}
#menu ul.menu > li.menu-item > .sub-menu li:first-child {
  margin-top: 0;
  border-top: none;
  padding-top: 0;
}
#menu ul.menu > li.menu-item > .sub-menu li a {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  white-space: nowrap;
  font-weight: 400 !important;
  text-transform: none;
}
#menu ul.menu > li.menu-item > .sub-menu li a:hover {
  color: #00afeb;
}

.pages-nav {
  padding-left: 0;
}
.pages-nav ul {
  padding-left: 0;
}
.pages-nav ul li {
  list-style: none;
}
.pages-nav ul li a {
  display: block;
  padding: 10px;
}
.pages-nav .menu > li a {
  color: #242424;
  border-bottom: 1px solid #00afeb;
  background: rgba(255, 255, 255, 0.65);
}
.pages-nav .menu > li a:hover {
  color: #242424;
  background: rgba(255, 255, 255, 0.7);
}
.pages-nav.standards .menu > li a {
  background: none;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pages-nav.standards .menu > li a:hover {
  color: #00afeb;
  background: transparent;
}
.pages-nav.standards .current-menu-item a {
  border-bottom: 1px solid #00afeb !important;
}
.pages-nav .sub-menu li a {
  color: white;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 300;
}
.pages-nav .sub-menu li a:hover {
  color: #00afeb;
  background: transparent;
}
.pages-nav .sub-menu li.current_page_item a, .pages-nav .sub-menu li.current-menu-item a {
  color: #00afeb;
}
.pages-nav .sub-menu li ul {
  padding-left: 15px;
}

@media screen and (min-width: 641px) {
  #menu ul.menu > li.menu-item:hover > .sub-menu {
    top: 130%;
    opacity: 1;
    max-height: 900px;
    visibility: visible;
  }
}
.flex-container {
  display: flex;
}

.flex-container-v {
  display: flex;
  flex-direction: column;
}

.aic {
  align-items: center;
}

.jcc {
  justify-content: center;
}

.jcsb {
  justify-content: space-between;
}

.mtauto {
  margin-top: auto;
}

.txtcenter {
  text-align: center;
}

.txtupper {
  text-transform: uppercase;
}

#header {
  background: rgba(0, 0, 0, 0.1);
}

#header > .section {
  padding: 25px 0;
}

#logo > a {
  display: flex;
}

.header-accesRapides {
  max-width: 290px;
  padding: 0;
}

.header-accesMembres {
  color: white;
  font-weight: 300;
}
.header-accesMembres svg {
  margin-right: 5px;
}

#langs {
  text-align: right;
}
#langs li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding-right: 6px;
}
#langs li a, #langs li p {
  color: white;
  border-bottom: 2px solid transparent;
  text-decoration: none !important;
}
#langs li a:hover,
#langs li a:active {
  color: #00afeb;
  text-decoration: none !important;
}
#langs li .active {
  font-weight: 100;
  border-bottom: 2px solid white;
}

.header-zoomSearch {
  margin-top: 15px;
  height: 35px;
}
.header-zoomSearch input, .header-zoomSearch button {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  height: 100%;
  padding: 0 10px;
}
.header-zoomSearch input {
  flex: 1;
}
.header-zoomSearch button {
  border: none;
  font-size: 16px;
}

#burger, #header-zoomSearch--toggle {
  color: white;
  cursor: pointer;
}

#burger {
  width: 14px;
}

#menu {
  background: rgba(0, 0, 0, 0.2);
}
#menu .menu {
  padding: 10px 0;
}
#menu .menu .menu-item {
  display: inline-block;
  padding-right: 30px;
}
#menu .menu .menu-item.current-menu-item a {
  border-bottom-color: #00afeb;
}
#menu .menu .menu-item a {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: white;
  padding-bottom: 7px;
  border-bottom: 3px solid transparent;
}
#menu .menu .menu-item a:hover {
  border-bottom-color: #00afeb;
}

@media screen and (max-width: 1200px) {
  #header > .section {
    padding: 25px 20px 18px;
  }
}
@media screen and (min-width: 641px) {
  #burger, #header-zoomSearch--toggle {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  #header > .section {
    padding: 20px 20px 15px;
  }

  #logo {
    width: 40%;
  }
  #logo svg {
    height: 100%;
    max-width: 100%;
  }

  .header-accesRapides {
    display: flex;
    align-items: center;
  }

  #header-zoomSearch--toggle {
    margin-right: 20px;
  }

  .header-zoomSearch {
    position: absolute;
    bottom: 5px;
    right: 20px;
    height: 22px;
  }

  .header-accesMembres span {
    display: none;
  }

  #langs {
    margin: 0 30px 0 20px;
  }
  #langs li {
    font-size: 12px;
  }

  #menu:not(.ouvert), .header-zoomSearch:not(.ouvert) {
    display: none;
  }

  #menu {
    background: rgba(0, 0, 0, 0.6);
  }

  .menuPrincipal > div > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 65px 0 90px;
    text-align: center;
  }
  .menuPrincipal > div > ul .menu-item {
    margin-bottom: 25px;
    padding-right: 0;
    border-bottom: none;
  }
  .menuPrincipal > div > ul .menu-item a {
    display: inline-block;
    border-bottom: 2px solid transparent;
  }

  .menuPrincipal > div > ul > li.menu-item > .sub-menu {
    position: relative;
    background: transparent;
    padding: 0;
    margin-top: 5px;
    transition: all 0s;
  }
  .menuPrincipal > div > ul > li.menu-item > .sub-menu li {
    padding-top: 0;
    border-top: none;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .menuPrincipal > div > ul > li.menu-item > .sub-menu li:last-of-type {
    margin-bottom: 0;
  }
  .menuPrincipal > div > ul > li.menu-item > .sub-menu li a {
    font-weight: 300 !important;
  }

  .menuPrincipal > div > ul > li.menu-item.ouvert > a {
    border-bottom-color: #00afeb;
  }
  .menuPrincipal > div > ul > li.menu-item.ouvert > .sub-menu {
    opacity: 1;
    max-height: none;
    visibility: visible;
  }
  .menuPrincipal > div > ul > li.menu-item.ouvert > .sub-menu:before {
    display: none;
  }

  .menuPrincipal > div > ul .menu-item.current-menu-item a {
    border-bottom-color: #00afeb;
  }
}
@media screen and (max-width: 430px) {
  #langs {
    margin: 0 20px 0 10px;
  }
}
@media screen and (max-width: 380px) {
  #header-zoomSearch--toggle {
    margin-right: 15px;
  }

  #langs {
    margin: 0 10px 0 10px;
  }
}
@media screen and (max-width: 350px) {
  #logo {
    width: 30%;
  }
}
#footer {
  background: rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
  color: white;
  padding: 35px 0 65px;
}
#footer h2 {
  font-size: 16px;
  margin-bottom: 15px;
}

.footer-bas {
  margin-top: 30px;
}

.footer-sitesAnnexes ul {
  list-style-type: disc;
}

.sidebar-actualites .widget_mc4wp_form_widget {
  padding: 15px 0;
}

.widget_mc4wp_form_widget {
  color: white;
  list-style: none;
}
.widget_mc4wp_form_widget .widgettitle {
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: 500;
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p:first-of-type {
  display: flex;
  margin-bottom: 5px;
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p:first-of-type label {
  width: 75%;
}
.widget_mc4wp_form_widget .mc4wp-form-fields > p:first-of-type label input {
  width: 100%;
  border: 1px solid white;
}
.widget_mc4wp_form_widget input[type=email], .widget_mc4wp_form_widget input[type=submit] {
  font-size: 16px;
}
.widget_mc4wp_form_widget input[type=email] {
  height: 100%;
  padding: 13px 8px;
}
.widget_mc4wp_form_widget input[type=submit] {
  background-color: #438BB3;
  text-transform: none;
  font-weight: 300;
  flex: 1;
}
.widget_mc4wp_form_widget a {
  color: white;
  font-weight: 300;
}
.widget_mc4wp_form_widget a:hover {
  color: #00afeb;
}

.footer-infosContact {
  font-weight: 300;
}

#footer .bouton {
  padding: 7px 15px;
  font-size: 14px;
}

.footer-menu {
  margin-top: 30px;
}
.footer-menu ul {
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}
.footer-menu li {
  margin-right: 10px;
}

.footer-credits {
  margin-top: 15px;
  font-weight: 300;
}

.footer-logos a {
  display: inline-block;
  margin: 0 15px;
}
.footer-logos a:first-of-type {
  width: calc(60% - 30px);
}
.footer-logos a:last-of-type {
  width: calc(40% - 30px);
}
.footer-logos img {
  height: auto;
  width: 100%;
}

.accueil, .accueil h2 {
  color: white;
}
.accueil h1, .accueil h2, .accueil h3 {
  font-weight: 300;
}
.accueil h2 {
  font-size: 20px;
}
.accueil-introduction {
  float: none;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.accueil-titre {
  font-size: 27px;
}
.accueil-introduction--texte {
  font-weight: 300;
  margin-bottom: 40px;
}

.accueil-activite, .accueil-standards--categorie {
  flex: 1;
  margin: 0 10px;
}
.accueil-activite:first-of-type, .accueil-standards--categorie:first-of-type {
  margin-left: 0;
}
.accueil-activite:last-of-type, .accueil-standards--categorie:last-of-type {
  margin-right: 0;
}

.accueil-activites {
  margin-bottom: 50px;
}

.accueil-activite.bouton {
  padding: 8px 5px;
}
.accueil-activite.bouton:hover {
  background-color: #00afeb;
  color: white;
}
.accueil-activite.bouton img {
  max-height: 18px;
  max-width: 30px;
  width: auto;
  height: auto;
  margin-right: 5px;
}

.accueil-standards {
  margin-bottom: 85px;
}
.accueil-standards--titre {
  margin-bottom: 10px;
}
.accueil-standards--categorie h3 {
  font-size: 14px;
  margin-bottom: 5px;
}
.accueil-standards--bouton.bouton {
  padding: 10px 15px;
  margin-top: 35px;
}

.accueil-standard.bouton {
  background-color: white;
  color: #438BB3;
  display: flex;
  padding: 16px 15px;
  margin-top: 12px;
}
.accueil-standard.bouton svg {
  stroke: #438BB3;
}
.accueil-standard.bouton:hover {
  background-color: #438BB3;
  color: white;
}
.accueil-standard.bouton:hover svg {
  stroke: white;
}

.accueil-actualite--vignette {
  height: 300px;
}
.accueil-actualite--vignette img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.accueil-actualite--texte {
  padding: 13px 75px;
}
.accueil-actualite--texte, .accueil-actualite--texte a {
  color: white;
}
.accueil-actualite--texte .date {
  margin-bottom: 15px;
}
.accueil-actualite--texte .date svg {
  stroke: white;
  margin-right: 10px;
}
.accueil-actualite--bouton.bouton {
  padding: 10px 30px;
}

.slick-prev, .slick-next {
  top: 350px;
  width: 21px;
  height: 42px;
  z-index: 10;
}
.slick-prev:before, .slick-next:before {
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.slick-prev {
  left: 15px;
}
.slick-prev:before {
  content: "";
  background-image: url("img/prev.svg");
}

.slick-next {
  right: 15px;
}
.slick-next:before {
  content: "";
  background-image: url("img/next.svg");
}

.slick-dots {
  top: 270px;
  bottom: auto;
}
.slick-dots li {
  height: 11px;
  width: 11px;
  margin: 0 4px;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: white;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  background-color: #438BB3;
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .accueil-actualite--vignette {
    height: 250px;
  }

  .accueil-actualite--texte {
    padding: 13px 55px;
  }

  .slick-dots {
    top: 220px;
  }

  .slick-prev, .slick-next {
    top: 300px;
  }

  body.home #content-block .block-part {
    padding-top: 0;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 640px) {
  .accueil-titre {
    margin-top: -20px;
  }

  .accueil-activites {
    margin-bottom: 40px;
  }
  .accueil-activites > div > div {
    flex-direction: column;
  }
  .accueil-activites .bouton {
    margin-left: 0;
    margin-right: 0;
    padding: 6px 50px;
    margin-top: 10px;
  }

  .accueil-standards {
    margin-bottom: 35px;
  }
  .accueil-standards > div > div {
    flex-direction: column;
  }
  .accueil-standards--titre {
    margin-bottom: 20px;
  }
  .accueil-standards--categorie {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .accueil-standards--bouton.bouton {
    margin-top: 20px;
  }

  .accueil-actualites {
    margin-bottom: 25px;
  }

  .accueil-actualite--vignette {
    height: 170px;
  }

  .slick-dots {
    top: 140px;
  }

  .slick-prev, .slick-next {
    top: 220px;
  }
}
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
  height: auto;
  width: 100%;
  color: #242424;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: auto;
  vertical-align: middle;
}

a {
  color: #242424;
  text-decoration: none;
}

input[type=submit],
input[type=text],
select,
textarea {
  font-family: "Lato", sans-serif;
  border: none;
  -webkit-appearance: none !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  border-radius: 0px !important;
}
input[type=submit]:disabled,
input[type=text]:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}

input[type=submit] {
  cursor: pointer;
  background: transparent;
  border: 1px solid #438BB3;
  font-size: 13px;
  font-weight: 600;
  padding: 10px;
  color: white;
  text-transform: uppercase;
}
input[type=submit]:hover {
  background: white;
  color: #438BB3;
}

strong {
  font-weight: 700;
}

h2, h3, p {
  margin-top: 0;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: circle;
}

.clear {
  float: none;
  clear: both;
}

.light {
  font-weight: 300;
}

.table {
  display: table;
}

.cell {
  display: table-cell;
}

::selection {
  background: #00afeb;
  /* Safari */
  color: white;
}

::-moz-selection {
  background: #00afeb;
  /* Firefox */
  color: white;
}

.owl-wrapper-outer,
.owl-wrapper,
.owl-item {
  height: 100%;
}

.sep {
  height: 1px;
  background: rgba(36, 36, 36, 0.15);
}

.wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.wrap.white .iScrollIndicator {
  width: 4px !important;
  border: 0 !important;
  background: rgba(36, 36, 36, 0.5) !important;
}
.wrap .iScrollIndicator {
  width: 4px !important;
  border: 0 !important;
  background: rgba(255, 255, 255, 0.5) !important;
}

.pagination {
  margin-top: 10px;
  text-align: center;
}
.pagination > * {
  display: inline-block;
  margin: 0 2px;
}
.pagination a {
  color: white;
}
.pagination span {
  color: #00afeb;
  font-weight: bold;
}

.text-danger {
  color: red;
}

#content-block {
  padding: 50px 0;
  background: rgba(0, 0, 0, 0.5);
}
#content-block.accueil {
  padding: 30px 0 50px;
}
#content-block .title-part {
  margin-bottom: 25px;
}
#content-block .title-part svg {
  display: inline-block;
  stroke: white;
  margin-right: 10px;
  vertical-align: middle;
}
#content-block .title-part .title {
  display: inline-block;
  color: white;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 21px;
}
#content-block .title-part .title span {
  text-transform: none;
  font-weight: 300;
  font-size: 13px;
}
#content-block .title-part .subtitle {
  color: white;
  font-weight: 300;
}
#content-block .block-part {
  position: relative;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#content-block .block-part:not(.auto) .foot-block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#content-block .block-part.auto .foot-block {
  margin-top: -10px;
}
#content-block .foot-block {
  padding: 10px 0;
}
#content-block .foot-block p {
  color: white;
  font-weight: 700;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
#content-block .foot-block a {
  color: white;
  font-weight: 700;
  font-size: 14px;
  line-height: 11px;
  text-transform: uppercase;
  text-decoration: underline;
}
#content-block .foot-block a:hover {
  color: #00afeb;
}

#content-block.page .content .title {
  color: #005aab;
  height: auto;
  padding-top: 0;
  margin-top: 0;
}
#content-block.page .content .block-part {
  padding: 30px;
  min-height: 540px;
  background: white;
  height: auto;
}
#content-block.page .content .the-content {
  font-size: 13px;
  line-height: 19px;
  overflow: auto;
  zoom: 1;
}
#content-block.page .content .the-content h2 {
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: medium;
  font-weight: 600;
  color: #005aab;
}
#content-block.page .content .the-content > h2:first-of-type {
  margin-top: 0;
}
#content-block.page .content .the-content h3 {
  text-transform: uppercase;
  font-weight: 600;
}
#content-block.page .content .the-content h4 {
  font-weight: 600;
}
#content-block.page .content .the-content p {
  margin-bottom: 15px;
}
#content-block.page .content .the-content em {
  font-style: italic;
}
#content-block.page .content .the-content img.alignleft {
  float: left;
  margin-right: 20px;
}
#content-block.page .content .the-content img.alignright {
  float: right;
  margin-left: 20px;
}
#content-block.page .content .the-content a {
  color: #00afeb;
  font-weight: 600;
}
#content-block.page .content .the-content ul {
  margin-bottom: 15px;
}
#content-block.page .content .the-content li {
  margin-bottom: 5px;
}

.article .title {
  font-size: 30px;
  line-height: 33px;
  font-weight: 300;
  color: white;
  text-transform: uppercase;
  padding-top: 19px;
  height: 154px;
}
.article .title strong {
  font-weight: 900;
}
.article .date {
  font-size: 17px;
  color: #242424;
  margin-bottom: 15px;
}
.article .date svg {
  stroke: #005aab;
  margin-right: 5px;
}
.article .thumb-article {
  background: white;
  overflow: hidden;
  position: relative;
}
.article .thumb-article .infos {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: white;
  padding: 10px;
}
.article .thumb-article .infos .date {
  font-size: 14px;
  margin-bottom: 0px;
}
.article .thumb-article img {
  width: 100%;
  object-fit: cover;
  height: 250px;
}
.article .cats {
  color: #005aab;
  font-weight: 900;
}
.article .cats a {
  font-weight: 900;
  text-transform: uppercase;
  color: #005aab;
  font-size: 11px;
}
.article .permalink a {
  color: #005aab;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 300;
}

.all-articles {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
  overflow: hidden;
  *zoom: 1;
  margin-left: -1rem;
  margin-right: -1rem;
}
.all-articles > div {
  width: calc(50% - 2rem);
  margin: 0 1rem;
}

.single-actualites .article img {
  width: 100%;
  height: auto;
}

body.post-type-archive-actualites #content-block .block-part .article, body.post-type-archive-evenements #content-block .block-part .article {
  margin-bottom: 40px;
}
body.post-type-archive-actualites #content-block .block-part .article .title, body.post-type-archive-evenements #content-block .block-part .article .title {
  height: auto;
  font-size: 20px;
  line-height: 1.2;
}
body.post-type-archive-actualites #content-block .main-part .block-part, body.post-type-archive-evenements #content-block .main-part .block-part {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.post-type-archive-actualites #content-block .main-part .title-part, body.post-type-archive-evenements #content-block .main-part .title-part {
  margin-bottom: 45px;
}

.sidebar-actualites .block-part {
  margin-bottom: 55px;
}

.event {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event:hover {
  padding-left: 5px;
  background: rgba(255, 255, 255, 0.02);
}
.event .date-event {
  font-size: 16px;
  color: white;
  margin-bottom: 10px;
  line-height: 30px;
  text-transform: uppercase;
}
.event .title-event {
  margin-bottom: 10px;
  display: flex;
}
.event .title-event .title {
  font-size: 16px;
  font-weight: 300;
  color: white;
  line-height: 19px;
}
.event .title-event .title span {
  font-weight: 600;
}
.event .title-event svg, .event .export-event svg {
  float: left;
  stroke: white;
  margin-top: 4px;
  margin-right: 6px;
}
.event .location-event {
  padding-left: 14px;
}
.event .location-event:hover svg {
  stroke: #00afeb;
}
.event .location-event svg {
  float: left;
  stroke: white;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event .location-event p {
  color: white;
  font-weight: 300;
  font-size: 13px;
}
.event .export-event {
  font-size: 13px;
  margin-top: 10px;
}
.event .export-event a {
  color: white;
}
.event .export-event a:hover {
  text-decoration: underline;
}

.all-events {
  background: white;
  padding: 20px;
  height: auto !important;
  overflow: hidden;
  *zoom: 1;
}
.all-events .event {
  height: auto;
  overflow: hidden;
  margin-bottom: 18px;
  border-bottom: 1px solid #f0f0f0;
}
.all-events .event .date-event {
  color: #005aab;
  font-size: 25px;
  font-weight: 300;
}
.all-events .event .title {
  color: black;
  font-weight: normal;
}
.all-events .event .location-event svg {
  stroke: black;
}
.all-events .event .location-event p {
  color: black;
}
.all-events .event .location-event:hover svg {
  stroke: #00afeb;
}
.all-events .event:hover {
  background: rgba(245, 245, 245, 0.24);
}
.all-events .export-event a {
  color: black;
}

body:not(.post-type-archive-evenements):not(.single-evenements) .location-event {
  display: none;
}

#search-doc-form {
  height: 17%;
}
#search-doc-form.error-nb-letters .error-nb {
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#search-doc-form.loading .loading {
  opacity: 1;
}
#search-doc-form .holder {
  width: 100%;
  height: 40px;
  position: relative;
}
#search-doc-form .error-nb {
  position: absolute;
  bottom: 104%;
  bottom: calc(100% + 3px);
  background: rgba(36, 36, 36, 0.97);
  color: white;
  padding: 6px 8px;
  font-size: 13px;
  font-weight: 300;
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -o-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
}
#search-doc-form .error-nb::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(36, 36, 36, 0.97);
  margin-left: -7px;
}
#search-doc-form button {
  position: absolute;
  right: -15px;
  opacity: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background: none;
  border: none;
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -moz-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  -o-transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
  transition: all 0.3s cubic-bezier(0.58, 0.01, 0.19, 1);
}
#search-doc-form button.active {
  visibility: visible;
  right: 0;
  opacity: 1;
}
#search-doc-form button:focus {
  outline: none;
}
#search-doc-form button:active {
  outline: none;
}
#search-doc-form button:active svg {
  -webkit-transform: scale(0.95, 0.95);
  -moz-transform: scale(0.95, 0.95);
  -ms-transform: scale(0.95, 0.95);
  -o-transform: scale(0.95, 0.95);
  transform: scale(0.95, 0.95);
}
#search-doc-form button svg {
  stroke: white;
}
#search-doc-form #search-input {
  padding: 0 15px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  font-size: 13px;
  font-weight: 300;
}
#search-doc-form #search-input:-ms-input-placeholder {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search-doc-form #search-input:-moz-placeholder {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search-doc-form #search-input::-moz-placeholder {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search-doc-form #search-input::-webkit-input-placeholder {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search-doc-form #search-input:focus {
  outline: none;
}
#search-doc-form #search-input:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#search-doc-form #search-input:focus:-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#search-doc-form #search-input:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#search-doc-form #search-input:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}
#search-doc-form .radios {
  padding-top: 5px;
}
#search-doc-form .radios .radio {
  position: relative;
  z-index: 5;
  padding: 5px 0;
  width: 50%;
  text-align: center;
  float: left;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#search-doc-form .radios .radio:hover {
  border-bottom: 2px solid #005aab;
}
#search-doc-form .radios .radio.active {
  border-bottom: 2px solid #00afeb;
}
#search-doc-form .radios .radio.alone {
  width: 100%;
}
#search-doc-form .radios .radio p {
  font-weight: 300;
  font-size: 11px;
  color: white;
  text-transform: uppercase;
}
#search-doc-form .radios .radio input {
  display: none;
  visibility: hidden;
  position: absolute;
}

#results-docs {
  height: 76%;
}
#results-docs .holder {
  padding-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#results-docs .holder.loading {
  padding-top: 40px;
}
#results-docs .holder.loading .loader {
  opacity: 1;
}
#results-docs .document {
  background: white;
  padding: 15px;
  padding-right: 30px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#results-docs .document:hover {
  background: #f0f0f0;
}
#results-docs .document .title {
  font-size: 16px;
  font-weight: 300;
  color: #005aab;
  margin-bottom: 5px;
}
#results-docs .document .excerpt {
  font-size: 13px;
  color: #242424;
}
#results-docs .document .download {
  position: absolute;
  right: 15px;
  height: 100%;
  z-index: 5;
  top: calc(50% - 8px);
}
#results-docs .document .download svg {
  stroke: #005aab;
}
#results-docs .iScrollVerticalScrollbar {
  right: 0 !important;
  width: 4px !important;
  top: 0 !important;
  bottom: 0 !important;
}

.loader {
  position: relative;
  margin: 0px auto;
  width: 25px;
  width: 10;
  position: absolute;
  top: 0;
  left: 42%;
  left: calc(50% - 12.5px);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.loader:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.loader .circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.loader .path {
  stroke: white;
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

.event-block .sub {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 700;
  margin-bottom: 10px;
}
.event-block .date {
  font-size: 13px;
  color: #242424;
}
.event-block .date svg {
  stroke: #005aab;
  vertical-align: text-top;
  margin-right: 5px;
}
.event-block .location-event:hover svg {
  stroke: #00afeb;
}
.event-block .location-event svg {
  float: left;
  stroke: #005aab;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.event-block .location-event p {
  color: #242424;
  font-weight: 300;
  font-size: 13px;
}

body.single-documents .content,
body.post-type-archive-documents .content,
body.tax-types .content {
  height: 510px;
}
body.single-documents .content > div,
body.post-type-archive-documents .content > div,
body.tax-types .content > div {
  padding: 0;
  height: 100%;
}
body.single-documents .about-part .block-part,
body.post-type-archive-documents .about-part .block-part,
body.tax-types .about-part .block-part {
  font-size: 14px;
  color: white;
  font-weight: 300;
  line-height: 22px;
}
body.single-documents .search-part,
body.post-type-archive-documents .search-part,
body.tax-types .search-part {
  background: white;
  border-right: 1px solid rgba(36, 36, 36, 0.1);
}
body.single-documents .content-part,
body.post-type-archive-documents .content-part,
body.tax-types .content-part {
  background: white;
  position: relative;
  padding: 40px !important;
  border-right: 1px solid rgba(36, 36, 36, 0.1);
}
body.single-documents .content-part .title,
body.post-type-archive-documents .content-part .title,
body.tax-types .content-part .title {
  line-height: 20px;
  font-size: 25px;
  margin-bottom: 15px;
}
body.single-documents .content-part .the-content,
body.post-type-archive-documents .content-part .the-content,
body.tax-types .content-part .the-content {
  margin-bottom: 30px;
  max-height: 170px;
  padding-right: 10px;
  position: relative;
}
body.single-documents .content-part .the-content .iScrollVerticalScrollbar .iScrollIndicator,
body.post-type-archive-documents .content-part .the-content .iScrollVerticalScrollbar .iScrollIndicator,
body.tax-types .content-part .the-content .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(36, 36, 36, 0.3) !important;
}
body.single-documents .content-part .sub,
body.post-type-archive-documents .content-part .sub,
body.tax-types .content-part .sub {
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.6);
  font-weight: 700;
  margin-bottom: 10px;
}
body.single-documents .content-part .date,
body.post-type-archive-documents .content-part .date,
body.tax-types .content-part .date {
  font-size: 13px;
  color: #242424;
}
body.single-documents .content-part .date svg,
body.post-type-archive-documents .content-part .date svg,
body.tax-types .content-part .date svg {
  stroke: #005aab;
  vertical-align: bottom;
  margin-right: 5px;
}
body.single-documents .content-part .langs,
body.post-type-archive-documents .content-part .langs,
body.tax-types .content-part .langs {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body.single-documents .content-part .langs .sub,
body.post-type-archive-documents .content-part .langs .sub,
body.tax-types .content-part .langs .sub {
  padding-left: 40px;
  color: #005aab;
  font-weight: 700;
  font-size: 11px;
  text-transform: uppercase;
}
body.single-documents .content-part .langs .h-center,
body.post-type-archive-documents .content-part .langs .h-center,
body.tax-types .content-part .langs .h-center {
  display: table;
  width: 100%;
  height: 100%;
}
body.single-documents .content-part .langs .h-center .h-content,
body.post-type-archive-documents .content-part .langs .h-center .h-content,
body.tax-types .content-part .langs .h-center .h-content {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
body.single-documents .content-part .langs .lang,
body.post-type-archive-documents .content-part .langs .lang,
body.tax-types .content-part .langs .lang {
  background: rgba(36, 36, 36, 0.05);
  width: 50%;
  float: left;
  height: 60px;
  text-align: center;
  border-top: 1px solid rgba(36, 36, 36, 0.1);
}
body.single-documents .content-part .langs .lang:nth-child(even),
body.post-type-archive-documents .content-part .langs .lang:nth-child(even),
body.tax-types .content-part .langs .lang:nth-child(even) {
  border-right: 1px solid rgba(36, 36, 36, 0.1);
}
body.single-documents .content-part .langs .lang a,
body.post-type-archive-documents .content-part .langs .lang a,
body.tax-types .content-part .langs .lang a {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}
body.single-documents .content-part .langs .lang svg,
body.post-type-archive-documents .content-part .langs .lang svg,
body.tax-types .content-part .langs .lang svg {
  margin-left: 10px;
  stroke: #005aab;
}
body.single-documents .form-part,
body.post-type-archive-documents .form-part,
body.tax-types .form-part {
  padding: 0 30px !important;
  padding-right: 0 !important;
}
body.single-documents .form-part .title,
body.post-type-archive-documents .form-part .title,
body.tax-types .form-part .title {
  font-size: 13px;
  text-transform: uppercase;
  color: rgba(36, 36, 36, 0.85) !important;
  font-weight: 700;
}
body.single-documents .form-part p,
body.post-type-archive-documents .form-part p,
body.tax-types .form-part p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: rgba(36, 36, 36, 0.6);
}
body.single-documents #search-doc-form,
body.post-type-archive-documents #search-doc-form,
body.tax-types #search-doc-form {
  height: 16.5%;
}
body.single-documents #search-doc-form #search-input,
body.post-type-archive-documents #search-doc-form #search-input,
body.tax-types #search-doc-form #search-input {
  font-weight: 300;
  color: #242424;
  background: rgba(36, 36, 36, 0.05);
}
body.single-documents #search-doc-form #search-input:-ms-input-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:-ms-input-placeholder,
body.tax-types #search-doc-form #search-input:-ms-input-placeholder {
  color: #242424;
}
body.single-documents #search-doc-form #search-input:-moz-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:-moz-placeholder,
body.tax-types #search-doc-form #search-input:-moz-placeholder {
  color: #242424;
}
body.single-documents #search-doc-form #search-input::-moz-placeholder,
body.post-type-archive-documents #search-doc-form #search-input::-moz-placeholder,
body.tax-types #search-doc-form #search-input::-moz-placeholder {
  color: #242424;
}
body.single-documents #search-doc-form #search-input::-webkit-input-placeholder,
body.post-type-archive-documents #search-doc-form #search-input::-webkit-input-placeholder,
body.tax-types #search-doc-form #search-input::-webkit-input-placeholder {
  color: #242424;
}
body.single-documents #search-doc-form #search-input:focus:-ms-input-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:focus:-ms-input-placeholder,
body.tax-types #search-doc-form #search-input:focus:-ms-input-placeholder {
  color: rgba(36, 36, 36, 0.6);
}
body.single-documents #search-doc-form #search-input:focus:-moz-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:focus:-moz-placeholder,
body.tax-types #search-doc-form #search-input:focus:-moz-placeholder {
  color: rgba(36, 36, 36, 0.6);
}
body.single-documents #search-doc-form #search-input:focus::-moz-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:focus::-moz-placeholder,
body.tax-types #search-doc-form #search-input:focus::-moz-placeholder {
  color: rgba(36, 36, 36, 0.6);
}
body.single-documents #search-doc-form #search-input:focus::-webkit-input-placeholder,
body.post-type-archive-documents #search-doc-form #search-input:focus::-webkit-input-placeholder,
body.tax-types #search-doc-form #search-input:focus::-webkit-input-placeholder {
  color: rgba(36, 36, 36, 0.6);
}
body.single-documents #search-doc-form > .holder,
body.post-type-archive-documents #search-doc-form > .holder,
body.tax-types #search-doc-form > .holder {
  height: 100%;
}
body.single-documents #search-doc-form .radios,
body.post-type-archive-documents #search-doc-form .radios,
body.tax-types #search-doc-form .radios {
  height: 55%;
  padding-top: 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
}
body.single-documents #search-doc-form .radios .radio,
body.post-type-archive-documents #search-doc-form .radios .radio,
body.tax-types #search-doc-form .radios .radio {
  height: 100%;
  padding: 11px 6px !important;
}
body.single-documents #search-doc-form .radios .radio:hover,
body.post-type-archive-documents #search-doc-form .radios .radio:hover,
body.tax-types #search-doc-form .radios .radio:hover {
  border-bottom: 2px solid #00afeb;
}
body.single-documents #search-doc-form .radios .radio.active,
body.post-type-archive-documents #search-doc-form .radios .radio.active,
body.tax-types #search-doc-form .radios .radio.active {
  border-bottom: 2px solid #00afeb;
}
body.single-documents #search-doc-form .radios .radio p,
body.post-type-archive-documents #search-doc-form .radios .radio p,
body.tax-types #search-doc-form .radios .radio p {
  color: #242424;
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
}
body.single-documents #search-doc-form button,
body.post-type-archive-documents #search-doc-form button,
body.tax-types #search-doc-form button {
  visibility: visible;
  right: 0;
  opacity: 1;
}
body.single-documents #search-doc-form button svg,
body.post-type-archive-documents #search-doc-form button svg,
body.tax-types #search-doc-form button svg {
  stroke: #242424;
}
body.single-documents .loader,
body.post-type-archive-documents .loader,
body.tax-types .loader {
  background: rgba(253, 253, 253, 0.95);
  position: absolute;
  top: 16.5%;
  left: 0;
  width: 100%;
  height: 83.5%;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.single-documents .loader.loading,
body.post-type-archive-documents .loader.loading,
body.tax-types .loader.loading {
  opacity: 1;
  visibility: visible;
}
body.single-documents .loader .circular,
body.post-type-archive-documents .loader .circular,
body.tax-types .loader .circular {
  height: 30px;
  width: 30px;
}
body.single-documents .loader .path,
body.post-type-archive-documents .loader .path,
body.tax-types .loader .path {
  stroke: #242424;
}
body.single-documents #results-docs,
body.post-type-archive-documents #results-docs,
body.tax-types #results-docs {
  height: 83.5%;
  position: relative;
}
body.single-documents #results-docs.loading .loader,
body.post-type-archive-documents #results-docs.loading .loader,
body.tax-types #results-docs.loading .loader {
  opacity: 1;
  visibility: visible;
}
body.single-documents #results-docs .holder,
body.post-type-archive-documents #results-docs .holder,
body.tax-types #results-docs .holder {
  padding-right: 0;
  padding-top: 0 !important;
}
body.single-documents #results-docs .holder .document,
body.post-type-archive-documents #results-docs .holder .document,
body.tax-types #results-docs .holder .document {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  position: relative;
}
body.single-documents #results-docs .holder .document::after,
body.post-type-archive-documents #results-docs .holder .document::after,
body.tax-types #results-docs .holder .document::after {
  content: "";
  display: block;
  width: 2px;
  position: absolute;
  right: 0;
  top: -1px;
  bottom: -1px;
  background: #00afeb;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
body.single-documents #results-docs .holder .document:hover,
body.post-type-archive-documents #results-docs .holder .document:hover,
body.tax-types #results-docs .holder .document:hover {
  background: rgba(36, 36, 36, 0.03);
}
body.single-documents #results-docs .holder .document:hover::after,
body.post-type-archive-documents #results-docs .holder .document:hover::after,
body.tax-types #results-docs .holder .document:hover::after {
  opacity: 1;
}
body.single-documents #results-docs .holder .document .arrow,
body.post-type-archive-documents #results-docs .holder .document .arrow,
body.tax-types #results-docs .holder .document .arrow {
  top: 40%;
  top: calc(50% - 8px);
  right: 10px;
  position: absolute;
}
body.single-documents #results-docs .holder .document .arrow svg,
body.post-type-archive-documents #results-docs .holder .document .arrow svg,
body.tax-types #results-docs .holder .document .arrow svg {
  stroke: #00afeb;
}
body.single-documents #results-docs .iScrollVerticalScrollbar,
body.post-type-archive-documents #results-docs .iScrollVerticalScrollbar,
body.tax-types #results-docs .iScrollVerticalScrollbar {
  right: 5px !important;
  top: 5px !important;
  bottom: 5px !important;
}
body.single-documents #results-docs .iScrollVerticalScrollbar .iScrollIndicator,
body.post-type-archive-documents #results-docs .iScrollVerticalScrollbar .iScrollIndicator,
body.tax-types #results-docs .iScrollVerticalScrollbar .iScrollIndicator {
  background: rgba(36, 36, 36, 0.3) !important;
}

.es_shortcode_form {
  margin-top: 20px;
}

.es_msg {
  padding: 10px 0;
  text-align: center;
  color: #005aab;
}
.es_msg span {
  color: #005aab;
  font-size: 13px;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.esaf-subscribe-form {
  margin-top: 30px;
}
.esaf-subscribe-form .es_af_short_desc {
  display: none;
}
.esaf-subscribe-form .es_af_validation {
  margin-top: 3px;
  margin-bottom: 10px;
}
.esaf-subscribe-form .es_af_validation_full,
.esaf-subscribe-form .es_af_sent_successfully {
  margin-left: 0;
  margin-right: 0;
  padding: 15px;
  border-width: 1px;
}
.esaf-subscribe-form p {
  margin-bottom: 20px;
}
.esaf-subscribe-form input {
  position: relative;
  z-index: 5;
  padding: 0;
  width: 100%;
  height: 35px;
  background: none;
  outline: none;
  color: white;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.esaf-subscribe-form input:focus {
  outline: none;
  border-bottom-color: #00afeb;
}
.esaf-subscribe-form [type=submit] {
  cursor: pointer;
  width: 100%;
  height: 35px;
  background: none;
  color: #005aab;
  margin-bottom: 0;
}
.form-part #form-signup.white .title {
  color: white !important;
}
.form-part #form-signup.white p {
  color: white !important;
}

.white {
  color: white;
}
.white p {
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.white .es_msg {
  color: white;
}
.white .es_textbox input {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.white .es_textbox input:focus {
  outline: none;
  border: 1px solid white;
}
.white .es_textbox .es_lablebox {
  color: rgba(255, 255, 255, 0.7);
}
.white label {
  color: white;
}
.white [type=submit] {
  background: #00afeb;
  color: white;
  border: none;
}
.bouton {
  font-size: 15px;
  background: #438BB3;
  color: white;
  text-align: center;
  padding: 12px 15px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 300;
}
.bouton:hover {
  background: white;
  color: #438BB3;
}

.btn {
  font-size: 15px;
  width: 100%;
  background: #00afeb;
  color: white;
  text-align: center;
  padding: 12px 0;
  margin-top: 20px;
  display: inline-block;
}

#footer a {
  font-weight: 300;
  color: white;
}
#footer a:hover {
  color: #00afeb;
}
#footer .h-bottom {
  height: 100%;
  display: table;
}
#footer .h-bottom .h-content {
  display: table-cell;
  vertical-align: bottom;
}
#footer .sign p {
  color: white;
  font-weight: 300;
  font-size: 13px;
}
#footer .sign p img {
  margin-left: 15px;
}

#main-galery {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: white;
}
#main-galery .overlay {
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -owg-linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  background-image: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  background-image: -moz-linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  background-image: -o-linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent);
}
#main-galery .slides {
  z-index: 4;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#main-galery .slides .slide {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
#main-galery .slides .slide.active {
  z-index: 2;
  opacity: 1;
}
#main-galery .slides .slide img {
  width: auto;
  height: 100%;
}

.wpcf7 {
  max-width: 100%;
}
.wpcf7 div.validation_error {
  border: none !important;
  font-size: 14px !important;
  font-weight: 300 !important;
}
.wpcf7 .wpcf7-form input {
  padding: 0 10px !important;
  border: 1px solid rgba(36, 36, 36, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .wpcf7-form input:not([type=checkbox]) {
  height: 40px;
}
.wpcf7 .wpcf7-form input:focus {
  outline: none;
  border: 1px solid rgba(36, 36, 36, 0.5);
}
.wpcf7 .wpcf7-form textarea {
  width: 100% !important;
  padding: 10px !important;
  border: 1px solid rgba(36, 36, 36, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.wpcf7 .wpcf7-form textarea:focus {
  outline: none;
  border: 1px solid rgba(36, 36, 36, 0.5);
}
.wpcf7 .wpcf7-form.gfield_error {
  background: none !important;
  border: none !important;
}
.wpcf7 .wpcf7-list-item {
  margin: 0;
}
.wpcf7 input[type=submit] {
  cursor: pointer;
  height: 40px;
  background-color: #438BB3;
  color: white;
  font-size: 11px !important;
  border: 1px solid #438BB3;
}
.wpcf7 input[type=submit]:hover {
  color: #438BB3;
  background-color: white;
}

.empty-query {
  font-size: 13px;
  font-weight: 300;
  padding: 5px 0;
  margin: 10px auto;
  text-align: center;
  background: white;
  color: #242424;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tooltip {
  position: relative;
}

.tooltip-container {
  position: absolute;
  width: auto;
  background-color: rgba(36, 36, 36, 0.97);
  color: white;
  padding: 6px 8px;
  font-size: 10px;
  font-weight: 300;
  z-index: 200;
  text-transform: uppercase;
  visibility: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-animation: toggleDown 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  -moz-animation: toggleDown 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  -o-animation: toggleDown 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  animation: toggleDown 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
}
.tooltip-container.show {
  visibility: visible;
}
.tooltip-container.close {
  -webkit-animation: toggleUp 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  -moz-animation: toggleUp 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  -o-animation: toggleUp 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
  animation: toggleUp 0.3s 1 cubic-bezier(0.58, 0.01, 0.19, 1) forwards;
}
.tooltip-container::before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid rgba(36, 36, 36, 0.97);
  margin-left: -7px;
}

.contentdoc {
  display: inline-block;
  padding: 10px;
  margin: 0 15px 10px 0;
}
.contentdoc:hover {
  background: rgba(245, 245, 245, 0.41);
}
.contentdoc svg {
  float: left;
  height: 17px;
  stroke: #005aab;
  margin-right: 10px;
}
.contentdoc span {
  font-size: 16px;
  font-weight: 300;
  color: #005aab;
  margin-bottom: 5px;
}

@media screen and (min-width: 640px) and (max-width: 1200px) {
  .sidebar-actualites .widget_mc4wp_form_widget {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body:not(.home) .content {
    margin-bottom: 30px;
  }

  .article .title {
    font-size: 25px;
    height: auto;
  }

  .article .thumb-article {
    height: auto;
  }

  #content-block .block-part {
    height: auto;
    padding-bottom: 60px;
    margin-bottom: 30px;
  }

  #search-doc-form .radios .radio {
    padding: 10px 0;
  }

  body.single-documents .content-part .the-content,
body.post-type-archive-documents .content-part .the-content {
    max-height: 130px;
  }

  #content-block .sidebar-actualites {
    margin-top: 60px;
  }
  #content-block .sidebar-actualites .block-part {
    margin-bottom: 0;
    padding: 0;
  }

  #content-block .block-part.pagesAssociees {
    padding: 0;
  }

  .rechercheStandards {
    margin-bottom: 30px;
  }

  .footer-infosContact {
    margin-top: 30px;
  }

  .footer-menu {
    margin-top: 0;
  }

  .footer-logos {
    justify-content: flex-end;
  }
  .footer-logos a:first-of-type, .footer-logos a:last-of-type {
    width: auto;
  }
  .footer-logos img {
    max-height: 75px;
    max-width: 100%;
    width: auto;
  }
}
@media screen and (max-width: 640px) {
  #langs {
    padding: 10px 0;
  }

  #logo.section {
    padding: 35px 0;
    text-align: center;
  }
  #logo.section svg {
    max-height: 60px;
    width: auto;
  }

  #content-block {
    padding-bottom: 25px;
  }

  #content-block .block-part:not(.all-events) {
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  #results-docs {
    max-height: 400px;
    height: auto;
  }

  #content-block .title-part .title {
    display: inline;
  }

  body.single-documents .content > div,
body.post-type-archive-documents .content > div {
    background: white;
    border-bottom: 1px solid rgba(36, 36, 36, 0.1);
  }

  body.post-type-archive-actualites #content-block .main-part .title-part, body.post-type-archive-evenements #content-block .main-part .title-part {
    margin-bottom: 30px;
  }
  body.post-type-archive-actualites #content-block .main-part .block-part, body.post-type-archive-evenements #content-block .main-part .block-part {
    padding-top: 0;
  }

  .post-type-archive-documents .content-part {
    display: none;
  }

  .all-articles > div {
    width: calc(100% - 2rem);
    margin: 0 1rem;
  }

  #content-block .sidebar-actualites .block-part {
    margin-bottom: 20px;
    padding: 0;
  }

  #footer {
    height: auto;
    margin-bottom: 0;
    padding: 20px 0 30px;
  }
  #footer .sign {
    margin-top: 30px;
    text-align: right;
  }
  #footer .sign img {
    margin-top: 20px;
  }

  .gfield input {
    width: 100% !important;
  }

  .footer-inscriptionNewsletter {
    margin-top: 25px;
  }

  .footer-bas {
    display: flex;
    flex-direction: column;
    margin-top: 45px;
  }

  .footer-logos {
    justify-content: center;
  }

  .footer-menu {
    order: 2;
    margin-top: 50px;
  }
  .footer-menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-menu li {
    margin-bottom: 5px;
  }

  .footer-credits {
    text-align: center;
    margin-top: 25px;
  }
}
@media screen and (max-width: 400px) {
  #content-block .block-part.auto {
    min-height: auto;
  }
  #content-block .block-part.auto .pages-nav {
    padding-bottom: 0;
  }

  .article img {
    float: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
