/*---------------------*/
/*------- GENERAL -------*/
/*---------------------*/

.txt-light {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
}

.txt-light-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
}

.txt-regular {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
}

.txt-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-style: italic;
}

.txt-semibold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
}

.txt-semibold-italic {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}

.txt-bold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
}

.txt-extrabold {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

/* iframe {
    position: absolute;
    bottom: 0;
    left: -10px;
} */

.iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
  
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

body {
    background-image: url("../../img/background_2025_5.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    width: 100%;
    min-height: 100vh;
}

.center-div {
    background-color: rgba(0,0,0,0.7);
    background-color: rgba(255,255,255,0.7);
    width: 100%;
    min-height: 100vh;
}

.global-container {
    /* background-image: url("../../img/background3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center; */
    width: 100%;
    height: 100%;
}

.global-container-end {
   /* background-position: left 60% !important; */
   background-image: inherit !important;
   background-color: #00bfc3 !important;
}

/* #container {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(255,255,255,0.5);
} */

/*---------------------*/
/*------- HEADER -------*/
/*---------------------*/

/* .header-container {
    background-color: #fff;
} */

.header-container-chat {
    margin-bottom: 30px;
}

/* .bloc-logo-img {
    max-width: 1200px;
    margin: auto;
} */

.logo-header {
    /* height: 130px; */
    /* display: flex;
    -ms-flex-align: center; */
    padding: 1em;
}

.logo {
    margin: 50px auto 30px auto;
    /* width: 542px; */
    max-width: 300px;
}

.txt-header {
    padding: 0 1em;
}

.txt {
    text-align: center;
    margin: auto;
}

.txt p {
    margin: 0;
    text-transform: uppercase;
}

.title-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    /* font-size: 2.2em; */
    font-size: 2.1em;
    color: #001D4A;
    max-width: 650px;
    margin: auto !important;
}

.sub-title-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    /* font-size: 2.2em; */
    font-size: 1.3em;
    color: #001D4A;
}

.date-event {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    /* font-weight: 300; */
    font-weight: 600;
    /* font-size: 1.6em; */
    font-size: 1.1em;
    color: #E71E74;
    margin: 30px auto !important;
}

.inscription-button {
    display: block;
    width: 124px;
    font-size: 0.8em;
    font-weight: 600;
    margin: auto;
    padding: 0.5em 2em 0.6em 2em;
    background-image: linear-gradient(to bottom, #10b2c1, #008fb1, #006b9c, #004981, #002760);
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
}

/*-----------------------*/
/*------- CONTENT -------*/
/*-----------------------*/

.content-container {
    max-width: 1200px;
    margin: auto;
}

/* .container-modules {
    max-width: 720px;
    margin: auto;
} */

.container-end {
    max-width: 720px;
    margin: auto;
}

.content-container-login {
    max-width: 750px;
    margin: auto;
}

.content-container-presentation-txt-chat {
    max-width: 960px;
    margin: auto;
}

.bloc-photos-presentation-txts {
    max-width: 800px;
    margin: auto;
}

/*--------------------------------*/
/*------- PRESENTATION TXT -------*/
/*--------------------------------*/

.bloc-presentation-txt {
    margin-top: 40px;
    margin-bottom: 20px;
}

.presentation-txt {
    color: #fff;
}



.bloc-reseaux-sociaux {
    max-width: 410px;
    margin: auto;
}

.presentation-txt h1 {
    font-size: 1.8em;
    text-transform: uppercase;
    text-align: center;
}

.presentation-txt p {
    font-size: 1.3em;
    /* text-transform: uppercase; */
}

.presentation-txt i {
    padding: 0 0.3em;
    transition: all ease 0.3s;
}

.presentation-txt a:hover {
    color: #000;
}

.presentation-txt i:hover {
    color: #000;
}

.txt-center {
    text-align: center;
}

.txt-light-italic-transcript {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
    text-align: center;
}

.sous-titre {
    font-size: 0.8em;
}

.txt-end h1 {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    margin-top: 70px;
    color: #fff;
}

.txt-end p:nth-child(2n) {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    text-align: center;
    margin-bottom: 70px;
    color: #fff;
}

.txt-end p:nth-child(3n) {
    text-align: center;
}

/*-------------------------------------*/
/*------- PRESENTATION TXTS LOGIN -------*/
/*-------------------------------------*/

.presentation-txt-login {
    color: #fff;
    text-align: center;
    margin-top: 40px;
}

.txt-form-heading-login {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 800;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
}

/*-------------------------------------*/
/*------- PRESENTATION TXTS CHAT-------*/
/*-------------------------------------*/

/* .bloc-presentation-txts {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.bloc-presentation-txts .img-rapport {
    max-width: 300px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.bloc-presentation-txts .img-ma-connexion-internet {
    max-width: 500px;
    display: block;
    margin: auto;
    margin-top: 25px;
}

.bloc-presentation-txts a {
    font-weight: 600;
} */

/*---------------------*/
/*------- PHOTO -------*/
/*---------------------*/

.photos {
    position: relative;
    max-width: 700px;
    margin: 50px auto 0 auto;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */
    /* height: 500px */
}

.container-transparent-form {
    width: 330px;
    margin: auto;
}

.container-speaker1 {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 330px;
}

.container-speaker2 {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 255px; */
    width: 330px;
}

.container-speaker3 {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 495px; */
    width: 330px;
}

.container-speaker4 {
    position: relative;
    /* position: absolute;
    top: 0;
    left: 495px; */
    width: 330px;
}

.transparent-form {
    position: absolute;
    top: 260px;
    left: 0;
    width: 330px;
    /* z-index: -1; */
    display: none;
}

.photos a {
    text-decoration: none;
    display: block;
}

.bloc-photo {
    padding: 1em;
    width: 220px;
    max-width: 220px;
    margin: 0 auto 0 auto;
}

.photo {
    margin: auto;  
    border-bottom: 2px solid #fff;
}

.txt-photo-content {
    height: 120px;
    text-align: center;
    position: relative;
}

.txt-photo-content-moderateur {
    height: 50px;
}

.speaker-name {
    color: #001D4A;
    font-weight: 800;
}

.speaker-fonction {
    color: #001D4A;
    font-size: 0.8em;
    width: 200px;
    position: absolute;
    top: 20px;
    /* left: -40px; */
}

.speaker-logo {
    position: absolute;
    top: 82px;
    left: 50%;
    transform: translateX(-50%);
}

.speaker-logo-bigger-txt {
    position: absolute;
    top: 140px;
    left: -10px;
}

.speaker-logo1 {
    width: 80px;
    max-width: 100px;
}

.speaker-logo2 {
    width: 80px;
    max-width: 100px;
    margin-top: -20px;
}

.speaker-logo3 {
    width: 120px;
    max-width: 120px;
}




/*----------------------------*/
/*------- VIDEO (chat) -------*/
/*----------------------------*/

.bloc-video {
    margin: 0 auto 25px auto;
}

.bloc-video-form {
    margin: 30px auto 0 auto;
    max-width: 750px;
}

.bloc-video-transcript {
    margin: 30px auto;
    max-width: 800px;
}

/*--------------------*/
/*------- FORM -------*/
/*--------------------*/

.bloc-form {
    margin: 30px auto;
}

.bloc-form-modules {
    max-width: 650px;
    margin: 0px auto 60px auto;
}

.bloc-form-chat {
    margin: 0 auto 30px auto;
}

.bloc-form-login {
    margin: 40px auto;
}

.inscrivez-vous {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    font-size: 2em;
    font-weight: 800;
    text-align: center;
    color: #001D4A;
    margin-bottom: 0;
}

.posez-vos-questions-modules {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    text-transform: uppercase;
    color: rgba(255,255,255,0.6);
    color: #2E415E;
    font-size: 1.1em;
    text-align: center;
    margin-top: 0;
}

.txt-form-heading-modules {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.4em;
    text-align: center;
    color: #ed081d;
    text-decoration: underline;
    margin-top: 0;
}

.txt-form-heading-chat {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0;
}

.ie-labels {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
}

.form-modules-txt {
    font-style: italic;
    color: #fff;
    color: #001D4A;
    font-size: 0.8em;
}

input,
textarea,
.mandatory-fields {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-style: italic;
}

input,
textarea {
    border: none;
    padding: 0.5em 0.6em;
    width: 100%;
    color: #444444;
    background-color: #ffffff;
    /* color: #fff;
    background-color: #717171; */
    margin: 4px 0 !important;
    border: 1px solid #7e7e7e;
}

textarea {
    min-height: 130px;
    resize: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #949494;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #949494;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #949494;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #949494;
}

input::placeholder,
textarea::placeholder {
    color: #949494;
}

button {
    display: block;
    border: 1px solid #001D4A;
    width: 143px;
    margin: auto !important;
    color: #fff;
    color: #001D4A;
    background-color: inherit;
    padding: 0.3em 0.6em 0.4em 0.6em;
    border-radius: 25px;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

button:hover {
    border: 1px solid #00bfc3;
    color: #00bfc3;

    border: 1px solid #E71E74;
    color: #E71E74;
}

.mandatory-fields {
    text-align: center;
    margin: 0;
    font-style: italic;
    font-size: 0.8em;
    color: rgb(219, 219, 219);
    color: #2E415E;
}

.profession-other {
    display: none;
}

.bloc-checkbox {
    max-width: 620px;
    margin: 20px auto 0 auto;
    margin-bottom: 20px;
}

.bloc-checkbox input {
    width: 30px;
    background-color: inherit;
}

.bloc-checkbox input,
.bloc-checkbox label {
    display: inline-block;
}

.hello {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    text-align: center;
}

.hello span {
    font-weight: 800;
}

.bloctel-txt {
    font-size: 0.7em;
    font-style: italic;
    margin-top: 0;
    color: #fff;
    color: #001D4A;
}

.bloc-barometre-link {
    position: relative;
    width: 302px;
    margin: 20px auto;
}

.barometre-link {
    margin-left: 42px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    display: inline-block;
    padding: 1em;
    color: #E71E74;
    border: 1px solid #E71E74;
    text-decoration: none;
    border-radius: 25px;
    transition: all ease 0.3s;
}

.barometre-link:hover {
    color: #00b1b9;
    border: 1px solid #00b1b9;
}


/*-----------------------*/
/*------- QPVA -------*/
/*-----------------------*/

/* .video-questions {
    padding: 1em 0;
    border-top: 2px dotted #001D4A;
    border-bottom: 2px dotted #001D4A;
    margin-bottom: 20px;
} */

.container-qpv {
    /* padding: 1em; */
}

.question-video-wrapper {
    line-height: 0;
}
  
.question-video-wrapper iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
  
.qpv-link {
    display: block;
    background-color: #001D4A;
    margin: 0px 0px 10px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-decoration: none;
    padding: 1em;
    color: #fff;
    transition: all ease 0.3s;
    position: relative;
    cursor: pointer;
    /* border-radius: 5px 5px 0px 5px; */
}
  
.qpv-icon {
    display: flex;
    line-height: 0;
}
  
.qpv-icon .icon {
    margin: auto;
    border-radius: 40px;
    padding: 0.8em 0.7em 0.8em 0.8em;
    border: 2px solid #fff;
    fill: #fff;
}
  
.qpv-icon .icon svg {
    width: 30px;
    height: 30px;
}
  
.qpv-link:hover {
    background-color: #002f76;
}
  
.qpv-link .video-question-txt {
    padding-left: 0.8em;
}
  
.qpv-link .video-question-txt h3,
.qpv-link .video-question-txt p {
    margin: 0px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
}
  
.qpv-link .video-question-txt h3 {
    font-weight: 800;
    font-size: 1.3em;
}
  
.qpv-link .video-question-txt p {
    font-weight: 300;
    font-size: 1.2em;
}
  
.shape-triangle-qpv {
    width: 0;
    height: 0;
    border-bottom: 20px solid rgb(255, 255, 255);
    border-left: 20px solid transparent;
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
}

#questionVideoWrapper {
    margin-bottom: 30px;
    /* width: 750px; */
    max-width: 750px;
}

.qpv-chat {
    margin: 30px auto;
}

.qpv-chat .container-qpv {
    padding: 0 !important;
}

.qpv-chat .qpv-link {
    margin-bottom: 0px;
}

/*---------------------*/
/*------- SELECT -------*/
/*---------------------*/

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    margin: 10px 0;
	/* font-size: 16px; */
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    font-style: italic;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 100%;
	max-width: 100%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	border: 1px solid #aaa;
	/* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
	/* border-radius: .5em; */
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
	
	*/
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	  linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%);
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
}

/*------------------------*/
/*---- CHAPITRAGE ----*/
/*------------------------*/

.titre-chapitrage {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 700;
    font-size: 1.5em;
    color: #ed081d;
}

#displayQuestions {
	max-width: 800px;
	margin: 0 auto 50px auto;
}

.titre-chapitrage {
	text-align: center;
	font-weight: bold;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #17a451;
}

.border {
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	transition: all ease 0.3s;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 0.9em;
	padding: 0.5em;
	background-color: #cfcfcf;
	margin: 5px auto;
    border: 2px solid #ffffff;
}

.border:hover,
.active {
	background-color: #eeeeee;
}

.playButton {
	width: 10%;
	display: flex;
	display: none;
}

.playButtonOn {
    display: none;
}

.playButton i {
	margin: auto;
    color: #ed081d;
}

.pseudoQuestion {
	width: 80%;
	/* display: flex; */
}

.pseudo {
	margin: auto auto auto 0;
	padding-right: 10px;
    font-weight: 700;
}

.duree {
	width: 20%;
	display: flex;
}

.temps {
	margin: auto;
}

/*----------------------------------*/
/*------- AVERTIR & CALENDAR -------*/
/*----------------------------------*/

/* .bloc-avertir-calendar {
    max-width: 450px;
    margin: auto;
} */

.bloc-add-to-calendar {
    max-width: 450px;
    margin: auto;
}

.bloc-form-avertir,
.bloc-add-to-calendar,
.bloc-logos,
.bloc-logos-chat {
    margin: 60px auto;
}

.bloc-form-avertir input {
    background-color: #ebebeb;
}

.bloc-content-avertir,
.bloc-content-calendar,
.bloc-logos,
.bloc-logos-chat {
    background-color: #fff;
    padding: 2.2em 1em 1em 1em;
    border-radius: 10px;
    position: relative;
}

.bloc-content-avertir p,
.bloc-content-calendar p,
.bloc-logos p,
.bloc-logos-chat p {
    color: #00aff4;
}

.bloc-content-avertir .txt-form-heading,
.bloc-content-calendar .txt-form-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.txt-sub-heading {
    text-align: center;
}

/* .icon {
    color: #fff;
    font-size: 1.7em;
    padding-top: 0.2em;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-color: #00507a;
    position: absolute;
    top: -28px;
    left: 50%;
    margin-left: -25px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    text-align: center;
} */

/*---------------------*/
/*------- LOGOS -------*/
/*---------------------*/

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

.bloc-content-logos div {
    padding: 0.5em;
    max-width: 180px;
}

.bloc-logos-chat {
    max-width: 750px;
    margin: 60px auto 40px auto;
}

/*--------------------------------*/
/*------- CURRENT QUESTION -------*/
/*--------------------------------*/

#currentPseudo {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 600;
    font-style: italic;
}

/*---------------------*/
/*------- FOOTER -------*/
/*---------------------*/

.footer-container {
    /* max-width: 750px; */
    margin: auto;
    padding: 1em;
    background-color: #fff;
    border-top: 2px solid #E71E74;
}

/* .bloc-logo-legal-notices-flex {

} */

.bloc-legal-notices {
    color: rgb(163, 163, 163);
    /* color: #2E415E; */
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 0.9em;
    margin: 20px 0 30px 0;
    text-align: left;
}

.logo-footer {
    margin: 50px auto 30px auto;
    /* width: 542px; */
    max-width: 300px;
}

footer {
    text-align: center;
    border-top: 1px solid #e71e74;
    padding: 1em;
    color: #e71e74;
}

/*-----------------------------*/
/*--- ERROR/SUCCESS MESSAGES ---*/
/*-----------------------------*/

.error-success-message {
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1em;
    text-align: center;
}

p.error {
    color: rgb(0, 0, 0);
    font-weight: bold;
    text-align: center;

}

p.success  {
    color: rgb(24, 97, 51);
    font-weight: bold;
    text-align: center;
}

.success  {
    color: rgb(255, 255, 255);
    color: rgb(24, 97, 51);
    font-weight: bold;
    text-align: center;
}

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

@media screen and (min-width: 600px)
{

    

/*------ PRESENTATION TXT ------*/

    /* .presentation-txt h1 {
        font-size: 2em;
    }

    .presentation-txt-chat {
        max-width: 750px;
        margin: auto;
        text-align: center;
    }

    .presentation-txt-chat h1 {
        font-size: 2em;
    } */

/*------ PHOTOS ------*/

    /* .photos {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    } */

    /* .bloc-photo {
        padding: 0 5px;
    } */

/*------ FORM ------*/

    /* .txt-form-heading {
        font-size: 1.6em;
    }

    .bloc-form-chat .txt-form-heading {
        font-size: 1.6em;
        text-align: left;
        margin-top: 0;
    } */

    /* .bloc-form input {
        width: 49%;
    } */

    /* .bloc-form-chat #pseudo {
        float: left;
        width: 49.5%;
    }

    .bloc-form-chat #email {
        float: right;
        width: 49.5%;
    } */

    /* .playButton {
		display: flex;
	}

	.playButton i {
		font-size: 1.5em;
	} */

}

@media screen and (min-width: 720px)
{

    /* .photos {
        max-width: 1000px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
    } */

    

    .bloc-logo-legal-notices-flex {
        display: flex;
        flex-direction: row;
    }

    .logo-footer {
        margin: auto;
        width: 50%;
    }

    .bloc-legal-notices {
        width: 50%;
    }

}

@media screen and (min-width: 774px)
{


}

@media screen and (min-width: 797px)
{

    /*------- PRESENTATION TXTS CHAT-------*/

    /* .bloc-photo:nth-child(1),
    .bloc-photo:nth-child(2) {
        margin-bottom: 0;
    } */

}

@media screen and (min-width: 960px)
{

    /*------ FORM ------*/

    /* button:hover {
        color: #fff;
        background-color: #000;
        box-shadow: none;
    } */

}

@media screen and (min-width: 993px)
{

    .photos {
        max-width: 990px;  /*3 speakers */
        /*max-width: 600px;  2 speakers */
        margin: 10px auto 0 auto;
        height: 560px;
        height: 780px;
        height: 800px;

        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        /* max-width: 800px; */
    }

    /* .container-speaker1 {
        margin-right: -120px;
    }

    .container-speaker3 {
        margin-left: -120px;
    } */

    /* .container-speaker1 {
        position: absolute;
        top: 0;
        left: 0;
    }

    .container-speaker2 {
        position: absolute;
        top: 0;
        left: 260px;
    }

    .container-speaker3{
        position: absolute;
        top: 0;
        left: 520px;
    }

    .container-speaker4 {
        position: absolute;
        top: 480px;
        left: 520px;
        left: 130px;
    } */

    

    /*------ HEADER ------*/

    /* .logo-header {
        height: 140px;
    }

    .txt-header {
        min-height: 140px;
    }

    .txt {
        text-align: left;
    } */

    /*------- PRESENTATION TXTS CHAT-------*/

    /* .bloc-presentation-txts div {
        padding: 1em;
    }

    .bloc-form-chat textarea {
        margin-bottom: 10px;
    }

    .bloc-form-chat .error-success-message {
        float: left;
    } */

}




@media screen and (min-width: 1024px)
{

    /* .dots-2 {
        display: none;
    } */
    
    /* .bloc-video {
        float: left;
        width: 50%;
        padding: 0 1em;
    }

    .bloc-form-chat {
        float: right;
        width: 50%;
        padding: 0 1em;
    } */

    /* .txt-form-heading-chat {
        text-align: left;
        margin-top: 0;
    }

    .bloc-form-chat button {
        width: inherit;
        padding: 0.5em 2em;
        float: right;
    } */
}

@media screen and (min-width: 1400px)
{

    /* .bloc-form-chat textarea {
        min-height : 150px;
    }  */

}
