/* Fichier css pour /index.php, adapté pour ecran de 750px a 1000px */

.section_one_index
{
    width: 100%;
    max-width: 100%;
}

.soi_h1_principal /* => h1 principal */
{
    font-size: 45px;
    max-width: 700px;
}

.soi_input_vns
{
    font: 600 15px arial;
}

/* SND 1 */

.secure_section_new_di
{
    width: 750px;
}

.snd_div_right_sp_mediascreen
{
    display: block;
    width: 710px;
    height: 460px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    border-radius: 25px;
    overflow: hidden;
    background-position: center;
    background-size: 120%;
    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: 750px;
    height: auto;
    text-align: left;
    margin-top: 30px;
}

.snd_div_left_pra_h2 /* => Div pour p et h2 */
{
    width: 750px;
    margin-left: 20px;
    margin-right: 20px;
}

.snd_d_l_pra
{
    font-size: 32px;
}

.snd_d_l_h2
{
    margin-top: 15px;
    font-size: 42px;
    width: 650px;
}

.snd_div_left_global_pra
{
    margin-left: 20px;
    margin-right: 20px;
}

.snd_d_l_pra_to
{
    font-size: 22px;
}

.snd_input
{
    margin-left: 20px;
    font: 600 14px arial;
}

/* SND2 */

.snd_div_right_2 /* Div img */
{
    width: 710px;
    height: 430px;
    background-size: 165%;
    margin-left: 20px;
    margin-right: 20px;
}

.snd_div_left_2
{
    float: left; /* Important dans 750-1000 puisque inverser */
    width: 750px;
}

/* Fin de section SND */

/* Module FAQS */

.index_section_faqs
{
    width: 750px;
    height: 700px;
}

.index_section_faqs_h1
{
    font: 650 45px arial;
}

.faq-container /* General */
{ 
    float: left;
    width: 650px;
    height: auto;
    margin-top: 40px;
    padding-bottom: 15px;
    margin-left: 20px;
}

.faq-item { /* Div de question reponse */
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}

.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: 750px;
}

.dg3b_div_title /* => Div dans dg3b en haut pour le titre */
{
    font-size: 40px;
    height: 60px;
}

.dg3b_option_div /* => Div pour chaque option (de site) */
{
    width: 220px;
    height: 320px;
    margin-left: 22.5px;
}

.dg3b_option_div_image /* => Div pour image */
{
    width: 220px;
    height: 170px;
}

.dg3b_option_image /* => image en soit */
{
    width: 180px;
    height: auto;
    margin: 20px;
}

.dg3b_option_div_ulli /* => Div des option dans les div option */
{
    width: 180px;
    height: auto;
    margin-left: 20px;
    margin-top: 15px;
}

.dg3b_div_bottom /* => Div pour le text en bas */
{
    font-size: 15px;
}

