<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>1433</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>3535</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4847</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/cibeins.fr/wp-content/themes/idcomweb/lib/less/lessc.inc.php</b> on line <b>4955</b><br />
.widget-actu {
  padding: 3rem 0;
}
.widget-actu .container-titre-social {
  margin: 2rem auto;
}
.widget-actu .container-titre-social .titre {
  color: #373F41;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
}
.widget-actu .container-titre-social .wrapper-social {
  color: #737B7D;
  font-size: 1rem;
  text-align: center;
}
.widget-actu .container-titre-social .wrapper-social .info {
  text-decoration: none;
  color: #737B7D;
}
.widget-actu .wrapper-grid-actualites .actualite {
  margin: 0.5rem auto;
  transition: .3s all;
}
.widget-actu .wrapper-grid-actualites .actualite .lien {
  text-decoration: none;
  color: white;
  transition: .3s all;
  position: relative;
}
.widget-actu .wrapper-grid-actualites .actualite .lien:hover .wrapper-image .overlay {
  opacity: 0.7;
}
.widget-actu .wrapper-grid-actualites .actualite .lien:hover .wrapper-image .overlay-text {
  opacity: 1;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image {
  height: 85%;
  width: 100%;
  overflow: hidden;
  max-height: 17.5rem;
  position: relative;
  transition: .3s all;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #F59C24;
  opacity: 0;
  z-index: 1;
  transition: .3s all;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .overlay-text {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: .3s all;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .overlay-text .bi {
  color: white;
  font-size: 3rem;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .overlay-text .texte {
  text-align: center;
  font-size: 1.375rem;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .container-info {
  background-color: #492D2C;
  text-align: center;
  padding: 0.5rem;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .container-info .info {
  font-size: 0.875rem;
  line-height: 100%;
}
.widget-actu .wrapper-grid-actualites .actualite .lien .container-info .titre {
  font-size: 1rem;
  margin-top: 0.125rem;
  text-transform: uppercase;
  margin: 0.5rem 0;
}
.widget-actu .wrapper-grid-actualites .actualite:nth-of-type(1) .lien .container-info {
  background-color: #F59C24;
}
.widget-actu .container-events {
  padding: 1rem;
  background-color: #F9F9F9;
}
.widget-actu .container-events .titre {
  font-size: 1.125rem;
  text-align: center;
  font-weight: 900;
}
.widget-actu .container-events .wrapper-events .event {
  margin: 1rem auto;
  display: flex;
  align-items: stretch;
}
.widget-actu .container-events .wrapper-events .event .date-wrapper {
  font-weight: 900;
  text-align: center;
  border-bottom: 2px solid #F59C24;
  margin-bottom: 0.25rem;
  margin-top: -0.25rem;
}
.widget-actu .container-events .wrapper-events .event .date-wrapper .date {
  font-size: 2rem;
  color: orange;
  line-height: 100%;
}
.widget-actu .container-events .wrapper-events .event .date-wrapper .month {
  text-transform: uppercase;
  font-size: 1rem;
}
.widget-actu .container-events .wrapper-events .event .event-info-container {
  padding: 0 1.25rem;
}
.widget-actu .container-events .wrapper-events .event .event-info-container .titre {
  font-weight: 900;
  font-size: 1rem;
  line-height: 105%;
}
.widget-actu .container-events .wrapper-events .event .event-info-container .duration {
  margin-top: 1rem;
  color: #F59C24;
  font-weight: semibold;
}
.widget-actu .wrapper-lien .lien {
  text-decoration: none;
  font-size: 1rem;
  color: #737B7D;
  font-weight: semibold;
}
.widget-actu .wrapper-lien .lien .icon {
  margin-left: 0.5rem;
  transition: .3s all;
}
.widget-actu .wrapper-lien .lien:hover .icon {
  margin-left: 0.875rem;
}
@media (min-width: 576px) {
  .widget-actu .wrapper-grid-actualites {
    display: flex;
    flex-wrap: wrap;
  }
  .widget-actu .wrapper-grid-actualites .actualite {
    margin: 0.25rem auto;
    padding-left: 0.125rem;
    padding-right: 0.125rem;
    max-width: 50%;
    width: 100%;
  }
  .widget-actu .wrapper-grid-actualites .actualite .lien .wrapper-image .image {
    height: 100%;
  }
  .widget-actu .container-events {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .widget-actu .wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 90vw;
  }
  .widget-actu .wrapper .container-titre-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .widget-actu .wrapper .container-titre-social .titre {
    font-size: 2.625rem;
    text-align: start;
  }
  .widget-actu .wrapper .container-titre-social .wrapper-social {
    font-size: 1.125rem;
    text-align: initial;
  }
  .widget-actu .wrapper .wrapper-grid-actualites {
    display: grid;
    gap: 0.125rem;
    grid-template-areas: "first second second" "first third fourth";
    grid-template-columns: 45% 27.5% 27.5%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite {
    margin: initial;
    max-width: initial;
    padding: initial;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(1) {
    grid-area: first;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(1) .lien .wrapper-image {
    height: 618px;
    max-height: initial;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(1) .lien .wrapper-image .image {
    object-fit: cover;
    height: 100%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(1) .lien .container-info .titre {
    font-size: 1.25rem;
    line-height: 95%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(2) {
    grid-area: second;
    height: 50%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(2) .wrapper-image {
    height: 270px;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(2) .wrapper-image .image {
    object-fit: cover;
    height: 100%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(3) {
    grid-area: third;
    height: 50%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(3) .wrapper-image {
    height: 270px;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(3) .wrapper-image .image {
    object-fit: cover;
    height: 100%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(4) {
    grid-area: fourth;
    height: 50%;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(4) .wrapper-image {
    height: 270px;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite:nth-of-type(4) .wrapper-image .image {
    height: 100%;
    object-fit: cover;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite .lien .container-info {
    max-height: 100px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: start;
    padding: 1rem 0 1rem 2rem;
  }
  .widget-actu .wrapper .wrapper-grid-actualites .actualite .lien .container-info .titre {
    font-size: 1rem;
    margin-top: 0.125rem;
  }
  .widget-actu .wrapper .container-events {
    margin: auto;
  }
  .widget-actu .wrapper .container-events .titre {
    font-size: 1.375rem;
  }
  .widget-actu .wrapper .container-events .wrapper-events .event .event-info-container .titre {
    font-size: 1.25rem;
  }
}
@media (min-width: 1400px) {
  .widget-actu {
    padding: 5rem 0;
  }
  .widget-actu .container-events {
    padding: 1.25rem 1.5rem 0 1.5rem;
    height: 100%;
  }
  .widget-actu .container-events .wrapper-events {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-evenly;
  }
  .widget-actu .container-events .wrapper-events .event {
    justify-content: center;
  }
  .widget-actu .wrapper-lien {
    margin-bottom: 2rem;
  }
  .widget-actu .wrapper-lien .lien {
    font-size: 1.125rem;
  }
}
@media (min-width: 1800px) {
  .widget-actu .container-events {
    padding: 1.25rem 2.5rem 0 2.5rem;
  }
}
