/* ==========================================================================



   Commune's styles



   ========================================================================== */



/* Special CSS for form spacing */



@media (min-width: 1450px) {

  .container {

      width: 1400px;

  }

}


#header > .container {
  position: initial;
  z-index: inherit;
}

.navbar-header {
  position: relative;
  z-index: 57;
}


.open .dropdown-menu-container {
  display: block;
}

body {

  font-size: 18px;

  letter-spacing: 0.5px;

}

.navbar-toggle {
  background: #404040;
}




p {

  font-size: 18px;

  margin-bottom: 30px;

  letter-spacing: 0.5px;

}



p a:hover {

  text-decoration: underline;

}



img {

  max-width: 100%;

  height: auto;

}



@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

::-moz-selection {

  color: #404040;

  background-color: rgba(219,82,82,0.75);

}



::selection {

  color: #404040;

  background-color: rgba(219,82,82,0.5);

} 



.tableSpacing td {

  padding:5px;

}



.carousel-control {

  transition: all 0.5s ease;

}



.slick-slider, .slick-list, .slick-track, .slick-slide, .slick-slide img {

  height: 100%;

}



.slick-dots li:before {

  display: none;

}



.slick-slider .slick-dots {

  bottom: 0px;

}



.slick-slider .slick-dots li button {

  width: 25px;

  height: 25px;

}



.slick-slider .slick-dots li button:before {

    font-size: 16px;

    width: 25px;

    height: 25px;

  color: #fff;

}



.slick-slider .slick-dots li.slick-active button:before {

    color: #fff;

}



.slick-slide:before {

  content: '';

  position: absolute;

  left: 0px;

  top: 0px;

  background: #000;

  opacity: 0.15;

  width: 100%;

  height: 100%;

}

.slick-caption {

	position: absolute;

  bottom: 80px;

  font-size: 48px;

  font-weight: bold;

  color: #fff;

  text-shadow: 2px 2px 10px rgb(0 0 0 / 30%);

  max-width: 710px;

  line-height: 1.3;

  bottom: 50%;

  transform: translateY(50%);

}



.slick-slider .slick-prev {

  left: 0px;

  height: 100%;

  width: 15%;

  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

  background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));

  background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

  background-repeat: repeat-x;

  transition: all 0.5s ease;

  opacity: 0.5;

}



.slick-slider .slick-next {

    right: 0px;

    height: 100%;

    width: 15%;

    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));

    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

    background-repeat: repeat-x;

    transition: all 0.5s ease;

    opacity: 0.5;

}



.slick-slider .slick-prev:hover {

  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

	background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

	background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));

	background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);

	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);

	background-repeat: repeat-x;

	opacity: 0.9;

}



.slick-slider .slick-next:hover {

  background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

  background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));

  background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);

  background-repeat: repeat-x;

  opacity: 0.9;

}



.slick-slider .slick-next {

    right: 0px;

}



.slick-slider .slick-prev {

    left: 00px;

}



.slick-slider .slick-next:before {

    content: "\f105";

    font-family: "Font Awesome 5 Pro";

    font-size: 95px;

    font-weight: 300;

    opacity: 0.6;

}



.slick-slider .slick-prev:before {

    content: "\f104";

    font-family: "Font Awesome 5 Pro";

    font-size: 95px;

    font-weight: 300;

    opacity: 0.6;

}



.slick-slider .slick-prev, .slick-slider .slick-next {

  z-index: 1;

}



.search-container {

  padding-left: 45px;

} 



.search-container label .search-icon {

  font-size: 18px;

  font-weight: 400;

} 



#branding img {

    width: 200px;

    height: auto;

    margin-top: 20px;

}


.home #header {
  background: rgba(255,255,255,0.7);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: absolute;
  width: 100%;
}


#header .search-container > label:first-of-type {

  display: none;

}



#search-submit, #header #tx-indexedsearch-searchbox-button-submit {

  position: absolute;

  left: inherit;

  right: 0px;

  width: 15px;

  display: block;

  text-indent: -999px;

  top: -18px;

  opacity: 0;

  height: 15px;

}



.breadcrumb a {

  font-size: 14px;

  color: #EF3E42;

}



.breadcrumb a:hover {

  color: #404040;

}



body {

  font-family: "Arial Narrow", Arial, sans-serif;

  font-size: 16px;

  line-height: 1.5;

  color: #404040;

  -webkit-font-smoothing: antialiased;

  -moz-font-smoothing: antialiased;

  -o-font-smoothing: antialiased;

  text-rendering: optimizelegibility;

  -moz-osx-font-smoothing: grayscale;

  -webkit-tap-highlight-color: transparent;

  line-height: 1.55;

}



body #content .container {

  padding-top: 15px;

}



body .home-page + #content .container {

  padding-top: 25px;

}



p.bodytext > .far, p.bodytext > .fas, p.bodytext > .fal,  p.bodytext > .fa {

	margin-right: 10px;

}



p > .far, p > .fas, p > .fal,  p > .fa {

  margin-right: 10px;

}



.far {

	font-weight: 300;

}



a{

	color: #EF3E42;

	transition: all 0.5s ease;

}



a:hover {

	color: #404040;

	text-decoration: none;

}



.link-user {

  font-family: "Font Awesome 5 Pro";

  font-weight: 900;

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

}

.link-user:before {

    content: "\f007";

}



h4{

  margin-bottom: 15px;

}





footer {
  font-size: 18px;
  line-height: 1.63;
  padding: 80px 0 15px;
  background: #404040;
  background-image: url(/fileadmin/templates/romanel-sur-lausanne.ch/img/logo_romanel_footer.svg);
  background-repeat: no-repeat;
  background-position: 115% -150%;
  background-size: 540px;
}

footer > .container {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}


footer *
.footer-nav * {

  color: #fff;

}



footer a {

  color: #EF3E42;

  text-decoration: none;

}
footer a:hover {

  text-decoration: none;

}



footer a i {

  color: #EF3E42;

}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer p * {
  margin-bottom: 20px;
  color: #fff;
}

footer h3 {
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 40px;
}
footer h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 40px;
  background-color: #fff;
  z-index: 1;
}
footer h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #fff;
  opacity: 0.5;
}

footer p {
  color: rgba(255, 255, 255, 0.75);
}

footer p a[href^="tel:"] {
  color: rgba(255, 255, 255, 1) !important;
}
footer p a[href^="tel:"]:hover {
  color: #EF3E42 !important;
  text-decoration: none;
}


footer .fa-envelope-o {

  color: #EF3E42;

}



footer p + table {

  margin-top: -15px;

}



footer table tr td {

  border: 0px;

  padding: 5px 30px 5px 0px;

}



.footer-nav {

	font-size: 16px;
  background: none;
  padding-top: 15px;

}

.footer-nav p {
  font-size: 16px;
}



.footer-nav ul li {

  display: inline;

  border-right: none;

}





.footer-nav a {
  color: #fff;
}
.footer-nav a:hover {
  color: #EF3E42 !important;
  opacity: 1;
}



.footer-nav .container {

  padding: 0px 15px;

}



.footer-nav p a:hover {

	color: #fff;

}



.header-contact p {

  float: right;

  font-size: 13px;

  margin-top: 11px;

}



.header-contact p:first-of-type {

  padding-left: 12px;

}



.header-contact p:first-of-type a {

  color: #141414;

  font-weight: bold;

}



.header-contact p:first-of-type a:hover {

  color: #EF3E42;

}



.header-contact p:last-of-type {

  padding-right: 12px;

  /*border-right: 1px solid #e0e0e0;*/



}



.header-contact p:last-of-type a:hover {

  color: #404040;

}



.header-contact .fas + .fas {

  padding-left: 20px;

}

.header-contact .logout {

  display: block;

  padding-top: 5px;

  text-align: right;

  color: #EF3E42 !important;

  padding-left: 20px;

  position: relative;

}

.header-contact .logout:before {

  content: "\f08b";

  font-family: 'Font Awesome 5 Pro';

  padding-right: 8px;

}



.login-icon {

  margin-right: 8px;

}



.footer-nav .copyright{

  text-align: left;

}



#main-content ul {

	margin-bottom: 30px;

	padding-left: 0px;

}



#main-content ul, .home-page ul, .article-content ul {

    margin-bottom: 20px;

}



.navbar-brand {

  height: 140px;

  margin-bottom: -60px;

  padding: 16px 15px 12px 0;

}

#branding, .navbar-header {

  height: 140px;

  margin-bottom: -60px;

}



.dropdown-menu > .active > a, .dropdown-menu > li > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {

    border-bottom: none;

}






div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {

  margin-bottom: 20px;

  margin-top: 10px;

}



h1 {

  font-size: 45px;

  font-weight: bold;

  margin-bottom: 45px;

  margin-top: 0;
  text-transform: uppercase;

}



h2 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 0px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 15px;
  color: #404040;
}

.home h2 {
  margin-bottom: 40px;
}

h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 50px;
  background-color: #404040;
  z-index: 1;
}
h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 255px;
  background-color: #404040;
  opacity: 0.5;
}


h3 {

	font-weight: bold;

	margin-bottom: 30px;

  text-transform: none;

  font-size: 30px;

  margin-top: 0px;

  padding-bottom: 0;

}



h4 {

	line-height: 1.4;

  font-size: 25px;

  margin-top: 0px;

  padding-bottom: 0;

  margin-bottom: 20px;

}



h5 {

  margin-top: 0px;

  padding-bottom: 0;

  margin-bottom: 20px;

  font-size: 20px;

}


table tr td {

  vertical-align: top;

}





.panel-group .panel-default .panel-heading h3,

.panel-group .panel-default .panel-heading h2,

.panel-group .panel-default .panel-heading h4,

.panel-group .panel-default .panel-heading h5 {

  padding: 32px 30px 30px 0px;

  margin: 0px;

}



.panel-group .panel-default .panel-heading h3,

.panel-group .panel-default .panel-heading h2,

.panel-group .panel-default .panel-heading h4,

.panel-group .panel-default .panel-heading h5 {

  border: none;

  text-transform: none;

  position: relative;

  color: #000000;

  font-size: 20px;

  font-weight: 300;

  padding-left:40px;

}



.panel-group .panel-default .panel-heading h3:hover,

.panel-group .panel-default .panel-heading h2:hover,

.panel-group .panel-default .panel-heading h4:hover,

.panel-group .panel-default .panel-heading h5:hover,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h3,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h2,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h4,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h5 {

  color:#404040;

}





.panel-group .panel-default .panel-heading h3:before,

.panel-group .panel-default .panel-heading h2:before,

.panel-group .panel-default .panel-heading h4:before,

.panel-group .panel-default .panel-heading h5:before{

  content: '\f054';

  font-family: 'Font Awesome 5 Pro';

  position: absolute;

  left: 17px;

  font-size: 15px;

  top:52%;

  transform: translateY(-50%);
  background: none;
  height: auto;
  bottom: inherit;
  width: auto;

}



.panel-group .panel-default .panel-heading h2:after,

.panel-group .panel-default .panel-heading h4:after,

.panel-group .panel-default .panel-heading h5:after {

  content: '\f067';

  font-family: fontawesome;

  position: absolute;

  right: 0;

  font-size: 21px;
  left: inherit;
  background: none;
  bottom: inherit;
  height: auto;
  width: auto;
  max-width: inherit;
  opacity: 1;

}



.panel-group .panel-default .panel-heading .active:not(.collapsed) h2:after,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h4:after,

.panel-group .panel-default .panel-heading .active:not(.collapsed) h5:after{

  content: '\f068';

}



.panel-default > .panel-heading a:hover *, .panel-default > .panel-heading a:not(.collapsed) * {

  color: #EF3E42;

}



.panel-group .panel-heading {

	padding: 0px;

}



/** SOUS ACCORDEON **/

.panel-body .panel-default .panel-heading h3,

.panel-body .panel-default .panel-heading h2,

.panel-body .panel-default .panel-heading h4,

.panel-body .panel-default .panel-heading h5 {

  font-size: 16px;

  padding: 22px 20px 20px 0px;

  padding-left:50px;

}



.panel-body .panel-default .panel-heading h3:before,

.panel-body .panel-default .panel-heading h2:before,

.panel-body .panel-default .panel-heading h4:before,

.panel-body .panel-default .panel-heading h5:before{

  left: 23px;

  font-size: 10px;

  top: 51%;

  transform: translateY(-50%);

}



.panel-body .panel-default .panel-heading h2:after,

.panel-body .panel-default .panel-heading h3:after,

.panel-body .panel-default .panel-heading h4:after,

.panel-body .panel-default .panel-heading h5:after {

  content: '\f067';

  font-family: 'Font Awesome 5 Pro';

  font-size: 16px;

  top: 52%;

  transform: translateY(-50%);

}



.divider + h2, hr + h2 {

	margin-top: 40px;

}



.col-md-4.home-page h2 {

  margin-top: 40px;

  margin-bottom: 0px;

}



.col-md-4.home-page .dce-links {

  border-top: 0px solid #ededed;

}

.dce-links {
  border-top: 0px;
}
.dce-links ul {
  padding-left: 0px;
}



.content-img{

  height: 250px;

}



.content-img > div {

  height: 100%;

}



.home-page .carousel-inner .item {

    height: 550px;

}



.content-img img {

    min-height: 250px;

    max-width: none;

    max-height: 250px;

    object-fit: cover;

    width: 100%;

}

.home-page .content-img img {
    max-height: none;
}



@media all and (-ms-high-contrast:none) { 



  .content-img img { 



    max-width: none;  



    max-height: 250px;

  }



  *::-ms-backdrop, .content-img img { 



    max-width: none;    



    max-height: 350px;

  }



}



@supports (-ms-ime-align:auto) {

  .content-img img { 



    max-width: none;  



    max-height: 250px;

  }



}







.second-nav-title {

  background: #EF3E42;

}



#navbar {

  background: none;

  position: relative;

  z-index: 55;

  padding-right: 0px;
  padding-left: 0px;

}



#navbar nav {

  float: right;

  margin-left: 0px;

  padding-right: 0px;

}



nav ul li {

  transition: all 0.5s ease;

}



nav ul li a {

  color: #404040;

  font-weight: normal;

  text-transform: none;

  transition: all 0.5s ease;

  padding: 15px 12px;

}



nav ul li.active a {

  color: #fff;

}



.search-icon {

  color: #000;

  display: none;

}





.top-menu {

  position: absolute;

  right: 15px;

  top: -70px;

  padding-left: 0px;

}



.top-menu li {

  transition: all 0.5s ease;

  display: inline-block;

  list-style-type: none;

  margin-right: 10px;

}

.top-menu li:last-of-type {

  margin-right: 0px;

}



.top-menu li a {

  color: #404040;

  font-weight: normal;

  text-transform: none;

  transition: all 0.5s ease;

  font-size: 15px;

  font-weight: 600;

}

.top-menu li a:hover {

  color: #EF3E42;

}





.powermail_input, .powermail_textarea {

  width: 100%;

  border: 1px solid #ccc;

}

.dropdown-menu li li {

	padding: 5px 0 5px 0;

}

.fourthDropSubMenu {
  padding-top: 10px;
}



.powermail_confirmation h1 {

  font-size: 22px;

}

.powermail_confirmation input[data-powermail-form-ajax="confirmation"] {

  margin-right: 10px;

}



.dropdown-menu li li.active a, .dropdown-menu li li:hover a, 



#header .fourthDropSubMenu .active a, #header .fourthDropSubMenu li:hover a,



.fourthSubMenu li.active a, .fourthSubMenu li:hover a,



.dropdown-menu > .active > a, .dropdown-menu > li > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,



#header .dropdown-menu > .active > a, #header .dropdown-menu > li > a, #header .dropdown-menu > .active > a:hover, #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {

  color: #404040;

}

#header .dropdown-menu li a[target="desactivate"] {
  pointer-events: none;
}

.dropdown-menu-container {
  display: none;
  position: absolute;
  width: 100%;
  left: 0px;
}
.dropdown-menu {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  position: initial;
}
.dropdown-menu > ul {
  display: flex;
  flex-direction: column;
}
.dropdown-menu > li {
  padding: 0px 25px 30px 25px;
  flex: 0 0 25%;
  max-width: 25%;
  width: auto;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu > li > a {
  position: relative;
}
.dropdown-menu > li > a:after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 4px;
  height: 4px;
  width: 50px;
  background: #EF3E42;
}


.second-nav > ul > li > a {

  background: rgba(219, 82, 82, 0.2);;

}



.second-nav > ul > li > a:hover, .second-nav > ul > li.active > a {

  background: rgba(219, 82, 82, 0.1);

}

.second-nav .dropdown-menu > li {
  max-width: inherit;
  flex: inherit;
  padding: 0px;
  border: 0px;
  width: 100%;
}
.second-nav .dropdown-menu > li > a:after {
  display: none;
}



.fce-box-color * {

    color: #ffffff;

}



.second-nav > ul > li > a,



.fourthSubMenu.dropdown-menu a,



#header .fourthDropSubMenu a {

  color: #404040;

  transition: all 0.5s ease;

}



#header .fourthDropSubMenu a:hover {

	color: #EF3E42;

}



#header .fourthDropSubMenu li:hover a {

	color: #EF3E42;

}



#header .dropdown-menu > li > a {

	transition: all 0.5s ease;

}



#header .dropdown-menu > li > a:hover {

	color: #EF3E42;

}



/*.dropdown-menu > .active > a, .dropdown-menu > li > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus,



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus,



.fourthSubMenu.dropdown-menu a, #header .fourthDropSubMenu a, 



.fourthSubMenu li.active a, .fourthSubMenu li:hover a {

  background: #F3F9F7;

}*/



nav ul.fourthDropSubMenu li, nav > ul.fourthDropSubMenu > li.active {

  border-color: #ffffff;

}



#header .dropdown-menu > .active > a, #header .dropdown-menu > li > a, #header .dropdown-menu > .active > a:hover, #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {

  border: none;

}

#navbar nav > ul > li {

  margin-right: 10px;

}

#navbar nav > ul > li a {

  position: relative;

  font-size: 20px;

  font-weight: 600;

}

#navbar nav > ul > li > a:after {

  content: '';

  position: absolute;

  left: 0px;

  bottom: 0px;

  width: 0px;

  height: 4px;

  background: #EF3E42;

  transition: all 0.5s ease;

}



nav > ul > li.active, nav > ul > li:hover {

  background: transparent;

}

#navbar nav > ul > li.active a {

  color: #404040;

}

#navbar nav > ul > li a:hover {

  color: #EF3E42;

}

#navbar nav > ul > li.active > a:after, #navbar nav > ul > li > a:hover:after {

  width: 100%;

}



nav > ul > li:hover a {

  color: #404040;

}



a[href^="tel:"] {

  color: #404040 !important;

}



.fce-box-color, .box-links, .carousel-caption {

  background: rgba(255, 255, 255, 0.75);

}







#header .tx-indexedsearch {

	position: relative;

	top: 0px;

}



.dropdown-search-button {

  padding: 15px 0px 15px 15px;

  cursor: pointer;

}

.dropdown-search-button i {

  transition: all 0.3s ease;

}

.dropdown-search-button:hover i {

  color: #EF3E42;

}



#header .dropdown-search {

  position: absolute;

  background: #fff;

  top: 57px;

  right: -18px;

  padding: 15px;

  border-top: 4px solid #EF3E42;

  box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.05);

  display: none;

}



#header .dropdown-search form {

	position: relative;

}



#header .dropdown-search form:before {

  width: 0;

  height: 0;

  border-left: 10px solid transparent;

  border-right: 10px solid transparent;

  border-bottom: 12px solid #EF3E42;

  content: "";

  position: absolute;

  top: -27px;

  right: 0px;

  border-radius: 4px;

}



.search-container {

  padding-left: 0px;

  position: inherit;

  top: inherit;

  right: inherit;

  width: 220px;

}



.search-box {

  background: #fff;

  position: inherit;

  right: inherit;

  width: 220px !important;

  height: 30px;

  float: none;

  display: inline-block;

  border-bottom: 1px solid #a3a3a3 !important;

  padding-left: 0px !important;

}



.search-box:not(:focus) {

  text-indent: inherit;

}



.search-container label {

  float: none;

  display: inline-block;

  margin: 0;

  position: absolute;

  right: -8px;

  top: 1px;

}



.search-container label .search-icon {

  font-size: 18px;

  font-weight: 400;

  position: inherit;

}



::-webkit-input-placeholder { /* Chrome/Opera/Safari */



  color: #A3A3A3;

}



::-moz-placeholder { /* Firefox 19+ */



  color: #A3A3A3;

}



:-ms-input-placeholder { /* IE 10+ */



  color: #A3A3A3;

}



:-moz-placeholder { /* Firefox 18- */



  color: #A3A3A3;

}







/*.menu li:hover > .dropdown-menu {

  display: none;

}*/







/*



 * content



 */

 .tabs-container {

  position: relative;

  margin-top: -103px;

  background: transparent;

  box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 15%);

  border-radius: 5px;

  overflow: hidden;

  margin-bottom: 100px;
  z-index: 1;

}

.tabs-titles {

  border-bottom: solid 1px #e6e6e6;

  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);

}

.tabs-titles p {

  display: inline-block;

  font-size: 18px;

  cursor: pointer;

  padding: 15px 21px;

  margin-bottom: 0px;

  position: relative;

  background: transparent;

  margin-bottom: -1px;

  transition: all 0.3s ease;

  opacity: 1;

  color: #404040;

  font-weight: 600;

}

.tabs-titles p.active {

  opacity: 1;

  color: #404040;

}

.tabs-titles p:after {

  content: '';

  position: absolute;

  left: 0px;

  bottom: 0px;

  width: 0px;

  height: 4px;

  background: #EF3E42;

  transition: all 0.3s ease;

}

.tabs-titles p.active:after {

  width: 100%;

}

.tabs-titles p.active {

  background: transparent;

  color: #EF3E42;

}

.tabs-titles p:hover {

  color: #EF3E42;

}

.tabs-content-container .tabs-content {

  transition: all 0.5s ease;

  position: absolute;

  left: 0px;

  top: 58px;

  width: 100%;

  opacity: 0;

  visibility: hidden;

}

.tabs-content-container .tabs-content:first-of-type {

  position: relative;

  top: 0px;

}



.tabs-content-container .tabs-content.active {

  opacity: 1;

  visibility: visible;

}

.quicklinks {

  display: flex;

  flex-wrap: wrap;

}

.quicklinks a {

  flex: 0 0 25%;

  max-width: 25%;

  padding: 70px 30px;

  text-align: center;

  color: #404040;

  position: relative;

  font-size: 20px;

  line-height: 1.2;

  font-weight: 600;

  border-right: 1px solid #e5e5e5;

}

.quicklinks a span {

  transform: translateY(20px);

  opacity: 0;

  transition: all 0.5s ease;

  display: inline-block;

}

.tabs-content.active .quicklinks a span {

  opacity: 1;

  transform: translateY(0px);

}

.quicklinks a i {

  font-size: 50px;

  display: block;

  margin-bottom: 20px;

  transform: translateY(-20px);

  opacity: 0;

  transition: all 0.5s ease;

}

.tabs-content.active .quicklinks a:hover i {

  transform: translateY(-10px);

}

.tabs-content.active .quicklinks a i {

  opacity: 0.75;

  transform: translateY(0px);

}

.quicklinks .fa.fa-home,
.quicklinks .fas.fa-loveseat,
.quicklinks .fas.fa-industry-alt,
.quicklinks .fas.fa-child,
.quicklinks .fa-file-alt,
.quicklinks .fa-hand-holding,
.quicklinks .fa-hand-holding-usd,
.quicklinks .fa-trash-alt,
.quicklinks .fa-door-closed {
  position: relative;
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
}
.quicklinks .fa.fa-home:before {
  content: "\f74f";
}
.quicklinks .fa.fa-home:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa.fa-home:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa.fa-home:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa.fa-home:after {
  content: "\10f74f";
}

.quicklinks .fas.fa-loveseat:before {
  content: "\f4cc";
}
.quicklinks .fas.fa-loveseat:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fas.fa-loveseat:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fas.fa-loveseat:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fas.fa-loveseat:after {
  content: "\10f4cc";
}

.quicklinks .fas.fa-industry-alt:before {
  content: "\f275";
}
.quicklinks .fas.fa-industry-alt:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fas.fa-industry-alt:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fas.fa-industry-alt:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fas.fa-industry-alt:after {
  content: "\10f275";
}

.quicklinks .fas.fa-child:before {
  content: "\f1ae";
}
.quicklinks .fas.fa-child:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fas.fa-child:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fas.fa-child:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fas.fa-child:after {
  content: "\10f1ae";
}

.quicklinks .fa-file-alt:before {
  content: "\f15c";
}
.quicklinks .fa-file-alt:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa-file-alt:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa-file-alt:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa-file-alt:after {
  content: "\10f15c";
}

.quicklinks .fa-hand-holding:before {
  content: "\f4bd";
}
.quicklinks .fa-hand-holding:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa-hand-holding:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa-hand-holding:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa-hand-holding:after {
  content: "\10f4bd";
}

.quicklinks .fa-hand-holding-usd:before {
  content: "\f4c0";
}
.quicklinks .fa-hand-holding-usd:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa-hand-holding-usd:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa-hand-holding-usd:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa-hand-holding-usd:after {
  content: "\10f4c0";
}

.quicklinks .fa-trash-alt:before {
  content: "\f2ed";
}
.quicklinks .fa-trash-alt:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa-trash-alt:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa-trash-alt:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa-trash-alt:after {
  content: "\10f2ed";
}

.quicklinks .fa-door-closed:before {
  content: "\f52a";
}
.quicklinks .fa-door-closed:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.quicklinks .fa-door-closed:after {
  color: var(--fa-secondary-color,inherit);
}
.quicklinks .fa-door-closed:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.quicklinks .fa-door-closed:after {
  content: "\10f52a";
}


.box-info {

  padding: 80px 18px 10px 18px;

  border-radius: 4px;

  margin-bottom: 60px;

  position: relative;

  border: solid 1px #bee5eb;

  background-color: #d1ecf1;

  color: #0c5460;

  text-align: center;

}

.box-info * {

  color: #0c5460;

}

.box-info a {

  text-decoration: underline;

  font-weight: bold;

}

.box-info:after {

  content: '\f05a';

  color: #0c5460;

  position: absolute;

  left: 0px;

  right: 0px;

  margin: 0 auto;

  text-align: center;

  top: 22px;

  font-size: 35px;

  font-family: "Font Awesome 5 Pro";

  -moz-osx-font-smoothing: grayscale;

  -webkit-font-smoothing: antialiased;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  line-height: 1;

  opacity: 0.5;

}



/* DCE - Tuiles */

.tiles-container {

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.tiles-container > div {

  margin-bottom: 30px;

}

.tiles-container .tile {

  display: flex;

  flex-direction: column;

  -webkit-box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 24%);

  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.24);

  box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 24%);

  border-radius: 5px;

  overflow: hidden;

  color: #404040;

  height: 100%;

  transition: all 0.5s ease;

  text-decoration: none;

}

.tiles-container .tile:hover {

  -webkit-box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 40%);

  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.4);

  box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 40%);

}

.tiles-container .tile .tile-img {

  width: 100%;

  margin: 0px;

  overflow: hidden;

}

.tiles-container .tile .tile-img img {

  height: auto;

  width: 100%;

  transform: scale(1);

  transition: all 1.5s ease;

}

.tiles-container .tile:hover .tile-img img {

  transform: scale(1.2);

}

.tiles-container .tile .tile-content {

  padding: 30px;

  height: auto;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

.tiles-container .tile .tile-content h4 {

  font-size: 26px;

  font-weight: bold;

  text-transform: none;

  padding: 0px;

  margin: 0px;

}

.tiles-container .tile .tile-content h4 + p {

  margin: 30px 0px 0px 0px;

}



 .breadcrumb {

 	margin-bottom: 40px;

 }



.breadcrumb .current-breadcrumb {

    color: #404040;

    font-size: 14px;

}



.breadcrumb i {

	font-size: 14px;

	color: #666666;

}



.btn:hover, .powermail_submit:hover, .tx-felogin-pi1 input[type="submit"]:hover {

    color: #ffffff;

}



.btn:hover, .powermail_submit:hover, .tx-felogin-pi1 input[type="submit"]:hover,



.article-content .more:hover, .news-backlink-wrap a:hover {

  background: #404040;

}


.tx-felogin-pi1 input[type="submit"] {
  border-radius: 5px!important;
    background-color: #EF3E42!important;
    padding: 16px 30px 12px 30px!important;
    letter-spacing: 1px!important;
    margin-top: 20px!important;
}
.tx-felogin-pi1 input[type="submit"]:hover {

  background: #141414!important;
}

.tx-felogin-pi1 input[type="text"],
#tx-srfeuserregister-pi1-fe_users_form input[type="text"],
.tx-felogin-pi1 input[type="password"], #tx-srfeuserregister-pi1-fe_users_form input[type="password"],
#tx-srfeuserregister-pi1-fe_users_form input[type="email"],
#tx-srfeuserregister-pi1-fe_users_form select {
  font-size: 18px;
}




.article-event a:hover .more-event {

  color: #404040;

}



.btn, .powermail_submit, .tx-felogin-pi1 input[type="submit"] {

  border-radius: 4px;

  background-color: #EF3E42;

  padding: 14px 25px;

}



.tx-felogin-pi1 h3,



.tx-felogin-pi1 form legend {

  display: none;

}



.tx-felogin-pi1 form {

  margin-top: 30px;

}



.tx-felogin-pi1 form label {

  min-width: 150px;

}



.tx-felogin-pi1 form input {

  margin-bottom: 10px;

}



.date-event {

  background: #EF3E42;

  transition: all 0.5s ease;

}

.dropdown-backdrop {

  display: none;

}



.article-content .more, .news-backlink-wrap a {

  display: inline-block;

  border-radius: 5px;

  background-color: #EF3E42;

  padding: 16px 30px 12px 30px;

  letter-spacing: 1px;

  margin-top: 20px;

}

.article-content .more, .news-backlink-wrap a:before {

  display: none;

}



.article-content .more:hover, .news-backlink-wrap a:hover {

  background: #141414 !important;

  text-decoration:none;

  color: #ffffff;

}





#content .tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup, 

.article-event .more-event, a:hover {

  color: #EF3E42;

  transition: all 0.5s ease;

}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info {
  background: none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-size,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-crdate,
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-mtime {
  display: none;
}
.tx-indexedsearch.res-container {
  border-bottom: 1px solid rgba(64, 64, 64, 0.25);
  padding-bottom: 40px;
  padding-top: 40px;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info .tx-indexedsearch-text-item-path p,
.tx-indexedsearch .tx-indexedsearch-res dl.tx-indexedsearch-info {
  margin-bottom: 0px;
}

.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon {
  display: none;
}

#main-content ul.tx-indexedsearch-browsebox li::before {
  display: none;
}
#main-content ul.tx-indexedsearch-browsebox li {
  margin-left: 0px;
  margin-right: 15px;
}

.tx-indexedsearch.res-container + .tx-indexedsearch-browsebox {
  padding-top: 40px;
}


.news-list-date {

  font-size: 14px;

  display: inline-block;

  color: #fff;

  padding: 3px 8px 1px 8px;

  border-radius: 5px;

  letter-spacing: 1px;

  text-transform: uppercase;

  margin-bottom: 25px;

  background: #404040;

  font-weight: 700;

  box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 20%);

  transition: all 0.5s ease;
  margin-right: 10px;

}

.news-single h1 {
  font-size: 30px;
  font-weight: bold;
  text-transform: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.news-single .news-list-date > * {
  display: inline-block;
}

.news-single .news-list-date .news-date-day-month {
  margin-right: 4px;
}
.news-single .news-list-date .news-date-day-month + .news-date-day-month {
  margin-left: -4px;
}

.news-list-view .article .news-list-date {
  margin-bottom: 15px;
  margin-right: 15px;
}

.news-list-view .article  .news-list-category {
  width: auto;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 14px !important;
  margin-right: 8px;
}

.category-separator {
  margin-right: 8px;
}
.category-separator:last-of-type {
  display: none;
}



.dce-links a:hover * {

  color: #EF3E42;

}



.dce-links p {

	font-size: 16px;

	font-weight: 600;

}



.dce-links li {

  margin-left: 0px;

  border-bottom: 1px solid #d8d8d8;

}



.dce-links li::before {

  display: none;

}



.dce-links a {

  font-size: 16px;

  padding: 25px 0 25px 0;

  position: relative;

}



.dce-links a p, .dce-links li .fa, .dce-links li .fa-duotone {

	transition: all 0.5s ease;

  padding-left: 100px;

  display: table-cell;

  vertical-align: middle;

}



.dce-links a p {

	text-align: left;
  font-size: 18px;

}
.links-icons p i {
  width: auto;
}
.links-icons p i:before,
.links-icons p i:after {
  left: 0px;
  top: 0px;
}
.dce-links:not(.simple) a i,
.links-icons p i {
  font-family: "Font Awesome 5 Duotone";
  font-weight: 900;
  top: 50%;
  transform: translateY(-50%);
}

.dce-links a i.fa-link:before,
.links-icons p i.fa-link:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-link:before,
.links-icons p i.fa-link:after {
  content: "\f0c1";
}
.dce-links a i.fa-link:after,
.links-icons p i.fa-link:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-link:after,
.links-icons p i.fa-link:after {
  content: "\10f0c1";
}

.dce-links a i.fa-calendar:before,
.links-icons p i.fa-calendar:after {
  content: "\f133";
}
.dce-links a i.fa-calendar:before,
.links-icons p i.fa-calendar:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-calendar:after,
.links-icons p i.fa-calendar:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-calendar:after,
.links-icons p i.fa-calendar:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-calendar:after,
.links-icons p i.fa-calendar:after {
  content: "\10f133";
}

.dce-links a i.fa-question-circle:before,
.links-icons p i.fa-question-circle:after {
  content: "\f059";
}
.dce-links a i.fa-question-circle:before,
.links-icons p i.fa-question-circle:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-question-circle:after,
.links-icons p i.fa-question-circle:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-question-circle:after,
.links-icons p i.fa-question-circle:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-question-circle:after,
.links-icons p i.fa-question-circle:after {
  content: "\10f059";
}

.dce-links a i.fa-ticket:before,
.links-icons p i.fa-ticket:after {
  content: "\f145";
}
.dce-links a i.fa-ticket:before,
.links-icons p i.fa-ticket:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-ticket:after,
.links-icons p i.fa-ticket:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-ticket:after,
.links-icons p i.fa-ticket:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-ticket:after,
.links-icons p i.fa-ticket:after {
  content: "\10f145";
}

.dce-links a i.fa-clipboard:before,
.links-icons p i.fa-clipboard:after {
  content: "\f328";
}
.dce-links a i.fa-clipboard:before,
.links-icons p i.fa-clipboard:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-clipboard:after,
.links-icons p i.fa-clipboard:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-clipboard:after,
.links-icons p i.fa-clipboard:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-clipboard:after,
.links-icons p i.fa-clipboard:after {
  content: "\10f328";
}

.dce-links a i.fa-plus-circle:before,
.links-icons p i.fa-plus-circle:after {
  content: "\f055";
}
.dce-links a i.fa-plus-circle:before,
.links-icons p i.fa-plus-circle:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-plus-circle:after,
.links-icons p i.fa-plus-circle:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-plus-circle:after,
.links-icons p i.fa-plus-circle:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-plus-circle:after,
.links-icons p i.fa-plus-circle:after {
  content: "\10f055";
}

.dce-links a i.fa-road:before,
.links-icons p i.fa-road:after {
  content: "\f018";
}
.dce-links a i.fa-road:before,
.links-icons p i.fa-road:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-road:after,
.links-icons p i.fa-road:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-road:after,
.links-icons p i.fa-road:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-road:after,
.links-icons p i.fa-road:after {
  content: "\10f018";
}

.dce-links a i.fa-suitcase:before,
.links-icons p i.fa-suitcase:after {
  content: "\f0f2";
}
.dce-links a i.fa-suitcase:before,
.links-icons p i.fa-suitcase:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-suitcase:after,
.links-icons p i.fa-suitcase:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-suitcase:after,
.links-icons p i.fa-suitcase:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-suitcase:after,
.links-icons p i.fa-suitcase:after {
  content: "\10f0f2";
}

.dce-links a i.fa-ship:before,
.links-icons p i.fa-ship:after {
  content: "\f21a";
}
.dce-links a i.fa-ship:before,
.links-icons p i.fa-ship:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-ship:after,
.links-icons p i.fa-ship:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-ship:after,
.links-icons p i.fa-ship:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-ship:after,
.links-icons p i.fa-ship:after {
  content: "\10f21a";
}

.dce-links a i.fa-signal:before,
.links-icons p i.fa-signal:before {
  content: "\f68f";
}
.dce-links a i.fa-signal:before,
.links-icons p i.fa-signal:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-signal:after,
.links-icons p i.fa-signal:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-signal:after,
.links-icons p i.fa-signal:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-signal:after,
.links-icons p i.fa-signal:after {
  content: "\10f68f";
}

.dce-links a i.fa-trash-alt:before,
.links-icons p i.fa-trash-alt:after {
  content: "\f2ed";
}
.dce-links a i.fa-trash-alt:before,
.links-icons p i.fa-trash-alt:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-trash-alt:after,
.links-icons p i.fa-trash-alt:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-trash-alt:after,
.links-icons p i.fa-trash-alt:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-trash-alt:after,
.links-icons p i.fa-trash-alt:after {
  content: "\10f2ed";
}

.dce-links a i.fa-building:before,
.links-icons p i.fa-building:after {
  content: "\f1ad";
}
.dce-links a i.fa-building:before,
.links-icons p i.fa-building:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-building:after,
.links-icons p i.fa-building:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-building:after,
.links-icons p i.fa-building:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-building:after,
.links-icons p i.fa-building:after {
  content: "\10f1ad";
}

.dce-links a i.fa-car:before,
.links-icons p i.fa-car:after {
  content: "\f1b9";
}
.dce-links a i.fa-car:before,
.links-icons p i.fa-car:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-car:after,
.links-icons p i.fa-car:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-car:after,
.links-icons p i.fa-car:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-car:after,
.links-icons p i.fa-car:after {
  content: "\10f1b9";
}

.dce-links a i.fa-globe-americas:before,
.links-icons p i.fa-globe-americas:after {
  content: "\f57d";
}
.dce-links a i.fa-globe-americas:before,
.links-icons p i.fa-globe-americas:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-globe-americas:after,
.links-icons p i.fa-globe-americas:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-globe-americas:after,
.links-icons p i.fa-globe-americas:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-globe-americas:after,
.links-icons p i.fa-globe-americas:after {
  content: "\10f57d";
}

.dce-links a i.fa-users:before,
.links-icons p i.fa-users:after {
  content: "\f0c0";
}
.dce-links a i.fa-users:before,
.links-icons p i.fa-users:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-users:after,
.links-icons p i.fa-users:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-users:after,
.links-icons p i.fa-users:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-users:after,
.links-icons p i.fa-users:after {
  content: "\10f0c0";
}

.dce-links a i.fa-image:before,
.links-icons p i.fa-image:after {
  content: "\f03e";
}
.dce-links a i.fa-image:before,
.links-icons p i.fa-image:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-image:after,
.links-icons p i.fa-image:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-image:after,
.links-icons p i.fa-image:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-image:after,
.links-icons p i.fa-image:after {
  content: "\10f03e";
}

.dce-links a i.fa-envelope-open:before,
.links-icons p i.fa-envelope-open:after {
  content: "\f2b6";
}
.dce-links a i.fa-envelope-open:before,
.links-icons p i.fa-envelope-open:after {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.dce-links a i.fa-envelope-open:after,
.links-icons p i.fa-envelope-open:after {
  color: var(--fa-secondary-color,inherit);
}
.dce-links a i.fa-envelope-open:after,
.links-icons p i.fa-envelope-open:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.dce-links a i.fa-envelope-open:after,
.links-icons p i.fa-envelope-open:after {
  content: "\10f2b6";
}

.links-icons p i.fa-home:before {
  content: "\f015";
}
.links-icons p i.fa-home:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.links-icons p i.fa-home:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.links-icons p i.fa-home:after {
  content: "\10f015";
}

.links-icons p i.fa-phone:before {
  content: "\f095";
}
.links-icons p i.fa-phone:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.links-icons p i.fa-phone:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}
.links-icons p i.fa-phone:after {
  content: "\10f095";
}

.links-icons p i.fa-envelope:before {
  position: absolute;
  color: var(--fa-primary-color,inherit);
  opacity: 1;
  opacity: var(--fa-primary-opacity,1);
}
.links-icons p i.fa-envelope:before {
  content: "\f0e0";
}
.links-icons p i.fa-envelope:after {
  content: "\10f0e0";
}
.links-icons p i.fa-envelope:after {
  opacity: .4;
  opacity: var(--fa-secondary-opacity,.4);
}


.dce-links.simple {

  margin-top: 28px;

}



.dce-links.simple a {

  padding: 18px 0px;

}



.dce-links li .fa,
.dce-links li .fa-duotone {

  font-size: 32px;

  margin-right: 0px;

  position: absolute;

  left: 0px;

  padding: 0px;

  top: 50%;

}



.dce-links.simple li {

  border-bottom: none;

}



.dce-links.simple a p {

  padding-left: 0px;

  transition: all 0.5s ease;

  position: relative;

  text-align: left;

}



.dce-links.simple a:hover p {

  padding-left: 16px;

}



.dce-links.simple a .fa-angle-right {

  position: absolute;

  left: -15px;

  opacity: 0;

  transition: all 0.5s ease;

  color: #EF3E42;

  top: 4px;

}



.dce-links.simple a:hover .fa-angle-right {

  left: 0px;

  opacity: 1;

}


.home-page .tx-dce-pi1 + h2 {

  margin-top: 100px;

}


#main-content .frame img {
  margin-bottom: 40px;
}


.article-event .more-event {

  color: #EF3E42;

  font-size: 13px;

  display: none;

}



.news {

  margin-bottom: 100px;

}



.news + .bodytext + h2 {

  margin-top: 100px;

}



.news-list-view .article {

  float: left;

  width: 100%;

  clear: none;

  padding: 0px 15px;

  border: 0;

  margin-bottom: 30px;

}

.news-list-view .article {
  margin-bottom: 40px;
}
.news-list-view .article:last-child {

  border: 0;

}

.news-list-view .article a {

  display: flex;

  flex-direction: column;

  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.24);

  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.24);

  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.24);

  border-radius: 5px;

  overflow: hidden;

  color: #404040;

  height: 100%;

  transition: all 0.5s ease;

  text-decoration: none;

}

.news-list-view .article a:hover h3 {
  color: #EF3E42;
}

.news-list-view .article a {
  box-shadow: none;
  position: relative;
  border-bottom: 1px solid rgba(64, 64, 64, 0.25);
  border-radius: 0px;
  padding-bottom: 40px;
}

.news-list-view .article a:hover {
  border-bottom: 1px solid #EF3E42;
}

.news-list-view .article .teaser-text p {
  margin-bottom: 0px;
}

.news-list-view .article .left-content {
  padding-right: 50px;
  width: calc(100% - 150px);
}

.news-list-view .article .news-img-wrap {

  float: none;

  width: auto;

  margin: 0px;

  overflow: hidden;

  height: auto

}

.news-list-view .article .news-img-wrap img {

  float: none;

  height: auto;

  width: 100%;

  transform: scale(1);

  transition: all 1.5s ease;

  margin-bottom: 0px !important;

}

.news-list-view .article a:hover .news-img-wrap img {

  transform: scale(1.2);

}

.news-list-view .article .news-content {

  padding: 25px 30px 20px 30px;

  height: 100%;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

}

.news-list-view .article .news-content {
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.news-list-view .article .news-content .content,
.news-list-view .article .news-content .content {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.news-list-view .article .news-content .news-date {
  width: 150px;
  text-align: right;
  padding-right: 40px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}
.news-list-view .article .news-content .news-date-year {
  color: #EF3E42;
  margin-top: -5px;
  font-size: 24px;
}
.news-list-view .article .news-img-wrap .ce-gallery .image {

  margin: 0px;

}



.news-list-view .article .header {

  position: relative;

  top: -44px;

  margin-bottom: -44px;

}

.news-list-view .article .header {
  top: 0;
  margin-bottom: 0;
}



.news-list-view .article .news-more-link {

  font-size: 15px;

  color: #404040;

  display: inline-block;

  letter-spacing: 1px;

  margin-bottom: 0px;

  font-weight: 600;

}

.news-list-view .article .news-more-link {
  position: absolute;
  right: 40px;
  bottom: 0px;
}

.news-list-view .article .news-more-link i {
  font-size: 25px;
  margin-right: 0px;
  left: -10px;
  opacity: 0;
}

.news-list-view .article .news-more-link i {

  font-size: 18px;

  color: #EF3E42;

  position: relative;

  top: 2px;

  transition: all 0.3s ease;

}

.news-list-view .article a:hover .news-more-link i {

  left: 0px;
  opacity: 1;

}

.news-list-view {

  border-top: 0px;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.news-list-view .article .location {
  float: left;
  margin-right: 20px;
}

.news-list-view .article .location i,
.news-list-view .article .event-hour i {
  font-size: 20px;
  position: relative;
  top: 1px;
  margin-right: 7px;
}


.news .article .teaser-text {

  font-size: 16px;

  line-height: 1.63;

  color: #141414;

}

.news .article.article-event .teaser-text {
  margin-bottom: 0px;
}
.news .article.article-event .teaser-text > div:first-of-type {
  margin-bottom: 30px;
}
.news .article.article-event .teaser-text > div * {
  line-height: 1.2;
}



.news .article .teaser-text .btn {

  margin-top: 12px;

}



.news .article h3 {

  font-size: 26px;

  font-weight: bold;

  text-transform: none;

  padding: 0px;

  margin: 0px 0px 30px 0px;

}

.news-list-view .article h3 {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}


.news .article h3 a{

  color: #141414;

  transition: all 0.5s ease;

}



.news .article h3 a:hover {

  color: #EF3E42;

  text-decoration: none;

}



.news-list-view .article .more {

  color: #141414;

  font-weight: 600;

}

.news-list-view .article .more i {

  margin-right: 15px;

  font-size: 18px;

  color: #EF3E42;

  transition: all 0.3s ease;

}

.news-list-view .article .more:hover {

  color: #EF3E42;

}

.news-list-view .article .more:hover i {

  margin-right: 10px;

}

.news-single {

  text-align: justify;

}

.news-single img {

  width: auto !important;

  max-width: 100% !important;

  height: auto !important;

}



.news-single .article .news-img-wrap {

	float: left;

  width: 100%;

  margin: 0 0 25px 0px;

}



.news-single .article .news-img-wrap img {

  float: left;

}


.btn {

  border-radius: 5px;

  background-color: #EF3E42;

  padding: 15px 30px 12px 30px;

  letter-spacing: 1px;

  margin-top: 20px;

}

.btn:hover {

  background: #141414;

}



.btn:before {

  display: none;

}



.bodytext .btn {

  margin-top: 35px;

}



.content-links p, .carousel-caption > * {

  color: #141414;

}



hr {

  border-color: #dddddd;

  margin: 20px 0;

}



.alert{

  display: table;

}



p.box-bleue { display: table; padding: 15px; margin-bottom: 60px; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-radius: 4px; color: #31708f; background-color: #d9edf7; }



p.box-rouge { display: table; padding: 15px; margin-bottom: 60px; border: 1px solid transparent; border-top-color: transparent; border-right-color: transparent; border-bottom-color: transparent; border-left-color: transparent; border-radius: 4px; color: #a94442; background-color: #f2dede; }



@media (max-width: 767px) {

    nav > ul > li:focus, nav > ul > li.open, nav > ul > li:hover {

        background: #0B4E94;

    }



    #header .dropdown-menu > .active > a, #header .dropdown-menu > li > a, #header .dropdown-menu > .active > a:hover, #header .dropdown-menu > .active > a:focus, #header .dropdown-menu > li > a:hover, #header .dropdown-menu > li > a:focus {

        background: rgba(47, 112, 186, 0.7);

        color: #ffffff;

    }



    nav > ul > li.active, nav > ul > li.open, nav > ul > li:hover {

      border-color: #e5e5e5;

    }



    nav > ul > li.open > a, nav > ul > li:focus > a, nav > ul > li:hover > a, nav >  ul > li > a:hover {

        color: ##141414 !important;

    }



    /*nav ul li a {

        background: #ffffff;

    }*/



    nav ul li.open > a, nav > ul > li:focus > a, nav > ul > li.open > a, nav > ul > li:hover > a {

        background: rgba(47, 112, 186, 0.7);

        color: #ffffff !important;

    }



}











/**********************************************************



 * Image par défaut du bandeau



 */ 



.content-img {

  background: #ffffff ;

}







/************************************************************



 * Personnalisation pour Cuarny

 */     



.home-page .content-img {

    height: 700px;

}



.date-event {

  padding: 15px;

    border-radius: 45px;

    height: 85px;

    width: 85px;

}



.date-event.date-event-multi{

  padding: 19px 0px;

}



.date-event-caret{

  padding: 10px 0px;

  font-size: 10px!important;

}



.date-event-start,



.date-event-caret,



.date-event-end{

  float: left;

  font-size: 14px;

}



.date-event-start{

  padding-left: 3px;

  width: 35px;

  margin-left: 2px;

}



.date-event-caret{

  width: 10px;

}



.date-event-end{

  width: 35px;

}



.date-event {

  margin-right: 18px;

}



.date-event-day {

  font-weight: 400;

  font-size: 18px;

}



.date-event-month {

  font-weight: 400;

  font-size: 18px;

  line-height: 1;

}



.date-event-start .date-event-month,



.date-event-end .date-event-month{

  font-size: 12px;

}



.event-list .btn {

  margin-top: 30px;

}

.tx-reservation-salles {

  margin-bottom: 80px;

}

#CalendarReplace {

  background: #ffffff;

  border-radius: 5px;

  overflow: hidden;

  -webkit-box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 24%);

  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.24);

  box-shadow: 0px 1px 35px 0px rgb(0 0 0 / 24%);

}

#CalendarReplace .choosendate {

  padding: 20px;

  background: #EF3E42;

  display: inline-block;

  width: 100%;

  color: #fff;

}

#CalendarReplace .choosendate span {

  opacity: 0.75;

}

#CalendarReplace table td p {

  padding: 5px;

}

#CalendarReplace table.calendar tbody tr td.today-day-number {

  background: none;

  width: auto;

  padding-top: 5px !important;

  padding-bottom: 5px !important;

}

#CalendarReplace table.calendar tbody tr td.today-day-number p {

  background: #404040;

  border-radius: 37px;

}

#CalendarReplace table.calendar tbody tr td.selected {

  background: none;

  padding-top: 5px !important;

  padding-bottom: 5px !important;

  width: auto;

}

#CalendarReplace table.calendar tbody tr td.selected p {

  background: #EF3E42;

  border-radius: 37px;

}

#CalendarReplace table.calendar tr td {

  padding: 5px 16px;

}

#CalendarReplace table.calendar tbody tr td {

  height: auto;

  line-height: 2;

}

.booking-calendar .buttonmonth #previous, .booking-calendar .buttonmonth #next {

  color: #404040;

}

.tx-wng-booking-hours-title {

  font-size: 18px;

  font-weight: 600;

  color: #404040;

  margin: 0px 0px 25px 0px;

}

#CalendarSliderReplace .switch label {

  font-size: 16px;

  font-weight: 600;

  color: #404040;

}



@media (max-width: 767px) {

  .navbar-brand {

    height: 90px;

  }



  .navbar-brand > img {

    width: 80%;

    height:auto;

  } 



  .home-page .content-img {

    height: 300px;

	}



	 .content-img {

    display: block;

	}



  .news-list-view .article {

    text-align: left;

  }



	.slick-caption {

		display: none;

	}



	.slick-slider .slick-next:before {

    font-size: 75px;

	}



	.slick-slider .slick-prev:before {

    font-size: 75px;

	}



	.content-img {

    height: 300px;

	}

	.content-img img {

    min-height: 250px;

	}



	.header-contact {

    display: table;

    width: 100%;

    border-bottom: 1px solid #d8d8d8;

    margin-bottom: 0px;

	}	



	.header-contact p {

    margin-top: 15px;

    margin-bottom: 15px;

	}



	.navbar-toggle {

    padding: 6px;

    margin: 18px 0px;

	}



	.navbar-toggle .icon-bar {

    width: 22px;

	}



	.navbar-toggle .icon-bar+.icon-bar {

    margin-top: 6px;

	}



	.navbar-brand {

    height: 65px;

	}



	.container>.navbar-header {

    margin: 0;

	}



	.news .article .teaser-text {

    text-align: left;

	}



	.news .article .teaser-text p {

    text-align: left;

	}



	#navbar {

    padding: 0px;

    margin-bottom: 0px;

    padding-top: 30px;

    padding-bottom: 30px;

	}



	.dropdown-search .search-box {

    border-bottom: 0px !important;

	}



	.dropdown-search-button {

    display: none;

	}



	#header .dropdown-search {

    position: relative;

    top: 0px;

    right: 0px;

    padding: 10px 15px;

    display: block;

    border-top: 0;

    box-shadow: none;

	}



	#header .dropdown-search form:before {

		display: none;

	}



	#header .tx-indexedsearch {

    position: inherit;

    top: 0px;

    max-width: 450px;

    margin: 20px auto 0;

    display: block;

	}



  #header .dropdown-menu {

    float: none;

  }

  footer p + table {

    margin-top: 0px;

    display: inline-block;

	}

	footer table tr td {

    padding: 5px 15px 5px 15px;

    text-align: center;

	}



	#content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content p {

		text-align: left;

	}



}



@media (max-width: 991px) {

	#branding img {

    max-width: 300px;

	}



  .booking-calendar {

    margin-bottom: 60px;

  }



  #CalendarSliderReplace > div:first-of-type {

    margin-bottom: 40px;

  }



	footer .col-sm-2 {

		margin-bottom: 20px;

	}

	footer .col-sm-2,

	footer .col-sm-10 {

		width: 100%;

	}



  .footer-nav p {

    text-align: center;

  }



  .footer-nav {

    text-align: center;

  }



}

@media (max-width: 767px) {
  .dropdown-menu {
    display: block;
    width: 100%;
  }
  .dropdown-menu > li {
    max-width: 100%;
  }
  #header .dropdown-menu > .active > a,
  #header .dropdown-menu > li > a,
  #header .dropdown-menu > .active > a:hover,
  #header .dropdown-menu > .active > a:focus,
  #header .dropdown-menu > li > a:hover,
  #header .dropdown-menu > li > a:focus {
    background: none;
    color: #404040;
  }
  .dropdown-menu > li > a:after {
    left: 0px;
    right: 0px;
    margin: 0 auto;
    bottom: 5px;
    height: 2px;
  }
}


@media (max-width: 600px) {

	.news-list-view .article .news-img-wrap {

    float: none;

    padding-right: 0px;

    margin-bottom: 30px;

    display: block;

	}



	.news .article .teaser-text {

    display: block;

	}



	.news .article .teaser-text p {

    text-align: center;

	}

  .news-list-view .article .news-img-wrap a,

  .news .article .news-img-wrap a,

  .news .article .news-img-wrap img {

    float: none;

  }



	footer p + table {

    width: 100%;

    display: table;

	}



	footer table tr td {

    padding: 5px 0px 5px 0px;

    display: block;

	}



}



@media (max-width: 450px) {

	.login-icon + span {

	  display: none;

	}



	h1 {

    font-size: 30px;

    margin-bottom: 30px;

	}



	h2, .home h2 {

    font-size: 25px;

    margin-bottom: 25px;

	}



}



@media (max-width: 400px) {

	#branding img {

    max-width: 250px;

	}



	.navbar-brand {

    height: 55px;

	}



	.navbar-toggle {

    margin: 12px 0px;

	}



}



@media (max-width: 350px) {

	#branding img {

    max-width: 230px;

	}



	.navbar-brand {

    height: 40px;

	}



	.navbar-toggle {

    margin: 10px 0px;

	}



	.header-contact p {

    font-size: 12px;

	}



	.header-contact .tel { 



		display: none;

	}



}



/* Accordéon Home */



#accordion-2228 a.collapsed, #accordion-2228 a.active {

  position: relative;

  display: block;

}



#accordion-2228 .panel-heading .collapsed h1, #accordion-2228 .panel-heading .active h1 {

  padding-right: 80px;

}



#accordion-2228 .panel-heading .collapsed h1:after {

  position: absolute;

  top: 50%;

  right: 10px;

  content: "";

  height: 30px;

  width: 30px;

  z-index: 0;

  background-position: center;

  background-size: cover !important;

  background: url(//www.st-sulpice.ch/fileadmin/templates/st-sulpice.ch/img/accordion_arrow_custom.png);

  transform: rotate(0deg) translateY(-50%);

  transform-origin: top;

}



#accordion-2228 .panel-heading .active h1:after {

  position: absolute;

  top: 50%;

  right: 10px;

  content: "";

  height: 30px;

  width: 30px;

  z-index: 0;

  background-position: center;

  background-size: cover !important;

  background: url(//www.st-sulpice.ch/fileadmin/templates/st-sulpice.ch/img/accordion_arrow_custom.png);

  transform: rotate(180deg) translateY(-50%);

  transform-origin: top;

}







.alert-danger, .alert-info, p.box-bleue {

	background-image: none;

	border: 0;

	border-radius: 0px;

}







/*Réservation de salle*/







.tx-powermail form.layout3 > h3{

  display:none;

}



.tx-powermail .nolabel label {

  display: none;

}



select{

  display: none !important;

}







.reservation-header h2, .tx-powermail form.layout3 fieldset > .powermail_fieldwrap_type_text{

  color:#EF3E42;

  font-size: 25px;

  font-weight:bold;

  padding-bottom:0;

  border:none;

  margin-bottom:45px;

}







.reservation-header label, .powermail_label{

  margin-bottom:0px;

  color:#EF3E42;

  font-weight: normal;

}







.reservation-header label{

	padding-left:32px;

	margin-bottom:25px;

}







.powermail_fieldwrap_datedebut label, .powermail_fieldwrap_datefin label{

	padding-left:30px;

	margin-bottom:25px;

}







.powermail_date, .powermail_date2, .powermail_fieldwrap_datedebut input,  .powermail_fieldwrap_datefin input{

  border: solid 2px #EF3E42 !important;

  border-radius:50px !important;

  padding: 15px 55px 15px 30px !important;

  color: #404040 !important;

  line-height: normal !important;

  width:auto !important;

}



.parsley-errors-list li {

  color: #EF3E42;

  margin-top: 8px;

}





.widcalendar {

  position: relative;

}

.gj-datepicker-md [role=right-icon] {

    /*left: 0px !important;*/

    top: 50% !important;

    transform: translateY(-50%);

    color:#EF3E42;

}







.gj-datepicker-md{

    font-size: inherit !important;

    font-weight: inherit !important;

    letter-spacing: 0px !important;

    display: inline-block !important;

}







.gj-picker-md [role=switch] {

    background: #EF3E42 !important;

}







.gj-picker-md [role=header] {

    background: #EF3E42 !important;

}







.gj-picker-md [role=footer] button.gj-button-md {

    color: #EF3E42 !important;

}







.datetimepicker table thead {

    border: none;

}







.datetimepicker table thead th {

    background: none;

    border: none;

    color: #404040;

}







.datetimepicker table tr td {

    border:none;

}







.gj-picker-md table tr td.today div {

    color: #EF3E42 !important;

}







.gj-picker-md table tr td.today.selected div{

  color: #fff !important;

}







.gj-picker [role=body] [role=dial] {

    margin: 40px !important;

    background: #fafafa !important;

}







.gj-picker-md table tr td.selected.gj-cursor-pointer div {

    background: #EF3E42 !important;

}







.gj-picker-md table tr td.disabled.selected div {

  background: #EF3E42 !important;

  color:#fff !important;

  border-radius:100%;

}







.gj-picker-md table tr td.disabled.selected div:after {

  display:none;

}







.gj-picker-md table tr td.disabled.disable-style div{

  border-radius:100%;

  background-color:#fceff1;

  border:1px solid #f3bcc2;

  color:#404040;

  position: relative;

  z-index: -2;

}







/*disable start*/



.gj-picker-md table tr td.disabled.disable-style.start div:after {

  content: "";

  position: absolute;

  background-color: #fceff1;

  border: 1px solid #f3bcc2;

  border-left: none;

  border-right: none;

  width: calc(100%);

  height: calc(100% + 2px);

  top: -1px;

  left: 50%;

  z-index: -1;

}



.gj-picker-md table tr td.disabled.today.disable-style.start div:after {

  content: "";

  position: absolute;

  background-color: #fceff1;

  border: 1px solid #f3bcc2;

  border-left: none;

  border-right: none;

  width: calc(100%);

  height: calc(100% + 2px);

  top: -1px;

  left: 50%;

  z-index: -2;

  display:block;

}



.gj-picker-md table tr td.disabled.today.selected.disable-style.start div:before {

  content: "";

  position: absolute;

  background-color: #EF3E42;

  border-left: none;

  border-right: none;

  border-radius:100%;

  width: calc(100%);

  height: calc(100% + 2px);

  top: -1px;

  left: 0;

  z-index: -1;

}







/*disable mid*/



.gj-picker-md table tr td.disabled.disable-style.mid div:after {

  content: "";

  position: absolute;

  background-color: #fceff1;

  border: 1px solid #f3bcc2;

  border-left: none;

  border-right: none;

  width: calc(170%);

  height: calc(100% + 2px);

  top: -1px;

  left: 50%;

  transform: translateX(-50%);

  z-index: -1;

}







/*disable end*/



.gj-picker-md table tr td.disabled.disable-style.end div:after {

  content: "";

  position: absolute;

  background-color: #fceff1;

  border: 1px solid #f3bcc2;

  border-left: none;

  border-right: none;

  width: calc(100%);

  height: calc(100% + 2px);

  top: -1px;

  right: 50%;

  z-index: -1;

}







.gj-picker-md .arrow-begin, .gj-picker-md [role=body] [role=arrow] {

    background-color: #EF3E42 !important;

}







.gj-picker-md .arrow-end {

    border: 16px solid #EF3E42 !important;

}







.gj-picker-md {

    box-shadow: 0 2px 11px 0 rgba(219, 82, 82, 0.25);

}







.gj-modal {

    background-color: rgba(255, 255, 255, 0.8) !important;

}







.gj-picker-md.datetimepicker [role=header] {

  padding: 30px 20px !important;

}







.gj-datepicker-md [role=right-icon] {

  font-size: 19px !important;

}







.gj-picker-md [role=switch] {

  font-size: 21px !important;

}







.gj-button-md:hover {

  background-color: rgba(158,158,158,.1) !important;

}







.gj-picker-md div[role=navigator] div i.gj-icon {

  top: 50% !important;

  transform: translateY(-50%) !important;

  color: #EF3E42 !important;

  font-weight:900;

}







.gj-picker div[role=navigator] div[role=period] {

  font-size: 20px !important;

  color: #EF3E42 !important;

}







.gj-picker-md div[role=navigator] {

  height: 70px !important;

  line-height: 70px !important;

}







/*.gj-picker-md table tr td.today div {

    color: #fff;

    background:#EF3E42;

    border-radius:50%;

}*/







.parsley-errors-list li{

  font-size: 14px;

  list-style: none;

  margin-left:0 !important;

}







.parsley-errors-list li:before{

  display:none;

}







.reservation-header{

  border-bottom:1px solid #ececec;

  padding-bottom:50px;

  margin-bottom:55px;

}







form.layout3 .powermail_fieldset{

	border-bottom:1px solid #ececec;

  	padding-bottom:50px;

  	margin-bottom:50px;

}







form.layout3 .powermail_fieldset:last-of-type{

	border-bottom:none;

  	padding-bottom:0px;

}







.powermail_submit{

  float: right;

}







.powermail_input, .powermail_textarea {

  width: 100%;

  border: none;

  border-bottom: 0;

  padding: 15px;

  outline: none;

  border-radius: 5px;

  background: #EDEDED;

}







form.layout3{

	margin-left:-15px;

	margin-right:-15px;

}







.powermail_fieldwrap{

	width:100%;

	clear:left;

  margin-bottom: 30px;

}







.powermail_fieldwrap_consentement label{

	display:none;

}







.powermail_fieldwrap_consentement .checkbox label{

	display:flex;

}







.powermail_fieldwrap_consentement .checkbox label input[type="checkbox"]{

	margin-top:3px;

}







.powermail_fieldwrap.layout3 {

    width: 50%;

    float:none;

    padding-right:15px;

    clear:inherit;

}







.powermail_fieldwrap.layout1{

	width: 50%;

	padding-right:15px;

	float:left;

	clear:left;

}



.powermail_fieldwrap.layout2{

	width: 50%;

	padding-left:15px;

	float:left;

	clear:inherit;

}







/*SELECT*/







.dropdown-select {

  border:none;

  border-bottom: solid 1px #EF3E42;

  color: #141414;

  box-sizing: border-box;

  cursor: pointer;

  display: block;

  font-weight: normal;

  outline: none;

  padding: 15px 20px 15px 0;

  position: relative;

  text-align: left !important;

  transition: all 0.2s ease-in-out;

  user-select: none;

  width: 100%;

  color: #404040;

}







.select-salle.dropdown-select {

  border: solid 2px #EF3E42;

  border-radius:50px;

  padding: 15px 30px;

  color: #404040;

}



  



.dropdown-select:after {

  height: 0;

  width: 0;

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 6px solid #EF3E42;

  transform-origin: 50% 20%;

  transition: all 0.125s ease-in-out;

  content: '';

  display: block;

  pointer-events: none;

  position: absolute;

  right: 0px;

  top: 50%;

  transform: translateY(-50%);

}







.select-salle.dropdown-select:after {

  border-left: 5px solid transparent;

  border-right: 5px solid transparent;

  border-top: 6px solid #EF3E42;

  right: 38px;

  top: 50%;

}







.dropdown-select.open:after {

  transform: rotate(-180deg);

}







.dropdown-select.open .list {

  transform: scale(1);

  opacity: 1;

  pointer-events: auto;

}



.dropdown-select.open .option {

  cursor: pointer;

}



.dropdown-select.wide {

  width: 100%;

}



.dropdown-select.wide .list {

  left: 0 !important;

  right: 0 !important;

}



.dropdown-select .list {

  box-sizing: border-box;

  transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;

  transform: scale(0.75);

  transform-origin: 50% 0;

  background-color: #fff;

  border-radius: 1px;

  opacity: 0;

  overflow: hidden;

  pointer-events: none;

  position: absolute;

  min-width: calc(100% + 2px);

  top: -1px;

  left: -1px;

  z-index: 999;

  box-shadow: 0 2px 11px 0 rgba(219, 82, 82, 0.25);

}



.select-salle.dropdown-select .list {

  min-width: calc(100% + 4px);

  top: -2px;

  left: -2px;

}



.dropdown-select .list:hover .option:not(:hover) {

  background-color: transparent !important;

}



.dropdown-select .list ul {

  height: auto;

  max-height: 400px;

  overflow: auto;

  padding:0;

  margin:0 !important;

}



.dropdown-select .option {

  cursor: default;

  font-weight: 400;

  color: #141414;

  outline: none;

  display: block;

  text-transform: none;

  padding: 10px 20px;

  text-align: left;

  transition: all 0.2s;

  margin-left:0 !important;

}







.dropdown-select .option:before{

  display:none;

}







.dropdown-select .option:hover, .dropdown-select .option:focus {

  background-color: #f1f4f8 !important;

  color: #000;

}



.dropdown-select .option.selected {

  color: #EF3E42;

}



.dropdown-select .option.selected:focus {

  background: #f1f4f8;

}



.dropdown-select:hover {

  border-bottom: solid 1px #EF3E42;

  color: #404040;

}



.select-salle.dropdown-select:hover {

  border: solid 2px #EF3E42;

  color: #404040;

}







/*Checkbox*/



input[type="checkbox"] {

    vertical-align: top;

    border: 1px solid #EF3E42;

    border-radius:3px;

    background-color:rgba(219, 82, 82, 0.1);

    clear: none;

    cursor: pointer;

    line-height: 0;

    height: 20px;

    margin: -1px 10px 0 0;

    outline: 0;

    padding: 0 !important;

    text-align: center;

    vertical-align: middle;

    width: 20px;

    min-width: 20px;

    -webkit-appearance: none;

    transition: 0.3s;

    outline: none;

}



.checkbox input[type="checkbox"] {

	position: relative;

}



.checkbox{

	display:inline-block;

	margin-right: 30px;

}



input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {

    outline: none;

}



input[type="checkbox"]:hover{

  border: 1px solid #EF3E42;

}



input[type="checkbox"]:checked{

  background-color:rgba(219, 82, 82, 1);

  border: 1px solid #EF3E42;

}



input[type="checkbox"]:checked:before {

  content: "";

  margin: 1px 5px;

  color: #fff;

  float: left;

  display: inline-block;

  transform: rotate(45deg);

  height: 13px;

  width: 7px;

  border-bottom: 3px solid #fff;

  border-right: 3px solid #fff;

}



/*Radio*/



.radio{

	display:inline-block;

	margin-right:30px;

}







.radio input[type="radio"]{

	position: relative;

	margin-right:10px;

	width: 23px;

    height: 23px;

    top: 5px;

}







input[type="radio"]:checked:after,

input[type="radio"]:not(:checked):after



{

	content:"";

	width: 25px;

    height: 25px;

    border: 1px solid #EF3E42;

    border-radius: 100%;

    display: block;

    background-color:#fbeded;

    position: absolute;

    top:50%;

    left:50%;

    transform:translateY(-50%) translateX(-50%);

    cursor:pointer;

}







input[type="radio"]:before{

    content: '';

    width: 25px;

    height: 25px;

    background-color:rgba(219, 82, 82, 1);

    position: absolute;

    top: 50%;

    left: 50%;

    transform:translateY(-50%) translateX(-50%);

    border-radius: 100%;

    -webkit-transition: all 0.2s ease;

    transition: all 0.2s ease;

    z-index: 99;

    transform-origin: 0 0;

}







input[type="radio"]:not(:checked):before {

    opacity: 0;

    -webkit-transform: scale(0) translateY(-50%) translateX(-50%);

    transform: scale(0) translateY(-50%) translateX(-50%);

    transform-origin: 0 0;

}







input[type="radio"]:checked:before {

    opacity: 1;

    -webkit-transform: scale(1) translateY(-50%) translateX(-50%);

    transform: scale(1) translateY(-50%) translateX(-50%);

    transform-origin: 0 0;

}











@media (max-width: 767px) {

  .news-list-view .article, .news-single .article, .news-single .news-list-category {
    text-align: left;
  }

  .powermail_fieldwrap.layout3 {

    width: 100%;

    float:none;

    padding:0px;

    clear:inherit;

  }



  .powermail_fieldwrap.layout1{

    width: 100%;

    padding:0px;

    float:none;

    clear:inherit;

  }



  .powermail_fieldwrap.layout2{

    width: 100%;

    padding:0px;

    float:none;

    clear:inherit;

  }



  #CalendarReplace > p {

    text-align: center !important;

  }

}





@media (max-width: 420px) {

  .gj-picker-md{

    width: 100%;

  }



  .datetimepicker table{

    width: 100%;

    overflow: auto;

    display: block;

  }



  .gj-picker [role=body] [role=dial] {

    margin: 40px auto !important;

  }



}





/*Ajustement*/

.responsive-table {

  display: block;

  min-width: 100%;

  width: 100%;

  overflow-x: auto;

  -webkit-overflow-scrolling: touch;

  -ms-overflow-style: -ms-autohiding-scrollbar;

}

table tr td *:last-child{

  margin-bottom:0;

}

table[border="0"] tr td {

  border: 0;

}





.gray-box .ce-bodytext{

  text-align: left;

}



header#header .tx-indexedsearch-info-noresult{

  display:none;

}



.dropdown-search-button {

  position: relative;

  z-index: 99;

  top: 5px;

}



.dropdown-search-button.active:after {

  content: "";

  position: absolute;

  width: 200px;

  height: 100%;

  left: -200px;

  top:0;

}



.gray-box {

  background-color: #f5f5f5;

  padding: 30px;

  margin-bottom:30px;

  overflow:auto;

}



.gray-box *:first-child {

  margin-top:0;

  padding-top:0;

}



.gray-box p:last-child {

  margin-bottom: 0;

  padding-bottom:0;

}



figcaption.image-caption {

  display: inherit;

}



.dropdown-menu {

  z-index: 1;

}



#main-content ol li::before, .home-page ol li::before, .article-content ol li::before {

  display:none;

}

#main-content .ce-uploads {

	padding-left: 20px;

}

#main-content .ce-uploads li {

	counter-increment: step-counter;

	transition: all 0.5s ease;

}

#main-content .ce-uploads li:hover {

	color: #404040;

}

#main-content .ce-uploads li::before {

	content: counter(step-counter) ".";

	color: #EF3E42;

	transition: all 0.5s ease;

}

#main-content .ce-uploads li:hover:before {

	color: #404040;

}

#main-content .ce-uploads li div {

	display: inline-block;

}



#main-content ol{

  padding-left:0;

}



#main-content ol li, .home-page ol li, .article-content ol li {

  list-style: inherit;

  margin-left: 15px;

  padding-left: 8px;

}



.ce-textpic.ce-left.ce-intext .ce-gallery {

  margin-right: 20px;

}



.ce-textpic.ce-right.ce-intext .ce-gallery {

  float: right;

  margin-left: 20px;

}



.ce-textpic.ce-center.ce-above .ce-gallery {

  text-align: center;

  margin-bottom:20px;

}



.ce-textpic.ce-center.ce-below .ce-gallery {

  text-align: center;

  margin-top:20px;

}



.ce-textpic.ce-right.ce-above .ce-gallery {

  text-align: right;

  margin-bottom:20px;

}



.ce-textpic.ce-right.ce-below .ce-gallery {

  text-align: right;

  margin-top:20px;

}



.ce-textpic.ce-left.ce-above .ce-gallery {

  text-align: left;

  margin-bottom:20px;

}



.ce-textpic.ce-left.ce-below .ce-gallery {

  text-align: left;

  margin-top:20px;

}



.ce-textpic.ce-left.ce-intext .ce-bodytext {

  float: inherit;

}



.ce-textpic.ce-intext h1,

.ce-textpic.ce-intext h2,

.ce-textpic.ce-intext h3,

.ce-textpic.ce-intext h4,

.ce-textpic.ce-intext h5,

.ce-textpic.ce-intext h6 {

  margin-top: 0px;

}



.second-nav-title {

  text-transform: none;

  color: #000;

  background: none !important;

  padding: 8px 15px 16px 0;

  border-radius: 0;

  font-size: 20px;

  line-height: 1.2;

}



.second-nav a {

  color: #141414;

  font-size: 15px;

  background:none !important;

  padding: 8px 15px 8px 20px;

  position: relative;

  margin-bottom:0;

}



.second-nav a:before{

  content: '\f054';

  font-family: 'Font Awesome 5 Pro';

  position: absolute;

  left: 0px;

  font-size: 10px;

  top: 50%;

  transform: translateY(-50%);

}

.second-nav .fourthSubMenu {
  opacity: 1;
  display: none;
}

.second-nav .open .fourthSubMenu {
  display: block;
}



.second-nav .has-sub > a:before{

  content: '\f324';

  font-family: 'Font Awesome 5 Pro';

  position: absolute;

  left: 0px;

  font-size: 10px;

  top: 50%;

  transform: translateY(-50%);

}



.second-nav a:hover, .second-nav > ul > li > a:hover, .second-nav > ul > li.active > a, .fourthSubMenu li.active a, .fourthSubMenu li:hover a {

  color: rgba(219, 82, 82, 1);

}



.second-nav .fourthSubMenu li a{

  font-size:14px;

  padding: 5px 15px 5px 40px;

  margin-bottom:0;

}



.second-nav .fourthSubMenu li a:before{

  font-size:8px !important;

  left:20px;

}



#navbar{

  transition:0.3s;

}



#navbar.sticky{

  top:0;

  position: fixed;

}



.logo-sticky{

  width: auto;

  top: 0px;

  transform: translateY(-100%);

  left:15px;

  height: 100%;

  position: absolute;

  transition-duration:0.3s;

}



#navbar.sticky.showlogo .logo-sticky{

  transform: translateY(0%);

  transition-duration:0.3s;

}



#navbar.sticky.showlogo{

  background: rgba(237,237,237,1);

}



.overlaysticky{

  top:54px;

  transition:0.1s;

}

.tx-srfeuserregister-pi1 input {
  margin-top: 20px;
  padding: 15px 30px 12px 30px;
}

.felogin-hidden {
  margin-bottom: 25px;
}

@media (min-width: 767px){

  .menu-shadow {

    display:none;

  }

}



@media (max-width: 1200px){

  #CalendarReplace table.calendar tr td {

    padding: 5px 8px;

  }

}



@media (max-width: 991px){

	.navbar-brand {

    height: 70px;

	}

	#branding img {

    max-width: 160px;
    margin-top: 0px;

	}

  nav ul li a {

    padding: 13px 8px;

    font-size: 15px;

  }



  .dropdown-search-button {

    padding: 13px 0px 10px 8px;

	}



  .menu-shadow {

    top: 132px;

  }

  .overlaysticky{

    top:50px;

  }

  #CalendarReplace table.calendar tr td {

    padding: 5px 26px;

  }

}



@media (max-width: 768px){

  .home #header {
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    position: relative;
    width: 100%;
  }

  #branding, .navbar-header {
    height: 95px;
    margin-bottom: 0px;
  }

  .top-menu {
    position: initial;
    right: 0;
    top: 0;
    padding-left: 0px;
  }
  .top-menu li {
    display: block;
    text-align: center;
    margin-right: 0px;
  }
  #navbar > .container {
    position: relative;
    display: flex;
    flex-direction: column-reverse;
  }

  .navbar-toggle {
    border: 2px solid #404040;
    margin: 30px 0px;
  }
  .navbar-toggle:focus .icon-bar {
    background: #404040;
  }

  #navbar nav > ul > li.active a {
    color: #EF3E42;
  }

  .logo-sticky{

    display:none !important;

  }

  #header .tx-indexedsearch {
    margin: 20px auto;
    border-top: 1px solid rgba(64, 64, 64, 0.25);
    border-bottom: 1px solid rgba(64, 64, 64, 0.25);
    padding-bottom: 50px;
  }

  #navbar nav > ul > li > a:after {
    display: none !important;
  }

  #navbar{

    position: absolute !important;
    width: 100%;
    background: #fff;
    border-top: 1px solid rgba(64, 64, 64, 0.25);
    padding-top: 0px;
    box-shadow: 2px 32px 50px -8px #ccc;

  }



  nav ul li.open > a, nav > ul > li:focus > a, nav > ul > li.open > a, nav > ul > li:hover > a {

    background: #404040;

  }

  .widcalendar {

    margin-bottom: 40px;

  }

  #content .widcalendar h3, #content .widcalendar h4 {

    text-align: center;

  }

  #nav > ul > li, #nav > ul > li:hover, #nav > ul > li:focus, #nav > ul > li > a, #nav > ul > li > a:hover, #nav > ul > li > a:focus {

  	transition: none !important;

  }

  #CalendarReplace table.calendar tr td {

    padding: 5px 10px;

  }

  #CalendarReplace table td p {

    text-align: center !important;

  }
  .quicklinks a {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 50px 20px;
    font-size: 18px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }

  .news-list-view .article .news-content {
    display: block;
  }
  .news-list-view .article .news-content .news-date {
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 18px;
  }
  .news-list-view .article .news-more-link {
    right: 10px;
    bottom: inherit;
    top: 0px;
  }

  .news-list-view .article .left-content {
    padding-right: 0px;
    padding-bottom: 30px;
  }

  .news-list-view .article .news-content .content {
    flex-direction: column;
  }
  .news-list-view .article .news-img-wrap img {
    width: auto;
  }

  footer {
    padding: 40px 0 15px;
  }
  footer h3:after {
    max-width: 150px;
    margin: 0 auto;
    right: 0;
  }
  footer h3:before {
    right: 0px;
    margin: 0 auto;
  }

}



@media (max-width: 450px){

  #CalendarReplace table.calendar tr td {

    padding: 5px 0px;

  }

  .tabs-container {
    margin-bottom: 80px;
  }

  .quicklinks a {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 40px 20px;
  }

  .tabs-titles p {
    padding: 15px 15px;
  }

}