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

@font-face {
	font-family: "Barlow Light";
	src:
	  url("/common/fonts/barlow/Barlow-Light.ttf") format("truetype"),
	  url("/common/fonts/barlow/Barlow-Light.woff") format("woff"),
	  url("/common/fonts/barlow/Barlow-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow Light Italic";
	src:
	  url("/common/fonts/barlow/Barlow-LightItalic.ttf") format("truetype"),
	  url("/common/fonts/barlow/Barlow-LightItalic.woff") format("woff"),
	  url("/common/fonts/barlow/Barlow-LightItalic.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow Regular";
	src:
	  url("/common/fonts/barlow/Barlow-Regular.ttf") format("truetype"),
	  url("/common/fonts/barlow/Barlow-Regular.woff") format("woff"),
	  url("/common/fonts/barlow/Barlow-Regular.woff2") format("woff2");
}

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

@font-face {
	font-family: "Barlow Semibold";
	src:
	  url("/common/fonts/barlow/Barlow-SemiBold.ttf") format("truetype"),
	  url("/common/fonts/barlow/Barlow-SemiBold.woff") format("woff"),
	  url("/common/fonts/barlow/Barlow-SemiBold.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow Condensed Light";
	src:
	  url("/common/fonts/barlow/BarlowCondensed-Light.ttf") format("truetype"),
	  url("/common/fonts/barlow/BarlowCondensed-Light.woff") format("woff"),
	  url("/common/fonts/barlow/BarlowCondensed-Light.woff2") format("woff2");
}

@font-face {
	font-family: "Barlow Condensed Italic";
	src:
	  url("/common/fonts/barlow/BarlowCondensed-Italic.ttf") format("truetype"),
	  url("/common/fonts/barlow/BarlowCondensed-Italic.woff") format("woff"),
	  url("/common/fonts/barlow/BarlowCondensed-Italic.woff2") format("woff2");
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
}

.uppercase {
    text-transform: uppercase;
}

html {
    scroll-behavior: smooth;
}

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


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

header {
    background-image: url('../../img/background-color.jpg');
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
    padding-bottom: 2em;
}

.logo-ca-indo {
    max-width: 170px;
    margin: 0 auto 40px auto;
}

.bloc-titre {
    font-family: 'Barlow Medium', Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 1.3em;
    text-align: center;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bloc-titre p {
    margin: 0;
}

.bloc-titre p:nth-child(1) {
    margin-bottom: 10px;
}

.bloc-date {
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.bloc-date p {
    margin: 0;
    font-family: 'Barlow Medium', Arial, Helvetica, sans-serif;
}

.bloc-date p:nth-child(1) {
    font-size: 1.4em;
}

.bloc-date p:nth-child(2) {
    font-family: 'Barlow Light', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.bloc-all-speakers {
    margin: 30px auto;
}

.bloc-one-speaker {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    max-width: 500px;
    margin: 0 auto 20px auto;
}

.img-speaker {
    width: 10%;
    margin-right: 10px;
}

.txt-speaker {
    width: 80%;
    color: #fff;
}

.txt-speaker p {
    margin: 0;
}

.name-speaker {
    font-family: 'Barlow Medium', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.title-speaker {
    font-family: 'Barlow Condensed Light', Arial, Helvetica, sans-serif;
}

.logo-architects-of-wealth {
    max-width: 190px;
    margin: 40px auto;
}

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

.right-col {
    background: url('../../img/background-grey.jpg');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
}

.bloc-form-modules {
    padding: 1em;
}

.bloc-video-form {
    padding: 1em 1em 0 1em;
}

.register {
    font-family: 'Barlow Semibold', Arial, Helvetica, sans-serif;
    color: #1c436a;
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 2px;
    margin: 0;
}

.ask-your-questions {
    font-family: 'Barlow Medium', Arial, Helvetica, sans-serif;
    color: #000;
    margin: -8px 0 20px 0;
    font-size: 1.3em;
}

.form-modules-txt {
    font-family: 'Barlow Regular', Arial, Helvetica, sans-serif;
    color: #1c436a;
    margin-bottom: 0;
}

.form-chat-txt {
    font-family: 'Barlow Regular', Arial, Helvetica, sans-serif;
    color: #1c436a;
    margin-bottom: 0;
    font-size: 1.4em;
}

input,
textarea {
    font-family: 'Barlow Light', Arial, Helvetica, sans-serif;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #000;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #000;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #000;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #000;
}
input::placeholder,
textarea::placeholder {
    color: #000;
}

input,
textarea {
    border: none;
    padding: 0.5em 0.6em;
    width: 100%;
    color: #323232;
    background-color: #ffffff;
    margin: 4px 0;
}

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

button {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    border: none;
    color: #fff;
    background-color: #1c436a;
    padding: 0.4em 2em;
    cursor: pointer;
    font-family: 'Barlow Semibold', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    transition: all ease 0.5s;
}

button:hover {
    background-color: #08131f;
}

.mandatory-fields {
    font-family: 'Barlow Light Italic', Arial, Helvetica, sans-serif;
    text-align: right;
    font-size: 0.9em;
    margin-top: 0;
}

.right-col-flex-center {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.txt-end {
    font-family: 'Barlow Semibold', Arial, Helvetica, sans-serif;
    font-size: 2em;
    text-align: center;
    color: #1c436a;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.txt-end p {
    margin: 0;
}

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

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

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

/* class applies to select element itself, not a wrapper element */
.select-css {
    display: block;
    margin: 10px 0;
	/* font-size: 16px; */
	font-family: 'Barlow Regular', Arial, Helvetica, 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%;
}

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

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

.temps {
	margin: auto;
} */



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

footer {
    font-family: 'Barlow Condensed Light', Arial, Helvetica, sans-serif;
    color: rgb(129, 129, 129);
    line-height: 1.2;
}

.bloc-legal-notices {
    padding: 1em;
}

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

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

p.error {
    color: rgb(231, 12, 12);
    text-align: center;

}

p.success  {
    color: rgb(41, 176, 34);
    text-align: center;
}

.success  {
    color: rgb(41, 176, 34);
    text-align: center;
}

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

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

    .bloc-titre {
        font-size: 1.4em;
    }

}

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

  

}


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

    .center-div {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    header {
        width: 40%;
        padding: 0 1em;
        display: flex;
        flex-direction: column;
    }

    .bloc-all-speakers {
        flex-grow: 1;
    }

    .right-col {
        width: 60%;
    }

    .bloc-form-modules,
    .bloc-legal-notices,
    .bloc-video-form {
        max-width: 900px;
        margin: auto;
    }

    .bloc-one-speaker {
        max-width: 400px;
    }

    .bloc-form-modules button,
    .bloc-video-form button {
        float: right;
    }

    .bloc-form-modules .error-success-message,
    .bloc-video-form .error-success-message {
        float: left;
        height: 18px;
        margin: 9px 0 0 0;
    }

    .bloc-form-modules p.success  {
        text-align: left;
        margin-top: -10px !important;
    }

}

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

    header {
        width: 30%;
    }

    .right-col {
        width: 70%;
    }

    .bloc-form-modules {
        margin-top: 20px;
    }

    .register {
        font-size: 2.5em;
    }

    .ask-your-questions {
        font-size: 1.5em;
        margin-top: -14px;
    }

}

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



}
