/* Fond ecran */
    .ciel
        {
        background-image: url(../../4_MEDIAS/images/fonds/ciel.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .section_bg
        {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .ciel_2
        {
        background-image: url(../../4_MEDIAS/images/fonds/ciel_2_white.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        background-attachment: fixed;
        }
    .mem_2017_fond
        {
        background-image: url(../../4_MEDIAS/images/fonds/mem2017.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        
        }
    .mem_2017_fond_b
        {
        background-image: url(../../4_MEDIAS/images/fonds/mem2017_b.png), linear-gradient(rgba(0, 255, 29, 0.2),rgba(0, 255, 69, 0.3),rgba(0, 255, 29, 0.2));
        background-blend-mode: overlay;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        
        }
    .mem_2018_fond_b
        {
        background-image: url(../../4_MEDIAS/images/fonds/mem2018_b.png), linear-gradient(rgba(255, 0, 226, 0.2),rgba(235, 0, 255, 0.3),rgba(255, 0, 245, 0.2));
        background-blend-mode: overlay;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .mem_2018_fond
        {
        background-image: url(../../4_MEDIAS/images/fonds/mem2018.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .papier_mm_fond
        {
        background-image: url(../../4_MEDIAS/images/fonds/papier_mm.jpg);
        background-repeat: repeat;
        background-position: center;
        background-attachment: fixed;
        }

    .carton
        {
        background-image: url(https://presentationnumic.kevinzarshenas.com/img/general/fond_light.jpg), linear-gradient(rgba(0, 137, 255, 0.2),rgba(0, 137, 255, 0.30),rgba(0, 137, 255, 0.2));
        background-blend-mode: overlay;
        }

    .bg_preset
        {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;    
        }

    .bw_o_preset
        {
        /*-webkit-filter: grayscale(0.5) opacity(0.5);*/
        }

    .mem_classique
        {
        background: linear-gradient(to bottom, #2196f3 0%,rgba(33, 150, 243, 0) 100%);    
        }

    .mem_violet
        {
        background: linear-gradient(to bottom, #7B1FA2 0%,rgba(33, 150, 243, 0) 100%);    
        }

    .mem_vert
        {
        background: linear-gradient(to bottom, #388E3C 0%,rgba(33, 150, 243, 0) 100%);    
        }

    .mem_orange
        {
        background: linear-gradient(to bottom, #F57C00 0%,rgba(33, 150, 243, 0) 100%);    
        }

    @media only screen and (max-width: 600px)
        {
        .mem_classique
            {
            background: linear-gradient(to bottom, #2196f3 0%,rgba(33, 150, 243, 0) 100%);
            background-size: 100% 600px;
            background-repeat: no-repeat;
            }
        }

/*@media only screen and (max-width: 370px)
    {
    .ciel
        {
        background-attachment: scroll;
        }
    }*/



    .fond_preproduction
        {
        background-image: url(../../4_MEDIAS/images/fonds/preproduction.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }

    .fond_production
        {
        background-image: url(../../4_MEDIAS/images/fonds/production.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .fond_postroduction
        {
        background-image: url(../../4_MEDIAS/images/fonds/postproduction.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }
    .fond_distribution
        {
        background-image: url(../../4_MEDIAS/images/fonds/distribution.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }

    .fond_scriprefined
        {
        background-image: url(../../4_MEDIAS/images/fonds/scrip-refined.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
        }

    .4_couleurs
        {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff3232+0,ff3033+24,45ff30+25,45ff30+49,2c28ff+50,2c28ff+74,fffb89+75,fffb89+100 */
        background: #ff3232; /* Old browsers */
        background: -moz-linear-gradient(top, #ff3232 0%, #ff3033 24%, #45ff30 25%, #45ff30 49%, #2c28ff 50%, #2c28ff 74%, #fffb89 75%, #fffb89 100%); /* FF3.6-15 */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff3232), color-stop(24%,#ff3033), color-stop(25%,#45ff30), color-stop(49%,#45ff30), color-stop(50%,#2c28ff), color-stop(74%,#2c28ff), color-stop(75%,#fffb89), color-stop(100%,#fffb89)); /* Chrome4-9,Safari4-5 */
        background: -webkit-linear-gradient(top, #ff3232 0%,#ff3033 24%,#45ff30 25%,#45ff30 49%,#2c28ff 50%,#2c28ff 74%,#fffb89 75%,#fffb89 100%); /* Chrome10-25,Safari5.1-6 */
        background: -o-linear-gradient(top, #ff3232 0%,#ff3033 24%,#45ff30 25%,#45ff30 49%,#2c28ff 50%,#2c28ff 74%,#fffb89 75%,#fffb89 100%); /* Opera 11.10-11.50 */
        background: -ms-linear-gradient(top, #ff3232 0%,#ff3033 24%,#45ff30 25%,#45ff30 49%,#2c28ff 50%,#2c28ff 74%,#fffb89 75%,#fffb89 100%); /* IE10 preview */
        background: linear-gradient(to bottom, #ff3232 0%,#ff3033 24%,#45ff30 25%,#45ff30 49%,#2c28ff 50%,#2c28ff 74%,#fffb89 75%,#fffb89 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff3232', endColorstr='#fffb89',GradientType=0 ); /* IE6-9 */
        }

/* Partenaire */

#partenaires
    {
    margin-top: -.8rem;;    
    }

#partenaires h5
    {
    margin-bottom: 0;
    margin-top: 0;
    }

.partenaire_img
    {
    max-width: 100px;
    padding: 0 15px 0 15px!important;
    margin: 0 25px 0 25px!important;
    }

    @media only screen and (max-width: 600px)
        {
        
        .partenaire_img
            {
            padding: 25px!important;   
            max-width: 150px; 
            }
        }

#smartphone iframe
    {
    border: 0px;
    margin: auto;
    }

.img_icone_interieur_cour
    {
    padding: 60px;
    }
