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

   Commune's styles

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


#tarteaucitronRoot #tarteaucitronAlertBig,
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
#tarteaucitron #tarteaucitronClosePanel,
#tarteaucitron #tarteaucitronServices .tarteaucitronTitle button,
#tarteaucitron #tarteaucitronInfo {
  background: #141414 !important;
}
#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
  border-color: #141414 !important;
}

#tarteaucitron a.tarteaucitronSelfLink {
  display: none !important;
}

#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
.tac_activate .tarteaucitronAllow {
  background: #555 !important;
}
#tarteaucitronAlertBig #tarteaucitronPersonalize2,
.tarteaucitronCTAButton,
#tarteaucitronRoot .tarteaucitronAllow,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
  background: #008300 !important;
}
#tarteaucitronRoot .tarteaucitronDeny,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices #tarteaucitronAllDenied2.tarteaucitronIsSelected,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronDeny {
  background: #CB0606 !important;
}


/* Special CSS for form spacing */



@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');
::-moz-selection {
  color: #333;
  background-color: rgba(219,82,82,0.75);
}

::selection {
  color: #333;
  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-caption {
	position: absolute;
  bottom: 80px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.3);
  max-width: 710px;
  line-height: 1.3;
}

.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;
} 

#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: 0px;
  opacity: 0;
  height: 15px;
}

.breadcrumb a {
  font-size: 14px;
  color: #CB0606;
}

.breadcrumb a:hover {
  color: #797979;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  -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 {
  margin-bottom: 20px;
}

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: #CB0606;
	transition: all 0.5s ease;
}

a:hover {
	color: #797979;
	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: 16px;
  line-height: 1.63;
  padding: 42px 0 60px;
  background: #EDEDED;
}

.footer-nav * {
  color: #fff;
}

footer a {
  color: #CB0606;
  text-decoration: none;
}

footer a i {
  color: #CB0606;
}

footer p {
  margin-bottom: 20px;
}

footer .fa-envelope-o {
  color: #CB0606;
}

footer p + table {
  margin-top: -15px;
}

footer table tr td {
  border: 0px;
  padding: 5px 30px 5px 0px;
}

.footer-nav {
	font-size: 14px;
  background: #141414;
}

.footer-nav ul li {
  display: inline;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-nav a {
  opacity: 0.75;
}

.footer-nav a:hover {
  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: #CB0606;
}

.header-contact p:last-of-type {
  padding-right: 12px;
  /*border-right: 1px solid #e0e0e0;*/

}

.header-contact p:last-of-type a:hover {
  color: #797979;
}

.header-contact .fas + .fas {
  padding-left: 20px;
}
.header-contact .logout {
  display: block;
  padding-top: 5px;
  text-align: right;
  color: #CB0606 !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: 81px;
  padding: 16px 15px 12px 0;
}

.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;
}

.fourthDropSubMenu {
  border-top: 1px solid #a3a3a3;
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 20px;
  margin-top: 10px;
}

h1 {
  font-size: 34px;
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 0;
}



h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
  margin-top: 40px;
  padding-bottom:0;
}

h3 {
	font-weight: bold;
	margin-bottom: 15px;
  text-transform: none;
  font-size: 22px;
}

h4 {
	line-height: 1.4;
  font-size: 18px;
}

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:#797979;
}


.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%);
}

.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;
}

.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: #CB0606;
}

.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;
}

.content-img{
  height: 350px;
}

.content-img > div {
  height: 100%;
}

.home-page .carousel-inner .item {
    height: 550px;
}

.content-img img {
    min-height: 350px;
    max-width: none\9;
    max-height: 350px\9;
    object-fit: cover;
    width: 100%;
}

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

  .content-img img { 

    max-width: none;  

    max-height: 350px;
  }

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

    max-width: none;    

    max-height: 350px;
  }

}

@supports (-ms-ime-align:auto) {
  .content-img img { 

    max-width: none;  

    max-height: 350px;
  }

}



.second-nav-title {
  background: #CB0606;
}

#navbar {
  background: rgba(237,237,237,0.75);
}

#navbar nav {
  float: right;
  margin-left: 0px;
  padding-right: 0px;
}

nav ul li {
  transition: all 0.5s ease;
}

nav ul li a {
  color: #333;
  font-weight: normal;
  text-transform: none;
  transition: all 0.5s ease;
}

nav ul li.active a {
  color: #fff;
}

.search-icon {
  color: #000;
  display: none;
}



.powermail_input, .powermail_textarea {
  width: 100%;
  border: 1px solid #ccc;
}

.dropdown-menu li li {
	padding: 10px 0 5px 0;
}

.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: #333;
}

.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);
}

.fce-box-color * {
    color: #ffffff;
}

.second-nav > ul > li > a,

.fourthSubMenu.dropdown-menu a,

#header .fourthDropSubMenu a {
  color: #333;
  transition: all 0.5s ease;
}

#header .fourthDropSubMenu a:hover {
	color: #CB0606;
}

#header .fourthDropSubMenu li:hover a {
	color: #CB0606;
}

#header .dropdown-menu > li > a {
	transition: all 0.5s ease;
}

#header .dropdown-menu > li > a:hover {
	color: #CB0606;
}

/*.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;
}

nav > ul > li.active, nav > ul > li:hover {
  background: #CB0606;
}

nav > ul > li:hover a {
  color: #fff;
}

a[href^="tel:"] {
  color: #333 !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;
}

#header .dropdown-search {
  position: absolute;
  background: #fff;
  top: 54px;
  right: -18px;
  padding: 15px;
  border-top: 4px solid #CB0606;
  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 #CB0606;
  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;
}

.nolabel > label {
  display: none;
}

.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

 */

 .breadcrumb {
 	margin-bottom: 40px;
 }

.breadcrumb .current-breadcrumb {
    color: #333;
    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: #797979;
}

.article-event a:hover .more-event {
  color: #797979;
}

.btn, .powermail_submit, .tx-felogin-pi1 input[type="submit"] {
  border-radius: 4px;
  background-color: #CB0606;
  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: #CB0606;
  transition: all 0.5s ease;
}
.dropdown-backdrop {
  display: none;
}

.article-content .more, .news-backlink-wrap a {
  border-radius: 0px;
  background-color: #CB0606 !important;
  padding: 12px 30px;
  margin-top: 20px;
  display: inline-block;
}
.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;
}

.article-event a:hover .date-event {
  text-decoration:none;
  color: #ffffff;
}

.article-event a:hover .date-event {
    background: #141414 !important;
}
.article-event a:hover .content-event {
  color: #141414;
}

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

.article-event .more-event, a:hover {
  color: #CB0606;
  transition: all 0.5s ease;
}

.news-list-date {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  color: #CB0606;
}


.dce-links a:hover * {
  color: #CB0606;
}

.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-family: 'Open Sans', sans-serif;
  font-size: 16px;
  padding: 25px 0 25px 0;
  position: relative;
}

.dce-links a p, .dce-links li .fa {
	transition: all 0.5s ease;
  padding-left: 70px;
  display: table-cell;
  vertical-align: middle;
}

.dce-links a p {
	text-align: left;
}

.dce-links.simple {
  margin-top: 28px;
}

.dce-links.simple a {
  padding: 18px 0px;
}

.dce-links li .fa {
  margin-right: 0px;
  position: absolute;
  left: 0px;
  padding: 0px;
  top: 50%;
  transform: translateY(-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: #CB0606;
  top: 4px;
}

.dce-links.simple a:hover .fa-angle-right {
  left: 0px;
  opacity: 1;
}

.home-page .tx-dce-pi1 + h2 {
  margin-top: 100px;
}

.article-event .more-event {
  color: #CB0606;
  font-size: 13px;
  display: none;
}

.news {
  margin-bottom: 35px;
}

.news + .bodytext + h2 {
  margin-top: 100px;
}

.news-list-view .article .news-img-wrap {
  float: left;
  width: auto;
  margin: 0px;
  padding-right: 30px;
  display: table-cell;
}
.news-list-view .article .news-content {
	display: table-cell;
}
.news-list-view .article .news-img-wrap .ce-gallery .image {
  margin: 0px;
}

.news-list-view {
  border-top: 0px;
}

.news .article .teaser-text {
  font-size: 16px;
  line-height: 1.63;
  color: #141414;
  display: table-cell;
}

.news .article .teaser-text .btn {
  margin-top: 12px;
}

.news .article h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-transform: none;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.news .article h3 a{
  color: #141414;
  transition: all 0.5s ease;
}

.news .article h3 a:hover {
  color: #CB0606;
  text-decoration: none;
}

.news-list-view .article {
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 50px;
  padding: 0 0 25px 0;
}

.news-list-view .article:last-child {
  border-bottom: 1px solid #d8d8d8;
}

.news .article:last-child {
  padding-bottom: 25px;
}

.news-list-view .article .more {
  color: #141414;
  font-weight: 600;
}
.news-list-view .article .more i {
  margin-right: 15px;
  font-size: 18px;
  color: #CB0606;
  transition: all 0.3s ease;
}
.news-list-view .article .more:hover {
  color: #CB0606;
}
.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;
}

.news-single .location {
  font-size: 14px;
  color: #A3A3A3;
  padding-left: 11px;
}

.news-single .location .fas.fa-map-marker-alt {
  padding-right: 6px;
  padding-left: 10px;
}

.btn {
  border-radius: 0px;
  background-color: #CB0606;
  padding: 12px 30px;
}
.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: 0 0 30px 0;
}

.alert{
  display: table;
}

p.box-bleue { display: table; padding: 15px; margin-bottom: 20px; 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: 20px; 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: 550px;
}

.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;
}

.content-event {
  padding-top: 20px;
  float: left;
  width: 100%;
}

.content-event h5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.4;
  transition: all 0.5s ease;
}

.content-event .location {
  font-size: 14px;
  color: ##141414 !important;
  margin-top: 20px;
}

.content-event .location i {
  margin-right: 10px

}

.article-event {
  padding-bottom: 20px;
}

.news-list-view .article.article-event {
  margin-bottom: 25px;
  padding: 0 0 20px 0;
}

.news-list-view .article.article-event:last-of-type {
  margin-bottom: 0px;
}

.news .article.article-event .teaser-text {
  margin-bottom: 0px;
}

@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: 300px;
	}

	.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;
	}

	footer {
    background: #EDEDED;
	}

	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: 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 {
    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;
}



select{
  display: none !important;
}



.reservation-header h2, .tx-powermail form.layout3 fieldset > .powermail_fieldwrap_type_text{
  color:#CB0606;
  font-size: 25px;
  font-weight:bold;
  padding-bottom:0;
  border:none;
  margin-bottom:45px;
}



.reservation-header label, .powermail_label{
  margin-bottom:0px;
  color:#CB0606;
  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 #CB0606 !important;
  border-radius:50px !important;
  padding: 15px 55px 15px 30px !important;
  color: #333 !important;
  line-height: normal !important;
  width:auto !important;
}


.widcalendar {
  position: relative;
}
.gj-datepicker-md [role=right-icon] {
    /*left: 0px !important;*/
    top: 50% !important;
    transform: translateY(-50%);
    color:#CB0606;
}



.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: #CB0606 !important;
}



.gj-picker-md [role=header] {
    background: #CB0606 !important;
}



.gj-picker-md [role=footer] button.gj-button-md {
    color: #CB0606 !important;
}



.datetimepicker table thead {
    border: none;
}



.datetimepicker table thead th {
    background: none;
    border: none;
    color: #333;
}



.datetimepicker table tr td {
    border:none;
}



.gj-picker-md table tr td.today div {
    color: #CB0606 !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: #CB0606 !important;
}



.gj-picker-md table tr td.disabled.selected div {
  background: #CB0606 !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:#333;
  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: #CB0606;
  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: #CB0606 !important;
}



.gj-picker-md .arrow-end {
    border: 16px solid #CB0606 !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: #CB0606 !important;
  font-weight:900;
}



.gj-picker div[role=navigator] div[role=period] {
  font-size: 20px !important;
  color: #CB0606 !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:#CB0606;
    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: 1px solid #CB0606;
    padding:15px 0;
    outline: none;
}



form.layout3{
	margin-left:-15px;
	margin-right:-15px;
}



.powermail_fieldwrap{
	width:100%;
	clear:left;
}



.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 {
  border:none;
  border-bottom: solid 1px #CB0606;
  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: #333;
}



.select-salle.dropdown {
  border: solid 2px #CB0606;
  border-radius:50px;
  padding: 15px 30px;
  color: #333;
}

  

.dropdown:after {
  height: 0;
  width: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #CB0606;
  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:after {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #CB0606;
  right: 38px;
  top: 50%;
}



.dropdown.open:after {
  transform: rotate(-180deg);
}



.dropdown.open .list {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}

.dropdown.open .option {
  cursor: pointer;
}

.dropdown.wide {
  width: 100%;
}

.dropdown.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.dropdown .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 .list {
  min-width: calc(100% + 4px);
  top: -2px;
  left: -2px;
}

.dropdown .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.dropdown .list ul {
  height: auto;
  max-height: 400px;
  overflow: auto;
  padding:0;
  margin:0 !important;
}

.dropdown .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 .option:before{
  display:none;
}



.dropdown .option:hover, .dropdown .option:focus {
  background-color: #f1f4f8 !important;
  color: #000;
}

.dropdown .option.selected {
  color: #CB0606;
}

.dropdown .option.selected:focus {
  background: #f1f4f8;
}

.dropdown:hover {
  border-bottom: solid 1px #CB0606;
  color: #333;
}

.select-salle.dropdown:hover {
  border: solid 2px #CB0606;
  color: #333;
}



/*Checkbox*/

input[type="checkbox"] {
    vertical-align: top;
    border: 1px solid #CB0606;
    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 #CB0606;
}

input[type="checkbox"]:checked{
  background-color:rgba(219, 82, 82, 1);
  border: 1px solid #CB0606;
}

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 #CB0606;
    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;
}



textarea,
input[type="text"],
input[type="number"]{
/*-webkit-appearance: none;*/
  border-radius: 0;
}



@media (max-width: 767px) {
  .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;
  }
}


@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;
}

.ce-bodytext{
  text-align: justify;
}

.gray-box .ce-bodytext{
  text-align: left;
}

header#header .tx-indexedsearch-info-noresult{
  display:none;
}

.dropdown-search-button {
  position: relative;
  z-index: 99;
}

.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: #797979;
}
#main-content .ce-uploads li::before {
	content: counter(step-counter) ".";
	color: #CB0606;
	transition: all 0.5s ease;
}
#main-content .ce-uploads li:hover:before {
	color: #797979;
}
#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;
}

.second-nav a {
  color: #141414;
  font-size: 16px;
  background:none !important;
  padding: 15px 30px 15px 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 .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: 15px 15px 15px 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;
}

@media (min-width: 767px){
  .menu-shadow {
    display:none;
  }
}

@media (max-width: 991px){
	.navbar-brand {
    height: 70px;
	}
	#branding img {
    max-width: 250px;
	}
  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;
  }
}

@media (max-width: 768px){
  .logo-sticky{
    display:none !important;
  }
  #navbar{
    position: relative !important;
  }

  nav ul li.open > a, nav > ul > li:focus > a, nav > ul > li.open > a, nav > ul > li:hover > a {
    background: #797979;
  }
  .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;
  }
}

