<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>717</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>1768</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>2424</b><br />
<br />
<b>Deprecated</b>:  Array and string offset access syntax with curly braces is deprecated in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>2478</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils.less) is not within the allowed path(s): (/www/wwwroot/www.centre-ade.com/:/tmp/) in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/utils) is not within the allowed path(s): (/www/wwwroot/www.centre-ade.com/:/tmp/) in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals.less) is not within the allowed path(s): (/www/wwwroot/www.centre-ade.com/:/tmp/) in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>82</b><br />
<br />
<b>Warning</b>:  is_file(): open_basedir restriction in effect. File(//../../../css/globals) is not within the allowed path(s): (/www/wwwroot/www.centre-ade.com/:/tmp/) in <b>/www/wwwroot/www.centre-ade.com/wp-content/themes/idcomweb-main/lib/less/lessc.inc.php</b> on line <b>82</b><br />
@keyframes height {
  0% {
    height: 0;
  }
  36% {
    height: 0;
  }
  100% {
    height: 1000px;
  }
}
@keyframes height2 {
  0% {
    height: 0;
  }
  25% {
    height: 0;
  }
  100% {
    height: 1000px;
  }
}
.idcom-page-locked #wp-admin-bar-so_live_editor,
.idcom-page-locked #wp-admin-bar-edit {
  display: none !important;
}
body main section.programme {
  padding: 100px 0 85px;
  background-color: #FBFBFB;
  overflow: hidden;
}
body main section.programme .contenu .container {
  max-width: 1740px;
}
body main section.programme .contenu .titre {
  text-align: center;
}
body main section.programme .contenu .list {
  position: relative;
  justify-content: center;
  align-items: center;
  border: 0;
  padding: 200px 0 150px;
  max-width: 1440px;
  margin: auto;
  z-index: 1;
}
body main section.programme .contenu .list .item {
  counter-increment: slide-number;
  padding: 0;
  background: transparent;
  border: 0;
  width: 25%;
}
body main section.programme .contenu .list .item:focus {
  outline: none;
}
body main section.programme .contenu .list .item.active .bloc:before {
  background-color: #E10819;
}
body main section.programme .contenu .list .item.active .bloc .motif {
  opacity: 1;
}
body main section.programme .contenu .list .item:hover .bloc:before {
  background-color: #E10819;
}
body main section.programme .contenu .list .item:hover .bloc .motif {
  opacity: 1;
}
body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
  background: url('../../../img/arrow1bis.svg') no-repeat;
  background-size: 100%;
  width: 367px;
  height: 360px;
}
body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
  background: url('../../../img/arrow2bis.svg') no-repeat;
  background-size: 100%;
  width: 367px;
  height: 347px;
  animation-direction: reverse;
}
body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
  background: url('../../../img/arrow3bis.svg') no-repeat;
  background-size: 100%;
  width: 367px;
  height: 360px;
}
body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
  background: url('../../../img/arrow4bis.svg') no-repeat;
  background-size: 100%;
  width: 367px;
  height: 347px;
  animation-direction: reverse;
}
body main section.programme .contenu .list .item .bloc {
  position: relative;
  text-align: center;
}
body main section.programme .contenu .list .item .bloc:before {
  content: "" counter(slide-number) "";
  color: #ffffff;
  background-color: #1E1C24;
  font-family: 'Mulish', sans-serif;
  font-size: 45px;
  font-weight: 700;
  border-radius: 50%;
  width: 83px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 40%;
  right: 100%;
  transform: translate(50%,-50%);
  z-index: 1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.programme .contenu .list .item .bloc img {
  max-width: 115px;
  max-height: 110px;
  margin-bottom: 12px;
}
body main section.programme .contenu .list .item .bloc p {
  font-size: 20px;
  font-weight: 900;
  margin: auto;
  max-width: 180px;
  width: 100%;
}
body main section.programme .contenu .list .item .bloc .motif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  opacity: .1;
  transition: all .4s ease-in-out !important;
  -webkit-transition: all .4s ease-in-out !important;
  -moz-transition: all .4s ease-in-out !important;
  -o-transition: all .4s ease-in-out !important;
}
body main section.programme .contenu .fleche-nav {
  text-align: center;
  margin-bottom: 1rem;
}
body main section.programme .contenu .fleche-nav .carousel-arrow {
  border: none;
  background: none;
  outline: none;
}
body main section.programme .contenu .fleche-nav .carousel-prev svg path,
body main section.programme .contenu .fleche-nav .carousel-next svg path {
  fill: #1E1C24;
  transition: all 0.3s ease;
}
body main section.programme .contenu .fleche-nav .carousel-prev:hover svg path,
body main section.programme .contenu .fleche-nav .carousel-next:hover svg path {
  fill: #E10819;
}
body main section.programme .contenu .tab-content {
  padding: 55px 140px 0;
  border-top: 1px solid rgba(112,112,112,0.24);
}
body main section.programme .contenu .tab-content .active .texte {
  animation: fadeInUp ease 1.4s both;
  -webkit-animation: fadeInUp ease 1.4s both;
  -moz-animation: fadeInUp ease 1.4s both;
  -o-animation: fadeInUp ease 1.4s both;
}
body main section.programme .contenu .tab-content .active .bouton {
  animation: fadeInUp ease 1.4s both;
  -webkit-animation: fadeInUp ease 1.4s both;
  -moz-animation: fadeInUp ease 1.4s both;
  -o-animation: fadeInUp ease 1.4s both;
}
body main section.programme .contenu .tab-content .texte {
  column-count: 2;
  column-gap: 40px;
}
body main section.programme .contenu .tab-content .texte p {
  color: #4D4B4B;
  font-size: 18px;
  font-weight: 600;
}
body main section.programme .contenu .tab-content .texte ul {
  margin-bottom: 15px;
}
body main section.programme .contenu .tab-content .texte ul li {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
  padding-left: 40px;
  position: relative;
  color: #4D4B4B;
}
body main section.programme .contenu .tab-content .texte ul li:before {
  content: "";
  position: absolute;
  background-color: #E10819;
  top: 13px;
  left: 0;
  width: 26px;
  height: 5px;
  border-radius: 3px;
}
body main section.programme .contenu .bouton {
  margin: 55px 0 0;
}
@media (min-width: 1361px) and (max-width: 1500px) {
  body main section.programme {
    padding: 80px 0 75px;
  }
  body main section.programme .contenu .list {
    padding: 170px 0 120px;
  }
  body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
    width: 327px;
    height: 322px;
  }
  body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
    width: 327px;
    height: 309px;
  }
  body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
    width: 327px;
    height: 322px;
  }
  body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
    width: 327px;
    height: 309px;
  }
  body main section.programme .contenu .list .item .bloc:before {
    font-size: 38px;
    width: 73px;
    height: 73px;
    top: 40%;
  }
  body main section.programme .contenu .list .item .bloc img {
    max-width: 105px;
    max-height: 100px;
    margin-bottom: 12px;
  }
  body main section.programme .contenu .list .item .bloc p {
    font-size: 18px;
    max-width: 160px;
  }
  body main section.programme .contenu .tab-content {
    padding: 50px 100px 0;
  }
  body main section.programme .contenu .tab-content .texte {
    column-gap: 40px;
  }
  body main section.programme .contenu .tab-content .texte p {
    font-size: 17px;
  }
  body main section.programme .contenu .tab-content .texte ul {
    margin-bottom: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li {
    font-size: 17px;
  }
  body main section.programme .contenu .tab-content .texte ul li:before {
    top: 11px;
  }
  body main section.programme .contenu .bouton {
    margin: 50px 0 0;
  }
}
@media (min-width: 1200px) and (max-width: 1360px) {
  body main section.programme {
    padding: 70px 0 65px;
  }
  body main section.programme .contenu .list {
    padding: 140px 0 110px;
  }
  body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
    width: 287px;
    height: 282px;
  }
  body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
    width: 287px;
    height: 271px;
  }
  body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
    width: 287px;
    height: 282px;
  }
  body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
    width: 287px;
    height: 271px;
  }
  body main section.programme .contenu .list .item .bloc:before {
    font-size: 34px;
    width: 65px;
    height: 65px;
    top: 40%;
  }
  body main section.programme .contenu .list .item .bloc img {
    max-width: 95px;
    max-height: 90px;
    margin-bottom: 12px;
  }
  body main section.programme .contenu .list .item .bloc p {
    font-size: 17px;
    max-width: 160px;
  }
  body main section.programme .contenu .tab-content {
    padding: 40px 60px 0;
  }
  body main section.programme .contenu .tab-content .texte {
    column-gap: 40px;
  }
  body main section.programme .contenu .tab-content .texte p {
    font-size: 16px;
  }
  body main section.programme .contenu .tab-content .texte ul {
    margin-bottom: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li {
    font-size: 16px;
  }
  body main section.programme .contenu .tab-content .texte ul li:before {
    top: 11px;
  }
  body main section.programme .contenu .bouton {
    margin: 40px 0 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body main section.programme {
    padding: 60px 0;
  }
  body main section.programme .contenu .list {
    padding: 130px 0 100px;
  }
  body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
    width: 227px;
    height: 224px;
  }
  body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
    width: 227px;
    height: 216px;
  }
  body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
    width: 227px;
    height: 224px;
  }
  body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
    width: 227px;
    height: 216px;
  }
  body main section.programme .contenu .list .item .bloc:before {
    font-size: 30px;
    width: 65px;
    height: 65px;
    top: 40%;
  }
  body main section.programme .contenu .list .item .bloc img {
    max-width: 85px;
    max-height: 80px;
    margin-bottom: 12px;
  }
  body main section.programme .contenu .list .item .bloc p {
    font-size: 16px;
    max-width: 150px;
  }
  body main section.programme .contenu .tab-content {
    padding: 40px 0 0;
  }
  body main section.programme .contenu .tab-content .texte {
    column-gap: 40px;
  }
  body main section.programme .contenu .tab-content .texte p {
    font-size: 16px;
  }
  body main section.programme .contenu .tab-content .texte ul {
    margin-bottom: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li {
    font-size: 16px;
  }
  body main section.programme .contenu .tab-content .texte ul li:before {
    top: 10px;
  }
  body main section.programme .contenu .bouton {
    margin: 40px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  body main section.programme {
    padding: 60px 0;
  }
  body main section.programme .contenu .global {
    overflow-x: scroll;
  }
  body main section.programme .contenu .global::-webkit-scrollbar {
    height: 7px;
  }
  body main section.programme .contenu .global::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  body main section.programme .contenu .global::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(162,162,162,0.6);
  }
  body main section.programme .contenu .global::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(162,162,162,0.6);
  }
  body main section.programme .contenu .list {
    padding: 130px 50px 80px;
    width: 1000px;
  }
  body main section.programme .contenu .list .item {
    width: 25%;
  }
  body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
    width: 227px;
    height: 226px;
  }
  body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
    width: 227px;
    height: 215px;
  }
  body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
    width: 227px;
    height: 226px;
  }
  body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
    width: 227px;
    height: 215px;
  }
  body main section.programme .contenu .list .item .bloc:before {
    font-size: 30px;
    width: 65px;
    height: 65px;
    top: 40%;
  }
  body main section.programme .contenu .list .item .bloc img {
    max-width: 85px;
    max-height: 80px;
    margin-bottom: 12px;
  }
  body main section.programme .contenu .list .item .bloc p {
    font-size: 16px;
    max-width: 150px;
  }
  body main section.programme .contenu .tab-content {
    padding: 40px 0 0;
  }
  body main section.programme .contenu .tab-content .texte {
    column-gap: 40px;
  }
  body main section.programme .contenu .tab-content .texte p {
    font-size: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul {
    margin-bottom: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li {
    font-size: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li:before {
    top: 10px;
  }
  body main section.programme .contenu .bouton {
    margin: 40px auto 0;
  }
}
@media (max-width: 767.98px) {
  body main section.programme {
    padding: 40px 0;
  }
  body main section.programme .contenu .global {
    overflow-x: scroll;
  }
  body main section.programme .contenu .global::-webkit-scrollbar {
    height: 7px;
  }
  body main section.programme .contenu .global::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }
  body main section.programme .contenu .global::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(162,162,162,0.6);
  }
  body main section.programme .contenu .global::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(162,162,162,0.6);
  }
  body main section.programme .contenu .list {
    padding: 110px 30px 80px;
    width: 1000px;
  }
  body main section.programme .contenu .list .item:first-of-type .bloc .arrow {
    width: 227px;
    height: 226px;
  }
  body main section.programme .contenu .list .item:nth-of-type(2) .bloc .arrow2 {
    width: 227px;
    height: 215px;
  }
  body main section.programme .contenu .list .item:nth-of-type(3) .bloc .arrow {
    width: 227px;
    height: 226px;
  }
  body main section.programme .contenu .list .item:nth-of-type(4) .bloc .arrow2 {
    width: 227px;
    height: 215px;
  }
  body main section.programme .contenu .list .item .bloc:before {
    font-size: 25px;
    width: 55px;
    height: 55px;
    top: 40%;
  }
  body main section.programme .contenu .list .item .bloc img {
    max-width: 75px;
    max-height: 70px;
    margin-bottom: 12px;
  }
  body main section.programme .contenu .list .item .bloc p {
    font-size: 15px;
    max-width: 150px;
  }
  body main section.programme .contenu .tab-content {
    padding: 30px 0 0;
  }
  body main section.programme .contenu .tab-content .texte {
    column-gap: 0;
    column-count: 1;
    text-align: center;
  }
  body main section.programme .contenu .tab-content .texte p {
    font-size: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul {
    margin-bottom: 15px;
    text-align: left;
  }
  body main section.programme .contenu .tab-content .texte ul li {
    font-size: 15px;
  }
  body main section.programme .contenu .tab-content .texte ul li:before {
    top: 10px;
  }
  body main section.programme .contenu .bouton {
    margin: 30px auto 0;
  }
}
