/* Version PC */

/* header from file from website, in fichier "header.css" */

.fond_secure_soi
{
    height: auto;
    width: 100%;
    z-index: 8;
    opacity: 1;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(255, 255, 255);
    background-image: url(/index/IMGS/MicrosoftTeams_Steelcase_02_1920x1080-1200x630.jpg);
}

.section_one_index
{
    display: inline-block;
    min-width: 500px;
    width: 1200px;
    max-width: 1200px;
    height: 750px;
    color: rgb(255, 255, 255);
    text-align: center;
}
  
.div_titre /* => Div pour Avis, titres, button */
{
    float: left;
    height: auto;
    width: calc(100% - 20px);
    margin-top: 150px;
    margin-left: 20px;
    text-align: left;
}

.soi_div_avis
{
    height: 30px;
    width: 120px;
    overflow: hidden;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 7px;
}

.soi_div_avis:hover
{
    background-color: rgba(255, 255, 255, 0.085);
}

.soi_div_avis:active
{
    background-color: rgba(255, 255, 255, 0.155);
}

.soi_div_avis_img
{
    height: 30px;
    float: left;
}

.soi_div_avis_text
{
    float: left;
    margin-left: 10px;
    font: 600 30px arial;
    color: rgb(0, 182, 122);
}

.soi_div_avis_text_em
{
    position: absolute;
    font: 600 20px arial;
    color: rgb(146, 146, 146);
    margin-top: 0px;
}

.soi_h1_principal /* => h1 principal */
{
    font-size: 50px;
    font-weight: 600;
    margin-top: 3px;
    margin-bottom: 0;
    transition: all 0.3s ease-in-out 0s;
    width: 760px;
}

.soi_h1_principal_em
{
    background-color: rgba(0, 102, 255, 0.377);
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

.soi_h2_next
{
    height: auto;
    width: 600px;
    font: 600 23px arial;
    line-height: 28px;
}

.soi_h2_next_em
{
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
    border-bottom: 1px solid transparent;
    color: rgb(0, 102, 255);
}

.soi_h2_next_em:hover
{
    border-bottom: 4px solid rgb(0, 102, 255);
}

.soi_input_vns
{
    outline: none;
    height: 50px;
    width: 300px;
    color: rgb(255, 255, 255);
    border-radius: 7px;
    border: 0;
    font: 600 20px arial;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
    transition: all .3s ease-in-out 0s;
    background-color: rgb(0, 102, 255);
}

.soi_input_vns:hover
{
    background-color: rgb(43, 128, 255);
}

.soi_input_vns:active
{
    background-color: rgb(64, 139, 251);
}

.div_propositions_index
{
    display: inline-block;
    height: 30px;
    background-color: transparent;
    width: auto;
    margin-top: 120px;
    text-align: center;
    font: 600 14px arial;
}

.dpi_ul
{
    list-style-type: none; 
    padding: 0;            
    margin: 0;            
    display: flex;   
}

.dpi_ul li
{
    margin-left: 50px;
    margin-right: 50px;
    transition: all .3s ease-in-out 0s;
    color: rgb(199, 199, 199);
}

.dpi_ul li:hover
{
    color: rgb(219, 219, 219);
}

/* Section SND 1, 2 */

.secure_snd
{
    display: inline-block;
    text-align: center;
    width: 100%;
    height: auto;
}

.secure_section_new_di
{
    display: inline-block;
    width: 1200px;
    height: auto;
    margin-top: 80px;
    margin-bottom: 50px;
}

.snd_div_h1
{
    width: 100%;
    text-align: center;
}

.snd_h1
{
    display: inline-block;
    font: 600 43px arial;
    color: rgb(0, 0, 0);
    margin-top: 0;
    margin-bottom: 0;
    width: 700px;
}

.snd_h1_hr
{
    height: 10px;
    width: 100px;
    border-radius: 25px;
    border: 0;
    background-color: rgb(43, 128, 255);
}

.snd_div_right_sp_mediascreen /* Code only for mediascreen -V */
{
    display: none;
}

.snd_div_left
{
    float: left;
    width: 500px;
    height: auto;
    text-align: left;
    margin-top: 50px;
}

.snd_div_left_pra_h2 /* => Div pour p et h2 */
{
    width: 450px;
}

.snd_d_l_pra
{
    font: 400 20px arial;
    color: rgb(43, 128, 255);
}

.snd_d_l_h2
{
    margin-top: 15px;
    font: 600 37px arial;
    width: 450px;
}

.snd_div_left_global_pra
{
    margin-top: 15px;
    margin-bottom: 5px;
}

.snd_d_l_pra_to
{
    font: 400 22px arial;
    color: rgb(88, 88, 88);
    margin: 0;
    line-height: 28px;
    width: 460px;
}

.snd_input
{
    width: auto;
    height: 50px;
    border-radius: 8px;
    border: 0;
    font: 400 16px arial;
    padding-left: 25px;
    padding-right: 25px;
    color: rgb(255, 255, 255);
    margin-top: 25px;
    transition: all .3s ease-in-out 0s;
    background-color: rgb(43, 128, 255);
}

.snd_input:hover
{
    background-color: rgb(73, 140, 239);
}

.snd_input:active
{
    background-color: rgb(67, 132, 231);
}

.snd_div_right
{
    float: right;
    width: 700px;
    height: 460px;
    margin-top: 50px;
    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_dr_img /* HS */
{
    width: calc(100% - 50px);
    margin-left: 50px;
    height: auto;
    margin-top: 40px;
    border-radius: 25px;
}

/* SND2 */

.snd_div_right_2
{
    float: left;
    width: 650px;
    height: 460px;
    margin-top: 20px;
    border-radius: 25px;
    overflow: hidden;
    background-position: center;
    background-size: 145%;
    background-repeat: no-repeat;
    background-color: rgba(171, 171, 171, 0.234);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.snd_dr_img_2 /* HS */
{
    width: calc(100% - 70px);
    margin-right: 70px;
    height: auto;
    margin-top: 40px;
    border-radius: 25px;
    margin-right: 50px;
}

.snd_div_left_2
{
    float: right;
    width: 500px;
    height: auto;
    text-align: left;
    margin-top: 20px;
}

/* 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: 1200px;
    height: 700px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.index_section_faqs_div_forh1
{
    float: left;
    height: auto;
    width: auto;
    color: rgb(255, 255, 255);
    margin-top: 70px;
    text-align: left;
    padding-left: 20px;
}

.index_section_faqs_h1
{
    font: 600 52px arial;
    margin: 0;
}

.faq-container /* General */
{ 
    float: left;
    width: 730px;
    height: auto;
    margin-top: 40px;
    padding-bottom: 15px;
    margin-left: 20px;
}

.faq-item { /* Div de question reponse */
    margin-bottom: 35px;
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 20px;
    cursor: pointer;
    background: rgb(255, 255, 255);
    transition: all .3s ease-in-out 0s;
    border-radius: 20px;
}

.faq-question:hover {
    background: rgb(248, 248, 248);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question span {
    font-size: 18px;
    font-weight: 600;
}

.faq-arrow { /* svg fleche */
    transition: all .3s ease-in-out 0s;
}

.faq-answer { /* Réponse */
    max-height: 0;
    overflow: hidden;
    padding: 0 20px;
    background: rgb(255, 255, 255);
    transition: all .3s ease-in-out 0s;
    text-align: left;
}

.faq-answer.open {
    max-height: 500px;
    padding: 25px 20px;
    border-bottom: 4px solid rgb(43, 128, 255);
}

.faq-item:last-child {
    border-bottom: none;
}

.index_section_faqs_img_right /* Div de l'image a droite */
{
    float: right;
    width: 420px;
    height: 620px;
    margin-top: -100px;
    border-radius: 20px;
    background-color: rgb(247, 247, 247);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgb(255, 255, 255);
    background-image: url(/index/IMGS/image_right_faqs.jpg);
}

/* End Module FAQS */

/* Section 3, Div General 3 */

.divg3, .dg3b, .dg3b_div_title, .dg3b_div_bottom, .dg3b_option_div_image, .dg3b_option_div_ulli
{
    background-color: rgba(176, 213, 116, 0); /* rgba(176, 213, 116, 0.533) */
}

.divg3 /* => Div general 3 */
{
    height: auto;
    width: 100%;
    text-align: center;
    padding-bottom: 100px;
}

.dg3b /* => Div dans divg3 */
{
    display: inline-block;
    height: auto;
    width: 1200px;
    text-align: center;
    font-family: arial;
    padding-top: 100px;
}

.dg3b_div_title /* => Div dans dg3b en haut pour le titre */
{
    width: 100%;
    height: 80px;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: rgb(68, 68, 68);
}

.dg3b_text_title /* => Le text en soit */
{
    margin: 0;
}

.hrtrait /* => Trait en dessous du titre dans la div */
{
    width: 100px;
    height: 6px;
    border: 0;
    margin-top: 20px;
    background-color: rgb(43, 128, 255);
}

.dg3b_option_div /* => Div pour chaque option (de site) */
{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 15px 0px rgb(238, 238, 238);
    width: 300px;
    height: 400px;
    float: left;
    margin-left: 75px;
    margin-top: 50px;
    border-radius: 25px;
    transition: all 0.3s ease-in-out 0s;
    text-align: left;
}

.dg3b_option_div:hover
{
    box-shadow: 0px 0px 10px 10px rgb(238, 238, 238);
}

.dg3b_option_div_image /* => Div pour image */
{
    border-radius: 25px 25px 0px 0px;
    width: 300px;
    height: 200px;
}

.dg3b_option_image /* => image en soit */
{
    width: 250px;
    height: 150px;
    margin: 25px;
}

.dg3b_option_div_ulli /* => Div des option dans les div option */
{
    float: left;
    width: 250px;
    height: 170px;
    margin-left: 25px;
    margin-top: 15px;
    font-family: Arial, Helvetica, sans-serif;
}

.dg3b_option_text_1, .dg3b_option_text_2, .dg3b_option_text_3
{
    float: left;
    margin-top: 15px;
    width: 100%;
}

.dg3b_option_text_1 /* => Text 1 dans chaque option */
{
    color: rgb(113, 113, 113);
    font-size: 18px;
    font-weight: 500;
}

.dg3b_option_text_2 /* => Text 2 dans chaque option */
{
    color: rgb(0, 0, 0);
    font-size: 22px;
    font-weight: 600;
}

.dg3b_option_text_3 /* => Text 3 dans chaque option */
{
    font-size: 18px;
    font-weight: 500;
    color: rgb(43, 128, 255);
}

.dg3b_option_text_3:hover
{
    color: rgb(43, 128, 255);
}

.dg3b_div_bottom /* => Div pour le text en bas */
{
    float: left;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 70px;
    font: 400 20px arial;
    color: rgb(43, 128, 255);
}

.dg3b_text_bottom /* => le text en soit */
{
    margin-top: 15px;
}

/*  Footer dans le fichier footer.css dans le dossier "/includes/" */