/* Fichier css pour /index.php, adapté pour ecran de 150px a 750px */

.section_one_index
{
    min-width: 100%;
    width: 100%;
    max-width: 100%;
}

.div_titre /* => Div pour Avis, titres, button */
{
    height: auto;
    width: calc(100% - 80px);
    margin-top: 150px;
    margin-left: 20px;
    padding-right: 20px;
}

.soi_h1_principal /* => h1 principal */
{
    font-size: 32px;
    width: 100%;
    max-width: 500px;
}

.soi_h2_next /* => h2 next */
{
    width: 100%;
    max-width: 600px;
    font-size: 18px;
}

.soi_input_vns
{
    outline: none;
    height: 40px;
    width: 200px;
    color: rgb(255, 255, 255);
    background-color: rgb(54, 127, 238);
    border-radius: 7px;
    border: 0;
    font-size: 14px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    transition: all .3s ease-in-out 0s
}

.div_propositions_index
{
    height: 20px;
    margin-top: 200px; 
    font-size: 10px;
}

.dpi_ul li
{
    margin-left: 10px;
    margin-right: 10px;
}

/* SND 1 */

.secure_section_new_di
{
    width: 100%;
}

.snd_h1
{
    font-size: 26px;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    max-width: 400px;
}

.snd_div_right_sp_mediascreen
{
    display: block;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    height: 300px;
    margin-top: 50px;
    border-radius: 25px;
    overflow: hidden;
    background-position: center;
    background-size: 140%;
    background-repeat: no-repeat;
    background-color: rgba(171, 171, 171, 0.234);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.snd_div_right
{
    display: none;
}

.snd_div_left
{
    width: 100%;
    height: auto;
    text-align: left;
    margin-top: 30px;
}

.snd_div_left_pra_h2 /* => Div pour p et h2 */
{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.snd_d_l_pra
{
    font-size: 16px;
}

.snd_d_l_h2
{
    margin-top: 15px;
    font-size: 28px;
    width: 100%;
    max-width: 600px;
}

.snd_div_left_global_pra
{
    margin-left: 20px;
    margin-right: 20px;
}

.snd_d_l_pra_to
{
    font-size: 22px;
    width: 100%;
}

.snd_input
{
    margin-left: 20px;
}

/* SND2 */

.snd_div_right_2
{
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    height: 300px;
    background-size: 200%;
}

.snd_div_left_2
{
    float: left;  /* Important dans 150-750 puisque inverser */
    width: 100%;
}

/* Fin de section SND */

/* Module FAQS */

.secure_faqs
{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(255, 255, 255);
    background-image: url(/index/IMGS/fond_faqs.jpg);
}

.index_section_faqs
{
    display: inline-block;
    width: calc(100% - 40px);
    height: 900px;
    margin-left: 20px;
    margin-right: 20px;
}

.index_section_faqs_div_forh1
{
    padding-left: 0px;
}

.index_section_faqs_h1
{
    font: 600 45px arial;
    margin: 0;
}

.faq-container /* General */
{ 
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding-bottom: 15px;
    margin-left: 0px;
}

.faq-item { /* Div de question reponse */
    margin-bottom: 35px;
}

.index_section_faqs_img_right /* Div de l'image a droite */
{
    display: none;
}

/* End Module FAQS */

/* Module: Nos prestations personnalisés */

.dg3b /* => Div dans divg3 */
{
    width: 100%;
    margin-top: 50px;
}

.dg3b_div_title /* => Div dans dg3b en haut pour le titre */
{
    font-size: 30px;
    height: auto;
}

.divg3_special_mediascreen
{
    display: inline-block;
    min-width: 200px;
    width: calc(100% - 40px);
    max-width: 400px;
    margin-left: 20px;
    margin-right: 20px;
}

.dg3b_option_div /* => Div pour chaque option (de site) */
{
    min-width: 200px;
    width: 100%;
    max-width: 400px;
    height: auto;
    padding-bottom: 60px;
    float: left;
    margin-left: 0;
    margin-top: 50px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out 0s;
}

.dg3b_option_div_image /* => Div pour image */
{
    width: 100%;
    height: auto;
}

.dg3b_option_image /* => Image en soit */
{
    width: calc(100% - 40px);
    height: auto;
    margin: 20px;
}

.dg3b_option_div_ulli /* => Div des option dans les div option */
{
    width: calc(100% - 40px);
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
}

.dg3b_option_text_1, .dg3b_option_text_2, .dg3b_option_text_3
{
    margin-top: 30px;
}

.dg3b_option_text_1 /* => Text 1 dans chaque option */
{
    font-size: 22px;
}

.dg3b_option_text_2 /* => Text 2 dans chaque option */
{
    font-size: 26spx;
}

.dg3b_option_text_3 /* => Text 3 dans chaque option */
{
    font-size: 22px;
}

.dg3b_div_bottom /* => Div pour le text en bas */
{
    display: none;
}
