@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');


a {
  transition: ease 0.5s;
}

body,
html {
  font-family: 'Montserrat', sans-serif;
}

body {
  padding: 0;
  margin: 0;
  background: #F3F3F3;
}

.path-frontpage .main-container-wrapper {
  background: #F3F3F3;
}

.footer-top-wrapper {
  background: #F3F3F3;
  padding-bottom: 50px;
}

img {
  max-width: 100%;
  height: auto;
}

.navbar {
  margin-bottom: 0;
}

.page-header-image {
  position: relative;
  z-index: 10;
}


.navbar-header {
  width: 100%;
  float: none;
  padding: 30px 0px;
}

.path-frontpage .navbar-header {
  padding: 10px 0;
}

.slick__slide img {
  width: 100%;
}


#block-identitedusite {
  padding: 10px 20px;
  float: left;
}

#block-identitedusite h2 {
  font-size: 50px;
  font-weight: 500;
  color: white;
  margin-bottom: 0;
}

#block-identitedusite h3 {
  font-size: 15px;
  font-weight: 500px;
  color: white;
  margin-top: 0;
}

.navbar-default .navbar-nav>li>a {
  color: black;
  font-size: 16px;
}

ul.menu--main li a.is-active,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
  color: #C53535;
  font-weight: bold;
  background-color: transparent;
}



.nav>li>a {
  padding: 15px 25px;
}

#block-arsc-main-menu,
#block-arsc-account-menu {
  float: right;
  margin-top: 30px;
}

.footer-wrapper {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #000000;
  color: white;
}

h1.arsc-view-title {
  color: #3D3D3D;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 30px;
}

h1.arsc-view-title span {
  color: #C53535;
}

.formation-item {
  background: white;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  transition: ease 0.5s;
  margin-bottom: 15px;
}

.formation-item:hover {
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.25);
}

.formation-item:hover .formation-title a {
  color: #C53535;
}

.formation-item .formation-title {
  padding: 20px 30px;
  text-align: center;
  color: #3D3D3D;
  font-weight: 500;
  font-size: 18px;
}

.formation-item .formation-title a {
  text-decoration: none;
  color: #3D3D3D;
}

.path-frontpage .content {
  border-radius: 7px;
  background: #FFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 30px;
  margin-bottom: 30px;
}

.content h2 {
  color: #3D3D3D;
  font-size: 30px;
  font-weight: 500;
}

.path-frontpage .content h2 {
  margin-bottom: 10px;
  margin-top: 0;
}

.path-frontpage .content h3 {
  margin-top: 0;
}


.content h3,
.region-sidebar-first h3 {
  font-size: 20px;
  color: #C53535;
  font-weight: 500;
  margin-bottom: 15px;
}

.region-sidebar-first {
  padding-top: 25px;
}

.footer .block-title {
  font-size: 20px;
  margin-bottom: 25px;
}

.view {
  padding-top: 30px;
  padding-bottom: 30px;
}

.view-agenda-des-formations thead,
.view-prochaines-formations thead {
  background: rgba(197, 53, 53, 0.07);
}

.view-agenda-des-formations thead th,
.view-prochaines-formations thead th {
  color: #3D3D3D;
  font-size: 18px;
  font-weight: 500;
  padding-top: 10px;
  padding-bottom: 10px;

  border-bottom: none !important;
}

.view-agenda-des-formations td,
.view-agenda-des-formations thead th,
.view-prochaines-formations td,
.view-prochaines-formations thead th {
  vertical-align: middle !important;
}


.view-agenda-des-formations td,
.view-prochaines-formations td {
  border-top: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: 1px solid #E8E8E8 !important;
}

.view-agenda-des-formations .table-striped>tbody>tr:nth-of-type(odd),
.view-prochaines-formations .table-striped>tbody>tr:nth-of-type(odd) {
  background-color: transparent;
}

.btn-link {
  background: transparent;
  padding: 5px 40px;
  border: 1px solid #C53535;
  color: #C53535;
  border-radius: 3px;
  display: inline-block;
  transition: ease 0.5s;
  text-decoration: none !important;
}

.btn-link:focus,
.btn-link:hover {
  background: #C53535;
  color: white;
}

.region-footer img {
  max-width: 200px;
}

.region-content {
  padding-top: 30px;
  padding-bottom: 60px;
}

.view-homepage-slideshow {
  padding: 0;
}

.bottom-content {
  background: white;
}

.region-footer-top {
  padding-top: 30px;
  padding-bottom: 30px;
}

.region-footer-top .field--name-body p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;

}

button.button--primary {
  border-radius: 7px;
  background: #C53535;
  color: white;
  border: none;
  padding: 10px 20px;
  transition: ease 0.5s;
}

button.button--primary:hover,
button.button--primary:focus {
  background-color: #811111;
}

.contact-message-form label {
  font-weight: 500;
}

.contact-message-form input,
.contact-message-form textarea {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1) !important;
  outline: none !important;
}

body:not(.path-frontpage) #navbar {
  
}

body:not(.path-frontpage) .main-container-wrapper {
  background: white;
}

.page-header-wrapper {
  background: url('../images/header_bg.jpg') no-repeat center center;
  background-size: cover;
  border-bottom: none;
  width: 100%;
  padding: 50px 20px;
  color: white;
}


.page-header {
  border: none;
  font-weight: bold;
}



.page-node-type-formations .field--name-field-image {
  margin-bottom: 20px;
}

.field--name-body figure {
  max-width: 300px;
  background: #F3F3F3;
  padding: 20px;
  border-radius: 7px;
  text-align: center;
  margin-right: 20px;
  margin-bottom: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.field--name-body figure img {
  margin-bottom: 20px;
}

.region-content .page-header {
  color: #C53535;
  font-weight: 500;
  font-size: 30px;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
}

.agenda-left-column {
  border-right: 1px solid #C53535;
  padding-top: 20px;
}

.agenda-data {
  margin-bottom: 30px;
}

.agenda-data i {
  color: #C53535;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.agenda-data .field {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}

.region-content .field--name-body {
  margin-bottom: 15px;
}

.view-footer {
  text-align: center;
  padding: 30px 0px;
  clear: both;
}

.view-footer h3 {
  margin-bottom: 30px;
}


.view-homepage-slideshow .view-content {
  position: relative;
}

.view-homepage-slideshow .view-content:before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: black;
  z-index: 10;
  opacity: 0.4;
  width: 100%;
  height: 100%;

}

.view-empty h3 {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

#edit-login {
  overflow: initial !important;
}

.checkout-order-summary table {
  width: 100%;
}

.checkout-order-summary table tr td:last-child {
  text-align: right;
}

.field--name-body ul {
  list-style-type: none;
}

.field--name-body ul li {
  position: relative;
}

.field--name-body ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -15px;
  width: 6px;
  height: 6px;
  background: red;
}

.logo {
  display: block;
  margin-left: 15px;
  margin-right: 15px;
  width: 100%;
  max-width: 300px;
}