
/* reset */
/*********/
.template-seminar-page {
  background:none;
}
:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
  color: inherit;
}


/* common */
/**********/
.template-seminar-page h2.title-sect {
  color: #0C3148;
  margin: 0 0 40px 0;
  letter-spacing: -1px;
  font-size: clamp(1.5rem,5vw,2rem); 
  font-weight: 900;
  position: relative;
}
.template-seminar-page h2.title-sect span {
  position: relative; 
  z-index: 2; 
}
.template-seminar-page h2.title-sect::before {
  content: "";
  position: absolute;
  width: 55px;
  height: 55px;
  background: #1CA170;
  z-index: 1;
  top: 50%; 
  left: -25px; 
  transform: translateY(-50%) rotate(10deg); 
  border-radius: 10px;
}
.template-seminar-page h2.title-sect::first-letter {
  color: #fff;
}

.template-seminar-page .card-wrapper {
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
  border: none;
  border-radius: 6px;
  overflow: hidden;
}

.template-seminar-page .has-background-dim-90{
  opacity: .97 !important;
}

.template-seminar-page .wp-block-button__link:hover {
  background-color: #32373c !important;
}



/* accordéon */
.template-seminar-page .accordion-block {
	border-bottom: 1px solid #d8d8d8;
}
.template-seminar-page .accordion-block  .accordion-title {
	margin: 0;
	padding: 17px 0 17px 30px;
	border-top: 1px solid #d8d8d8;
	font-size: 20px;
	
}
.template-seminar-page .accordion-block  .accordion-title .accordion-txt-title {
	margin-left: 15px;
}
.template-seminar-page .accordion-block .accordion-content {
	background-color: #fff;
	padding: 45px;
}

/* border image */

.destructured-border figure {
    position: relative;
    display: inline-block;
}

.destructured-border figure::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% - 50px);
  background-color: rgb(28, 161, 112);
  transform: rotate(2deg);
  z-index: -1;
}



/* structure */
/*************/

.template-seminar-page .wrapper {
  max-width: 1425px;
  position: relative;
  margin: 0 auto;
}

.template-seminar-page section {
  padding: 100px 50px 100px 50px;
}
@media only screen and (max-width: 1024px) {
  .template-seminar-page section {
    padding: 100px 20px 100px 20px;
  }
}



/* menu */
/***********/
.template-seminar-page .main-menu {
  padding: 0 50px 0 25px;
}


.template-seminar-page .main-menu .nav-menu > li:not(:last-child)::after {
  color: #0C3148;
}

.template-seminar-page .main-menu .nav-menu a {
  letter-spacing: 0px;
}
.template-seminar-page .main-menu a.inscription {
  color: #fff;
  background-color: #1CA170;
  border-radius: 0 0 10px 10px;
}
.template-seminar-page .main-menu a.inscription:hover {
  color: #0F3248;
}

/* header */
/***********/

.seminar-header {
  width: 100%;
  left: 0;
  z-index: 9;
}

.seminar-header-banner {
    height: 600px;
    height: 90vh;
    margin-top: 100px;
}

.seminar-header-banner::after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0px 10px 5px rgba(34, 34, 34, 0.7);
  z-index: 1;
}

.seminar-header-banner h1 {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  text-rendering: optimizeLegibility;
}
.seminar-header-banner h2 {
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  text-rendering: optimizeLegibility;
}

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

  .seminar-header-banner {
      margin-top: 80px;
  }

}

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

  .seminar-header-banner .wp-block-cover__background {
    opacity: .6 !important;
    background: linear-gradient(90deg,rgba(27, 66, 76, 0) 30%,rgba(12, 49, 72, 0.57) 100%);
  }

}

@media only screen and (max-width: 1280px) {
  .seminar-header-banner h1 {
    font-size: clamp(2.2rem,5vw,3.2rem) !important; 
  }

  .seminar-header-banner h2 {
    font-size: clamp(1.5rem,5vw,1.9rem) !important;  
  }
}


/** speaker section **/
/*********************/
.seminar-wrapper-speaker {


}
.seminar-wrapper-speaker .speaker-item {
  transition: all 0.2s linear;
  box-shadow: 0 0.5rem 2rem rgba(25,28,30,.08);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-bottom: 25px;
}
.seminar-wrapper-speaker .speaker-item img {
  width: 500px !important;
  height: 250px !important;
  object-fit: cover !important;
}
.seminar-wrapper-speaker .speaker-item h4 {
  margin-top: 0.8em;
  font-size: 1.4rem;
  font-weight: bold;
}

/** partners section */
/*********************/
.template-seminar-page .seminar-wrapper-partner .wp-block-column {
  margin: 10px 4px;
  padding: 10px;
  background: #fff;
  text-align: center;
  box-shadow: 0 2px 15px 0 rgba(0,0,0,.07);
  min-height: 100px;
  align-items: center;
  justify-content: center;
}
.template-seminar-page .seminar-wrapper-partner .wp-block-column img {
  width: 190px !important;
  height: auto !important;
}


