@charset "UTF-8";

/************* GENERAL **************/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@font-face {
    font-family: 'ITCAvantGardePro';
    src: url('../font/ITCAvantGardePro-Demi.woff') format('woff');
}

@font-face {
    font-family: 'SalesforceSans';
    src: url('../font/SalesforceSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'ITCAvantGardeGothicDemi';
    src: url('../font/ITCAvantGardeGothicDemi.woff') format('woff');
}

body {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    /*color: #fff;*/
    color: #000;
    overflow-x: hidden !important;
}

h1 {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-size: 36px;
    line-height: auto;
    font-weight: Bold;
    text-align: center;
    line-height: 100px;
    color: #032C5F;
}

h2 {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    /*    line-height: ;*/
}

h3 {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    color: #fefefe;
}

h5 {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #fefefe;
    padding: 50px 0 20px 0;
}

h6 {
    font-size: 40px;
    font-weight: 500;
    line-height: 40px;
    color: #fefefe;
    padding-bottom: 20px;
}

section {
    padding: 0 0 100px 0;
    position: relative;
}

a {
    color: #233c91;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
}

p {
    font-size: 16px;
    line-height: 20px;
    color: #032C5F;
}

.pl-15 {
    padding-left: 15px;
}

.interactionstudio {
    width: 80%;
    margin-top: 80px;
}

/************* FONT WEIGHT *************/
.font-light {
    font-weight: 300;
    font-style: normal;
}

.font-bold {
    font-weight: 400;
    font-style: normal;
}

.font-extrabold {
    font-weight: 800;
    font-style: normal;
}

/************* TEXT COLOR ***********/
.txt-blue {
    color: #544d5c;
}

.txt-title-rose {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    color: #fff !important;
}

/************* btn ***********/
.btn-info {
    /*background-color: #000000 !important;
	border-color: #000000 !important;*/
    background-color: #007DC1 !important;
    border-color: #007DC1 !important;
}

.btn-info:hover {
    /*background-color: #000000 !important;*/
    background-color: #007DC1 !important;
    border-color: #fff !important;
    color: #fff !important;
}

/************** BACKGOUND COLOR **************/
.bg-blue {
    background-color: #000000 !important;
}

.bg-red {
    background-color: #000000 !important;
}

/************* CTA *************/
.cta-red {
    min-width: 100%;
    padding: 0 17px !important;
    background-color: #eb5f66;
    color: white !important;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    border: 1px solid #eb5f66;
}

.cta-red:hover {
    background-color: #fefefe;
    color: #eb5f66 !important;
}

.cta-fixed-right-bottom {
    display: none;
}



/******************************************** TIMER **************************************/
.embed-responsive {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.countdown-container {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.clock-item .inner {
    height: 0px;
    padding-bottom: 100%;
    position: relative;
    width: 100%;
}

.clock-canvas {
    background: #f7f7f7;
    border-radius: 50%;
    height: 0px;
    padding-bottom: 100%;
}

.text {
    color: #fefefe;
    font-size: 30px;
    font-weight: bold;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}

.text .val {
    font-size: 37px;
    margin-bottom: 0px !important;
}

.text .type-time {
    font-size: 15px;
}


/* // timer */
/************* HEADER ************/
.fixed-top {
    /*    height: 70px;*/
    background: none !important;
}

.up {
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.9) !important;
}

header p {
    line-height: 60px;
    font-size: 30px;
}

.navbar-collapse{
    max-width: fit-content;
}

.navbar{
    transform: translateY(-50%);
    opacity: 0;
    transition: 1s;
    position: fixed;
    width: 100%;
    z-index: 1000;
    transition: .5s;
}

.scroll-background {
    background-color: white;
    box-shadow: 5px 5px 15px 5px #00000049;
}

.navbar .container{
    justify-content: space-between;
    margin: 0 auto !important;
    min-width: none;
    align-items: flex-start;
    max-width: none;
}

.navbar .container .logo_btn{
    display: flex;
    gap: 30px;
    align-items: center;
}

img.sflogos {
    position: absolute;
    right: 25px;
    top: 200px;
    width: 250px;
}

.logo-relative {
    position: relative;
}

header .navbar ul.navbar-nav li.nav-item {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 30px;
}

header .navbar ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

header .navbar ul.navbar-nav li.nav-item a.nav-link {
    font-size: 20px;
    line-height: 30px;
    color: #032C5F;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    padding: 0 20px;
    font-weight: bold;
}

header .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #fff;
    transition: 0.5s;
    background: #36A9E0;
    border-radius: 8px;
}

header .navbar #navbarSupportedContent {
    background: #000000;
    margin-top: 4px;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.header h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #fefefe;
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
}

.header h1 span {
    display: block;
    font-weight: normal;
}

header .header-text-container2 {
    padding-bottom: 50px;
}

.header .header-text-container h1 {
    margin-bottom: 50px;
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
}

.header .header-text-container p {
    color: #fefefe;
}

.header #videoLive {
    display: none;
}

.header-linkedin {
    margin-top: 90px;
}

.header-linkedin #linkedin {
    /*background-color: #eb5f66;*/
    background-color: rgba(235, 95, 102, 0.92);
}

.header-linkedin #linkedin .container {
    padding: 25px 0 20px;
    color: #fefefe;
    font-size: 1.9rem;
    text-align: center;
}

.header-linkedin #linkedin .container > span {
    display: inline-block;
    margin-right: 20px;
    color: cyan;
}

.header-linkedin #linkedin .container .btn {
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 1.45rem;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.12);
}

.header-linkedin #linkedin .container .btn span {
    text-shadow: none;
}

.header-linkedin #linkedin .container .btn span:first-of-type {
    display: inline-block;
    margin-right: 5px;
    font-size: 1.1rem;
    font-weight: normal;
}

.header-linkedin #linkedin .container .btn span:last-of-type {
    display: inline-block;
    margin-left: 5px;
}

.header-linkedin h1 {
    font-size: 90px;
    font-weight: 800;
    color: #fefefe;
    line-height: 99px;
    width: 70%;
}

.header-linkedin h1 span {
    display: block;
    font-weight: normal;
}

.header-linkedin h3 strong {
    display: inline-block;
    padding: 7px 15px;
    font-weight: bold;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.3);
}

.header-linkedin .header-text-container {
    padding-bottom: 50px;
}

.header-linkedin .header-text-container h1 {
    margin-bottom: 50px;
}

.header-linkedin .header-text-container p {
    color: #fefefe;
}

.header-linkedin #videoLive {
    display: none;
}

header {
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.header-live {
    margin-bottom: 50px;
}

.header-live img {
    border-style: none;
    max-width: 750px;
    vertical-align: baseline;
    margin-top: 100px;
}

.header-live .header-text-container {
    text-align: center;
    line-height: 145px;
}

.navbar-toggler {
    background: #032C5F;
}

.logo-it4b {
    margin-top: 30px;
    max-width: 300px;
    height: auto;
}

.logo-it4b-partner {
    margin-top: 30px;
    max-width: 850px;
    height: auto;
}

#videoBoard {
    margin-top: 30px;
}

#videoBoard #mainVideo .embed-responsive {
    position: relative;
    border-radius: 5px;
    background: #fefefe;
    background: rgba(255, 255, 255, 0.8);
}

#videoBoard #mainVideo .embed-responsive h2 {
    position: absolute;
    top: 40px;
    left: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #000000 !important;
}

#videoBoard #mainVideo .embed-responsive h2 span {
    display: block;
    padding: 8px 10px 0 0;
    font-size: 0.9rem;
    font-weight: normal;
}

#videoBoard #chat {
    position: relative;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
}

#videoBoard #chat header {
    margin: 0;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fefefe;
    border-radius: 5px 5px 0 0;
    /*background-color: #000000;*/
    background-color: #007DC1;
}

#videoBoard #chat form {
    padding: 15px 20px;
}

#videoBoard #chat form #connexion {
    text-align: center;
    border-radius: 5px;
}

#videoBoard #chat form #connexion .btn {
    font-size: 1.15rem;
    font-weight: bold;
    text-transform: uppercase;
    padding: 6px;
    border-radius: 0px;
}

#videoBoard #chat form input {
    margin: 15px 0;
    font-weight: bold;
    color: #405060;
}

#videoBoard #chat form input:first-of-type {
    margin-top: 5px;
}

#videoBoard #chat footer {
    position: absolute;
    /*position: relative;*/
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 5px 5px;
    /*background-color: #000000;*/
    background-color: #007DC1;
}

#videoBoard #chat footer .btn {
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 1.1rem;
    color: #fefefe;
    border: none;
    background: rgba(0, 0, 0, 0.25);
}

#videoBoard #chat footer .btn:hover {
    background-color: rgba(0, 0, 0, 0.35);
}

#videoBoard #chat footer .btn span {
    margin-left: 5px;
}

#videoBoard #chat #registrationForm {
    min-height: 460px;
}

#videoBoard #chat #registrationForm header {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#videoBoard #chat #registrationForm header button {
    margin: 0;
    padding: 0;
    color: #fefefe;
    border: none;
    background-color: transparent;
}

#registrationbutton {
    border-radius: 15px;
    background: #032C5F;
    color: #fff;
    line-height: 30px;
    padding: 5px 20px;
    border-style: none;
    transition: 0.5s;
}

#registrationbutton:hover {
    background: #36A9E0;

}

#registrationbutton a {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-decoration: none;
}

#videoBoard #chat #registrationForm .intl-tel-input {
    width: 100%;
}

#videoBoard #chat #registrationForm .note-form.small {
    margin-top: 5px;
    color: #747474;
    font-size: 0.65rem;
    font-weight: normal;
    text-align: center;
}

#videoBoard #chat #registrationForm .note-form.small a {
    color: #5b6b7a;
}

#videoBoard #chat #registrationForm .form-check {
    padding-left: 0;
}

#videoBoard #chat #registrationForm .form-check input {
    margin-left: 0;
}

#videoBoard #chat #registrationForm .form-check label {
    margin-left: 1.5em;
}

#videoBoard #chat #registrationForm hr {
    margin-top: 0.4rem;
    margin-bottom: 0.5rem;
}

.fake_button{
    width: 100%;
    height: 50px;
    background: #007DC1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.fake_button:hover{
    cursor:  not-allowed;
}

.fake_button p{
    color: white;
    margin: 0 !important;
}

#videoBoard #chat #waitInscript,
#videoBoard #chat #issend {
    min-height: 425px;
}

#videoBoard #chat #waitInscript header,
#videoBoard #chat #issend header {
    text-align: center;
}

#videoBoard #chat #waitInscript .content,
#videoBoard #chat #issend .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 357px;
}

#videoBoard #chat #waitInscript .content div,
#videoBoard #chat #issend .content div {
    padding: 25px;
    text-align: center;
}

#videoBoard #chat #waitInscript .content div span.fas,
#videoBoard #chat #issend .content div span.fas {
    margin-bottom: 10px;
    color: rgba(0, 0, 0, 0.1);
    font-size: 6rem;
}

#videoBoard #chat #waitInscript .content div p,
#videoBoard #chat #issend .content div p {
    color: #555;
}

#videoBoard #chat #liveChat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

#videoBoard #chat #liveChat nav {
    position: relative;
}

#videoBoard #chat #liveChat .logout {
    position: absolute;
    top: 12px;
    right: 10px;
    color: #fefefe;
}

#videoBoard #chat #liveChat header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 17px 10px 0 5px;
    line-height: 1.3;
}

#videoBoard #chat #liveChat .nav-link {
    color: #757575;
    background-color: rgba(255, 255, 255, 0.8);
}

#videoBoard #chat #liveChat .nav-link.active {
    color: #d75e47;
    background-color: #fefefe;
}

#videoBoard #chat #liveChat .nav-item {
    padding: 5px 10px;
}

#videoBoard #chat #liveChat .list-group {
    position: relative;
    min-height: 360px;
    max-height: 375px;
}

#videoBoard #chat #liveChat .list-group #chat-box {
    overflow: auto;
    width: 100%;
    min-width: 363px;
    min-height: 298px;
    background-color: #fefefe;
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item {
    padding: 15px;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item:last-of-type {
    border-bottom: none;
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item .img-list {
    margin-right: 0.5em;
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item .img-list span {
    margin-top: 5px;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #5cbac3;
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item .username-message {
    margin-bottom: 5px;
    font-size: 0.85rem;
    font-weight: bold;
    color: #5cbac3;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

#videoBoard #chat #liveChat .list-group #chat-box .list-group-item .text-message {
    margin-bottom: 0;
    color: #737373;
    font-size: 0.9rem;
}

#videoBoard #chat #liveChat .list-group footer {
    position: static;
    width: 100%;
}

#videoBoard #chat #liveChat .list-group footer p {

    margin-bottom: 5px;
    color: antique#fefefe;
    font-weight: bold;
    text-align: center;
}

#videoBoard #chat #liveChat .list-group footer form {
    padding: 5px 25px 10px;
}

#videoBoard #chat #liveChat .list-group footer #btn_submit {
    margin: 0;
    padding: 3px 12px 3px 5px;
}

#videoBoard #chat #liveChat .survey-content {
    min-height: 375px;
    padding: 15px 25px;
    text-align: center;
}

#videoBoard #chat #liveChat .survey-content form {
    padding: 0;
}

#videoBoard #chat #liveChat .survey-content form .question {
    padding: 5px 10px;
    color: #fefefe;
    font-size: 1.2em;
    font-weight: bold;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.4);
}

#videoBoard #chat #liveChat .survey-content form .radios {
    margin: 10px 0;
    padding-left: 5px;
    font-weight: bold;
    text-align: left;
}

#videoBoard #chat #liveChat .survey-content form .radios div {
    padding: 2px 45px;
}

#videoBoard #chat #liveChat .survey-content form .radios div:hover {
    border-radius: 5px;
    background-color: rgba(215, 94, 71, 0.2);
}

#videoBoard #chat #liveChat .survey-content form .radios div label {
    display: block;
}

#chat p, #chat #registrationForm{
    opacity: 0.2;
    filter: blur(1px);
    pointer-events: none;
}

.event_close{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font-size: 32px;
    z-index: 100;
    line-height: initial;
}


/*------------------ MAIN CONTENT --------------------*/
.hidden-title {
    display: block;
    overflow: hidden;
}

section .hidden-title > h2 {
    transform: translateY(200%);
    -webkit-transform: translateY(200%);
    -webkit-transition: all ease-in-out 1.5s;
    transition: all ease-in-out 1.5s;
    margin-left: 0;
}

/************ VIDEO *************/
#video {
    padding-top: 30px;
    overflow: hidden;
    background-color: aliceblue;
}

#video::before {
    position: absolute;
    content: 'Video';
    font-size: 18vw;
    line-height: 200px;
    color: #fefefe;
    display: block;
    font-weight: 800;
    opacity: 1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#video #videoLive {
    border-radius: 10px;
    -webkit-box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 7px 0px rgba(0, 0, 0, 0.15);
}

#video ul {
    list-style: none;
    padding-left: 60px;
}

#video ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
}

#video ul li::before {
    content: '';
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 4px;
    background-image: url(../images/chevron-left.png);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
}

.partenaireIT4B {
    position: absolute;
    bottom: 4%;
    left: 3%;
}

/************ THEMES *************/
#themes .box-blue {
    background-color: #FBFBFB;
    color: #fefefe;
    padding: 65px;
    position: relative;
}

#themes .box-blue::before {
    content: '';
    width: 100%;
    height: 101%;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -41px;
    right: -46px;
}

#themes .apostrophe {
    position: absolute;
    top: 57px;
    right: -38px;
    width: 83px;
    height: 300px;
}

#themes .apostrophe span {
    content: '';
    position: relative;
    width: 83px;
    height: 125px;
    background: url(../images/apostrophe.png);
    display: block;
    background-repeat: no-repeat;
}

#themes ul {
    list-style: none;
    padding-left: 60px;
}

#themes ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px;
    color: #fefefe;
}

.selected-dial-code {
    color: #6c757d !important;
}

.paragraphe-intro{
    line-height: 0.8;
}

/*
#themes ul li::before {
    content: '';
    width: 25px;
    height: 21px;
    display: inline-block;
    margin-right: 30px;
    margin-top: 4px;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px;
}
*/

#themes .container{
    display: flex;
    flex-direction: row;
    transition: 1s;
    transform: translate(0);
    opacity: 1;
}

#themes .hide{
    opacity: 0;
    transform: translateY(20%);
}

#themes .container .div_container{
    width: 45%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

#themes .container .div_container #chat{
    padding: 20px;
    border: 1px solid #007DC1;
    border-radius: 15px;
}

#themes .contact_info{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@-webkit-keyframes updown {
    50% {
        top: -5px;
    }

    100% {
        width: 83px;
        height: 125px;
        top: -20px;
    }
}

@keyframes updown {
    50% {
        top: -5px;
    }

    100% {
        width: 83px;
        height: 125px;
        top: -20px;
    }
}

/*********** programme *************/
#programme,
#contactform {
    background: #032C5F;
    position: relative;
}

#programme hr{
    color: white;
    opacity: 1;
}

.section_contact h1{
    margin: 75px 0;
    color: white;
}

.div_contact{
    display: flex;
    justify-content: space-around;
}

/***********
#programme::after {
	content: '';
	background: url(../images/white-point.png);
	background-repeat: repeat;
	background-position: right bottom;
	width: 51%;
	height: 70%;
	position: absolute;
	bottom: 10px;
	right: 0;
}
#programme::before {
	position: absolute;
	content: 'programme';
	font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
	font-size: 18vw;
	line-height: 200px;
	color: #fefefe;
	display: block;
	font-weight: 800;
	opacity: 0.1;
	top: 0;
	left: 34%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
*************/


#programme .programme-line {
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#programme .programme-line p {
    margin-bottom: 0;
}

#programme .programme-line .programme-hour {
    font-weight: 600;
    margin-right: 50px;
    text-align: right;
}

.programme-hour {
    width: 120px !important;
    transform: translateX(-40%);
    opacity: 0;
    transition: 1s;
}

#programme .programme-line .programme-description .programme-title {
    font-weight: 600;
}

#programme .programme-line .programme-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transform: translateX(20%);
    opacity: 0;
    transition: 1s;
}

#programme .programme-line .programme-container::before {
    content: '';
    width: 25px;
    height: 30px;
    display: inline-block;
    margin-right: 50px;
    margin-top: -2px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#programme .programme-line .programme-container .programme-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#programme .programme-line .programme-container .programme-description .programme-intervenant {
    font-style: italic;
    color: #bbe1e3;
    text-shadow: 1px 1px 2px rgba(13, 95, 99, 0.7);
}

#programme .programme-line .programme-container .programme-description .programme-intervenant .fa-user {
    margin-right: 5px;
    font-size: 0.77rem;
    vertical-align: middle;
    color: #8ffaff;
    text-shadow: none;
}

.programme-box {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.programme-box ul {
    margin: 1rem 0;
}

.table-ronde p{
    font-weight: 300; 
    line-height: 1.4; 
    font-size: 16px;
    color: #ffffff;
}

.table-ronde div{
    display: flex;
    gap: 5px;
}


.table-ronde .fa-chevron-right{
    line-height: 1.2;
}


#workshops{
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.15);
    padding: 75px 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    height: 100000px;
    transition: .5s;
}


.dot {
    text-align: center;
    margin: 0;
    top: 30px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .dot ul{
    margin: 0 !important;
    padding: 0 !important;
  }
  
  .dot-item {
    width: 10px;
    height: 10px;
    background-color: gray; /* Couleur par défaut des points */
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px !important;
    cursor: pointer;
    transition: background-color 0.3s ease;
    padding: 0 !important;
  }
  
  .dot-item.active {
    background-color: white; /* Couleur du point actif */
  }


#workshops .workshops_section{
    min-width: 100%;
    opacity: 0;
    position: absolute;
    transition: .5s;
    padding: 0;
}

#workshops .workshops_section .programme-box{
    transform: translateX(50%);
    transition: .5s;
}


#workshops .workshop_past{
    transform: translateX(-75%);
    transition: .5s;
}


#workshops .workshop_next{
    transform: translateX(75%);
    transition: .5s;
}

#workshops .workshop_active{
    opacity: 1;
}

#workshops .workshop_active .programme-box{
    transform: translateX(0);
}

.right_arrow, .left_arrow{
    width: 75px;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.right_arrow i, .left_arrow i{
    font-size: 30px;
    transition: .2s;
}

.right_arrow:hover, .left_arrow:hover{
    cursor: pointer;
}
.right_arrow:hover i, .left_arrow:hover i{
    font-size: 35px;
}

.right_arrow{
    right: -75px;
}
.left_arrow{
    left: -75px;
}



/******************* INTERVENANTS ******************/
#intervenants {
    height: auto;
    background: #009ddb;
}

#intervenants .container-intervenants {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

#intervenants .intervenant {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 30px;
    position: relative;
    background: white;
    overflow: hidden;
}

#intervenants .intervenant p {
    text-align: center;
    margin: auto 10px;
    padding: 0;
    font-size: 13px;
    font-family: 'SalesforceSans';
}

#intervenants h1 {
    color: white;
}

#intervenants .intervenant-name {
    font-weight: bold;
    margin-bottom: 10px !important;
}

.intervenant-name {
    margin-bottom: 10px !important;
}

#intervenants .intervenant-fonction {
    font-style: italic;
}

#intervenants .intervenant-company {
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    font-style: italic;
}

#intervenants .photo-intervenant {
    width: 100%;
    /*    height: 235px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}

#intervenants .photo-intervenant > img {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 7px;
}

#intervenants .description-intervenant {
    margin-bottom: 35px;
}

#intervenants .description-intervenant {
    margin-bottom: 35px;
}

.photo-intervenant {
    max-height: 350px;
    z-index: 1;
}

.logo-partner {
    max-height: 350px;
    z-index: 1;
}

.intervenant-fonction {
    position: absolute;
    height: 235px;
    top: 0;
    opacity: 0;
    background: #000000;
    z-index: 2;
    padding: 5%;
}

.intervenant-fonction p {
    color: #fefefe;
}

.intervenant-scroll:hover {
    overflow-y: scroll;
}

.intervenant-scroll {
    overflow-y: scroll;
}

.intervenant-fonction:hover {
    transition: all 1s;
    opacity: 0.9;
}



/******************* PARTNERS ******************/

#partners, #themes{
    background-color: white;
}

#partners h1{
    color: #032c5f;
}

#partners h2{
    color: #009ddb;
    text-align: center;
}

#partners .container-partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#partners .container-partner {
    width: 220px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 75px;
    position: relative;
}

#partners .container-partner:first-child {
    margin-left: 0;
}

#partners .container-partner::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/blue-point.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -44px;
    right: -42px;
}

#partners .partner {
    width: 100%;
    background: #010;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 50px 15px 75px;
    position: relative;
    height: 180px;
    z-index: 1;
}

#partners .partner img {
    max-width: 175px;
    max-height: 85px;
    width: auto;
}

#partners .partner i.fas {
    border: 3px solid #fefefe;
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #fefefe;
    z-index: 1;
}

#partners .partner i.fas::before {
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#partners .modal .modal-title {
    color: #000000;
    font-size: 22px;
}

#partners .modal .modal-header {
    border: none;
}

#partners a:hover > .partner i::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

.collapse2{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    overflow: hidden;
    transition: .5s;
    display: none;
}

.show {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hidden{
    max-height: 0;
    transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}

.modal-content {
    padding: 30px;
    color: #000;
}

.partner-btn{
    width: 20%;
    max-width: 200px;
    height: 75px;
    background: none;
    border: none;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 3px;
    margin: 2%;
    border-radius: 5px;
    transition: .3s;
    min-width: 100px;
}

.partner-btn:focus{
    outline: none;
}

.partner-btn:hover{
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) -1px 0px 3px;
    box-shadow: rgba(0, 0, 0, 0.15) -1px 0px 3px;
}

.partner-btn img{
   height: 100%;
   max-width: 100%;
   width: 100%;
   object-fit: contain;
   block-size: 10%;
   transition: 1s;
}

.div-logo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

.premium-logo .partner-btn{
    height: 100px;
    max-width: 250px;
}

/******************* INSCRIPTION ******************/
#covid19 {
    display: inline-block;
    padding: 20px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fefefe;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.4);
}

#inscription::before {
    position: absolute;
    content: 'Registration';
    font-size: 19vw;
    line-height: 4vw;
    color: #fefefe;
    display: block;
    font-weight: 800;
    opacity: 0.1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#inscription iframe {
    /*background-color: #000000;*/
    background-color: #007DC1;
}

#inscription #issend {
    display: none;
    padding: 10px;
    font-size: 5rem;
    text-align: center;
    color: #8191cc;
    border: 1px solid #8191cc;
    border-radius: 20px;
}

#inscription #issend .text-white {
    font-size: 1.5rem;
}

#inscription #form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 50px;
}

#inscription #form .form-group {
    width: 50%;
    position: relative;
    padding-top: 35px;
}

#inscription #form input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fefefe;
    color: #fefefe;
    border-radius: 0;
    width: 90%;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#inscription #form input:-internal-autofill-selected {
    background-color: transparent !important;
    background-image: none !important;
    color: #fff !important;
}

#inscription #form input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #3F5197;
}

#inscription #form label {
    color: #fefefe;
    position: absolute;
    top: 35px;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#inscription #form label.top {
    top: 0;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
}

#inscription #form button[type="submit"] {
    width: auto;
    min-width: inherit;
    text-transform: uppercase;
    padding: 10px 30px !important;
    margin-top: 30px;
}

.note-form {
    font-size: 0.85rem;
    line-height: normal;
    color: #cbd6ff;
}

/***************** RENDEZ-VOUS *****************/
#rendezvous {
    background-color: aliceblue;
}

#rendezvous .linkedin {
    margin-top: 15px;
    padding: 7px 10px;
    font-size: 1.15rem;
    font-weight: bold;
    color: #fefefe;
    border-radius: 7px;
    background-color: #eb5f66;
}

#rendezvous .linkedin span {
    margin-left: 5px;
    font-weight: normal;
    color: #d6d6d6;
}

#rendezvous .container-iframe {
    width: 90%;
    height: 100%;
    position: relative;
}

#rendezvous .container-iframe::before {
    content: '';
    position: absolute;
    display: block;
    background: url(../images/blue-point.png);
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
    bottom: -50px;
    right: -41px;
}

#rendezvous .container-iframe .map {
    width: 100%;
    height: 100%;
}

#rendezvous .info-rendezvous p:not(:last-child) {
    margin-bottom: 0;
}

/*********** Ressources *************/
#ressources {
    padding: 50px 0;
    background: #019fde;
    position: relative;
    overflow-x: hidden;
}

#ressources::before {
    position: absolute;
    content: 'Ressources';
    font-size: 18vw;
    font-family: 'ITCAvantGardeGothicDemi', 'SalesforceSans', sans-serif;
    line-height: 200px;
    color: #fefefe;
    display: block;
    font-weight: 800;
    opacity: 0.1;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#ressources h3 {
    padding: 8px;
    border-radius: 7px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    background-color: rgba(121, 0, 0, 0.115);
}

#ressources .ressources-content {
    color: #fefefe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    word-break: break-word;
}

#ressources .ressources-content p {
    margin-bottom: 0;
}

#ressources .ressources-content > ul {
    list-style: url(../images/chevron-left-white.png);
}

#ressources .ressources-content > ul li {
    margin: 10px auto !important;
}

#ressources .ressources-content > ul li a {
    color: #fefefe;
    text-decoration: underline;
}

/***************** FOOTER *****************/
footer.main-footer {
    padding: 25px 0;
}

footer.main-footer .copyright,
footer.main-footer .copyright a {
    font-size: 14px;
    /*font-size: 18px;*/
    line-height: 26px;
    color: #fff;
    font-weight: 600;
}

#loginForm {
    width: 300px;
    margin: 50px auto;
    text-align: center;
}

#loginForm input {
    text-align: center;
}

#loginForm label {
    font-size: 1.3rem;
}

#loginForm .btn {
    display: block;
    margin: auto;
}

.loading-indicator {
    height: 80px;
    width: 80px;
    background: url("../images/loading.gif");
    background-repeat: no-repeat;
    background-position: top center;
}

.loading-indicator-overlay {
    background-color: #FFFFFF;
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.atelier {
    margin: 20px 0px;
    padding-top: 35px;
    padding-bottom: 35px;
}


h5.modal-title {
    color: inherit;
    padding: 0px;
}

.fas {
    color: #fefefe;
}

.fa-plus-square:before {
    display: none;
}

.programme-hour {
    width: 55px;
    line-height: 1.4;
}

.bgrey {
    background: #2A2C2F;
}

div#map {
    background: url(../images/bannerpsg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

h1.map {
    color: white;
}

p.mb-5 {
    color: white;
}

.card {
    padding: 15px;
    margin-top: 20px;
    border: none;
    cursor: pointer;
    box-shadow: 0 0 40px rgba(51, 51, 51, .1);
    color: #032C5F;
    height: 50px;
    display: flex;
    justify-content: center;
}

.card .arrow_down{
    color: #032C5F;
    transition: .5s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.active .arrow_down{
    color: white;
    transform: rotate(-180deg);
}

.active + div{
    max-height: 800px;
    transition: .8s cubic-bezier(0.75, 0, 0.25, 1)
}

.card_content{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}

.card_content div{
    display: flex;
    align-items: center;
}

.card:hover {
    background-color: #36a9e1;
    color: white;
}

.card:hover .arrow_down {
    color: white;
}

.ratings i {
    color: orange;
}

.testimonial-list {
    list-style: none;
    margin-bottom: 20px;
}

.testimonial-list li {
    margin-bottom: 20px;
}

.testimonials-margin {
    margin-top: -19px;
}

ul.testimonial-list {
    padding-left: 10rem;
    margin-bottom: 50px;
}

.card-body {
    padding: 2rem 1rem !important;
}

.card-body p{
    color: white;
}

.card-body .conf_div{
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.card-body .conf_div p:first-child{
    margin-bottom: 10px !important;
}

.card-body .conf_div hr{
    width: 100%;
    opacity: 1;
    color: white;
    max-width: 500px;
}

.card-body .conf{
    display: flex;
    gap: 5px;
}

.card-body .conf span{
    font-weight: bold; 
    color: #36A9E0;
}

.card-body .conf .fa-user{
    color: #ffffff !important;
}

.modal-body a{
    display: flex;
    justify-content: center;
}

.icon-atelier {
    margin: 0px 20px 0px 0px;
}

div.card.active {
    background-color: #36a9e1;
    color: white;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 2px;
    margin-right: 10px;

    position: relative;
    transition: border-color 0.3s ease-in-out;
}

input[type="checkbox"]:checked {
    background-color: #3498db;
    border-color: #3498db;
}

label {
    font-size: 14px;
    vertical-align: middle;
}

div.form-group.checkbox.checkbox1 {
    padding-top: 15px;
}

/* ============================================ */
/* ============================================ */
/* ============================================ */ 

.flip-card {
    perspective: 1000px !important;
    height: 425px;
    position: relative;
    min-width: 290px;
    transition: .5s;
}

.flipped{
    transform: rotateY(-180deg) !important;
}

.flip-card:hover {
    cursor: pointer;
}

.flip-card:hover .flip-card__inner{
    transform: rotateY(-180deg) !important;
}

.flip-card .img-fluid{
    transition: .5s .25s;
}

.flip-card:hover .img-fluid{
    opacity: 0;
    transition: .5s;
}

.flip-card__inner {
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
    transform-style: preserve-3d !important;
    transition: transform 1000ms ease !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.flip-card__front, .flip-card__back {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 400px !important;
    border-radius: 10px !important;
    -webkit-backface-visibility: hidden !important;
    -moz-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
    border: 0 solid #ffffff; 
    border-radius:14px;
    box-shadow: rgba(0, 0, 0, 0.2) 5px 5px 5px;
}
.flip-card__back {
    transform: rotateY(180deg) !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-direction: column !important;
    background-color: white !important;
    padding: 30px 0;
}

.info_company{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    gap: 20px;
}

.hour{
    color: #36A9E0;
}

#themes{
    padding-bottom: 70px;
}

.fa-user::before {
    padding-right: 5px; 
    font-size: 15px;
}

h1{
    line-height: initial !important;
    margin: 75px 0;
    text-align: center;
}

.div-logo:last-of-type{
    margin: 0 !important;
} 

#map{
    padding-top: 25px;
}

header h2{
    font-size:1.85em; 
    color:#032C5F; 
    text-align:center;
}

header h2 b{
    font-size: 2rem;
    font-weight: regular; 
}







/******** MEDIA QUERIES ********/

@media screen and (max-width: 1320px) {
    .right_arrow{
        right: 0;
    }
    .left_arrow{
        left: 0;
    }
}

@media screen and (max-width: 768px) {
    
    ul{
        padding-left: 0;
    }
    
    #intervenants{
        padding-top: 10px;
    }

    .container-content{
        max-width: 300px;
        margin: auto;
    }
    
    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 55px;
    }

    #themes ul {
        padding-left: 30px;
    }
    
    ul.testimonial-list{
        padding-left: 0px;    
    }
    
    #intervenants .container-intervenants{
        margin-bottom: 20px;
    }
    
    div#chat.pane.col-12.col-md-8{
        padding: 0px 20px!important;
    }
    div.col-12.col-md-4{
        padding: 0px 20px 40px!important;
    }
    div#chat p {
        padding-bottom: 0px!important;
    }
    
    .header-live img{
        opacity: 0;
        margin-top: 0;
    }
    
    p.mb-0{
        font-size: 16px;
        padding: 0px 0px 0px;
        background-color: rgba(255, 255, 255, 0.8);
        margin-top: 40px;
        border-radius: 10px;
    }

    .paragraphe-intro p{
        margin: 0;
    }
    
    #registrationbutton a{
        font-size: 18px;
    }
    
    div.col-2.col-sm-0{
        display: none;
    }
    
    div.row.themes{
        --bs-gutter-x: 0px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    }

    .div-programme-hour{
        width: 100%;
    }

    .div-programme-container{
        width: 90%;
    }    

    #partners h2{
        font-size: 24px;
    }

    header p {
        line-height: 30px !important;
    }
}

/* Medium screens */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .header-live h1,
    #videoBoard #mainVideo .embed-responsive h2,
    #videoBoard #chat #registrationForm {
        font-size: 1.5em;
    }

    .header-live h1 {
        font-size: 2.5rem;
        font-weight: 600 !important;
        color: #fefefe;
    }

    .header-live h1 span {
        font-weight: normal;
    }

    .header-live h5 {
        font-size: 60px;
        font-weight: 400 !important;
        color: #fefefe;
        line-height: 60px;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 992px) {
    .navbar .container{
        align-items: center;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .clock-item,
    .intervenant-fonction {
        margin-bottom: 30px;
        height: 120px;
    }

    .intervenant-fonction p {
        font-size: 14px;
    }

    .intervenant-scroll {
        overflow-y: scroll;
    }
}

/* Large screens */
@media screen and (min-width: 992px) {
    img.sflogos {
        display: none;
    }

    .container {
        max-width: 1180px;
    }  

}

/* Miscellaneous adjustments */
@media screen and (max-width: 992px) {
    .navbar-nav {
        margin-top: 30px;
    }

    header .navbar ul.navbar-nav li.nav-item a.nav-link {
        padding: 0 17px;
        margin-bottom: 10px;
    }
    
    .show {
        display: block !important;
    }

    .navbar-collapse{
        margin-top: 50px;
    }

    .navbar .container .logo_btn{
        position: absolute;
        right: 30px;
        justify-content: right;
    }

    header .navbar ul.navbar-nav li.nav-item{
        margin: 0 !important;
        text-align: right;
    }

    .card_content{
        padding: 0;
    }

    .flipped{
        transform: rotateY(0deg) !important;
    }
    
    .right_arrow{
        right: -75px;
    }
    .left_arrow{
        left: -75px;
    }
}

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

    .div-programme-hour{
        width: 100%;
        justify-content: center;
        display: flex;
    }

    #programme .programme-line .programme-hour{
        text-align: center;
        margin: 0;
    }

    .programme-container{
        margin: 20px 0;
    }

    .programme-line{
        flex-direction: column;
    }

    .programme-line {
        margin: 0 !important;
    }

    #programme .programme-line .programme-container::before {
        display: none;
    }

    .div-programme-container{
        width: 100%;
        margin-bottom: 15px;
    }

    .pause{
        display: flex;
        justify-content: center;
    }

    .active + div{
        max-height: 800px;
    }

    .programme-line .container{
        margin: 0;
    }

    .navbar .navbar-brand{
        width: 30%;
    }

    .navbar .logo_btn{
        width: 50%;
    }

    .section_contact{
        gap: 50px;
    }

    .div_contact{
        flex-direction: column;
        width: 50%;
        margin: auto;
        min-width: 250px;
    }

    h1{
        line-height: initial !important;
        margin: 50px 0 !important;
        text-align: center !important;
    }

    .section_contact div.col-md-4{
        text-align: center;
    }

    #map{
        padding-top: 1px;
    }

    section{
        padding-bottom: 50px;
    }

    #themes{
        padding-bottom: 50px;
    }

    #themes .container{
        display: flex;
        flex-direction: column;
    }

    #themes .container .div_container{
        width: 100%;
        margin-bottom: 25px;
    }

    .header_date, .header_date b{
        font-size: 1.2em;
    }

    .logo_btn .img-fluid{
        max-width: 90%;
    }

    #workshops{
        padding: 75px 0;
    }

    .workshops_section h3{
        font-size: 20px !important;
    }

    .workshops_section h4{
        font-size: 16px !important;
    }
}

/* Small screens */
@media screen and (max-width: 360px) {
    .countdown-container {
        top: 80% !important;
    }

    .text .val {
        font-size: 20px;
    }
}

@media screen and (max-width: 555px) {
    .intervenantH2 {
        font-size: 60px !important;
    }

    #videoBoard #mainVideo .embed-responsive h2 {
        top: 20px;
    }
}

@media screen and (max-width: 576px) {
    .right_arrow, .left_arrow{
        display: none;
    }
}

.programme, #programme, section{
    overflow: hidden;
}


