/*
 Theme Name:     Divi creative agency
 Theme URI:      https://demo.infomaniak.com/preview?t=divi-creative-agency
 Description:    Votre site sera constitue de plusieurs pages (accueil, blog, contact, etc...) que vous pourrez librement personnaliser selon vos besoins.
 Author:         Infomaniak
 Author URI:     https://www.infomaniak.com
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');
 
.page-template-demande-sav {
    background-color: #f6f5f4;
}

.page-template-demande-sav h1 {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2em;
    text-align: center;
    position: relative;
    padding-bottom: 21px;
    margin-bottom: 61px;
}

.page-template-demande-sav h1:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 50px;
    background-color: #c1a775;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.page-template-demande-sav #et-main-area {
    padding-top: 112px;
}

.sav-form, .sav-send {
    width: 100%;
    max-width: 1066px;
    margin: auto;
}

.sav-send {
    margin-top: 25px;
    margin-bottom: 25px;
}

.sav-form .error {
    color: darkred;
    text-align: center;
}

.sav-form #partie-1, .sav-form #partie-2, .sav-form #partie-3 {
    margin-bottom: 20px;
}


.sav-form #partie-2, .sav-form #partie-3 {
    display: none;
}


.sav-form .center, .sav-send .center {
    text-align: center;
}

.sav-form .hidden {
    display: none !important;
}

.sav-form .align-start {
    align-items: start !important;
}

.sav-form h2 {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1em;
    letter-spacing: 0.72px;
    margin-bottom: 22px;
    position: relative;
    padding: 0 15px 0 80px;
}

.sav-form h2 span {
    width: 50px;
    height: 50px;
    background-color: #c1a775;
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.sav-form h3 {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.48px;
}

.sav-form h4 {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.48px;
    text-align: center;
    padding: 0;
    margin-bottom: 36px;
}

.sav-form .bloc {
    background-color: #ffffff;
    padding: 31px 30px;
}

.sav-form input {
    width: 100%;
    max-width: 472px;
    height: 57px;
    background-color: #f6f5f4;
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    border: none;
    padding: 24px 20px 22px;
    margin: 0 0 30px 0;
}

.sav-form textarea {
    width: 100%;
    max-width: 472px;
    height: 219px;
    background-color: #f6f5f4;
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
    padding: 20px 15px;
    resize: none;
    border: none;
    margin-bottom: 15px;
}

.sav-form input::placeholder {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
}

.sav-form textarea::placeholder {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.48px;
}

.sav-form input:disabled {
    cursor: not-allowed;
}

.sav-form .wrap-select-modele, input[name=placeholder] {
    width: 100% !important;
    max-width: 351px;
}

.sav-form .select2 {
    width: 100% !important;
    max-width: 351px;
    height: 57px !important;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    border: none;
    margin-bottom: 15px;
}

.sav-form .select2-selection__placeholder {
    color: #1d1d1b !important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
  
.sav-form .select2-selection {
    border-radius: 4px;
    padding: 7px 16px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    height: 57px;
    background-color: #f6f5f4;
    border: none;
    border-radius: 0;
}

.sav-form .select2-selection__rendered {
    line-height: 45px !important;
    height: 100%;
}

.sav-form .select2-selection__arrow {
    display: none;
}

.sav-form .select2-dropdown {
    font-size: 14px;
}

.sav-form .btn {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 0.48px;
    background-color: #c1a775;
    padding: 19px 26px 19px 28px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.sav-form .btn:hover {
    background-color: #1d1d1b;
    color: #c1a775;
}

.sav-form .btn:disabled {
    cursor: not-allowed;
}

.sav-form .form h4 {
    margin-bottom: 49px;
}

.sav-form .bloc-head {
    border-bottom: 2px solid #f6f5f4;
    margin-bottom: 27px;
    padding: 0 0 18px;
}

.sav-form a {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.5s;
}

.sav-form a:hover {
    color: #c1a775;
}

.sav-form .infos_1, .sav-form .infos_2, .sav-form .infos_3 {
    text-align: center;
}

.sav-form .infos_1, .sav-form .infos_2, .sav-form .infos_3 {
    margin-bottom: 25px;
}

.sav-form .search {
    margin-bottom: 25px;
}

.sav-form .image {
    max-width: 295px;
    margin: auto;
    margin-bottom: 13px;
}

.sav-form .image img {
    width: 100%;
}

.sav-form p {
    color: #1d1d1b;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2em;
    letter-spacing: 0.39px;
}

.sav-form p.little {
    font-size: 11px;
}

.sav-form .infos_1 p{
    margin-bottom: 22px;
}

.sav-form #identification {
    margin-bottom: 12px;
    max-width: 351px;
}

.sav-form .inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.sav-form .inputfile + label {
    font-size: 1.25em;
    font-weight: 700;
    color: #1d1d1b;
    display: inline-block;
    width: 120px;
    height: 90px;
    background-color: #f6f5f4;
    line-height: 90px;
    text-align: center;
    transition: all 0.5s;
}

.sav-form .inputfile:focus + label,
.sav-form .inputfile + label:hover {
    background-color: #c1a775;
}

.sav-form .inputfile + label {
	cursor: pointer; 
}

.sav-form .photos_outputs {
    flex-wrap: wrap;
}

.sav-form .photo {
    width: 121px;
    height: 90px; 
    position: relative;
    overflow: hidden;
    margin-right: 52px;
    margin-bottom: 10px;
    display: inline-block;
}

.sav-form .photo img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sav-form .probleme {
    line-height: 1.5em;
    margin-bottom: 29px;
    text-align: justify;
}

.sav-form .modele_custom_link {
    margin-bottom: 15px;
}

.sav-form .g-recaptcha >div {
    margin: auto;
}

/* mobile only */
@media (max-width: 768px) {
    .sav-form .selected {
        margin-bottom: 25px;
    }

    .sav-form textarea {
        margin-bottom: 25px;
    }

    .sav-form .desc {
        margin-bottom: 25px;
        margin-top: 25px;
    }

    .sav-form .form {
        margin-top: 25px;
    }

    .sav-form .g-recaptcha {
        margin-bottom: 25px;
    }
}

/* from tablet */
@media (min-width: 768px) {
    .sav-form .bloc {
        padding: 31px 30px 107px;
        position: relative;
    }

    .sav-form h2 {
        margin-bottom: 40px;
        padding: 0 15px 0 75px;
    }

    .sav-form h2 span {
        left: 5px;
    }

    .sav-form .wrap {
        display: flex;
        align-items: center;
    }

    .sav-form .search {
        max-width: 840px;
        margin: 0 auto 16px;
        justify-content: space-between;
    }

    .sav-form .step {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    
    .sav-form .wrap-50 > div, .sav-form .wrap-50 > h4 {
        flex-basis: 50%;
        max-width: 50%;
    }

    .sav-form .space-between-md {
        justify-content: space-between;
    }

    .sav-form .form, .sav-form .desc {
        padding-left: 37px;
    }

    .sav-form .select2 {
        margin-bottom: 0;
    }

    .sav-form .wrap-select-modele, input[name=placeholder] {
        margin-bottom: 0;
    }
    
}

/* from desktop */
@media (min-width: 992px) {}

/* from desktop xl */
@media (min-width: 1200px) {
    .sav-form .wrap-xl {
        display: flex;
        align-items: center;
    }

    .sav-form input.little-input {
        width: 222px !important;
    }

    .sav-form input[name=cp_client] {
        width: 149px;
    }

    .sav-form input[name=ville_client] {
        width: 292px;
    }
}