

/* @font-face {
	font-family: "Gotham-Light";
	src: local("Gotham-Light"),
	url('../fonts/GothaLight.woff') format('woff'), 
	url('../fonts/GothaLight.woff2') format('woff2'),
	url('../fonts/Gotham-Light.ttf') format('truetype');
} */

@font-face {
	font-family: "Gotham-Book";
	src: local("Gotham-Book"),
	url('../fonts/Gotham-Book.woff') format('woff'), 
	url('../fonts/Gotham-Book.woff2') format('woff2'),
	url('../fonts/Gotham-Book.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham-Medium";
	src: local("Gotham-Medium"),
	url('../fonts/Gotham-Medium.woff') format('woff'), 
	url('../fonts/Gotham-Medium.woff2') format('woff2'),
	url('../fonts/Gotham-Medium.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham-Bold";
	src: local("Gotham-Bold"),
	url('../fonts/Gotham-Bold.woff') format('woff'), 
	url('../fonts/Gotham-Bold.woff2') format('woff2'),
	url('../fonts/Gotham-Bold.ttf') format('truetype');
}

@font-face {
	font-family: "Gotham-Black";
	src: local("Gotham-Black"),
	url('../fonts/Gotham-Black.woff') format('woff'), 
	url('../fonts/Gotham-Black.woff2') format('woff2'),
	url('../fonts/Gotham-Black.ttf') format('truetype');
}




/* @font-face {
    font-family: 'Gotham Narrow Bold';
    src: url('/2023/3/fonts/GothamNarrow-Bold.woff2') format('woff2'),
         url('/2023/3/fonts/GothamNarrow-Bold.woff') format('woff'),
         url('/2023/3/fonts/GothamNarrow-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
} */

@font-face {
    font-family: 'Gotham Narrow Book';
    src: url('/2023/3/fonts/GothamNarrow-Book.woff2') format('woff2'),
         url('/2023/3/fonts/GothamNarrow-Book.woff') format('woff'),
         url('/2023/3/fonts/GothamNarrow-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Gotham Narrow XLight';
    src: url('/2023/3/fonts/GothamNarrow-XLight.woff') format('woff'),
         url('/2023/3/fonts/GothamNarrow-XLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
} */

@font-face {
    font-family: 'Gotham-XNarrow-black';
    src: url('/2023/3/fonts/GothamXNarrow-Black.woff2') format('woff2'),
         url('/2023/3/fonts/GothamXNarrow-Black.woff') format('woff'),
         url('/2023/3/fonts/GothamXNarrow-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

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

:root {
	--main-font: 'Montserrat';
	--main-color: #1f368b;
	--grey-lcl: #afb5b7;
	--black-lcl:  #2b2e30;
}

* {
    box-sizing: border-box;
	/* font-family: 'Gotham-Medium', Arial, Helvetica, sans-serif; */
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

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

body {
    /* background-image: url("../../img/paper.png");
    background-repeat: repeat; */
    background-color: #fff;
}

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

.row-photo-presentation-login {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.row-photo-presentation-attente {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

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

.row-speakers-form-login {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

/*------------------------------*/
/*------- LEFT COL -------*/
/*------------------------------*/

.left-col-photo-login {
	background-image: url('../../img/background-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	width: 100%;
	height: 400px;
}

.left-col-speakers {
	background-color: var(--main-color);
	color: #fff;
	padding: 2em;
}

.intro-speakers-txt {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 500;
}

.bloc-speakers {
	border-left: 2px solid #fff;
	padding: 0.8em;
	margin-top: 20px;
}

.bloc-speakers span {
	display: block;
}

.bloc-speakers span.txt-light {
	margin-top: -10px;
}

.bloc-speakers div {
	padding-left: 0.8em;
	margin-bottom: 20px;
}

.title-light-caps {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: 300;
	text-transform: uppercase;
}

.speaker-bold {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: 600;
	display: block;
	margin: 10px auto;
}

.speaker-bold span {
	font-family: 'Gotham-Light', Arial, Helvetica, sans-serif;
	display: inline;
	font-size: 0.9em;
}

.speaker-inline {
	display: inline !important;
}

.txt-light {
	font-family: 'Gotham Narrow XLight', Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

/*------------------------------*/
/*------- RIGHT COL -------*/
/*------------------------------*/

.right-col-presentation-login {
	padding: 1em;
}

.row-logos {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: left;
}

.logo {
	max-width: 150px;
	margin: auto;
}

.logo-one {
	max-width: 200px;
}

.logo-ca-assurance {
	max-width: 600px;
	margin: 20px auto;
}

.titre {
	margin: 20px auto;
}

.bloc-webconference {
	margin-bottom: 10px;
}

.bloc-webconference {
	display: flex;
	justify-content: center;
}

.bloc-agrilive {
	display: flex;
	justify-content: center;
}

.titre .webconference,
.titre .agrilive {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	display: inline-block;
	padding: 0em 0.8em;
	font-size: 1.7em;
}

.titre .webconference {
	background-color: var(--main-color);
	font-weight: 700;
	color: #fff;
}

.titre .agrilive {
	background-color: #e62f45;
	color: #fff;
	position: relative;
}

.virgule {
	position: absolute;
	top: -19px;
	left: 98.5px;
}

.sous-titre {
	max-width: 700px;
	margin: auto;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	color: var(--main-color);
}

.date {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2em;
	margin-top: 20px;
	color: var(--main-color);
}

@media screen and (min-width: 720px) {
	.titre .webconference {
		font-size: 2.3em;
	}
	.sous-titre {
		font-size: 1.8em;
	}
	.date {
		font-size: 1.6em;
	}
}

.txt-presentation {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 1em;
	color: rgb(115, 115, 115);
	margin-top: 20px;
	line-height: 1.3;
}

.txt-presentation-list {
	font-family: 'Gotham Narrow Bold', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: rgb(115, 115, 115);
	margin-top: 20px;
	line-height: 1.3;
}

.txt-presentation li {
	font-family: 'Gotham Narrow Bold', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 1em;
	color: rgb(115, 115, 115);
	max-width: 540px;
	margin: 7px auto;
}

.txt-presentation-label {
	font-family: 'Gotham Narrow Bold', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.9em;
	color: rgb(115, 115, 115);
	margin: 5px;
}

.right-col-form {
	padding: 1em 1em;
	background-color: var(--grey-lcl);
}

.bloc-form-login{
	max-width: 450px;
	margin: 50px auto;
}

.bloc-prevenir {
	max-width: 400px;
	margin: 50px auto;
}

.txt-form-heading-login {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 1.1em;
	text-align: center;
	margin-top: 0;
	color: #fff;
}

form input,
form textarea {
	background-color: #fff;
	border: 0.5px solid #bfbfbf;
	padding: 0.8em 1em;
	width: 100%;
	margin: 5px auto;
	resize: none;
	border-radius: 5px;
}

form input::-webkit-input-placeholder {
	color: #6a6a6a;
}

form input::-moz-placeholder {
	color: #6a6a6a;
}

form input:-ms-input-placeholder {
	color: #6a6a6a;
}

form input::-ms-input-placeholder {
	color: #6a6a6a;
}

form input::placeholder {
	color: #6a6a6a;
}

form .valider {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	background-color: var(--main-color);
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	width: 100%;
	border: none;
	padding: 0.6em 1em 0.5em 1em;
	cursor: pointer;
	transition: all ease 0.3s;
	border-radius: 5px;
	margin-top: 1px;
}

.bloc-form-chat input ,
.bloc-form-chat textarea,
.bloc-form-modules input ,
.bloc-form-modules textarea {
	color: #444;
	background-color: #dadada;
	border: none;
}

.bloc-form-chat textarea,
.bloc-form-modules textarea {
	height: 80px;
}

.bloc-form-login form .valider {
	margin-top: 5px;
}

form .valider:hover {
	background-color: var(--black-lcl);
	color: #fff;
}

.bloc-form-chat .valider {
	margin-top: 2px;
}

.bloc-date-sommaire-attente {
	border-left: 5px solid #009597;
	padding-left: 0.8em;
	max-width: 636px;
	margin: auto;
}

.bloc-date-sommaire-attente .date {
	text-align: left;
	font-size: 1.5em;
}

.bloc-date-sommaire-attente ul {
	padding-left: 0.9em;
}

.bloc-date-sommaire-attente li {
	font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 0.9em;
	color: rgb(115, 115, 115);
}

.container-countdown {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin: 60px auto 0px auto;
}

.txt-countdown {
	background-color: var(--main-color);
	color: #fff;
	text-transform: uppercase;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 700;
	padding: 1.3em 1em 1em 1em;
	min-width: 310px;
	margin: 0px auto 20px auto;
	border-radius: 3px;
}

.bloc-video {
	max-width: 635px;
	margin: 20px auto 20px auto;
}

.bloc-form-modules,
.bloc-form-chat {
	max-width: 635px;
	margin: 20px auto 30px auto;
}

.txt-form-chat {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: var(--main-color);
	margin: 0px auto 15px auto;
	font-size: 1.1em;
}

.txt-form-modules {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: var(--main-color);
	margin: 0px auto 15px auto;
	font-size: 1.1em;
	text-align: center;
}

.atcb-light {
	display: block;
margin: auto;
}

.txt-fin {
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 700;
	text-align: center;
	margin: 40px auto;
	font-size: 2em;
	color: var(--main-color);
	text-decoration: underline;
	/* text-transform: uppercase;
	display: inline-block;
	padding: 0em 0.8em;
	font-size: 2.5em; */
}

.inscription-txt-attente {
	text-align: center;
	max-width: 750px;
	margin: 20px auto 30px auto;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	color: #00bbef;
}

.languages {
	position: absolute;
	top: 1em;
	right: 1.5em;
}

.languages a {
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
}

.languages a img {
	width: 30px;
}

.inscription-warning {
	font-size: 0.9em;
	text-align: center;
}

.add-to-calendar-button {
	display: block;
	text-decoration: none;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #fff;
	padding: 0.8em;
	margin: auto;
	border-radius: 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background-color: var(--main-color);
	transition: all ease 0.3s;
}

.add-to-calendar-button:hover {
	background-color: var(--black-lcl);
}

/*----------------------------*/
/*------- COUNTDOWN -------*/
/*----------------------------*/

.bloc-video-countdown {
    max-width: 700px;
    margin: 0px auto 20px auto;
}

.elements-countdown {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.bloc-units {
	background-color: #e3e3e3;
	margin: 0px 5px;
	padding: 0.5em;
	border-radius: 3px;
}

.bloc-jours,
.bloc-heures,
.bloc-minutes,
.bloc-secondes {
    text-align: center;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
}

.time-units {
	color: rgb(122, 122, 122) !important;
	font-size: 0.7em;
	font-family: var(--main-font), Arial, Helvetica, sans-serif;
	
}

.bloc-jours div,
.bloc-heures div,
.bloc-minutes div {
    /* border-right: 1px solid #fff; */
}

.bloc-jours div,
.bloc-heures div,
.bloc-minutes div,
.bloc-secondes div {
    font-size: 2.2em;
    font-weight: 700;
    /* padding: 0 0.4em;
    height: 36px;
	margin-top: 10px; */
}

.bloc-jours p,
.bloc-heures p,
.bloc-minutes p,
.bloc-secondes p {
	font-family: 'Gotham-bold', Arial, Helvetica, sans-serif;
    margin: 0;
    color: #1e1e1e;
}

.bloc-jours div p,
.bloc-heures div p,
.bloc-minutes div p,
.bloc-secondes div p {
    width: 55px;
}

.txt-attente {
	text-align: center;
	line-height: 1.5;
	font-size: 1em;
}

.txt-attente span {
	font-family: 'CenturyGothic-Bold', Arial, Helvetica, sans-serif;
	font-size: 1.2em;
}

/*-----------------------*/
/*------- MENTIONS -------*/
/*-----------------------*/

.bloc-mentions {
	max-width: 900px;
	margin: auto;
	font-size: 0.9em;
}

.bloc-mentions h3 {
	font-family: 'Gotham-XNarrow-black', Arial, Helvetica, sans-serif;
	color: #009597;
	margin-top: 30px;
}

.bloc-mentions .subtitles {
	font-family: 'Gotham-XNarrow-black', Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1.2em;
}

.bloc-mentions .underlined {
	text-decoration: underline;
}

.bloc-mentions a {
	font-family: 'Gotham Black', Arial, Helvetica, sans-serif;
	color: #009597;
}


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

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


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


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



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


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



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

/* 
input,
textarea {
    border: none;
    padding: 1em;
    width: 100%;
    background-color: #DDDDDD;
    margin: 5px 0;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

button {
    border: none;
    width: 100%;
    color: #000;
    padding: 0.6em;
    background-color: #000000;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 400;
    font-size: 1.3em;
    transition: all ease 0.5s;
} */

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

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    margin: 10px 0;
	/* font-size: 16px; */
	font-family: 'Roboto', '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: 5px;
	-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: var(--main-color);
	margin-bottom: 20px;
	text-align: center;
}

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

.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: var(--main-color);
	margin: 5px auto;
    border: 2px solid #cbcbcb;
	color: #fff;
}

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

.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;
}


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

footer {
	padding: 1em;
	background-color: rgb(43, 46, 48);
	text-align: center;
	color: #fff;
	font-family: var(--main-font), Helvetica, sans-serif;
	font-weight: 300;
}

/* footer a {
	display: inline-block;
	color: #fff;
} */

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

.error-success-message {
    text-align: center;
	height: 22.5px;
}

.error {
    color: rgb(216, 0, 0);
    text-align: center;
  
}

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

p.success  {
    color: rgb(0, 0, 0);
    text-align: center;

}

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

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

	/* .logos-ifcam{
		max-width: 300px;
	} */

	.container-countdown {
		flex-direction: row;
		max-width: 640px;
		margin: auto;
	}

	.txt-countdown {
		height: 80.25px;
	}

}

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

	/* .logos-ifcam{
		max-width: 400px;
	} */

}


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

	.row-photo-presentation-login {
		flex-wrap: nowrap;
		flex-direction: row;
		display: flex;
		/* height: 790px; */
	}

	/* .row-photo-presentation-attente-header {
		height: 720px !important;
	} */

	.txt-presentation {
		max-width: 680px;
		margin: 20px auto 0 auto;
	}

	.txt-presentation-list {
		max-width: 500px;
		margin: 20px auto 0 auto;
	}

	.row-photo-presentation-fin {
		display: flex;
		flex-wrap: nowrap;
		flex-direction: row;
		min-height: 100vh;
	}

	.left-col-photo-login {
		width: 30%;
		height: inherit;
		background-position: center;
		/* background-size: 410%; */
	}

	.right-col-presentation-login {
		padding: 2em;
		width: 70%;
		height: 100%;
	}

	.right-col-presentation-attente {
		padding-top: 0px;
	}

	.right-col-presentation-fin {
		padding: 2em;
		width: 70%;
		min-height: 100vh;
	}

	.row-speakers-form-login {
		flex-wrap: nowrap;
		flex-direction: row;
		/* height: 800px; */
	}

	.left-col-speakers {
		width: 30%;
		/* height: 100%; */
	}
/* 
	.titre {
		max-width: 550px;
		margin: 30px auto;
	} */

	.bloc-webconference {
		/* justify-content: left; */
		/* margin-left: 20%; */
	}

	.bloc-agrilive {
		justify-content: right;
		/* margin-right: 20%; */
	}

	/* .titre .webconference,
	.titre .agrilive {
		font-size: 2.8em;
	} */

	.virgule {
		position: absolute;
		top: -25px;
		left: 130px;
	}

	.right-col-form {
		width: 70%;
		/* height: 100%; */
		display: flex;
	}

	.bloc-flex-form-login-prevenir {
		margin: auto;
		display: flex;
		flex-direction: column;
	}

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

	.bloc-prevenir-attente {
		margin: 20px auto;
	}

	.row-photo-presentation-attente {
		flex-wrap: nowrap;
		flex-direction: row;
		/* height: 562px; */
	}

	.row-photo-presentation-chat {
		min-height: 100vh;
	}

	.limited {
		margin-top: 30px;
		margin-bottom: 50px;
	}

	.bloc-form-chat .valider {
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		float: right;
	}

	.bloc-form-chat p.error,
	.bloc-form-chat p.success {
		text-align: left;
	}
}


@media screen and (min-width: 1150px)
{
	/* .row-photo-presentation-attente-header {
		height: 795px !important;
	} */
}

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


}
