/*

TemplateMo 575 Leadership Event

https://templatemo.com/tm-575-leadership-event

*/


/*---------------------------------------
  CUSTOM PROPERTIES ( VARIABLES )             
-----------------------------------------*/
:root {
  --white-color: #ffffff;
  --white-color-plus: #fbfbf8;
  --primary-color: #FF501A;
  --secondary-color: #0541E9;
  --four-color: #929CE0;
  --third-color: #D7DCF7;
  --section-bg-color: #F1F0EA;
  --dark-color: #000000;
  --navbar-bg-color: #E0E0E0;
  --p-color: #575756;
  --highlight-icon-color: #ff0100;

  --body-font-family: 'DM Sans', sans-serif;
  --titre-font-family: 'League Spartan', sans-serif;

  --h1-font-size: 65px;
  --h2-font-size: 48px;
  --h3-font-size: 36px;
  --h4-font-size: 32px;
  --h5-font-size: 24px;
  --h6-font-size: 22px;
  --p-font-size: 18px;
  --small-font-size: 10px;
  --contact-font-size: 20px;
  --menu-font-size: 20px;
  --menu-font-size-active: 20px;
  --copyright-text-font-size: 16px;

  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-bold: 700;
}

body {
  overflow-x: hidden;
  color: var(--p-color);
  background: var(--white-color);
  font-family: var(--body-font-family);
}

html {
  --scroll-behavior: smooth;
  scroll-behavior: smooth;
}

/*---------------------------------------
  TYPOGRAPHY               
-----------------------------------------*/

h2,
h3,
h4,
h5,
h6 {
  color: var(--p-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--font-weight-bold);
  letter-spacing: -1px;
}

/* h1 {
  font-size: var(--h1-font-size);
  color: var(--primary-color);
 letter-spacing: -2px; 
}
*/
h1,
h2 {
  font-size: var(--h2-font-size);
  letter-spacing: -2px;
  font-family: var(--titre-font-family);
}

h3 {
  font-size: var(--h3-font-size);
}

h4 {
  font-size: var(--h4-font-size);
}

h5 {
  font-size: var(--h5-font-size);
  line-height: normal;
}

h6 {
  font-size: var(--h6-font-size);
}

p {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

ul li {
  color: var(--p-color);
  font-size: var(--p-font-size);
  font-weight: var(--font-weight-normal);
}

a,
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

a {
  color: var(--p-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
}

::selection {
  background: var(--primary-color);
  color: var(--white-color);
}

::-moz-selection {
  background: var(--primary-color);
  color: var(--white-color);
}

.section-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

.custom-border-radius {
  border-radius: 20px;
}

b,
strong {
  font-weight: var(--font-weight-bold);
}

.site-title {
  margin-top: 10px;
  height: 75px;
  width: auto;
}

.logo-footer {
  height: 60px;
  width: auto;
}

.small-title {
  text-transform: uppercase;
}

.avatar-image {
  border: 2px solid var(--white-color);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.avatar-group-image {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;

}

.avatar-image-left {
  position: relative;
  left: -10px;
}

.avatar-image-left+.avatar-image-left {
  left: -20px;
}

.avatar-image-left+.avatar-image-left+.avatar-image-left {
  left: -30px;
}

.avatar-image-left+.avatar-image-left+.avatar-image-left+.avatar-image-left {
  left: -40px;
}

.avatar-info {
  display: inline-block;
  vertical-align: top;
}

/* HEADING ====================================== */

.heading {
  min-height: 45px;
  background-color: #0541E9;
  color: var(--white-color);
  font-weight: bold;
  font-size: var(--copyright-text-font-size);
  text-align: center;
  vertical-align: middle;
  letter-spacing: 2px;
  line-height: 45px;
}

.heading-hidden {
  display: none;
}

.heading a {
  color: var(--white-color);
}

.side-menu:checked~heading {
  display: none;
}

.side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
}

.side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}

/* PAGES
================================================== */
.subpage-site-section {
  padding: 40px 0;
}

.img-res {
  display: block;
  width: 90vw;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

/* Section: About */

.about h4 {
  text-align: justify;
  font-size: var(--h5-font-size);
}

/* 
 * Portfolio
 */
.portfolio-sorting li:nth-child(-n+3) {
  margin-bottom: 5px;
}

.portfolio-sorting li a {
  min-width: 120px;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.portfolio-sorting li .active {

  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 100px;
  font-weight: var(--font-weight-bold);

  /* background-color: var(--primary-color);
  color: #fff;
  box-shadow: none;
  border-radius: 30px; */
}

.portfolio-sorting li .active:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

#grid {
  margin-top: 25px;
}

#grid .col-md-4 {
  display: none;
}

#loadMore {
  margin-top: 30px;
}

#loadMore.disabled {
  background-color: #eee;
  color: #000;
  opacity: 0.3;
}

/* 
* Portfolio-item
*/
.project-img {
  height: 480px;
}

.project-img+.project-img {
  margin-top: 20px;
}

.project-info h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 0;
}

.project-description,
.project-date-category {
  margin: 30px 0 0;
}

.project-date-category p+p {
  margin-top: 10px;
}

.project-date-category p span {
  font-size: 14px;
  text-transform: uppercase;
  color: #26272d;
  font-weight: 400;
}

.project-info .btn {
  margin-top: 25px;
  line-height: 40px;
  min-width: 120px;
}

.project-info .social-links {
  margin-top: 25px;
}

.section-related-projects {
  padding-top: 0;
}



/*---------------------------------------
  CUSTOM ICON               
-----------------------------------------*/
.custom-icon {
  display: inline-block;
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 2px solid var(--white-color);
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
  position: relative;
}

.custom-icon::before,
.custom-icon::after {
  box-sizing: inherit;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
}

.custom-icon::before {
  border: 2px solid transparent;
}

.custom-icon::after {
  border: 0 solid transparent;
}

.custom-icon:hover {
  border-color: transparent;
}

.custom-icon:hover::before {
  border-top-color: var(--primary-color);
  border-right-color: var(--primary-color);
  border-bottom-color: var(--primary-color);
  transition: border-top-color .15s linear, border-right-color .15s linear .1s, border-bottom-color .15s linear .2s;
}

.custom-icon:hover::after {
  border-top: 2px solid var(--primary-color);
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform .4s linear 0s, border-left-width 0s linear .35s;
}


/*---------------------------------------
  CUSTOM BUTTON               
-----------------------------------------*/
.custom-btn,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--navbar-bg-color);

  border-radius: 100px;
  color: var(--white-color);
  font-size: var(--copyright-text-font-size);
  font-weight: var(--font-weight-bold);
  padding: 10px 20px;
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  background: var(--primary-color);
}

.navbar-expand-lg .navbar-nav .nav-link.custom-btn,
.navbar-nav .nav-link.custom-btn {
  margin-left: 20px;
}

.custom-border-btn {
  background: transparent;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
}

.custom-btn:hover,
.navbar-expand-lg .navbar-nav .nav-link.custom-btn:hover,
.navbar-nav .nav-link.custom-btn:hover {
  background: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  color: var(--white-color);
}

.pull-right {
  display: flex;
  justify-content: end;
}

/*---------------------------------------
  OFFRES              
-----------------------------------------*/
.desc-justify {
  text-align: justify;
  /* text-justify: inter-word; */
}

.desc-offre-titre {
  text-align: justify;
  font-weight: bold;
  /* text-justify: inter-word; */
}

.row-offre {
  padding-right: 0px;
  /* text-justify: inter-word; */
}


/*---------------------------------------
  NAVIGATION              
-----------------------------------------*/
.sticky-wrapper {
  background: var(--navbar-bg-color);
  /* opacity: 10%; */
}


.navbar {
  /* background: var(--navbar-bg-color); */
  z-index: 9;
  right: 0;
  left: 0;
  transition: all 0.3s;
  /* padding-top: 15px;
  padding-bottom: 15px; */
}

.navbar-brand {
  font-size: 20px;
  line-height: 1.2rem;
  font-weight: var(--font-weight-bold);
  color: var(--primary-color);
  text-transform: uppercase;
}

.brand-logo {
  font-size: 38px;
}

.brand-text {
  display: inline-block;
  vertical-align: top;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0px;
  padding-left: 20px;
}

.navbar-nav .nav-link {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-bold);
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  font-size: var(--menu-font-size-active);
  color: var(--primary-color);
}

.navbar-toggler {
  border: 0;
  padding: 0;
  cursor: pointer;
  margin: 0;
  width: 30px;
  height: 35px;
  outline: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  background: transparent;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before,
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transition: top 300ms 50ms ease, -webkit-transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease;
  transition: top 300ms 50ms ease, transform 300ms 350ms ease, -webkit-transform 300ms 350ms ease;
  top: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(-45deg);
}

.navbar-toggler .navbar-toggler-icon {
  background: var(--primary-color);
  transition: background 10ms 300ms ease;
  display: block;
  width: 30px;
  height: 2px;
  position: relative;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  transition: top 300ms 350ms ease, -webkit-transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  transition: top 300ms 350ms ease, transform 300ms 50ms ease, -webkit-transform 300ms 50ms ease;
  position: absolute;
  right: 0;
  left: 0;
  background: var(--primary-color);
  width: 30px;
  height: 2px;
  content: '';
}

.inventons-text {
  margin-top: 70px;
}


.navbar-toggler .navbar-toggler-icon::before {
  top: -8px;
}

.navbar-toggler .navbar-toggler-icon::after {
  top: 8px;
}


/*---------------------------------------
  HIGHLIGHT              
-----------------------------------------*/
.highlight {
  background: var(--navbar-bg-color);
  padding-bottom: 16px;
}

.highlight-thumb {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
}

.highlight-thumb::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.highlight-thumb:hover .highlight-title {
  opacity: 0;
  visibility: hidden;
}

.highlight-thumb:hover .highlight-icon {
  opacity: 1;
  visibility: visible;
}

.highlight-thumb:hover .highlight-image {
  transform: scale(1.2);
}

.highlight-info {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.highlight-image {
  display: block;
  width: 100%;
  transition: transform 2s;
}

.highlight-title {
  color: var(--white-color);
  transition: opacity 1s;
  margin-bottom: 0;
}

.highlight-icon {
  color: var(--highlight-icon-color);
  font-size: var(--h1-font-size);
  opacity: 0;
  transition: transform 1s;
  visibility: hidden;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.highlight-icon:hover hero-text {
  color: var(--p-color);
}


/*---------------------------------------
  HERO              
-----------------------------------------*/
.hero {
  position: relative;
  min-width: 100vw;
  height: calc(100vw / 1.83);
  max-height: 100vh;
  /* height: calc(100vh - 84px); */
  /* height: 100vh; */
}

.hero::after {
  content: "";
  /* background-color: #03035a; */
  /* opacity: 50%; */
  /* background: rgba(0, 0, 0, 0) linear-gradient(rgba(39, 48, 83, 0.1) 0%, rgb(39, 48, 83) 100%) repeat scroll 0% 0%; */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* margin-bottom: -5px; */
}

.hero-text {
  position: absolute;
  z-index: 2;
  top: 15%;
  /* left: 5%; */
  transform: translate(-25%, 50%);
  text-align: center;
}

.hero .arrow-icon {
  position: relative;
  top: 50px;
}

.video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100vw / 1.83);
  max-height: 100vh;
  overflow: hidden;
  z-index: -100;
}



.position-img {
  width: auto;
  height: 100%;
  max-height: 100vh;
  min-width: 100vw;
}

.date-text,
.location-text {
  /* border: 1px solid var(--white-color); */
  font-size: var(--h5-font-size);
  color: var(--p-color);
  display: inline-block;
  padding: 10px 20px;
}

/* .date-text {
  border-right: 0;
} */


/*---------------------------------------
  CONFIANCE              
-----------------------------------------*/

.confiance {
  color: var(--primary-color);
  letter-spacing: 3px;
  font-size: var(--h6-font-size);
  background-color: var(--white-color);
  font-weight: bold;
}

.venue img {

  width: 100%;
  height: 100%;

  object-fit: contain;

}

.venue-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;

}

.logo-img {
  padding-right: 3%;
  padding-left: 3%;
  width: 16%;
  height: auto;
}

/*---------------------------------------
  SPEAKERS              
-----------------------------------------*/
.speakers {
  background: var(--section-bg-color);

  padding-bottom: 10vh;
}

.speakers-thumb {
  position: relative;
}

.speakers-thumb-text {
  display: flex;
  font-size: var(--contact-font-size);
  align-items: center;
  word-wrap: break-word;
  height: 60px;
}

.speakers-thumb-small {
  margin-top: 24px;
}



.speakers-thumb:hover .speakers-info {
  height: auto;
  width: 100%;
  transition: height 1s;
}

.speakers-thumb:hover .speakers-info::before {
  height: auto;
  background: var(--primary-color);
  width: 100%;
  padding: 15px;
  transition: width 1s;
}

.speakers-thumb:hover .speakers-title,
.speakers-thumb:hover .speakers-text {
  color: var(--white-color);
}


.speakers-info-aff {
  color: transparent;
}

.speakers-info {
  height: 22%;
  width: 0px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 20px;
  padding: 10px 15px;
}

.speakers-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: var(--primary-color);
  width: 5px;
  height: 100%;
  transition: all 1s;
}

.speakers-image {
  width: 100%;
  border-radius: 10px;
}

.speakers-text-info {
  font-family: var(--titre-font-family);
  padding: 100px;
}

.speakers-title,
.speakers-text {
  position: relative;
  color: transparent;
}

.speakers-text {
  font-size: 12px;
  /* text-transform: uppercase; */
}

.speakers-featured-text {
  background: var(--secondary-color);
  border-radius: 4px;
  color: var(--white-color);
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  text-transform: uppercase;
  margin: 10px;
  padding: 4px 12px;
}

.speakers-thumb .social-icon {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 15px;
}

.speakers-thumb .social-icon {
  opacity: 0;
  transition: opacity all 1s;
}

.speakers-thumb:hover .social-icon {
  opacity: 1;
  transition-delay: 1s;
}

.sponsor-image {
  max-width: 130px;
  margin: 10px auto;
  height: auto;
}


/*---------------------------------------
  SCHEDULE              
-----------------------------------------*/
.nav-tabs {
  border-bottom: 0;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link span {
  display: block;
  text-align: left;
}

.nav-tabs .nav-link span {
  display: block;
}

.nav-tabs .nav-link small {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: var(--p-color);
}

.nav-tabs .nav-link {
  background: var(--white-color);
  border-radius: 0;
  border: 0;
  border-left: 3px solid var(--section-bg-color);
  padding: 20px 30px;
  transition: all 0.3s;
  width: 25%;
}

.nav-tabs .nav-link:first-child {
  border-left-color: transparent;
}

/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover { */
/* font-size: var(--menu-font-size); */
/* border-left-color: var(--primary-color);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175); */
/* } */

.nav-tabs .nav-link.active h3,
.nav-tabs .nav-link:focus h3,
.nav-tabs .nav-link:hover h3 {
  color: var(--primary-color);
}

.schedule-image {
  border-radius: 20px;
  width: auto;
  height: 280px;
  object-fit: cover;
}


/*---------------------------------------
  CALL TO ACTION              
-----------------------------------------*/
.call-to-action {
  background-image: url('../images/terren-hurst-blgOFmPIlr0-unsplash.jpg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.call-to-action::after {
  content: "";
  background: rgba(0, 0, 0, 0.45);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.call-to-action .row {
  position: relative;
  z-index: 2;
}

.call-to-action .custom-btn {
  background: var(--white-color);
  color: var(--dark-color);
}

.call-to-action .custom-btn:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  PRICING              
-----------------------------------------*/
.pricing-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.pricing-title-wrap,
.pricing-body {
  padding: 40px;
}

.pricing-title-wrap {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.pricing-title {
  color: var(--white-color);
}


/*---------------------------------------
  VENUE               
-----------------------------------------*/
.venue {
  padding-top: 10px;
  background: var(--section-bg-color);
}

.venue-thumb {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.venue-info-title,
.venue-info-body {
  padding: 40px;
}

.venue-info-title {
  background: var(--navbar-bg-color);
  padding: 20px 40px;
}

.google-map {
  border-radius: 20px;
}


/*---------------------------------------
  CONTACT              
-----------------------------------------*/
.label-message {
  color: var(--highlight-icon-color);
  margin-bottom: 10px;
  font-size: 18px;
}

.contact {
  background-image: url('../images/contact4000.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}

.contact-form {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}

.contact-fond {
  background-color: var(--p-color);
  border-radius: 15px;
  padding: 2px;
}

.contact-fond-2 {
  background-color: var(--white-color);
  border-radius: 15px;
  padding: 40px 30px 30px 30px;
}


.contact-form h4 {
  padding-bottom: 15px;
}

.contact-form p {
  color: var(--p-color);
  font-size: var(--contact-font-size);
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

.contact-form .contact-entete {
  font-weight: normal;
  font-size: 18px;
}

.contact-form .row {
  margin: 0;
}

.arrow-icon {
  background: var(--section-bg-color);
  border-radius: 100px;
  color: var(--dark-color);
  font-size: var(--h5-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin: auto;
}

.arrow-icon:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  CUSTOM FORM               
-----------------------------------------*/
.custom-form .form-control {
  background: var(--section-bg-color);
  border: 0;
  margin-bottom: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
}


.custom-form button[type="submit"] {
  background: var(--primary-color);
  border-radius: 100px;
  color: var(--white-color);
  font-weight: var(--font-weight-bold);
  transition: all 0.3s;
  margin-bottom: 0;
}

.custom-form button[type="submit"]:hover,
.custom-form button[type="submit"]:focus {
  background: var(--navbar-bg-color);
}


/*---------------------------------------
  SITE FOOTER              
-----------------------------------------*/
.site-footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

.site-footer .navbar-brand {
  color: var(--primary-color);
}

.site-footer .social-icon-link {
  font-size: var(--h6-font-size);
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.site-footer .copyright-text {
  font-size: var(--copyright-text-font-size);
}

.footer-menu {
  margin: 0;
  padding: 0;
}

.footer-menu-item {
  vertical-align: text-top;
  list-style: none;
}

.footer-menu-link {
  font-size: var(--copyright-text-font-size);
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}


/*---------------------------------------
  SOCIAL ICON               
-----------------------------------------*/
.social-icon {
  margin: 0;
  padding: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}

.social-icon-link {
  background: var(--white-color);
  border-radius: 100px;
  font-size: var(--p-font-size);
  color: var(--dark-color);
  display: inline-block;
  vertical-align: top;
  margin: 2px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.social-icon-link:hover {
  background: var(--primary-color);
  color: var(--white-color);
}


/*---------------------------------------
  RESPONSIVE STYLES               
-----------------------------------------*/
@media screen and (max-width: 1500px) {
  .speakers-text-info {
    padding: 50px;

  }

  .inventons-text {
    margin-top: 30px;
  }

  .inventons-text h1 {
    font-size: 60px;
  }

}

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

  .speakers-info {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .speakers-info h5 {
    font-size: var(--small-font-size);
  }

  .speakers-text {
    font-size: var(--small-font-size);
  }

  .schedule-image {
    border-radius: 20px;
    width: 100%;
    height: auto;
  }

  .fleche-haut {
    display: none;
  }

  .inventons-text {
    margin-top: 10px;
  }

  .inventons-text h1 {
    font-size: 44px;
  }

  .logo-img {
    padding-right: 5%;
    padding-left: 5%;
    width: 27%;
    height: auto;
  }


  /* 
  h1 {
    font-size: 48px;
  } */

  h1,
  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 32px;
  }

  h4 {
    font-size: 28px;
  }

  h5 {
    font-size: 20px;
  }

  h6 {
    font-size: 18px;
  }



  /* Section: Portfolio */
  .portfolio-item {
    margin-top: 15px;
  }

  .section-portfolio .col-6:nth-child(odd) {
    padding-right: 7.5px;
  }

  .section-portfolio .col-6:nth-child(even) {
    padding-left: 7.5px;
  }

  .portfolio-item:hover a {
    left: 50%;
  }

  /* Section: Portfolio */
  .portfolio-item {
    margin-top: 30px;
  }

  .portfolio-item {
    height: 270px;
    max-width: 300px;
    position: relative;
  }

  .portfolio-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 100%;
    bottom: 0;
    background-color: #f5f5f8;
    transition: right 0.25s ease-in-out;
    -moz-transition: right 0.25s ease-in-out;
    -webkit-transition: right 0.25s ease-in-out;
    -o-transition: right 0.25s ease-in-out;
    -ms-transition: right 0.25s ease-in-out;
  }

  .portfolio-item:hover:before {
    right: 25%;
  }

  .portfolio-item-title,
  .portfolio-item a {
    position: absolute;
    left: 0px;
    margin: 0;
    font-size: 16px;
    opacity: 0;
  }

  .portfolio-item-title {
    width: 150px;
    top: 15px;
    transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -moz-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -webkit-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -ms-transition: left 0.25s ease-in-out, opacity 0.25s ease-in-out;
  }

  .portfolio-item:hover .portfolio-item-title {
    left: 15px;
    opacity: 1;
  }

  .portfolio-item a {
    bottom: 15px;
    color: #26272d;
    padding: 5px 12px;
    border: 1px solid #26272d;
    border-radius: 50px;
  }

  .portfolio-item:hover a {
    left: 55%;
    opacity: 1;
  }

  .portfolio-item a:hover {
    background-color: #26272d;
    color: #fff;
  }

  .portfolio-item a i {
    width: 16px;
    text-align: center;
  }

  .custom-btn {
    font-size: var(--copyright-text-font-size);
    padding: 8px 16px;
  }

  .navbar-expand-lg .navbar-nav {
    padding-left: 0;
  }

  .navbar-nav {
    background-color: var(--white-color);
    box-shadow: 5px 5px 5px 0px grey;
  }

  .navbar-nav li:nth-child(2n) {
    background-color: var(--white-color);
  }

  .navbar-nav li:nth-child(2n+1) {
    background-color: var(--white-color-plus);
  }

  .navbar-nav .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .nav-tabs .nav-link {
    width: 50%;
  }

  .copyright-text-wrap {
    margin-top: 20px;
  }
}

@media screen and (max-width: 840px) {
  .inventons-text h1 {
    font-size: 34px;
  }

  .date-text {
    display: none;
  }

  .site-title {
    height: 70px;
    width: auto;

  }
}

@media screen and (max-width: 560px) {
  .inventons-text h1 {
    font-size: 30px;
  }

  .date-text {
    display: none;
  }

  .logo-img {
    padding: 5px;
    width: 38%;
    height: auto;
  }

  /* h1 {
    font-size: 38px;
  } */

  h1,
  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 24px;
  }

  h5 {
    font-size: 20px;
  }

  .navbar-brand {
    font-size: 16px;
  }

  .custom-btn {
    font-size: 13px;
    padding: 6px 12px;
  }

  .nav-tabs .nav-link {
    margin-right: 0;
    margin-left: 0;
    padding: 15px;
  }

  .hero {

    max-height: 100vh;
  }


  .hero-text {
    width: 100%;
  }

  /* ENTETE =========================
===================================*/


  /* .video-wrap {

    height: calc(150vw / 1.83);

    object-position: center;
  } */



  /* .position-img {
    height: 100%;
    width: auto;
    object-position: calc(-0.30*100vw) 0;
  } */

  .site-title {
    margin-top: 10px;
    height: 50px;
    width: auto;

  }

  .site-footer .social-icon-link {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }

  .footer-menu-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer-menu,
  .copyright-text-wrap {
    justify-content: center;
  }
}