@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/************* GENERAL **************/
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: sans-serif;
    color: #37474f;
}

h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    font-family: 'Barlow', sans-serif;
}

h2 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
    font-family: 'Barlow', sans-serif;
}

h3 {
    font-weight: 600;
/*    color: #E75113;*/
    color: #fdc500;
    font-family: Calibri, sans-serif;
}

h4 {
    font-weight: 300;
    color: #E75113;
    font-family: Calibri, sans-serif;
}

h5 {
    color: #000;
}

p, li {
    font-weight: 100;
    font-family: Calibri, sans-serif;
    color: #51423f;
    font-size: 16px;
}

li {
    list-style: none;
}

a {
    color: #E75113;
}

.bold {
    font-family: Calibri, sans-serif;
    font-weight: 700;
}

.trait {
    height: 2px;
    background: #fff;
    width: 200px;
}

.btn {
    background: #fdc500!important;
    color: #000!important;
    border: 0!important;
}
/******************************************** 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: #fff;
    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;
}

@media (min-width: 768px) and (max-width: 991px) {
    .clock-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .clock-item {
        margin: 0px 30px 30px 30px;
    }
    .text .val {
        font-size: 26px;
        padding-top: 20px;
    }
    .text .type-time {
        font-size: 11px;
    }
}


/* // timer */


/************* HEADER ************/

header {
    /* padding: 0 10px; */
}

header p {
    line-height: unset !important;
}

.navbar {
    position: fixed;
    width: 100%;
    z-index: 99999;
}
header .navbar .navbar-brand img {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 295px;
    flex: 0 1 295px;
    max-width: 180px;
/*    width: 180px;*/
    margin-bottom: 10px;
}

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: 14px;
    line-height: 31px;
    color: #000;
    -webkit-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    text-transform: uppercase;
    padding: 0;
}

header .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #E75113;
    transition: 0.5s;
}

header .navbar ul.navbar-nav li.nav-item:hover {
/*    border-bottom: 2px solid #E75113!important;*/
}

header .navbar #navbarSupportedContent {
    margin-top: 12px;
}

.header h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: white;
    font-family: bio-sans, sans-serif;
}

.header h1 span {
    display: block;
    font-weight: normal;
}

.header .header-text-container {
    padding-top: 170px;
    padding-bottom: 105px;
}

.header .header-text-container h1 {
    margin-bottom: 50px;
    font-family: "AllRoundGothic-Medium";
}

.header .header-text-container p {
    color: white;
}

.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: #FFF;
    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: white;
    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-top: 170px;*/
    /*padding-top: 170px;*/
    padding-bottom: 50px;
}

.header-linkedin .header-text-container h1 {
    margin-bottom: 50px;
}

.header-linkedin .header-text-container p {
    color: white;
}

.header-linkedin #videoLive {
    display: none;
}

.header-live {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.2) 60%), url("https://choyou.fr/_/itforbusinessleclub/2022/bouygues-construction/assets/images/backgroundv5.jpg");
    background-size: cover;
    background-position: center;
    padding-top: 3em;
    padding-bottom: 5em;
}

.header-live h1 {
    font-size: 2rem;
    font-weight: 400 !important;
    color: white;
}

.header-live h1 span {
    font-weight: normal;
}

.header-live h4 {
    margin-bottom: 20px;
    color: #FFF;
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}

.header-live .header-text-container {
    padding-top: 75px;
    padding-bottom: 25px;
}

.header-live .header-text-container h1 {
    margin-bottom: 20px;
}

.header-live .header-text-container h3 {
    margin-bottom: 0px;
}

.header-live .header-text-container p {
    color: #102031;
}

.header-live #videoLive {
    border-radius: 10px;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.8);
}

.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:#FFF;
    background: rgba(255, 255, 255, 0)!important;
}

#videoBoard #mainVideo .embed-responsive h2 {
    position: absolute;
    top: 62px;
    left: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #FFF;
}

#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: #000;
    border-radius: 5px 5px 0 0;
    background-color: #fdc500;
}

#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: 45px;
}

#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: #fdc500;
}

#videoBoard #chat footer .btn {
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 1.1rem;
    color: white;
    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: 444px;
}

#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: #fff;
    border: none;
    background-color: transparent;
}

#videoBoard #chat #registrationForm .intl-tel-input {
    width: 100%;
}

#videoBoard #chat #registrationForm .note-form.small {
    margin-top: 5px;
    color: #102031;
    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;
}

#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: white;
}

#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: white;
}

#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-height: 298px;
    background-color: white;
}

#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: antiquewhite;
    font-weight: bold;
    text-align: left;
}

#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: white;
    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;
}
/************ THEMES AGENDA INTERVENANTS *************/

/* NAV NAV NAV NAV NAV NAV NAV NAV NAV */
.nav2 {
    border-top: 1px solid #cfd8dc;
    box-shadow: 0 2px 6px rgb(0 0 0 / 12%);
}

.nav-item {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.nav-link {
    color: #E75113;
}

.nav-link:hover {
    color: #212529;
    transition: 0.5s;
}

.navbar-brand {
    font-size: 12px;
}

#thales {
    margin-left: 15px;
}

/* INSCRIPTION INSCRIPTION INSCRIPTION INSCRIPTION */
.star {
    color: #E75113;
}

/* EDITO EDITO EDITO EDITO EDITO EDITO EDITO */
#edito p {
    background: #FFF;
    color: #102031!important;
	border-radius: 125px;
	border: 1px solid #102031;
	font-size: 21px;
}

#control {
    color: #E75113;
    font-weight: 600;
    font-size: 40px;
}

/* AGENDA AGENDA AGENDA AGENDA AGENDA AGENDA */
#agenda {
    background: #fdc500;
    color: #fff;
}

#agenda h2 {
    color: #000;
	font-size: 52px;
}

#agenda p {
    color: #000;

}

.descriptionAgenda {
    font-weight: bold!important;
    margin-bottom: 0px;
	font-size: 23px;
}

.schedule {
    border-left: 1px solid #000;
}

.heure {
    font-weight: 700;
	font-size: 22px;
}

/* INTERVENANTS INTERVENANTS INTERVENANTS INTERVENANTS */
#intervenants {
    background: #f3f1f1;
}
#intervenants h2 {
	font-size: 52px;
}

#intervenants p {
    color: #E75113;
}

/* LIEU LIEU LIEU LIEU LIEU LIEU LIEU LIEU LIEU */
#lieu h3 {
    font-family: Calibri, sans-serif;
}

#lieu p {
    text-align: left;
}

/* FOOTER FOOTER FOOTER FOOTER FOOTER FOOTER */
footer {
    background: #102031;
    color: #FFF;
}
footer p {
    color: #FFF;
}

footer a {
    color: #E75113;
}

footer i {
    font-size: 16px;
}

#thank-you {
    display: none;
    font-size: 35px!important;
    background: #E75113;
}

@media (max-width: 768px){
    .schedule {
        border-left: 0;
        text-align: center;
    }
	#videoBoard #mainVideo .embed-responsive h2 {
    position: absolute;
    top: 42px;
    left: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: #102031;
}	
}


/**************** MEDIA QUERIES **************/

@media screen and (max-width: 1024px) and (min-width: 250px) {
    .header-live h5 {
        font-size: 60px;
        font-weight: 400 !important;
        color: #fefefe;
        line-height: 60px;
        padding-bottom: 30px;
    }

    img.sflogos {
        display: none;
    }

    #videoBoard #mainVideo .embed-responsive h2 {
        font-size: 1.5em;
    }

    #videoBoard #chat #registrationForm {
        margin-top: 30px;
    }

    .countdown-container {
        top: 60% !important;
    }
}

@media screen and (max-width: 360px) and (min-width: 250px) {
    .countdown-container {
        top: 80% !important;
    }

    .text .val {
        font-size: 20px;
    }
}

@media screen and (min-width: 768px) {
    .header-live h1 {
        font-size: 2.7rem;
        font-weight: 600 !important;
        color: #fefefe;
        /*line-height: 99px;
			width: 70%;*/
    }

    .header-live h1 span {
        font-weight: normal;
    }
}


@media screen and (max-width: 768px) { 
    .header .header-text-container {
        background: inherit;
    }

    .header .header-text-container {
        padding-top: 150px;
    }

    header .navbar ul.navbar-nav li.nav-item a.nav-link {
        padding: 0 17px;
        margin-bottom: 10px;
    }
	.header-live h1 {
		font-size: 2.3rem;
		font-weight: bold!important;
	}
}

.nom {
	color:#102031;
}

#intervenants b {
	color:#102031!important;
	font-weight: bold;
}