@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato:400,700,900&display=swap");
.content-medium {
  max-width: 1140px;
  margin: auto;
}

.wpml-ls-item {
  position: relative;
}
.wpml-ls-item a {
  color: transparent;
}
.wpml-ls-item a:hover {
  color: transparent !important;
}
.wpml-ls-item:hover:after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #D9435C;
  border-color: #D9435C;
}
.wpml-ls-item:after {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #575756;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  z-index: -1;
  border: 1px solid #CFCFCF;
  top: -3px;
  left: 5px;
  padding: 2px 5px;
}
@media screen and (max-width: 768px) {
  .wpml-ls-item:after {
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 15px;
  }
}

#menu-item-wpml-ls-2-fr:after {
  content: "FR";
}

#menu-item-wpml-ls-2-en:after {
  content: "EN";
}

body, html {
  overflow-x: hidden;
}

h1 {
  font-weight: 900 !important;
}

h3 {
  line-height: 25px !important;
}

.elementor-text-editor a {
  color: #D9435C;
}
.elementor-text-editor a:hover {
  color: #971f33;
}

h1, h2, h3, h4, h5, p, li, a {
  font-family: "Lato", sans-serif !important;
}

a:hover {
  text-decoration: none;
}

li {
  padding-bottom: 3px;
}

body {
  font-family: "Lato", sans-serif !important;
}
body h2 {
  font-size: 40px;
  font-weight: 900 !important;
  font-family: "Lato", sans-serif !important;
}
body section {
  margin: 50px 0;
}
body .cta a {
  background: transparent !important;
  color: #D9435C !important;
  border: 1px solid #D9435C;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
body .cta a i {
  margin-left: 0;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body .cta a:hover i {
  margin-left: 5px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}

footer {
  padding: 20px 15px 15px;
}
footer a {
  color: #D9435C !important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
footer a:hover {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #971f33 !important;
}
footer .widget_media_image {
  display: inline-block;
  margin: auto 15px;
}
footer .footer_img {
  max-width: 500px;
  margin: auto;
  margin-bottom: 30px;
}
footer .footer_img #media_image-2 img {
  max-width: 250px !important;
}

.navbar-collapse .current_page_item a {
  color: #D9435C;
}
.navbar-collapse li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
.navbar-collapse li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.navbar-collapse li a:hover {
  color: #D9435C;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
@media screen and (max-width: 768px) {
  .navbar-collapse li {
    display: block;
    text-align: center;
  }
}

.navbar-toggler:focus {
  outline: none;
}

#nav-icon2 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg) scale(0.5);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #575756;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}
#nav-icon2 span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 18px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 36px;
}

#nav-icon2.open span {
  background: #D9435C;
}
#nav-icon2.open span:nth-child(1), #nav-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon2.open span:nth-child(2), #nav-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px;
}
#nav-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
#nav-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
#nav-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px;
}
#nav-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px;
}

@media screen and (max-width: 768px) {
  .navbar ul {
    padding: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .navbar ul li {
    margin: 30px 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
  }
  .navbar ul li a {
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    font-size: 20px;
  }
}

body.newsletter article p {
  text-align: center;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  body.home .bg_header, body.home .bg_img, body.home .header_img {
    height: 300px !important;
  }
  body.home #header_home {
    height: 350px;
  }
}
body.home h1 {
  margin-left: 30px !important;
  margin-top: 100px !important;
}
@media screen and (max-width: 768px) {
  body.home h1 {
    font-size: 30px !important;
  }
}
body.home .header_txt {
  font-size: 20px;
  transform: rotate(-45deg);
  transform-origin: left;
  position: relative;
  display: inline-block;
  top: 135px;
  left: -45px;
  color: #fff;
}
body.home .header_txt p:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 100px;
  display: block;
  right: -125px;
  top: 14px;
  position: absolute;
}
body.home .bg_header {
  height: 450px;
  margin: 0;
  right: 0;
  width: 100vw;
  background: #000;
  position: absolute;
}
body.home .bg_header .bg_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/Groupe-de-masques-1.png);
  z-index: 2;
  position: relative;
  width: 100%;
  height: 450px;
  margin-top: -10px;
}
body.home #header_home .header_img {
  height: 449px;
  background-position: 608px -265px;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/header.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: 70%;
  background-size: 70%;
  z-index: 1;
  top: -67px;
}
@media screen and (max-width: 1170px) {
  body.home #header_home .header_img {
    background-position: 508px -165px;
  }
}
@media screen and (max-width: 992px) {
  body.home #header_home .header_img {
    background: transparent;
  }
}
body.home .btn_home {
  margin-left: -23px;
  margin-top: -67px;
  position: relative;
}
body.home .btn_home i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.home .btn_home:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #D9435C;
  position: absolute;
  z-index: -1;
}
body.home .btn_home:hover i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  body.home .btn_home {
    margin-top: auto;
    margin-left: auto;
  }
  body.home .btn_home:after {
    display: none;
  }
}
body.home #section_about {
  margin-bottom: 0;
}
body.home #section_about h2 {
  position: relative;
  color: #575756;
}
body.home #section_about h2:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #575756;
  width: 40px;
  left: -30px;
  top: 50%;
  transform: translateX(-50%);
}
body.home #section_block .elementor-col-33 .elementor-column-wrap {
  padding: 40px 30px;
}
body.home #section_newsletter {
  position: relative;
  margin: 0;
  padding: 50px 0;
  background: #F2F6F7;
}
body.home #section_newsletter .bg_news {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url(http://www.acp-ue-culture.org/wp-content/themes/acp/img/bg_news.png);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 350px;
  margin-top: -10px;
  top: -280px;
  left: 70%;
}
@media screen and (max-width: 992px) {
  body.home #section_newsletter .bg_news {
    display: none;
  }
}
body.home #section_newsletter:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.home #section_newsletter:before {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.home #section_newsletter h2 {
  margin-left: 30px;
  font-size: 35px;
  margin-bottom: 30px;
}
body.home #section_newsletter .newsletter_txt {
  font-size: 14px;
  transform: rotate(-90deg);
  transform-origin: left;
  position: relative;
  display: inline-block;
  top: 110px;
  left: 10px;
  color: #222;
  max-width: 100px;
}
body.home #section_newsletter .newsletter_txt p:after {
  content: "";
  background: #222;
  height: 1px;
  width: 80px;
  display: block;
  left: 105px;
  top: 10px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  body.home #section_newsletter {
    padding: 0;
  }
  body.home #section_newsletter .newsletter_txt p:after {
    width: 50px;
    left: 84px;
  }
}
body.home .white a {
  border-color: #fff !important;
  color: #575756 !important;
  background: #fff !important;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.home .white a i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.home .white a:hover i {
  position: relative;
  margin-left: 5px;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
body.home #section_block > div > div > div.elementor-element.elementor-element-910d973.elementor-column.elementor-col-33.elementor-top-column > div > div > div.elementor-element.elementor-element-8f1d442.elementor-align-center.cta.white.elementor-widget.elementor-widget-button > div > div > a {
  color: #575756 !important;
  margin-top: 30px;
}
body.home .yellow:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F7CC46;
  position: absolute;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.home .yellow:after {
    display: none;
  }
}
body.home .red:after {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #D9435C;
  position: absolute;
  z-index: -1;
  top: 0;
}
@media screen and (max-width: 768px) {
  body.home .red:after {
    display: none;
  }
}
body.home .block_orange ul li {
  font-size: 13px !important;
}

#form_newsletter {
  max-width: 700px;
}
#form_newsletter label {
  font-size: 14px;
}
#form_newsletter .fa-input {
  font-family: "Font Awesome 5 Free", "Lato", sans-serif;
}
#form_newsletter .col-md-6 {
  margin-bottom: 15px;
}
#form_newsletter button {
  background: #D9435C;
  border: 0;
  padding: 10px 20px;
  color: #fff;
  margin-top: 15px;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#form_newsletter button i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
#form_newsletter button:hover i {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  margin-left: 5px;
}
#form_newsletter input[type=text], #form_newsletter input[type=email] {
  padding: 15px;
}

body.about h2 {
  color: #575756 !important;
}
body.about h3 {
  color: #575756 !important;
}
body.about .header_bg {
  position: absolute;
  width: 100vw;
  height: 300px;
  margin: 0;
  right: 0;
}
body.about .header_bg .bg_logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/Groupe-de-masques-1.png);
  z-index: 2;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -10px;
}
body.about .rotate_txt {
  font-size: 13px;
  transform: rotate(-90deg);
  transform-origin: left;
  position: relative;
  display: inline-block;
  top: 130px;
  left: 10px;
  color: #222;
  max-width: 100px;
}
body.about .rotate_txt p:after {
  content: "";
  background: #222;
  height: 1px;
  width: 100px;
  display: block;
  left: 125px;
  top: 14px;
  position: absolute;
}
body.about .header_about {
  background: #3F6FB2;
  height: 300px;
}
body.about .header_about:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #3F6FB2;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about .header_about .rotate_txt {
  color: #fff;
  top: 122px;
  left: 20px;
  font-size: 17px;
}
body.about .header_about .rotate_txt p:after {
  background: #fff;
  left: 98px;
  width: 50px;
  top: 14px;
}
body.about .header_about h1 {
  color: #fff !important;
  font-size: 45px;
  margin-left: 50px;
  line-height: 55px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body.about .header_about h1 {
    font-size: 23px;
    line-height: 35px;
  }
}
body.about .bg_block {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  body.about .bg_block {
    padding: 0;
  }
  body.about .bg_block .elementor-column-wrap {
    background-image: none !important;
  }
}
body.about .block_grey {
  background: #F2F6F7;
  padding: 15px 50px;
}
body.about .block_grey .elementor-text-editor {
  color: #575756 !important;
}
body.about .block_grey .elementor-text-editor h3 {
  color: #575756;
}
body.about .block_grey:first-child:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about .block_grey:last-child:after {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about .section_block1 {
  margin: 0;
  margin: 0 -27px;
}
body.about .section_block1 .elementor-column-wrap {
  padding: 0 !important;
}
body.about .section_block1 .rotate_txt {
  top: 100px;
  left: -20px;
}
body.about .section_block1 .rotate_txt p:after {
  background: #575756;
  left: 80px;
  top: 9px;
  width: 50px;
}
@media screen and (max-width: 500px) {
  body.about .section_block1 .rotate_txt {
    left: -15px;
  }
}
body.about .section_block1 .color_orange {
  background: #575756;
}
body.about .section_block2 {
  margin: 0;
  margin: 0 -27px;
}
body.about .section_block2 .elementor-column-wrap {
  padding: 0 !important;
}
body.about .section_block2 .txt_title {
  margin-left: -20px;
}
body.about .section_block2 .txt_title:after {
  content: "";
  width: 35px;
  height: 1px;
  background: #575756;
  position: absolute;
  left: -50px;
  top: 7px;
}
body.about .section_block2 .color_red {
  background: #575756;
}
body.about #section_map {
  height: 450px;
  margin: 0 -27px;
  padding: 100px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #EB9B41;
  background-attachment: fixed;
}
body.about #section_map h2 {
  color: #fff !important;
  position: relative;
}
body.about #section_map h2:after {
  content: "";
  height: 40px;
  width: 1px;
  position: absolute;
  top: -60px;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.about #section_map a {
  color: #fff !important;
  border-color: #fff !important;
}
body.about #section_map a:hover {
  color: #EB9B41 !important;
  background: #fff !important;
}
body.about #section_map:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #EB9B41;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about #section_map:before {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #EB9B41;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about #section_map h2 {
  font-size: 30px;
  line-height: 40px;
  max-width: 650px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 680px) {
  body.about #section_map {
    margin: 0 -25px;
  }
  body.about #section_map h2 {
    font-size: 20px;
    line-height: 30px;
    padding: 0 15px;
  }
}
body.about #section_domaine {
  background: #D9435C;
  padding: 50px 15px;
  margin-top: 0;
}
body.about #section_domaine p, body.about #section_domaine h2, body.about #section_domaine li {
  color: #fff !important;
}
body.about #section_domaine h2 {
  text-transform: uppercase;
}
body.about #section_domaine:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #D9435C;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about #section_domaine:before {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #D9435C;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.about .list_about li {
  list-style: none;
  position: relative;
}
body.about .list_about li:before {
  content: "✓";
  position: absolute;
  left: -15px;
}

@media screen and (max-width: 768px) {
  body.appels-a-propositions .header_bg, body.appels-a-propositions .bg_logo, body.appels-a-propositions .header_propos, body.calls-for-proposals .header_bg, body.calls-for-proposals .bg_logo, body.calls-for-proposals .header_propos {
    height: 200px !important;
  }
}
body.appels-a-propositions section:first-child, body.calls-for-proposals section:first-child {
  margin: 0 !important;
}
body.appels-a-propositions .header_bg, body.calls-for-proposals .header_bg {
  position: absolute;
  width: 100vw;
  height: 300px;
  margin: 0;
  right: 0;
}
body.appels-a-propositions .header_bg .bg_logo, body.calls-for-proposals .header_bg .bg_logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/Groupe-de-masques-1.png);
  z-index: 2;
  position: relative;
  width: 100%;
  height: 300px;
  margin-top: -10px;
}
body.appels-a-propositions .header_propos, body.calls-for-proposals .header_propos {
  background: #EB9B41;
  height: 300px;
  margin: 0 !important;
}
body.appels-a-propositions .header_propos:after, body.calls-for-proposals .header_propos:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #EB9B41;
  position: absolute;
  z-index: -1;
  top: 0;
  margin: 0 !important;
}
body.appels-a-propositions .header_propos .rotate_txt, body.calls-for-proposals .header_propos .rotate_txt {
  color: #fff;
  top: 122px;
  left: 20px;
  font-size: 17px;
}
body.appels-a-propositions .header_propos .rotate_txt p:after, body.calls-for-proposals .header_propos .rotate_txt p:after {
  background: #fff;
  left: 98px;
  width: 50px;
  top: 14px;
}
body.appels-a-propositions .header_propos h1, body.calls-for-proposals .header_propos h1 {
  color: #fff !important;
  font-size: 45px;
  margin-left: 50px;
  margin-top: 50px;
  line-height: 55px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  body.appels-a-propositions .header_propos h1, body.calls-for-proposals .header_propos h1 {
    font-size: 23px;
    line-height: 35px;
  }
}
body.appels-a-propositions .bg_prop, body.calls-for-proposals .bg_prop {
  height: 250px;
}

#section_blog {
  margin: 50px 70px;
}
@media screen and (max-width: 768px) {
  #section_blog {
    margin: 50px auto;
    padding: 0 15px;
  }
}
#section_blog h2 {
  text-transform: uppercase !important;
  margin-bottom: 20px;
}
#section_blog h2:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #575756;
  position: absolute;
  top: 24px;
  left: -60px;
}

article.box_blog {
  max-width: 450px;
  margin-bottom: 30px;
}
article.box_blog a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
article.box_blog a:hover {
  color: #D9435C;
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
article.box_blog h3 {
  font-weight: bold;
  max-width: 310px;
  margin-top: 15px;
  margin-bottom: 10px;
}
article.box_blog figure {
  height: 200px;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(/template/js/backgroundsize.min.htc);
  position: relative;
  background-color: #f5f5f5;
  background-repeat: no-repeat;
}
article.box_blog hr {
  border: 2px solid #575756;
}
article.box_blog i {
  display: block;
  margin-top: -40px;
  font-size: 20px;
}

.list_blog ul {
  padding: 0;
  margin-left: 40px;
}
@media screen and (max-width: 992px) {
  .list_blog ul {
    margin-left: 0;
  }
}
.list_blog ul li {
  list-style: none;
  margin-bottom: 40px;
  position: relative;
}
.list_blog ul li .line {
  content: "";
  height: 2px;
  width: 100%;
  background: #DADAD9;
  position: absolute;
  margin-top: 15px;
}
.list_blog ul li h5 {
  max-width: 340px;
}
.list_blog ul li a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
}
.list_blog ul li:hover a {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #D9435C;
}
.list_blog h5 {
  font-weight: bold;
  font-size: 14px;
  line-height: 25px;
  display: inline-block;
}
.list_blog img {
  float: right;
  background-color: #f5f5f5;
}

body.single-blog .blog_single .rotate_txt {
  font-size: 17px;
  transform: rotate(-90deg);
  transform-origin: left;
  position: relative;
  display: inline-block;
  top: 110px;
  left: 10px;
  color: #fff;
  max-width: 100px;
}
body.single-blog .blog_single .rotate_txt p:after {
  content: "";
  background: #fff;
  height: 1px;
  width: 50px;
  display: block;
  left: 95px;
  top: 14px;
  position: absolute;
}
body.single-blog .blog_single .header_single {
  height: 250px;
  position: relative;
  margin-left: -30px;
}
body.single-blog .blog_single .header_single .bg_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/Groupe-de-masques-1.png);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
}
body.single-blog .blog_single .header_single:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #D9435C;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.single-blog .blog_single .header_single h1 {
  color: #fff;
  padding: 15px 50px;
  max-width: 700px;
}
body.single-blog .blog_single .content_single_blog {
  margin-top: 50px;
}
body.single-blog .blog_single .img_bg_single {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(/template/js/backgroundsize.min.htc);
  position: relative;
  background-position: center center;
}
body.single-blog .blog_single quote {
  font-size: 18px;
  color: #D9435C;
  font-style: italic;
  display: block;
  text-align: left;
  max-width: 350px;
  margin-top: 10px;
}
body.single-blog .blog_single address {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 13px;
  color: #B5B5B5;
}
body.single-blog .blog_single .content_single {
  color: #575756;
  max-width: 900px;
  margin: auto;
  font-size: 18px;
}
body.single-blog .blog_single .content_single span {
  margin: 0 0 20px;
  display: block;
}
body.single-blog .blog_single .content_single span span {
  font-size: 15px !important;
}
body.single-blog .other_blog {
  background: #F2F6F7;
  padding: 100px 15px;
  position: relative;
  margin-top: 50px;
}
body.single-blog .other_blog:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.single-blog .other_blog:before {
  content: "";
  left: 0;
  width: 100vw;
  height: 100%;
  background: #F2F6F7;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.single-blog .other_blog h2 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 50px;
}
body.single-blog .other_blog h2:after {
  content: "";
  height: 50px;
  width: 1px;
  position: absolute;
  top: -60px;
  left: 50%;
  background: #575756;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
body.single-blog .other_blog .box_blog {
  margin: auto;
  margin-bottom: 50px;
}

body.single section:first-child {
  margin: 0 !important;
}

body.blogs .header_single {
  height: 250px;
  position: relative;
  margin-left: -30px;
  margin-bottom: 50px;
}
body.blogs .header_single .bg_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
  background-image: url(http://www.acp-ue-culture.org/wp-content/uploads/2019/10/Groupe-de-masques-1.png);
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 250px;
  top: 0;
}
body.blogs .header_single:after {
  content: "";
  right: 0;
  width: 100vw;
  height: 100%;
  background: #3F6FB2;
  position: absolute;
  z-index: -1;
  top: 0;
}
body.blogs .header_single h1 {
  color: #fff;
  padding: 50px 50px 15px;
  max-width: 700px;
  text-transform: uppercase;
  font-size: 50px;
}
body.blogs .content_single_blog {
  margin-top: 50px;
}
body.blogs .img_bg_single {
  height: 300px;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  behavior: url(/template/js/backgroundsize.min.htc);
  position: relative;
  background-position: center center;
}
body.blogs .box_blog {
  min-width: 310px;
  margin: 0 25px 30px !important;
}
@media screen and (max-width: 768px) {
  body.blogs .box_blog {
    margin: auto auto 30px !important;
  }
}

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