.img_container {
    max-width: 1920px;
}

.form_errors.alert ul {
    margin-bottom: 0;
}

/*.section1 {
	padding: 108px 10px 0 0px;
}*/

.section1 img {
    width: 1920px;
    height: 293px;
    background-color: #ffffff;
}

.section2 .s_second {
    margin: 0 auto;
    display: block;
    padding-left: 30px;
}

div.section2 {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.s_vcenter {
    height: 100%;
    display: flex;
    position: relative;
}

.s_vcenter .t_vcenter {
    width: 100%;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

/*.s_second {
	padding-top: 42px;
	padding-bottom: 0;
	width: 100%;
	min-height: initial;
	padding-right: 112px;
	padding-left: 615px;
	margin: 0 auto;
}*/

.section2 .mon_title {
    width: 100%;
    height: 76px;
    font-family: Poppins Light;
    font-size: 54px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.28;
    letter-spacing: normal;
    text-align: center;
    color: #0c4171;
    display: block;
    margin-left: 0;
    margin-bottom: 24px;
}

.section2 .mon_title strong {
    font-family: Poppins Bold;

}

.slick-dots {
    height: 45px !important;
}

#s2_slick {
    margin-top: 20px;
    margin-bottom: 20px;
}

.slick-list {
    padding: 0;
    margin-left: 155px;
    margin-right: 155px;
    padding-top: 15px;
}

#s2_slick .slick-dots {
    top: 0;
}

#s2_slick .slick-dots li {
    width: 45px;
    height: 45px;
    margin-right: 45px;
    margin-left: 0px;
}

#s2_slick .slick-dots li button {
    width: 45px;
    height: 45px;
}

/*#s2_slick .slick-dots li button {
	width: 35px;
	height: 35px;
	margin-right: 0;
	margin-left: 0;
	border: #12c890 solid 1px;
	border-radius: 50%;
	font-family: Segoe Ui;
	font-size: 24px;
	color: #12c890;
	line-height: 0px;
	padding-bottom: 8px;
}*/

#s2_slick .slick-dots li button {
    width: 54px;
    height: 53px;
    margin-right: -5px;
    margin-left: -8px;
    border: #12c890 solid 1px;
    border-radius: 50%;
    font-family: Segoe Ui;
    font-size: 24px;
    color: #12c890;
    line-height: 0px;
    padding-bottom: 8px;
}

#s2_slick .slick-dots li.slick-active button {
    background: #12c890;
    font-family: Segoe UI Bold;
    color: #fff;
}

#s2_slick .slick-dots li button::before {
    content: '';
}

#s2_slick .slick-dots li button {
    font-family: Segoe Ui;
    font-size: 24px;
    color: #12c890;
    line-height: 0px;
    background: white;
}

#s2_slick .slick-dots li.slick-active button {
    font-family: Segoe UI Bold;
    color: #fff;
}

#s2_slick .slick-dots li button::after {
    content: '';
    position: absolute;
    background: #12c890;
    width: 35px;
    height: 1px;
    display: block;
    left: 35px;
}

#s2_slick .slick-dots li button::after {
    width: 45px;
    left: 45px;
}

#s2_slick .slick-dots li:last-child {
    margin-right: 0;
}

#s2_slick .slick-dots li:last-child button::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 0px;
    left: 0px;
}

#s2_slick .slick-list {
    padding: 0 !important;
    margin-left: 155px;
    margin-right: 155px;
    padding-top: 15px !important;
}

.s_second input[type=text],
.s_second input[type=email],
.s_second input[type=password] {
    /*width: 894px;*/
    width: 100%;
    height: 55px;
}

.s_second input[type=text],
.s_second input[type=email],
.s_second input[type=password] {
    padding: 15px 32px;
    margin: 20px 0;
    display: inline-block;
    border: 2px solid #0c4171;
    border-radius: 42px;
    box-sizing: border-box;
    color: #0c4171;
    font-size: 18px;
    font-family: Poppins Regular;
}

.s_second input[type=checkbox] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: solid 2px #0c4171;
    background-color: #ffffff;
}

.s_second p {
    /*width: 793px;*/
    width: 100%;
    font-family: Poppins Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0c4171;
}

.s_second p span {
    color: #12c890;
}

.s_second .pt_check {
    padding-top: 40px;
}

.s_second .pb_sp {
    padding-bottom: 20px;
}

.s_second input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.s_second .checkmark {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border: solid 2px #0c4171;
    background-color: #ffffff;
    border-radius: 30%;
    top: 22px;
    bottom: 22px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.s_second input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.s_second .checkmark:after {
    left: 7px;
    bottom: 16px;
    width: 32.7px;
    height: 20.8px;
    border: solid 2px #0c4171;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(45deg);
    transform: rotate(130deg);
}

.create_ps {
    padding-top: 32px;
    margin-left: 25%;
    margin-right: 18%;
}


.save-ps {
    width: 365px;
    height: 66px;
    border-radius: 42px;
    background-color: #0c4171;
    border: solid 2px #0c4171;
}

.save-ps h6 {
    width: 270px;
    height: 28px;
    font-family: Segoe UI Regular;
    font-size: 21px;
    font-weight: initial;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin-left: 45px;
    margin-right: 45px;
    margin-top: 15px;
    margin-bottom: 15px;
}

a:hover {
    text-decoration: none;
}

span a {
    color: #12c890;
    text-decoration: underline;
}

.slick-prev,
.slick-next {
    display: none !important;
}

/* custom container for this page */
@media only screen and (min-width: 1200px) {
    ._custom_container {
        max-width: 1140px;
    }
}

/* custom container for this page */

/* Section image header */
._section_image {
    padding-top: 105px;
    padding-bottom: 20px;
}

._section_image ._background_color {
    height: 293px;
    width: 100%;
    background: #F3F9FE;
    padding-top: 20px;
}

._section_image ._background_color ._background_image_lawn {
    height: 100%;
    width: 100%;
    background-size: auto;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
    top: -100%;
}

._section_image ._background_color ._container_section_image {
    height: 100%;
}

._section_image ._background_color ._container_section_image ._background_image_cloud {
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

._section_image ._background_color ._container_section_image ._background_image_cloud ._draw_your_life {
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    position: relative;
}

#s2_slick .slick-dots li button::after {
    width: 37px;
    left: 45px;
}

.ca_separator {
    display: flex;
    color: #0c4171;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
    justify-content: space-between;

    width: auto;
    margin-right: -10px;
    margin-left: -10px;
}

.ca_separator div {
    width: 100%;
    height: 1px;
    background-color: #0c4171;
}

.ca_separator span {
    display: flex;
    align-self: center;
    margin-left: 15px;
    margin-right: 15px;
}

.left-0 {
    left: 0 !important;
}

.right-0 {
    right: 0 !important;
}

.ca_form_txt {
    font-size: 16px;
    font-family: Poppins;
    color: #0c4171;
    text-align: center;
}

.ca_form_txt a {
    color: #0c4171;
    text-decoration: underline;
}

.ca_form_txt a:hover {
    color: #457bad;
}

@media screen and (min-width: 360px) and (max-width: 580px){
    .ca_form_txt {
        font-size: 13px;
    }
}

/* Section image header */

/* Media query */
@media only screen and (max-width: 1400px) {
    #s2_slick .slick-dots li button {
        width: 46px;
        height: 46px;
        margin-right: 0px;
        margin-left: 0px;
        font-size: 20px;
    }

    #s2_slick .slick-dots li button::after {
        width: 45px;
        left: 45px;
    }

}

@media only screen and (min-width: 768px) and (max-width: 901px) {
    .s_second .checkmark {
        width: 26px;
        height: 26px;
    }

    .s_second p {
        font-size: 14px;
    }

    .create_ps {
        margin-left: 6%;
    }

    .create_ps {
        margin-left: 16%;
        margin-right: 16%;
    }

    .save-ps h6 {
        font-size: 14px;
        margin-left: 40px;
        margin-right: 40px;
    }

    .save-ps {
        width: 250px;
        height: 50px;
    }
}

@media only screen and (max-width: 767.9px) {
     ._custom_container .mon_title_update {
        margin: 85px 0 2px;
        font-size: 16px;
      }
    .s_second .checkmark {
        width: 20px;
        height: 20px;
    }

    .s_second p {
        font-size: 10px;
    }

    .create_ps {
        margin-left: 3%;
    }

    .create_ps {
        margin-left: 8%;
        margin-right: 8%;
    }

    .s_second p {
        font-size: 10px;
    }

    .s_second .checkmark {
        width: 15px;
        height: 15px;
    }

    .save-ps {
        width: 150px;
        height: 45px;
    }

    .save-ps h6 {
        font-size: 10px;
        margin-left: 15px;
        margin-right: 15px;
    }
}

/* End media query */

/* New css private*/
.section_esp .mon_title {
    width: 100%;
    height: 76px;
    font-family: Poppins Light;
    font-size: 54px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.28;
    letter-spacing: normal;
    text-align: center;
    color: #0c4171;
    display: block;
    margin-left: 0;
    margin-bottom: 24px;
}

.section_esp .mon_title strong {
    font-family: Poppins Bold;

}

._custom_container input[type=text],
._custom_container input[type=email],
._custom_container input[type=password],
._custom_container input[type=date] {
    /*width: 894px;*/
    width: 100%;
    height: 55px;
}

._custom_container input[type=text],
._custom_container input[type=email],
._custom_container input[type=password],
._custom_container input[type=date] {
    padding: 15px 32px;
    margin: 20px 0;
    display: inline-block;
    border: 2px solid #0c4171;
    border-radius: 42px;
    box-sizing: border-box;
    color: #0c4171;
    font-size: 18px;
    font-family: Poppins Regular;
}

._custom_container input[type=checkbox] {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    border: solid 2px #0c4171;
    background-color: #ffffff;
}

._custom_container p {
    /*width: 793px;*/
    width: 100%;
    font-family: Poppins Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0c4171;
}

._custom_container p span {
    color: #12c890;
}

._custom_container .pt_check {
    padding-top: 40px;
}

._custom_container .pb_sp {
    padding-bottom: 20px;
}

._custom_container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

._custom_container .checkmark {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    border: solid 2px #0c4171;
    background-color: #ffffff;
    border-radius: 30%;
    top: 22px;
    bottom: 22px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
._custom_container input:checked~.checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
._custom_container .checkmark:after {
    left: 7px;
    bottom: 16px;
    width: 32.7px;
    height: 20.8px;
    border: solid 2px #0c4171;
    border-width: 2px 2px 0px 0px;
    -webkit-transform: rotate(130deg);
    -ms-transform: rotate(45deg);
    transform: rotate(130deg);
}



._custom_container .esp_form {
    position: relative;
    margin: 0 auto;
    display: table;
    margin: 0 auto;
    width: 60%;
    top: -212px;
    margin-top: -50px;
    margin-bottom: -130px;
}

.c_slick_esp .slick-list {
    width: 91%;
}

._custom_container ._cnt_btn {
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
}

._custom_container ._cnt_btn ._btn {
    width: 295px;
    height: 66px;
    background: #0c4171;
    border-radius: 40px;
    text-align: left;
    padding: 0;
}

._custom_container ._btn._txt_center {
    text-align: center;
}

.section_esp ._cnt_btn #create_member_space_button {
    width: 325px;
}

._custom_container ._cnt_btn ._btn ._txt_btn {
    font-family: Segoe UI Regular;
    font-size: 21px;
    color: #fff;
    padding-top: 14px;
    padding-left: 60px;
    padding-bottom: 0;
    display: inline-block;
}

._custom_container ._btn._txt_center ._txt_btn {
    padding-left: 35px;
}

._custom_container ._cnt_btn ._btn ._ico_btn {
    width: 65px;
    height: 65px;
    background: #3e678d;
    border-radius: 50%;
    float: right;
    padding: 10px;
}

._custom_container ._cnt_btn ._btn ._ico_btn img {
    padding-top: 8px;
    margin-left: 8px;
    width: 29px;
    height: auto;
}

._custom_container ._cnt_btn ._btn ._ico_btn.md img {
    padding-top: 2px;
    margin-left: 3px;
    width: 40px;
    height: auto;
}

@media only screen and (min-width: 768px) and (max-width: 901px) {
    ._custom_container .checkmark {
        width: 26px;
        height: 26px;
    }

    ._custom_container p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767.9px) {
    ._custom_container .checkmark {
        width: 20px;
        height: 20px;
    }

    ._custom_container p {
        font-size: 10px;
    }

    .create_ps {
        margin-left: 3%;
    }

    .create_ps {
        margin-left: 8%;
        margin-right: 8%;
    }

    ._custom_container p {
        font-size: 10px;
    }

    ._custom_container .checkmark {
        width: 15px;
        height: 15px;
    }
}

._section_image ._background_image_ep {
    background-position: left !important;
    background: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    height: 425.8px;
    margin-top: 20px;
    margin-left: 160px;
    width: 120%;
    margin-top: -30px;
    margin-left: 8px;
}

@media only screen and (min-width: 1850px) {
    ._section_image ._background_image_ep {
        height: 300px;
    }
}

._custom_container .mon_title {
    width: 100%;
    height: 76px;
    font-family: Poppins Light;
    font-size: 54px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.28;
    letter-spacing: normal;
    text-align: center;
    color: #0c4171;
    display: block;
    z-index: 1000;
    top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

._custom_container .mon_title_update {
    width: 100%;
    height: 76px;
    font-family: Poppins Light;
    font-size: 31px;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.28;
    letter-spacing: normal;
    text-align: center;
    color: #0c4171;
    display: block;
    z-index: 1000;
    top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

._section_image {
    width: 60%;
}

/*.trace_espace_prive {
    margin-left: 114%;
    margin-top: -1049px;
}*/

.trace_espace_prive img {
    width: 337.7px;
    height: 522.4px;
}

._custom_container .esp_form .g-recaptcha {
    margin-left: 28%;
    margin-right: 18%;
}


.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #12c890;
    background-color: #12c890;
}

.custom-control-label::before {
    width: 28px;
    height: 28px;
    border-radius: 30% !important;
}

.custom-control-label::after {
    width: 28px;
    height: 28px;
}

._remember_me {
    padding-left: 10px;
    font-size: 16px;
    padding-top: 5px;
}

.trace_espace_prive {
    margin-left: 110%;
    margin-top: -540px;
}

.custom-control-input:focus + .custom-control-label::before {
    outline: 0;
}

@media only screen and (max-width: 1920px) {
    /*.trace_espace_prive {
        margin-left: 110%;
        margin-top: -1049px;
    }*/

    .c_slick_esp .slick-list {
        width: 88%;
    }

}

@media only screen and (max-width: 1860px) {
    ._section_image ._background_image_ep {
        height: 363.8px;
        width: 58%;
        margin-top: -30px;
    }

}

@media only screen and (max-width: 1800px) {
    ._custom_container .mon_title {
        top: 95px;
        right: 48px;
    }

    ._custom_container .esp_form {
        width: 63%;
    }

    ._section_image ._background_image_ep {
        height: 345.8px;
        width: 67%;
        margin-top: -13px;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 1480px) {
    ._custom_container ._custom_container {
        max-width: initial !important;
    }

}

@media only screen and (max-width: 1768px) {
    ._custom_container ._custom_container {
        max-width: 1704px !important;
    }
}


@media only screen and (max-width: 1710px) {
    ._custom_container .mon_title {
        right: 25px;
    }

    ._custom_container .esp_form {
        width: 58%;
    }

    ._section_image ._background_image_ep {
        height: 270.8px;
        width: 50%;
    }

}

@media only screen and (max-width: 1400px) {
    ._custom_container .mon_title {
        font-size: 46px;
    }

    ._custom_container .esp_form {
        width: 60%;
    }

    ._custom_container .mon_title {
        font-size: 40px;
    }

    ._custom_container .mon_title_update {
        font-size: 26px;
    }

    ._section_image ._background_image_ep {
        height: 270.8px;
        width: 60%;
    }

    /*.trace_espace_prive {
        margin-left: 100%;
    }*/
}

@media only screen and (max-width: 1366px) {

    ._section_image ._background_image_ep {
        height: 270.8px;
        width: 40%;
    }

    /*.trace_espace_prive {
        margin-left: 100%;
    }*/
}

@media only screen and (max-width: 1200px) {
    ._custom_container .mon_title {
        font-size: 30px;
    }

    ._custom_container .mon_title_update {
        margin: 45px 0 2px;
        font-size: 23px;
    }

    .c_slick_esp .slick-list {
        width: 87%;
    }

    ._custom_container .mon_title_update {
        margin: 100px 0 2px;
        font-size: 23px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 768px) {

    ._custom_container .mon_title_update {
        margin: 100px 0 -40px 0px;
        font-size: 16px;
        line-height: 27px;
    }
}

@media only screen and (max-width: 360px) {

    ._custom_container .mon_title_update {
        margin: 100px 0 -40px 0px;
        font-size: 13px;
        line-height: 20px;
    }
}

/* New css private*/

/* condition 2 private space */
._custom_container ._condition2 {
    margin-bottom: 40px;
}

._custom_container ._condition2 .checkmark {
    top: 6px;
}

.pass-input-wrap span {
    position: absolute;
    right: 20px;
    cursor: pointer;
    bottom: 36px;
    z-index: 10;
    font-size: 15px;
}

.pass-input-wrap.sm span {
    right: 20px;
    bottom: 24px;
}

.pass-input-wrap.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

/* --------- formulaire emprunteur/ media query for mobile ---------- */
@media screen and (min-width: 360px) and (max-width: 580px){
    
    ._custom_container{
        margin-left: auto !important;
        margin-right: auto !important;
    }
    ._section_image{
        padding: 0;
        width: 60%;
        display: none;
    }

    #_form_login{
        text-align: center !important;
        font-size: 13px !important;
    }

    #_form_login div:first-child{
        padding-top: 0 !important;
    }

    ._btn_wrap{
        margin: 0 !important;
        height: 20px;
    }


    #space_title{
        top: 36px;
        font-size: 22px;
    }

    .trace_espace_prive{
        display: none;
    }

    .esp_form{
        margin-top: 270px !important;
        display: flex !important;
        justify-content: center !important;
        width: 77% !important;
    }

    .esp_form #space_title{
        width: 360px;
        display: inline-table;
        text-align: center;
        margin: 0 !important;
        height: 18px;
    }

    #_form_login input{
        margin-top: 0;
        font-size: 13px;
        height: 40px;
    }

    ._custom_container ._cnt_btn ._btn{
        width: 259px;
        height: 41px;
    }

    ._custom_container ._cnt_btn ._btn ._ico_btn{
        padding: 0;
        width: 40px;
        height: 40px;
    }

    ._custom_container ._cnt_btn ._btn ._txt_btn{
        font-size: 16px;
        padding-top: 6px;
        padding-left: 83px;
    }

    ._remember_me{
        font-size: 13px;
    }

    .eye{
        bottom: 28px !important;
    }
}

/* --------- formulaire emprunteur/ media query for tablette ---------- */
@media screen and (min-width: 581px) and (max-width: 785px){
    #space_title{
        position: relative !important;
    }

    .mon_title{
        margin-top: 20px;
        height: 43px !important;
    }

    .navbar-expand-sm{
        /*display: none;*/
    }

    #inputPassword{
        margin:0;
    }

    .eye{
        bottom: 15px !important;
    }

    #_form_login{
        /*width: 300px !important;*/
        text-align: center !important;
        font-size: 13px !important;
    }

    ._section_image{
        float: left;
        padding: 0;
        margin-left: -86px;
        margin-top: -20px;
    }
}