/* Font-face */

@font-face {
  font-family: 'Cabin-Bold';
  src: url('fonts/Cabin-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin-SemiBold';
  src: url('fonts/Cabin-SemiBold.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin-Italic';
  src: url('fonts/Cabin-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin-Medium';
  src: url('fonts/Cabin-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin-Regular';
  src: url('fonts/Cabin-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('fonts/Roboto-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url('fonts/Roboto-Italic.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url('fonts/Roboto-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url('fonts/Roboto-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular.ttf') format('truetype');
}
/* ------------------------ */
section {
  position: relative;
}
.body_user #container_gsite_header {
  display: none;
}
body {
  color: #330609;
  background-color: #fff;
}
.body_admin #sticky_mnu {
  top: 36px;
}
.body_admin {
/*  margin-top: 5px;*/
}
.CMF_bandeau_video video {
  max-width: 100%;
}
/* -------------------------------------------------------------------------- */
/* Header */

h1#title_princ1,
h1#title_princ2 {
  color: #fff;
  font-family: 'Roboto-Bold';
}
h2,
.h2,
.h2 p{
  font-family: 'Roboto-Bold';
  font-size: 2.1rem;
  line-height: 110%;
}
h2, .h2 {
  margin-bottom: 30px;
}
h3, .h3, .h3 p {
  font-family: 'Roboto-Bold';
}
h4, .h4, .h4 p {
  font-family: 'Roboto-Bold';
}
h3, .h3, .h3 p {
  font-size: 1.45rem;
}
h4, .h4, .h4 p {
  font-size: 1.25rem;
}
a {
  color: #AF7478;
  text-decoration: underline;
}
a:hover {
  color: #330608;
}
ul#section_list ul,
#section_list ul ul {
  margin-bottom: 30px;
}
.sub_h1 {
  color: #fff;
  text-transform: uppercase;
  font-family: 'Roboto-Medium';
}
.sub_h2, .h2-open-close h2.sub_h2 {
  font-family: 'Roboto-Medium';
  text-transform: uppercase;
  font-size: 0.9rem;
  margin-bottom: 20px;
}
p {
  font-family: 'Cabin-Regular';
}
.quot_short {
  font-family: 'Cabin-Italic';
}
.header_photo .vertical_centered {
  width: 800px !important;
}

.bandeau_video, .bloc_video {
  min-height: 600px;
  max-height: 830px;
}
.bloc_video .video_header_home {
  margin-top: -240px;
}


@media (min-width: 1920px) {
.bloc_video .video_header_home {
  margin-top: -200px;
  width: 100%;
  max-width: 100%;
}
}
@media (max-width: 1920px) {
.bloc_video {
  position: relative;
  display: grid;
  justify-content: center;
  align-items: center;
}
}

.header_photo .logos_partenaires,
.bloc_video .logos_partenaires {
  position: absolute;
  bottom: 160px;
  right: 130px;
}
.header_photo .logos_partenaires .ico_partenaires,
.bloc_video .logos_partenaires .ico_partenaires {
  height: 45px;
  margin: 0 10px;
}
#scroll-content {
  color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease 0s;
}
#scroll-content:hover {
  color: #AF7478;
}
#scroll-content .fa {
  font-size: 50px;
  width: auto !important;
}
.msg_feu {
  position: sticky;
  top: 0;
  padding: 4px 0;
  height: 30px;
  overflow: hidden;
  background: #fff;
}
.msg_feu p {
  margin-bottom: 0;
  color: #530E0D;
  font-size: 0.8rem;
  line-height: 60%;
}
.msg_feu img {
/*  max-height: 19px;
  margin-right: 10px;*/
}
.msg_feu .text_msg {
  position: relative;
  padding-left: 40px;
}
.msg_feu .text_msg p {
  line-height: 23px;
}
.msg_feu .text_msg .gsi-col.gsi-12, .msg_feu .text_msg .type-text {
  padding: 0 !important;

}
.msg_feu .text_msg::before {
  content: url(images/feu.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#popup-container {
  background: url(images/chateau-de-motferrand-bg_popup.jpg) no-repeat 50% 50% / cover;
}
.popup-content h2.titre_feu {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 20px 0 20px 55px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.popup-content h2.titre_feu::before {
  content: url(images/feu_big.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.popup-content {
  text-align: left;
  padding: 40px 60px;
}

.bloc_video::after, .header_photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/ombre_chateau_skin.png) no-repeat 50% 100% / cover;
  min-height: 140px;
  width: 100%;
  background-size: contain;
}
.footer {
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
}
.body_admin.edit .footer {
  margin-top: 80px;
}
.footer::before {
  content: "";
  position: absolute;
  top: -75px;
  right: 0;
  background: url(images/ombre_chateau_marron.png) no-repeat 50% 100% / cover;
  min-height: 145px;
  width: 100%;
  background-size: contain;
}
.footer .mnu_footer {
  padding-left: 0;
}
.footer .mnu_footer li {
  list-style: none;
}
.footer .mnu_footer li a {
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  padding: 10px 0;
  transition: all 0.3s ease 0s;
}

.footer .mnu_footer li a:hover {
  color: #aaa;
}
.footer p {
  font-size: 14px;
}
#gsa_main_content br {
  display: none;
}
.liste_siecles_histoire .link_siecles_histoire {
  text-decoration: none;
}
.liste_siecles_histoire .link_siecles_histoire .title_siecles_histoire span,
.liste_siecles_histoire .link_siecles_histoire .title_siecles_histoire {
  color: #330609;
  transition: all 0.3s ease 0s;

}
/*.liste_siecles_histoire .link_siecles_histoire:hover .title_siecles_histoire span,
.liste_siecles_histoire .link_siecles_histoire:hover .title_siecles_histoire{
  color: rgb(169, 142, 141)
}*/

.liste_siecles_histoire .link_siecles_histoire .title_siecles_histoire span {
  font-size: 1rem;
}

/* ----------------------------------------------- */
/* zone recherche */
.rechercher_gsite {
  position: absolute;
  right: 10px;
  top: 20px;
}
.rechercher_gsite .loupe_searchmnu {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  border: none;
}
.rechercher_gsite #inl-searchmnu {
  top: 50px;
  position: absolute;
  right: -10px;
}
#searchmnu {
  position: absolute;
  top: 50px;
  right: 0;
}
.gs-search-box input[type="text"] {
  border: 1px solid #fff !important;
  border-radius: 25px !important;
}
/* ----------------------------------------------- */
/* menu pincipal */
#goaway_mnu_head {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 999;
}
#goaway_mnu_head .menu_top{
  padding: 20px 25px;

  }
#sticky_mnu {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9000;
  opacity: 1;
  background-color: rgba(0,0,0,0.2);
  height: 70px;
  transition: all 0.5s ease 0s;
}
#sticky_mnu.is_sticky, #sticky_mnu.sticky_mobile {
  background-color: rgba(83,14,13,1);
  position: fixed;
  top: 0;
}
#sticky_mnu.not_sticky {
  top: 30px;

}
.body_admin #sticky_mnu.is_sticky, 
.body_admin #sticky_mnu.sticky_mobile {
  top: 36px;
}

#sticky_mnu.is_sticky .logo_chateau_montferrand,
.n1_1077 .logo_chateau_montferrand,
.n1_339 .logo_chateau_montferrand {
  display: none;
}
#sticky_mnu.is_sticky .div_logo a,
.n1_1077 .div_logo a,
.n1_339 .div_logo a  {
  padding: 20px 0 19px 0;
  display: block;
}
#sticky_mnu.is_sticky .mini_logo_chateau_montferrand, 
#sticky_mnu.sticky_like .mini_logo_chateau_montferrand,
.n1_1077 .mini_logo_chateau_montferrand,
.n1_339 .mini_logo_chateau_montferrand {
  display: block !important;
  max-height: 30px;
}
#sticky_mnu.is_sticky nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#sticky_mnu #adm_menu1default {
  padding: 0;
  margin: 0;
  float: right;
}
#sticky_mnu.sticky_mobile {

}

/* -------------------------------------------------------------------------- */
/* logos et recherche menu sidr */
#side-contact-container .logos_partenaires {
  text-align: center;
  opacity: 0.7;
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
}
#side-contact-container .logos_partenaires .ico_partenaires {
  max-height: 40px;
  margin: 0 4px;
}
#side-contact-container .gs-search-box {
  margin: 0 auto;
}
/* -------------------------------------------------------------------------- */
/* menu */

/*.hc-nav-trigger {
  right: 0 !important;
}
.hc-nav-trigger span, 
.hc-nav-trigger span::before, 
.hc-nav-trigger span::after {
  background: #fff !important;
  height: 1px !important;
}
.hc-offcanvas-nav .nav-container, 
.hc-offcanvas-nav .nav-wrapper, 
.hc-offcanvas-nav ul {
  background: #AE7578 !important;
}
#sticky_mnu.is_sticky .hc-nav-trigger.hc-nav-1 {
  top: -15px;
}
.hc-offcanvas-nav .nav-content {
  padding: 50px 15px 0 15px;
}
.hc-offcanvas-nav.hc-nav-1 .nav-container {
  width: 450px !important;
}
.hc-offcanvas-nav .nav-item-link, 
.hc-offcanvas-nav li.nav-close a, 
.hc-offcanvas-nav .nav-back a {
  text-transform: uppercase;
}
.hc-offcanvas-nav li {
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.hc-offcanvas-nav .nav-item-link {
  padding: 20px 12px !important;
}
.hc-offcanvas-nav .nav-item-link:hover a,
.nav-back-button:hover a,
.hc-offcanvas-nav .nav-item.item_node_selected a {
  background: rgba(255,255,255,0.15) !important;
  border-radius: 0 !important;
}
.hc-offcanvas-nav .nav-back a {
  padding: 12px 12px 12px 35px !important;
}
.hc-offcanvas-nav .nav-back span {
  left: 0;
  right: inherit;
}
.hc-offcanvas-nav.nav-position-right .nav-back span::before {
  margin-left: 0px;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
  transition: all 0.5s ease 0s;
}
.hc-offcanvas-nav.nav-position-right .nav-back:hover span::before {
  margin-left: -8px;
}*/
/* -------------------------------------------------------------------------- */

.gs-boot-menu .ul_1 li {
  list-style: none;
  display: inline-block;
}
.gs-boot-menu .ul_1 li a {
  color: #fff;
  text-transform: uppercase;
  display: block;
  padding: 24px 20px 23px 20px;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
}
#sticky_mnu.is_sticky .gs-boot-menu nav .ul_1 > li > a {
  padding: 24px 20px 24px 20px;
}
#sticky_mnu.is_sticky .gs-boot-menu .ul_1 li:hover > ul.ul_2 {
  top: 69px;
}
#sticky_mnu.is_sticky ul#path1default > li > a:hover, 
#sticky_mnu.is_sticky .gs-boot-menu .ul_1 > li > a:hover,
#sticky_mnu.is_sticky .gs-boot-menu .ul_1 > li > a.link_item_node_selected {
  color: #AF7478;
}
.gs-boot-menu .ul_1 li a.childs_multi, 
.hc-offcanvas-nav .nav-item.nav-parent > .nav-item-wrapper {
  position: relative !important;
}
.gs-boot-menu .ul_1 li a.childs_multi::after,
.hc-offcanvas-nav .nav-item.nav-parent > .nav-item-wrapper:after {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f107";
  position: absolute;
  top: 37%;
  transform: translateY(-50%);
  right: 0px;
  font-weight: 600;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.5s ease 0s;
}
.hc-offcanvas-nav .nav-item.nav-parent > .nav-item-wrapper:after {
  right: 25px;
}
.hc-offcanvas-nav .nav-item.nav-parent > .nav-item-wrapper:hover::after {
  right: 15px;
}

.gs-boot-menu .ul_1 li a.childs_multi:hover::after { 
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
.gs-boot-menu .ul_1 li > ul {
  display: none;
}
.gs-boot-menu .ul_1 li:hover > ul.ul_2 {
  background: #AE7679;
  display: block;
  height: auto;
  margin: 0;
  position: absolute;
  text-align: left;
  top: 69px;
  width: 260px;
  padding-left: 0;
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li {
  display: inline-block;
  float: none;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li:last-child {
  border-bottom: none;
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li a {
  position: relative;
  padding-left: 20px;
  transition: all 0.5s ease 0s;
  text-transform: none;
  padding-top: 15px;
  padding-bottom: 15px;
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li a:before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-weight: 600;
  color: #AE7679;
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li:hover a,
.gs-boot-menu .ul_1 li > ul.ul_2 > li a.link_item_node_selected_level_2 {
  padding-left: 35px;
  color: rgba(255,255,255,0.7) !important;
}
.gs-boot-menu .ul_1 li > ul.ul_2 > li:hover a::before,
.gs-boot-menu .ul_1 li > ul.ul_2 > li a.link_item_node_selected_level_2::before {
  color: #fff;
  left: 15px;
  color: rgba(255,255,255,0.7);
}
/* -------------------------------------------------------------------------- */
/* Menu mobile */
.menu-icon{
  position: relative;
  width: 60px;
  height: 60px;
  transition: transform 0.5s;
}
.menu-icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: background 0.5s;
}
.menu-icon span::before,
.menu-icon span::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-6px);
  display: block;
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: transform 0.5s;
}
.menu-icon span::after {
  transform: translateY(6px);
}
.menu-icon.is-opened span { background: transparent; }
.menu-icon.is-opened span::before { transform: translateY(0) rotate(45deg); }
.menu-icon.is-opened span::after { transform: translateY(0) rotate(-45deg); }

.menu-icon.is-opened { transform: rotate(180deg); }

/* -------------------------------------------------------------------------- */
/* fil d'ariane */
#nav_path span, ul#path1default {
  float: left;
  line-height: 100%;
  padding-left: 0;
  font-size: 14px;
}
ul#path1default li{
  display: block;
  float: left;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 100%;
}
ul#path1default li a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
ul#path1default li a:hover {
  color: #AF7478;
}
.detail_actu_header.bg_pink #nav_path a:hover {
  color: #333;

}
#path1default .item_node_selected:after {
  content: "/";
  padding: 0 10px;
  color: #EDEDED;
}
.mauve #path1default .item_node_selected:after  {
  color: #642C67;
}

#path1default .item_node_selected#last_li:after {
  content: "";
}

/* ----------------------------------------------- */
/* actu */
.actu_title a {
  color: #330609;
  text-decoration: none;
  font-size: 18px;
  display: block;
}
.actu_resum_txt {
  font-size: 16px;
  line-height: 20px;
  height: 80px;
  overflow: hidden;
}
.slide_chrono_projet {
  min-height: 400px;
}
.CMF_slide_chrono_projet .lSPager.lSpg {
  display: none;
}
.box_chrono_projet .actu_resum_txt {
  font-size: 16px;
  line-height: 20px;
  height: auto;
  overflow: inherit;
}
.box_chrono_projet {
  border-top: 1px solid #330609;
  position: relative;
  margin-top: 2px;
}
.box_chrono_projet .actu_resume {
  margin-right: 100px;
  padding-top: 45px;
}
.box_chrono_projet:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #330609;
  height: 20px;
  width: 1px;
}
.container_slide_chrono_projet {
  position: relative;
}
.container_slide_chrono_projet .lSAction > a {
  opacity: 1;
  padding: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.container_slide_chrono_projet .lSAction > .lSNext {
  top: 79px;
  background-image: url(images/icones/arrow_right.png);
}
.container_slide_chrono_projet .lSAction > .lSPrev {
  left: inherit;
  top: 19px;
  background-image: url(images/icones/arrow_left.png);
}
.container_slide_chrono_projet .lSAction > .lSNext, 
.container_slide_chrono_projet .lSAction > .lSPrev {
  background-color: #40090C;
  background-position: 50% 50%;
  right: 0;
  transition: all 0.5s ease 0s;
}
.container_slide_chrono_projet .lSAction > .lSNext:hover,
.container_slide_chrono_projet .lSAction > .lSPrev:hover {
  background-color: #AE7578;
}
.img_detail_figure figcaption {
  color: #330608;
}
#sticky_mnu ul#path1default li a:hover,
#sticky_mnu .gs-boot-menu .ul_1 li a:hover,
#sticky_mnu .gs-boot-menu .ul_1 > li > a.link_item_node_selected {
  color: #330609;
}
.liste_figures_celebres .actu_resume {
  background: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 10px 15px;
  text-align: center;
}
.liste_figures_celebres .actu_resume h3 {
  font-size: 1.2rem;
  color: #330609;
  margin-bottom: 0;
}
.liste_figures_celebres .actu_resume .annees_regnes p {
  color: #330609;
  margin-bottom: 0;
}
.resum_siecle_detail h1 span {
  display: block;
  font-size: 1.9rem;
}
/* -------------------------------------------------------------------------- */
/* slide actu */
.pk-zoom-in .actu_img {
  background-size: auto 100% !important;
  transition: all 0.5s ease 0s;
}
.pk-zoom-in:hover .actu_img {
  background-size: auto 105% !important;
}
.bandeau_actu .small_title_guide {
  padding-top: 50px;
  color: #fff;
}
.bandeau_actu .big_title_actu {
  color: #fff;
}
#list_actu_accueil {
 display: block
}

#list_actu_accueil > div,
#list_actu_accueil > div > div {
 overflow: visible;
}
#list_actu_accueil .lSPager.lSpg {
  display: none;
}
#list_actu_accueil .lSAction > a.lSPrev   {
  background-image: url(../images/icones/ot-suresnes-ICON-fleche-swipe-gauche.svg) !important;
  opacity: 1;
  background-position: 0 0;
  left: inherit;
  right: 100px;
}

#list_actu_accueil .lSAction > a.lSNext {
  background-image: url(../images/icones/ot-suresnes-ICON-fleche-swipe-droite.svg);
  background-position: 0 0;
  right: 10px;
}
#list_actu_accueil .lSAction > a {
  width: 54px;
  display: block;
  top: -40px;
  height: 27px;
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 1;
  -webkit-transition: opacity .35s linear 0s;
  transition: opacity .35s linear 0s;
}

#list_actu_accueil {
  padding: 50px 0 70px 0;
}
.bandeau_actu .btn_marron_transp {
  margin-top: 0;
  float: right;
}

/* ----------------------------------------------- */
/* liste cat actu */
ul.cat_tree_menu {
  margin: 0px;
  padding: 0;
  float: left;
}
.cat_tree_menu ul,
.mnu_cat_blog .cat_tree_menu ul li {
  padding: 0;
  display: inline;
}
.mnu_cat_blog .cat_tree_menu ul li a,
.mnu_cat_blog .cat_tree_menu ul li button {
  padding: 10px;
}

.mnu_cat_blog .cat_tree_menu.mnu_cat_1 ul li a,
.mnu_cat_blog .cat_tree_menu.mnu_cat_1 ul li button {
/*  padding-left: 0;*/
}
.mnu_cat_blog .cat_tree_menu ul li button, 
.mnu_cat_blog .cat_tree_menu ul li button:hover, 
.mnu_cat_blog .cat_tree_menu ul li a, 
.mnu_cat_blog .cat_tree_menu ul li a:hover {
  color: #530E0D;
  text-decoration: none;
  display: inline-block;
  background: none;
  border: none;
  font-weight: 600;
  border: 1px solid #530E0D;
  margin-right: 10px;
  border-radius: 25px;
  padding: 5px 30px;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.mnu_cat_blog .cat_tree_menu ul li a:hover, 
.mnu_cat_blog .cat_tree_menu ul li button:hover, 
.mnu_cat_blog .cat_tree_menu ul li button.selected {
  color: #fff;
  background-color: #530E0D;
}
.mnu_cat_blog .cat_tree_menu ul li button span {
  display: none;
}
.detail_actu_header {
  position: relative;
}
.resume_actu p {
  font-size: 17px;
}
.resume_actu p strong {
  font-size: 19px;
}
.resum_actu_detail .resume_big p {
  font-size: 23px;
}
.header_no_photo::after,
.detail_actu_header::after,
.n1_430 .header_photo::after,
.n1_435 .header_photo::after,
.n1_340 .header_photo::after,
.n1_1026 .header_photo::after,
.n1_1077 .header_no_photo::after,
.n1_339 .header_no_photo::after,
.n2_1041 .header_photo::after,
.n2_26 .header_photo::after,
.n2_40 .header_photo::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(images/ombre_chateau_blanc.png) no-repeat 50% 100% / cover;
  min-height: 140px;
  width: 100%;
  background-size: contain;
}
.img_detail_actu .lSPager.lSpg {
  display: none;
}
.img_detail_actu figcaption {
  color: #fff;
}
.detail_actu_header {
  padding: 120px 0;
}
.detail_actu_content {
  padding: 20px 0 90px 0;
}
.chiffres_sites_proteges {
  display: flex;
/*  column-gap: 60px;*/
  margin-bottom: 20px;
}
.chiffres_sites_proteges > div {
  text-align: center;
  border-right: 1px solid gray;
  padding-right: 40px;
  margin-right: 40px;
}
.chiffres_sites_proteges > div:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.chiffres_sites_proteges .chiffre {
  display: block;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  line-height: 100%;
}
.chiffres_sites_proteges .texte {
  display: block;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
.detail_actu_content h2:first-child {
  margin-top: 0;
}
.detail_actu_content h2 {
  margin-top: 50px;
}
.detail_actu_content h3 {
  margin-top: 35px;
}
.actu_date_publish p {
  color: #a98e8d;
  display: block;
  margin: 10px 0;
}
.link_actu_list {
  color: #a98e8d;
  display: block;
  margin: 10px 0;
  transition: all 0.3s ease 0s;

}
/* -------------------------------------------------------------------------- */
/* Footer */

/* ------------------------------------------------*/
/* volet flottant */

.volet_droite .bg_pink {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  /* text-align: center; */
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  width: 90px;
  transition: all 0.3s ease 0s;
}
.volet_droite .bg_pink a {
  text-decoration: none;
  line-height: 100%;
  display: inline-block;
  font-size: 0.9rem;
  color: #fff;
  transition: all 0.3s ease 0s;
  font-weight: normal;
  padding: 15px 12px;
}
.volet_droite .bg_pink h2 {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
.volet_droite .bg_pink:hover {
  background-color: #a98e8d;
  width: 95px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
.volet_droite .bg_pink:hover a h2 {

}

/* -------------------------------------------------------------------------- */
/* Formulaires */
.text_up_form {
  padding           : 10px 0px 20px 0px;
}
#formmail_elements fieldset {
  margin: 0 0 20px;
  padding: 30px;
  border: solid 1px #ccc;
  margin-top: 40px;
}
#formmail_elements legend {
  font-family: arial;
  font-size: 16px;
}
legend {
  display: inline;
  width: auto;
  max-width: 100%;
  padding: 2px 15px 2px 10px;
  text-transform: uppercase;
}
#formmail_form input.formmail_focus,
#formmail_form input.formmail_oblig:focus,
#formmail_form input.formmail_normal:focus {
  background: #eee;
}
#formmail_elements fieldset p {
  margin-top: 2px;
  clear: both;
}
.idfm_form_small label {
  float: none;
}

div.adress {
  margin-bottom: 15px;
}
span.geoloc {
  display: inline-block;
  color: #999;
  font-size: 0.8rem;
  margin-top: 7px;
}
#formmail_head {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
  text-transform: uppercase;
}
.formail_show p {
  font-size: 18px;
  font-weight: normal;
}
.formail_show {
  max-width: 850px;
  margin-bottom: 120px;
}

#formmail_elements {
  border: none;
  color: #000000;
  background: #fff;
  margin: 0;
  padding: 0;
}
#formmail_elements label.formmail_notoblig, 
#formmail_elements label.formmail_oblig {
  float: none;
  width: 100%;
  color: #000;
  font-size: 17px;
  text-align: left;
  font-weight: normal;
  display: block;
}
#formmail_elements p {
  font-size: 20px;
  padding: .2em 0;
  margin: 0 0 .2em 0;
}
#formmail_elements .formmail_legende {
  font-style: normal;
  color: #333;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 17px;
  font-weight: normal;
  line-height: 120%;
  margin-bottom: 15px;
  margin-top: 30px;
  font-family: 'Cabin-Regular';
}
.mandatory_field {
  margin-top: 40px;
}
fieldset p {
  margin: 10px 0px 0 0 !important;
}
#formmail_elements .formmail_normal, #formmail_elements .formmail_focus, #formmail_elements .gsa_formInput {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  font-size: 16px;
}

#formmail_form {
  text-align: left;
  font-size: 12px;
}

#formmail_consent > div {
  text-align: justify;
}
#formmail_consent li {
  margin: 2px 10px;
  float: none;
}
#formmail_consent {
  background-color: #fff;
  border: none;
  padding: 0 0 0 15%;
  margin: 0;
  width: 70%;
  float: left;
  text-align: justify;
}
#formmail_footer {
  float: none;
  width: 100%;
  text-align: left;
}
#formmail_consent input, #formmail_consent label {
  font-size: 0.8rem;
}
#paragraph_field_7 label.formmail_oblig {
  width: 97% !important;
  float: right !important;
  text-align: left !important;
  font-size: 17px;
  line-height: 100% !important;
  font-weight: normal !important;
}
#paragraph_field_7 input#field_7 {
  float: right;
  width: 3% !important;
}
#formmail_clear_field_1 {
  display: none;
}
#paragraph_field_1 {
  margin-right: 15px !important;
}
#paragraph_field_1, #paragraph_field_3 {
  width: 49%;
  float: left;
}
#paragraph_field_2 {
  column-count: 2;
}
textarea#field_5 {
  min-height: 200px;
}
/* -------------------------------------------------------------------------- */
/* Credits */
.credits {
  background-color: #222;
  color: #fff;
  padding: 5px 25px;
  text-align: right;
  font-size: 14px;
}
.gsi-col.col-float-right {
  margin-left: 15px;
}
.gsi-col.col-float-left {
  margin-right: 15px;
}
.figure_box {
  margin: 0;
}
.figure_box figcaption{
  position: relative;
  padding-left: 30px !important;
  padding-right: 30px;
}
.figure_box figcaption{
  margin-top: 15px;
}
.figure_box figcaption::before {
  content: "\f0de";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  position: absolute;
  left: 10px;
  top: 10px;
  transform: translateY(-50%);
}
.figure_box figcaption {
  font-style: italic;
  line-height: 110%;
  font-size: 14px;
  text-align: left;
  color: #444;
}
.bg_green .figure_box figcaption {
  color: #fff;
}
.figure_box figcaption ol, .figure_box figcaption ul {
  padding-left: 0px;
  margin-bottom: 30px;
}
.figure_box figcaption ol li,
.figure_box figcaption ul li {
  float: left;
  margin-left: 20px;
}
/* -------------------------------------------------------------------------- */
/* sections */

.sect_list > div .section-use-exist a {
  text-transform: uppercase;
  font-size: 1rem;
  color: #fff;
  background-color: #642C67;
  text-decoration: none !important;
  border: 1px solid #642C67;
  transition: all 0.3s ease 0s;
  padding: 5px 10px;
  display: inline-block;
  box-shadow: 0 0 5px #999;
}
.sect_list > div .section-use-exist a:hover {
  color: #fff;
  background-color: #000;

}
.img_big_slide_right .lSPager.lSpg,
.img_big_slide_left .lSPager.lSpg  {
  display: none;
}

.img_big_slide_right .lSAction > a.lSNext, 
.img_big_slide_left .lSAction > a.lSNext,
.img_big_slide_right .lSAction > a.lSPrev,
.img_big_slide_left .lSAction > a.lSPrev {
  background-color: rgba(83,14,13,1);
  height: 30px;
  width: 30px;
}
.img_big_slide_right .lSAction > a.lSPrev,
.img_big_slide_left .lSAction > a.lSPrev {
  background-image: url(images/icones/arrow_left.png);
}
.img_big_slide_right .lSAction > a.lSNext, 
.img_big_slide_left .lSAction > a.lSNext {
  background-image: url(images/icones/arrow_right.png);
}
.lSAction > a, .lb-nav a.lb-prev, .lb-nav a.lb-next {
  opacity: 1 !important;
  top: 45%;
}
.lSAction > a:hover {
  opacity: 1 !important;
}
.lslide a {
  text-decoration: none;
}
/* --------------- */
/* frise chronologique */
.tl-timeaxis-background, .tl-timeline, .tl-storyslider .tl-slider-background {
  background-color: #fcfcfc !important;
}
.tl-slide-content .tl-headline {
  font-size: 25px !important;
  line-height: 100%;
}
.nav_years a:hover, .nav_years a.selected {
  background-color: #D0BFB0;
}
.tl-slide-content > div {
  background-color: #7A7C6A;
}
.tl-slidenav-icon {
  color: #7A7C6A !important;
}
.tl-timemarker .tl-timemarker-content-container {
  width: 200px;
}
.tl-headline.tl-headline-fadeout, .tl-timemarker-content-container {
  max-height: 50px;
}
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container {
  background-color: #7A7C6A;
}
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
  color: #fff;
}
.tl-timemarker:hover.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout::after, .tl-timemarker:focus.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout::after,
.tl-timemarker.tl-timemarker-active .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline.tl-headline-fadeout::after {
  background: none;
  filter: none;
  height: 0px;
}
.tl-timeline p a {
  transition: all 0.5s ease 0s;
  display: inline-block;
  padding: 6px 40px;
  border-radius: 50px;
  font-size: 1rem;
  text-decoration: none;
  margin: 10px 0;
  text-align: center;
  min-width: 180px;
  border: 1px solid rgba(255,255,255,0.5);
}
.tl-timeline p a:hover {
  background-color: rgba(255,255,255,0.3);
  color: #fff !important;
  text-decoration: none;
}
/* --------------- */
/* bandeau nous soutenir / don */
.CMF_txt-text-and-background-img::before,
.mid_bg_skin::before {
  content: "";
  background-color: #E8DACF;
  width: 100%;
  height: 40%;
  position: absolute;
  z-index: -1;
  top: 0;
}
.type-html-code video {
/*  border-radius: 15px;*/
}

/* --------------- */
/* Menu image */
.pk-zoom-in {
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: auto;
  display: block;
}

.pk-zoom-in img {transition: all 0.5s ease 0s !important;width: 100%;}
.pk-zoom-in:hover img {transform:scale(1.05);}

.gs_menubox > div {
  margin-bottom: 30px;
}
.gs_menubox a.pk-zoom-in {
  display: block;
  position: relative;
}
.gs_menubox .txt_vignette_lien {
  text-align: left;
  position: absolute;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  line-height: 100%;
  font-size: 30px;
  left: 15%;
  width: 60%;
}
.CMF_menu_images_1col .gs_menubox .txt_vignette_lien {
  left: 60px;
}
.gs_menubox .txt_vignette_lien p.faux_lien {
  font-size: 1rem;
  position: relative;
  display: inline;
  padding-right: 20px;
}
.gs_menubox .txt_vignette_lien p.faux_lien::after {
  content: "\f105";
  position: absolute;
  font: normal normal normal 20px/1 FontAwesome;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition:all 0.5s ease 0s;
}
.pk-zoom-in:hover .txt_vignette_lien p.faux_lien::after {
  right: -10px;

}
.CMF_txt-img-fullsize div.back_cover {
  background-position: 70% bottom !important;
}
.CMF_txt-img-fullsize .logos_partenaires {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.CMF_txt-img-fullsize.parent_logo_natura2000 .logos_partenaires {
  display: block !important;
}
.CMF_txt-img-fullsize figcaption {
  color: #ccc;
  font-size: 12px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
/* -------------------------------------------------------------------------- */
/* section open/close */
.h2-open-close {
  border-top: 1px solid #ccc;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0px;
  padding-left: 15px;
  position: relative;
}
.txt-open-close {
  padding: 0 15px;
}
.h2-open-close:hover {
  cursor: pointer;
}
.h2-open-close h2 {
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 0;
  margin-top: 0;
  font-family: 'Cabin-SemiBold';
}

.h2-open-close .h2 p{
  margin-bottom: 0;
}
.CMF_txt-open-close-1 .h2-open-close h3 {
  font-size: 23px; 
  margin-top: -50px;
  padding-top: 50px;
}
.n3_557 .detail_actu_content h3 a {
  margin-top: -180px;
  padding-top: 180px;

}
.sommaire_histoire_siecles .gs_summary {
  padding-left: 0;
}
.sommaire_histoire_siecles .gs_summary li {
  list-style: none;
}
.sommaire_histoire_siecles .gs_summary li a {
  text-decoration: none;
  padding-left: 0;
  transition: all 0.5s ease 0s;
  position: relative;
  display: block;
}
.sommaire_histoire_siecles .gs_summary li a::before {
  font: normal normal normal 20px/1 FontAwesome;
  content: "\f105";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  font-weight: 600;
  color: rgba(175,116,120,0);
  transform: translateY(-50%);
  transition: all 0.5s ease 0s;
}
.sommaire_histoire_siecles .gs_summary li:hover a {
  padding-left: 35px;
  text-decoration: none;
}
.sommaire_histoire_siecles .gs_summary li:hover a::before {
  left: 15px;
  color: #AE7679;
}
.txt-is-close:after,
.txt-is-open:after{
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  right: 35px;
  top: 23px;
  transform: translateY(-50%);
  font-size: 2rem;
  color: #444;
  transition: all 0.5s ease 0s;
}
.txt-is-close::after {
  transform: translateY(-50%);
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.txt-is-close:hover::after,
.txt-is-open:after  {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}
/* -------------------------------------------------------------------------- */
/* responsive */

@media (min-width: 1555px) {
  .container {
    max-width: 1495px !important;
  }
}
@media (min-width: 1355px) {
  .container {
    max-width: 1295px !important;
  }
}
@media (min-width: 576px) {
/*#content .container {
  max-width: 95%;
}*/
}

@media only screen and (max-width: 1355px) {
  #sticky_mnu .container,
  .msg_feu .container {
    max-width: 98% !important;
  }
  #content .container,
  .footer .container {
    max-width: 98%;
  }
  .gs-boot-menu .ul_1 li a {
    padding: 24px 20px 23px 12px;
  }
  #sticky_mnu #mnu_desktop nav {
  margin-right: 15px;
}
  #paragraph_field_1, #paragraph_field_3 {
    width: 48%;
  }
  #paragraph_field_1 {
    margin-right: 25px !important;
  }
}
@media only screen and (max-width: 1199px) { /*passage au col-lg-x */
  .displaynone_lg {
    display: none;
  }
  .displayblock_lg {
    display: block;
  }
  .detail_actu_content {
    padding: 20px 0 50px 0;
  }
  .resum_actu_detail {
    margin-bottom: 50px;
  }
  #sticky_mnu .container {
    max-width: 95% !important;
  }

  #content .container,
  .footer .container {
    max-width: 95%;
  }
  .gs-boot-menu .ul_1 li a {
    padding: 23px 20px 23px 10px;
  }
  #sticky_mnu.is_sticky .gs-boot-menu nav .ul_1 > li > a {
    padding: 24px 15px 24px 5px;
    font-size: 0.8rem;
  }
  #sticky_mnu.is_sticky .gs-boot-menu .ul_1 li:hover > ul.ul_2 {
    top: 68px;
  }
  .gs-boot-menu .ul_1 li:hover > ul.ul_2 {
    top: 67px;
  }
  #sticky_mnu.is_sticky .gs-boot-menu nav .ul_1 > li > a.childs_multi::after {
    top: 33%;
  }
  .msg_feu p {
/*    text-align: center;*/
  }
  .msg_feu:hover p {
    animation-play-state: paused;
  }
  .bloc_video::after, .header_photo::after {
    background: url(images/ombre_chateau_skin.png) no-repeat 80% 39% / cover;
  }
   .header_no_photo::after,
  .detail_actu_header::after,
  .n1_430 .header_photo::after,
  .n1_435 .header_photo::after,
  .n1_340 .header_photo::after,
  .n1_1026 .header_photo::after,
  .n1_1077 .header_no_photo::after,
  .n1_339 .header_no_photo::after,
  .n2_1041 .header_photo::after,
  .n2_26 .header_photo::after,
  .n2_40 .header_photo::after   {
      background: url(images/ombre_chateau_blanc.png) no-repeat 80% 39% / cover;
    }
  .footer:before {
    background: url(images/ombre_chateau_marron.png) no-repeat 80% 39% / cover;
  }
  .header_photo .logos_partenaires,
  .bloc_video .logos_partenaires {
    right: 65px;
  }

  .header_photo .logos_partenaires .ico_partenaires,
  .bloc_video .logos_partenaires .ico_partenaires {
    height: 35px;
  }
  .CMF_txt-img-left-text-right .pl-3 {
    padding-left: 15px !important;
  }
  .CMF_txt-img-left-text-right .pr-3 {
    padding-right: 15px !important;
  }
    #paragraph_field_1, #paragraph_field_3 {
    width: 48%;
  }
  #paragraph_field_1 {
    margin-right: 20px !important;
  }
}

@media only screen and (max-width: 1110px) { 
  .gs-boot-menu .ul_1 li a {
    padding: 23px 18px 25px 6px;
    font-size: 0.83rem;
  }
  .gs-boot-menu .ul_1 li a.childs_multi::after {
  top: 33%;
}
 /* #sticky_mnu.is_sticky .display_none_mnu {
    display: none;
  }
  #sticky_mnu.is_sticky .display_mnu_mobile {
    display: block !important;
  }*/

  .header_photo .vertical_centered {
    width: 600px !important;
  }
}
@media only screen and (max-width: 991px) { /*passage au col-md-x */
  .displaynone_md {
    display: none;
  }
  .displayblock_md {
    display: block;
  }
.detail_actu_header {
  padding: 40px 0 120px 0;
}
  .btn_marron_transp {
    margin-top: 20px;
    float: none;
  }
  .box_chrono_projet .actu_resume {
    margin-right: 60px;
  }
/*  .display_none_mnu {
      display: none !important;
    }
  .display_mnu_mobile {
      display: block !important;
    }*/
  .bloc_video .container, .bloc_video .container .row {
    max-width: 730px !important;
  }
  .logo_chateau_montferrand {
    display: none;
  }
  .mini_logo_chateau_montferrand {
    display: block !important;
    max-height: 30px;
  }
  #sticky_mnu .div_logo a {
    padding: 16px 0 19px 0;
    display: block;
  }
  .body_admin #sticky_mnu {
    top: 36px;
  }
  .msg_feu .container {
    max-width: 100% !important;
  }
  .msg_feu strong.uppercase {
    display: block;
  }
  .msg_feu {
/*    height: 40px;*/
  }
  .msg_feu p {
    line-height: 10px;
  }
  .gsi-col.col-float-right {
    padding-left: 0px;
    margin-left: 0;
  }
  .gsi-col.col-float-left {
    padding-right: 0px;
    margin-right: 0;
  }
  .gsi-withsubcol .gsi-6.col-float-left,
  .gsi-withsubcol .gsi-6.col-float-right {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

/*
  ul#sitemap_full > li > ul {
    -webkit-columns: 2 200px;
    -moz-columns: 2 200px;
    columns: 2 200px;
  }*/

  #paragraph_field_1 {
    margin-right: 24px !important;
  }
}


@media only screen and (max-width: 840px) {
.lSAction > a {
  padding: 20px;
}
.lSAction > .lSPrev {
  top: 18px;
}
.lSAction > .lSNext {
  top: 58px;
}
}
@media only screen and (max-width: 767px) { /*passage au col-sm-x */
  .displaynone_sm {
    display: none;
  }
  .displayblock_sm {
    display: block !important;
  }
  .chiffres_sites_proteges > div {
    padding-right: 20px;
    margin-right: 20px;
  }
  .chiffres_sites_proteges .chiffre {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .chiffres_sites_proteges .texte {
    font-size: 15px;
  }
  .header_photo .vertical_centered {
    width: 400px !important;
  }
  h1#title_princ1, h1#title_princ2 {
    font-size: 2.1rem;
  }
  .bloc_video .container, .bloc_video .container .row {
    max-width: 650px !important;
  }
  .box_chrono_projet .actu_resume {
    margin-right: 25px;
  }
  .CMF_txt-text-and-background-img .vertical_centered {
    position: relative;
    top: inherit;
    transform: inherit;
    right: inherit;
    left: inherit;
  }
  .CMF_txt-text-and-background-img .txt_right {
    text-align: center;
  }
  .volet_droite .bg_pink {
    top: 65%;
  }
  .CMF_txt-img-fullsize .logos_partenaires {
    position: absolute;
    bottom: 5%;
    right: 5%;
  }

  .popup-content h2.titre_feu {
    font-size: 27px;
  }
  #paragraph_field_1 {
    margin-right: 0 !important;
  }
  #paragraph_field_1, #paragraph_field_3 {
    width: 100%;
  }
  .mnu_cat_blog .cat_tree_menu ul li button, .mnu_cat_blog .cat_tree_menu ul li button:hover, .mnu_cat_blog .cat_tree_menu ul li a, .mnu_cat_blog .cat_tree_menu ul li a:hover {
  padding: 5px 20px;
}
}

@media only screen and (max-width: 660px) {
  .msg_feu strong.uppercase {
     display: inline; 
  }
  #sticky_mnu .container {
    max-width: 100% !important;
  }
  .bloc_video .container, .bloc_video .container .row {
    max-width: 540px !important;
  }
  .bloc_video .vertical_centered  {
    top: 40%;
  }
  .header_photo .logos_partenaires,
  .bloc_video .logos_partenaires {
    right: 30px;
  }
  .header_photo .logos_partenaires .ico_partenaires,
  .bloc_video .logos_partenaires .ico_partenaires {
    margin: 0 5px;
  }
  .list_lien_btn li{
    display: block;
  }

  .CMF_txt-img-fullsize .logos_partenaires {
    position: absolute;
    bottom: inherit;
    right: inherit;
    top: 5%;
    left: 45px;
  }

  .popup-content h2.titre_feu {
    font-size: 25px;
  }
  .popup-content {
    padding: 40px 50px;
  }
  .menu-icon {
    margin-right: 15px;
  }
}

@media only screen and (max-width: 590px) {
.mnu_cat_blog .cat_tree_menu ul li button, .mnu_cat_blog .cat_tree_menu ul li button:hover, .mnu_cat_blog .cat_tree_menu ul li a, .mnu_cat_blog .cat_tree_menu ul li a:hover {
  padding: 5px 15px;
  font-size: 0.9rem;
}
}
@media only screen and (max-width: 575px) { /*passage au col-xs-x tout à 100% */
   .h1, h1 {
    font-size: 2rem;
  }
  h2, .h2, .h2 p {
    font-size: 1.8rem;
  }
  .displaynone_xs {
    display: none;
  }
  .displayblock_xs {
    display: block !important;
  }

  .mnu_cat_blog .cat_tree_menu ul li button, 
  .mnu_cat_blog .cat_tree_menu ul li button:hover, 
  .mnu_cat_blog .cat_tree_menu ul li a, 
  .mnu_cat_blog .cat_tree_menu ul li a:hover {
    margin-right: 4px;
    padding: 5px 10px;
  }
  .chiffres_sites_proteges .chiffre {
    font-size: 40px;
  }
  .bloc_video .container, .bloc_video .container .row {
    max-width: 400px !important;
  }
  .bloc_video .video_header_home.displayblock_xs {
    margin-top: 0;
  }
  .bloc_video {
    position: relative;
    display: inherit;
    justify-content: inherit;
    align-items: inherit;
  }
  .video_header_home.displayblock_xs{
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .bloc_video .container h1 {
    font-size: 1.8rem;
  }
  .header_photo .vertical_centered,
  .bloc_video .vertical_centered  {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .bloc_video .vertical_centered  {
    top: 40%;
  }
  .volet_droite .bg_pink {
    top: 70%;
  }
  .vertical_centered,
  .vertical_horizontal_centered {
    position: relative;
    top: inherit;
    transform: inherit;
    right: inherit;
    left: inherit;
  }
/*  #sticky_mnu {
    top: 50px;
  }*/
  .msg_feu {
    height: 50px;
  }

#sticky_mnu.not_sticky {
  top: 50px;

}
.msg_feu .text_msg p {
    line-height: 18px;
}
.msg_feu .text_msg {
    padding-left: 30px;
}
  .msg_feu img {
    max-height: 16px;
    margin-right: 3px;
  }
  .msg_feu p {
    font-size: 0.70rem;
    line-height: 12px;
  }
  .msg_feu strong.uppercase {
    display: block;
    font-size: 0.75rem;
    line-height: 10px;
  }
  .CMF_txt-img-fullsize .logos_partenaires {
  left: 15px;
}

.popup-content h2.titre_feu {
  font-size: 23px;
  padding-left: 35px;
}
.popup-content {
  padding: 40px 40px;
}

.popup-content h2::before.titre_feu {
  content: url(images/feu_medium.png);
}
#paragraph_field_2 {
  column-count: 1;
}
}


@media only screen and (max-width: 500px) {

.popup-content h2.titre_feu {
  font-size: 18px;
  padding-left: 33px;
}

.popup-content h2::before.titre_feu {
  content: url(images/feu_small.png);
}
#popup-container, #popup-preview {
  padding: 0 25px 0 10px;
}
}

.sitemap {
  margin-top: 80px;
/*  margin-bottom: 250px;*/
}
.sitemap br {
  display: none;
}
ul#sitemap_full > li > ul {
  -webkit-columns: 1 200px;
  -moz-columns: 1 200px;
  columns: 1 200px;
}
ul#sitemap_full .map_depth_1 a, .mnu_secondaire_sitemap ul li a {
  border-bottom: solid 1px #ccc;
  margin-bottom: 5px !important;
  text-transform: uppercase;
/*  background-color: #eee;*/
  padding: 5px 5px 5px 3px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.1rem;
}
.mnu_secondaire_sitemap ul {
  padding: 0;
  margin: 0;
}
.mnu_secondaire_sitemap ul li {
  list-style: none;
  margin: 0 10px 15px;
}

ul#sitemap_full .map_depth_3 a, ul#sitemap_full .map_depth_4 a, ul#sitemap_full .map_depth_5 a {
  font-size: 0.98rem;
  font-weight: normal;
  padding: 2px 0 !important;
}
.mnu_secondaire_sitemap ul li a,
ul#sitemap_full .map_depth_2 a {
  color: #330608;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.mnu_secondaire_sitemap ul li a:hover,
ul#sitemap_full a:hover {
  color: #AF7478;
}
ul#sitemap_full > li > ul > li > ul > li > ul {
  margin: 0 !important;
}
.map_depth_2 {
  margin-top: 15px !important;
}