/*---------------------*/
/*------- 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;
}

/* Masquer l'Iframe */
iframe {
    position: absolute;
    bottom: 0;
    left: -10px;
}

.clear {
    clear: both;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.uppercase {
    text-transform: uppercase;
}

.green {
    color: #a0c1b8;
}

.underlined {
    text-decoration: underline;
}

/* .center-txt {
    text-align: center !important;
} */

img {
    max-width: 100%;
}

html, body {
    scroll-behavior: smooth;
}

body {
    
    /* overflow-y: scroll; */
    /* background-image: url("../../img/paper.png");
    background-repeat: repeat; */
    /* background-image: linear-gradient(to right, #225281, #2f5886, #3a5e8a, #44658f, #4e6b94, #4e6b94, #4e6b94, #4e6b94, #44658f, #3a5e8a, #2f5886, #225281); */
}

/*-------------------------*/
/*------- NAV CROSS -------*/
/*-------------------------*/

.bloc-logo-navigation {
    position: relative;
    background-color: #f8f9fa;
    /* background-color: green; */
}

.nav-cross {
    display: inline-block;
    cursor: pointer;
    padding: 0.6em;
    position: absolute;
    top: 0;
    right: 0;
}

.cross-part1, 
.cross-part2, 
.cross-part3 {
    width: 35px;
    height: 6px;
    background-color: rgb(255, 255, 255);
    margin: 6px 0;
    transition: 0.4s;
}

.change .cross-part1 {
    transform: rotate(-45deg) translate(-8px, 8px);
}
  
.change .cross-part2 {
    opacity: 0;
}
  
.change .cross-part3 {
    transform: rotate(45deg) translate(-8px, -8px);
}

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

.bloc-logo-img {
    box-shadow: 0px 7px 24px -10px rgba(0,0,0,0.5);
    -ms-flex-align: center;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #19608a;
    z-index: 2;
}

.logo-header {
    /* background-color: #19608a; */
    -ms-flex-align: center;
    display: flex;
    /* padding: 1em; */
    width: 80px;
    height: 60px;
}

.bloc-logo-titre {
    margin: auto;
    -ms-flex-align: center;
    display: flex;
    flex-direction: column;
}

.logo {
    margin: auto;
    width: 40px;
    /* margin-right: 0; */
}

.raison-sociale {
    margin: auto;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5em;
    font-size: 0.8em;
    /* margin-left: 10px; */
    display:none;
    -ms-flex-align: center;
    position: absolute;
    top: 0;
    left: 80px;
    height: 60px;
}

.raison-sociale p {
    margin: auto;
}

.raison-sociale a {
    text-decoration: none;
}

.txt-header {
    background-color: #19608a;
    -ms-flex-align: center;
    display: flex;
    padding: 0 2em;
    /* width: 200px; */
}

.txt {
    color: #fff;
    font-size: 2.3em;
    text-align: center;
    margin: auto;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 0.8em;
}

.red {
    color: red;
    font-weight: bold;
}

.logo-header {
    /* max-width: 240px;
    background-color: #fff; */
    /* background-color: red; */
    /* padding: 1.5em 1.5em; */
}

/* .logo a {
    display: block;
    height: 28.6px;
} */

nav {
    position: absolute;
    top: 60px;
    /* left: 0; */
    width: 100%;
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;   
}

nav a {
    text-decoration: none;
    display: block;
    padding: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: #ffffff;
    font-weight: 700;
    background-color: #7fadd8;
    transition: all ease 0.3s;
    border-bottom: 2px solid #19608a;
    width: 100%;
    font-family: 'Roboto condensed', sans-serif;
}

nav a:hover {
    color: #fff;
    background-color: #678fb5;
}

nav button {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    display: block;
    padding: 1em;
    text-transform: uppercase;
    font-size: 0.9em;
    color: rgb(109, 109, 109);
    font-weight: 700;
    background-color: #f8f9fa;
    transition: all ease 0.3s;
    border: none;
    border-bottom: 2px solid rgb(233, 233, 233);
    width: 100%;
    text-align: left;
}

nav button:hover {
    color: rgb(109, 109, 109);
    background-color: #cfcfcf;
}

.triangle-down {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgb(109, 109, 109);
}

.triangle-precendent-cursus {
    position: absolute;
    top: 50%;
    left: 175px;
    transform: translateY(-50%);
}

.triangle-complements {
    position: absolute;
    top: 50%;
    left: 135px;
    transform: translateY(-50%);
}

.sub-menu-precedent-cursus {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
}

.sub-menu-precedent-cursus a {
    font-weight: 500;
    font-size: 0.9em;
    text-transform: inherit;
}

.sub-menu-complements {
    max-height: 0;
    overflow: hidden;
    transition: all ease 0.3s;
}

.sub-menu-complements a {
    font-weight: 500;
    font-size: 0.9em;
    text-transform: inherit;
}


/*--------------------------------*/
/*------- LANGUAGES CHOICE -------*/
/*--------------------------------*/

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

.bloc-langages-choice {
    /* max-width: 750px;
    margin: 20px auto; */
}

.languages-choice {
    /* text-align: center; */
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 53px;
    padding: 0.75em 0.6em;
    /* float: right; */
    /* position: relative;
    width: 152px; */
    /* padding: 0.3em 0 0.3em 4em; */
    /* height: 50px; */
    /* background-color: #19608a;
    border-radius: 24px; */
}

.languages-choice i {
    color: #fff;
    font-size: 2.8em;
    position: absolute;
    top: 5px;
    left: 6px;
}

.languages-choice a {
    display: inline-block;
    text-decoration: none;
    background-color: #7fadd8;
    /* padding: 1em; */
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    padding-top: 9px;
    padding-left: 11px;
    transition: all ease 0.3s;
}

.languages-choice .en {
    margin-right: 9px;
}

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

/* Only for pre-chat */
.content-container {
    max-width: 800px;
    margin: 90px auto 0 auto;
}

.content-container-chat {
    padding: 1em;
}

.banner {
    margin-bottom: 30px;
}

.logo-between-sections {
    max-width: 70px;
    margin: 10px auto;
    /* opacity: 0.7; */
}

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

.bloc-presentation-txt {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #19608a;
}

.presentation-generale {
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.presentation-generale span {
    
    font-weight: 600;
}

.presentation-txt {
    /* text-align: center; */
    /* position: relative; */
}

.presentation-txt h1 {
    font-size: 1.1em;
    text-transform: uppercase;
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 800;
    /* transform: rotate(-5deg);
    border-bottom: 7px solid #19608a;
    max-width: 580px;
    margin: auto; */
}

/* .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 25px 43.3px 25px;
    border-color: transparent transparent #19608a transparent;
    -webkit-transform:rotate(360deg);
    position: absolute;
    bottom: -50px;
    right: 50%;
    transform: translate(25px);
} */

.sous-titre {
    /* margin-top: 70px; */
}

.sous-titre p:nth-child(1) {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    background-color: #19608a;
    color: #fff;
    border-radius: 10px;
    /* max-width: 250px; */
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0.5em 1em;
}

.sous-titre p:nth-child(2) {
    font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    color: #19608a;
    margin-top: 10px;
}

.presentation-txt h2 {
    font-size: 2em;
    /* text-transform: uppercase; */
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 800;
    /* transform: rotate(-5deg);
    border-bottom: 7px solid #19608a;
    max-width: 580px;
    margin: auto; */
}

.title-generale h2 {
    /* font-size: 1em; */
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}



.title-txt h4 {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-align: left;
}

.title-txt p {
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-align: left;
}

.fonction {
    font-style: italic;
    font-weight: 500 !important;
    font-size: 1.2em !important;
}

/* .presentation-txt p:nth-child(2) {
    font-size: 1.6em;
} */

.txt-fin {
    font-size: 2em;
}

/* .txt-fin p {
    text-align: center;
} */

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

.bloc-presentation-txt-chat {
    margin-top: 50px;
    margin-bottom: 20px;
    color: #19608a;
}

.bloc-presentation-txt-chat .presentation-txt h2 {
    font-size: 1.3em;
    text-transform: uppercase;
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 800;
    /* transform: rotate(-5deg);
    border-bottom: 7px solid #19608a;
    max-width: 580px;
    margin: auto; */
}

/*---------------------------------------*/
/*------- PHOTO PAGE PRESENTATION -------*/
/*---------------------------------------*/

.photo-page-presentation {
    width: 50%;
    display: block;
    /* margin: auto; */
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.back-homepage-link {
    background-color: #19608a;
    color: #fff;
    padding: 1em;
    border-radius: 10px;
    display: block;
    width: 230px;
    margin: 40px auto 40px auto;
    text-align: center;
    text-decoration: none;
}

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

.titre-speakers {
    text-align: center;
    text-transform: uppercase;
    color: #19608a;
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans serif';
    font-size: 1.5em;
    font-weight: 700;
}

.photos {
    margin-top: 25px;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-around; */
}

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

.bloc-photo {
    margin-bottom: 30px; 
}

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

.photo {
    background-color: #c5c5c5;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin: auto;
    border: 2px solid #19608a;
    /* float: left; */
}

.speaker-raffarin {
    background-image: url('../../img/jp-raffarin.jpg');
}

.speaker-boniface {
    background-image: url('../../img/pascal-boniface.jpg');
}

.speaker-martonyi {
    background-image: url('../../img/janos-martonyi.jpg');
}

.speaker-chieng {
    background-image: url('../../img/andre-chieng.jpg');
}

.speaker-cope {
    background-image: url('../../img/jean-francois-cope.jpg');
}

.speaker-vedrine {
    background-image: url('../../img/hubert-vedrine.jpg');
}

.speaker-loiseau {
    background-image: url('../../img/nathalie-loiseau.jpg');
}

.speaker-dubois-fontaine {
    background-image: url('../../img/sybille-dubois-fontaine.jpg');
}

.speaker-raharinirina {
    background-image: url('../../img/baomiavotse-vahinala-raharinirina.jpg');
}

.speaker-gallon {
    background-image: url('../../img/jeremie-gallon.jpg');
}

.speaker-cherif {
    background-image: url('../../img/tarak-cherif.jpg');
}

.speaker-pouille {
    background-image: url('../../img/ludovic-pouille.jpg');
}
.speaker-da-rocha {
    background-image: url('../../img/maria-laura-da-Rocha.jpg');
}
.speaker-camus {
    background-image: url('../../img/CYRIL-CAMUS.png');
}
.speaker-z {
    background-image: url('../../img/Lionel-Zinsou.jpg');
}
.speaker-Louise-MUSHIKIWABO {
    background-image: url('../../img/Louise-MUSHIKIWABO.jpg');
}
.speaker-bermann {
    background-image: url('../../img/bermann.jpg');
}
.speaker-mathieu {
    background-image: url('../../img/BeatriceMathieu.jpg');
}
.speaker-pichon {
    background-image: url('../../img/pichon.jpg');
}
.speaker-chol {
    background-image: url('../../img/eric-chol.jpg');
}
.speaker-le-drian {
    background-image: url('../../img/jean-yves-le-drian.jpg');
}
.speaker-becht {
    background-image: url('../../img/becht.jpg');
}
.txt-photo {
    /* width: 60%; */
    /* height: 120px; */
    color: #19608a;
    /* background-color: #19608a; */
    /* border-radius: 0 10px 10px 0; */
    text-align: center;
    padding: 0.5em;
    /* display: inline-block; */
    /* float: left; */
    display: flex;
    -ms-flex-align: center;
}

.txt-photo p {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans serif';
    font-size: 1.1em;
    margin: 0 0 15px 0;
    font-weight: 300;
    margin: auto;
}

.nom-famille {
    font-weight: 500;
    text-transform: uppercase;
}

/* .txt-photo p:nth-child(2) {
    font-size: 0.8em;
    margin: 0;
    font-weight: 600;
    font-style: italic;
} */

.session-choice {
    text-align: center;
    margin-bottom: 20px;
}

.session-choice a {
    display: inline-block;
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 700;
    font-size: 1.4em;
    color: #19608a;
    margin: 0 10px;
}

.clic-speakers {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #19608a;
    font-weight: 600;
    display: block;
    margin: -20px auto 30px auto;
}

/*--------------------*/
/*------- DOTS -------*/
/*--------------------*/

.dots-container {
    display: flex;
    margin: 30px 0;
}

.bloc-dots {
    margin: auto;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #19608a;
    display: inline-block;
}

/*---------------------*/
/*------- VIDEO -------*/
/*---------------------*/

.bloc-video {
    margin-bottom: 20px;
}

/* .bloc-video-transcript {
    margin: 40px auto;
    max-width: 750px;
} */

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

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

.bloc-form-login {
    margin: 30px auto 60px auto;
    max-width: 500px;
}

.bloc-form-chat {
    margin: 20px auto;
    max-width: 600px;
    margin: auto;
}

.txt-form-heading {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.2em;
    text-align: center;
    color: #19608a;
}

.txt-form-heading-chat {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.2em;
    font-weight: 500;
    text-align: center;
    color: #19608a;
}

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

input,
textarea {
    border: none;
    padding: 1em;
    width: 100%;
    background-color: #DDDDDD;
    margin: 5px 0;
}

input {
    border-radius: 10px;
    background-color: #DDDDDD;
    color: #2E2C65;
}

textarea {
    border-radius: 10px 10px 0 10px;
    background-color: #DDDDDD;
    color: #2E2C65;
}

button {
    border: none;
    width: 100%;
    color: #fff;
    padding: 0.6em;
    background-color: #19608a;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    font-size: 1.3em;
    transition: all ease 0.5s;
    box-shadow: 5px 13px 22px -7px rgba(0,0,0,0.5);
}

.mandatory-fields {
    margin: 0;
    font-size: 0.8em;
    color: #fff;
}

.container-login {
    padding: 1em;
}

/* .bloc-form-login .prenom {
    display: none;
} */

.txt-login {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-size: 1.3em;
    font-weight: 600;
    color: #19608a;
    text-align: center;
    display: none;
}

.prenom {
    display: none;
    margin: 10px 0;
}

.nom {
    display: none;
    margin: 5px 0;
}

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

.bloc-add-to-calendar {
    margin: 40px 0;
    max-width: 360px;
    margin: 60px auto 40px auto;
    /* min-height: 289px; */
    border-radius: 15px;
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

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

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

.bloc-content-calendar p {
    color: #19608a;
}

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

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

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

/*----------------------*/
/*------- AGENDA -------*/
/*----------------------*/

.bloc-agenda {
	max-width: 800px;
	margin: auto;
	font-family: 'Roboto', 'Helvetica', 'Arial', 'sans serif';
    margin-top: 20px;
    color: #19608a;
    margin-bottom: 30px;
}

.titre-agenda {
    color: #19608a;
    text-transform: uppercase;
}

table {
    width: 100%;
}

.bloc-agenda .titre-agenda {
    color: #19608a;
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans serif';
	font-size: 1.5em;
	font-weight: 700;
	padding-bottom: 1em;
}

.bloc-agenda .titre-agenda-2 {
	padding-bottom: 3em;
}

.bloc-agenda .date-agenda {
    color: #19608a;
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans serif';
	font-size: 1.4em;
	font-weight: 300;
    padding: 0.5em 0;
    border-top: 1px solid #19608a;
	border-bottom: 1px solid #19608a;
}

/* .bloc-agenda span {
	color: #659dd1;
} */

.bloc-agenda tr:nth-child(2n) {
	background-color: #ebf4fd;
}

.bloc-agenda tr td:nth-child(2) {
	padding: 1em;
    font-weight: 400;
    width: 80%;
}

/* .bloc-agenda tr td:nth-child(1) span {
	font-weight: 300;
	font-style: italic;
} */

.bloc-agenda tr td:nth-child(1) {
	padding: 1em;
	text-align:left;
    color: #19608a;
    width: 20%;
}

/* .bloc-agenda tr td:nth-child(3) {
	padding: 1em;
	text-align: center;
	color: #000;
} */

/* .break {
	font-weight: 300 !important;
	color: #6d9bc5 !important;
	font-style: italic;
} */

/* .border-bottom {
    border-bottom: 1px solid #19608a;
} */

.link-speaker-agenda {
    transition: all ease 0.3s;
}

.link-speaker-agenda:hover {
    color: #000;
}

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

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

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

.bloc-logos {
    max-width: 600px;
    margin: 30px auto;
}

.bloc-content-logos {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

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

.bloc-content-logos div:nth-child(1) {
    max-width: 200px;
}

.bloc-content-logos div:nth-child(3) {
    max-width: 170px;
}

.bloc-logos-chat {
    max-width: 600px;
    /* margin: 60px auto 40px auto; */
    background-color: #fff;
    margin: 30px auto;
}

.bloc-logos-chat p {
    color: #000;
    margin-top: 0;
}

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

.footer-container {
    max-width: 750px;
    margin: auto;
    /* padding: 1em; */
}

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

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

.error-success-message {
    font-family: 'Roboto', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 400;
    text-align: center;
}

p.error {
    color: rgb(233, 1, 1);
    text-align: center;
}

p.success  {
    color: rgb(44, 184, 74);

}

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

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

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

    .photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 500px;
        margin: auto;
    }

    .photos a {
        width: 49%;
    }

}

@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 ------*/

    

    /* .photo {
        width: 40%;
        height: 130px;
    }
    
    .txt-photo {
        width: 60%;
        height: 130px;
    } */

/*------ 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%;
    } */

    /* #pseudo {
        float: left;
    }

    .bloc-form #email {
        float: right;
    } */

    /* .bloc-form-chat #pseudo,
    .bloc-form-chat #email {
        width: 49%;
    } */

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

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

}

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

    .raison-sociale {
        display: flex;
    }

    .dots-avertir-calendar {
        display: none;
    }

    .photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 600px;
        margin: auto;
    }

    .photos a {
        width: 33.3%;
    }

}

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


}

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

    .raison-sociale {
        font-size: 1em;
    }

    .photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 800px;
        margin: auto;
    }

    .photos a {
        width: 25%;
    }

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

    button:hover {
        color: #fff;
        background-color: #000000;
        box-shadow: none;
    }

}

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

    

    



}






@media screen and (min-width: 993px)
{
    .languages-choice a:hover {
        background-color: #000;
    }

    /*------ HEADER ------*/
    
    /* .logo-header {
        height: 70px;
        padding: 0.5em;
    } */

    .bloc-logo-titre {
        flex-direction: row;
    }

    .logo {
        margin-right: 0;
    }

    .raison-sociale {
        letter-spacing: 0.5em;
        font-size: 1em;
    }

    .txt-header {

        height: 70px;
    }
    
    .txt {
        font-size: 1em;
    }


    

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

    .bloc-presentation-txt-chat .presentation-txt h2 {
        font-size: 1.5em;
    }

    /*------- VIDEO PLAYER -------*/

    .bloc-video {
        margin-bottom: 0;
    }

    /*------- VIDEO PLAYER -------*/

    .bloc-slides {
        padding-left: 10px;
    }

}




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

    /* .photos {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        max-width: 950px;
        margin: auto;
    }

    .photos a {
        width: 20%;
        margin: 0 5px;
    } */

   /*------ NAVCROSS ------*/

   .nav-cross {
    display: none;
}

/*------ NAVBAR ------*/

nav {
    position: absolute;
    top: 0;
    /* left: inherit; */
    right: 1em;
    float: none;
    width: calc(100% - 240px);
    overflow: inherit;
    max-height: inherit;
    height: 60px;
    width: 462px;
    display: flex;
    -ms-flex-align: center;
    flex-direction: row;
}

 nav a {
    padding: 0.4em;
    border-radius: 5px;
    border-bottom: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    font-weight: 300;
    background-color: inherit;
}

nav > a {
    display: inline-block;
    font-size: 0.8em;
}

.languages-choice {
    right: 0;
}
}

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

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

}
