form#send-email-appli-mobile--2 {
    display: none;
}

div#page-appli {

    font-family:montserrat;
}
div#section1 {
    display: flex;
    justify-content: space-around;
    align-items: center;
}


   #section1 img {
 width: 45%;
    margin-left: -8%;
}


#section1 h2 {
    color: #C70626;
    letter-spacing: 0;
}

#section1 ol{
    font-weight:600;
    font-size:19px;
}

div#section2 {
    padding: 0 8%;
}
#section2 h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}
.load {
    display: grid;
    grid-template-columns: 50% 50%;
}
.store-appli img{
    width:150px;
}

form#send-email-appli-mobile {
    margin-top: 30px;}

.store-appli p {
    margin: 20px 0!important;
    text-align: center!important;
    font-size: 15px!important;
    font-weight: 600!important;
}

input#edit-email {
    width: 350px;
}

form#send-email-appli-mobile {
    font-size: 14px;
        font-weight: 600;
}

div#store {
    width: 55%;
    margin: 0 auto;
}

.store-appli {
    vertical-align: middle;
    align-self: center;
    padding: 0 21%;
}

form#send-email-appli-mobile:before{
    content:url(/themes/cnsd2/css/img3/fleche.png);
    display:inline-block;
    width:30px;
    height:30px

}

.store-appli p:before{
    content:url(/themes/cnsd2/css/img3/fleche.png);
    display:inline-block;
    width:30px;
    height:30px

}
#section3{
    padding:50px 8%;
}
#section3 h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
}

.pictos {
    display: flex;
    justify-content: center;
    align-items:center;
    padding: 50px 15%;
}

.pictos figcaption{
    text-align:center;
    padding: 20px;
}

.articles img{
    width:50%;
}

.videos img{
    width:35%;
}

div#acces {
    background: #0D5C95;
    padding: 5% 10%;
    margin-bottom: 50px;
    text-align: center;
}

#acces h3{
    color:#ffffff!important;
    font-size:35px;
}

#acces p{
    color:#ffffff!important;
    font-size:18px!important;
    text-align: center!important;
}

/***********************************************************************
mode Tablette 
********************************************************************/
@media only screen and (max-width: 1023px) {
 
    #section1 h2 {
    font-size: 17px;
}
    
    #section2 h3 {
        text-align: center;
    width: 100%;
    margin-left: -6%;}
    
    #section3 h3 {

    text-align: center;
    width: 100%;
    margin-left: -6%;
}
    
    .store-appli {
    padding: 0 11%;
}
    
    .pictos {

    padding: 50px 4%;
}

}
/**************************************************************
mode mobile 
********************************************************************/

@media all and (max-width: 767px) {
    
    div#section1 {
        display: block;}
#section1 img {
    width: 100%;
    margin-left: 0;
    margin-bottom:20px;
}
    #section1 .texte {
    margin-bottom: 20px;
}
    
    #section2 h3 {
    margin-left: 0;
    font-size: 15px;
}
    
    .load {

    grid-template-columns: inherit!important;;
}
    
    #section3 h3 {
    margin-left: 0;
        font-size: 15px;
}
    
    div#section2 {
    padding: 0!important;
}
    
    
}