/* animation bulb */
@keyframes bulbAnim {
    0%      {fill: #f4c014;}
    9.5%    {fill: #f4c014;}
    10%     {fill: #000000;}
    19.5%   {fill: #000000;}
    20%      {fill: #f4c014;}
    24.5%   {fill: #f4c014;}
    25%     {fill: #000000;}
    39.5%   {fill: #000000;}
    40%     {fill: #f4c014;}
    84.5%   {fill: #f4c014;}
    85%     {fill: #000000;}
    89.5%   {fill: #000000;}
    90%     {fill: #f4c014;}
    94.5%   {fill: #f4c014;}
    95%     {fill: #000000;}
    100%    {fill: #000000;}
}
        
        
#activebulb {
    animation: bulbAnim 3s;   
}


/* -------------- */


#accueil .fusion-fullwidth {
    height: 100vh;
}

#test_logo {
    height: 100vh;
    background-image: url(../images/logo.png);
    background-position: 350px 450px;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1100px) {
    #test_logo {
        background-position: 275px 450px;
        background-image: url(../images/logo501x173.png);
    }
}

/* fixed header */

#side-header {
    padding-top: 0 !important;
    position: fixed;
}

.fusion-logo {
    margin-bottom: 5px !important;
}

/* display logo on pc */

#dvlpr_logo {
    display: block;
}

/* metier */

#dvlpr_agency {
    padding: 0 50px;
}

#dvlpr_agency h6 {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

#dvlpr_agency h6 span {
    font-size: 30px;
}

#dvlpr_agency ul li {
    font-weight: 400;
    font-size: 18px;
}

#dvlpr_outils-metier h6 {
    font-size: 14px;
    margin: 0;
    line-height: 25px;
}

#dvlpr_outils-metier h6 span {
    font-size: 30px;
}

#dvlpr_outils-metier ul li span {
    font-weight: 400;
    font-size: 18px;
}

#dvlpr_outils-metier {
    padding: 0 50px;
}

#dvlpr_proc-creatif {
    padding: 0 15px;
    margin-bottom: 55px;
}

/* icon-competences */

#dvlpr-competences .dvlpr-container {
    width: 100%;
    margin-top: 1%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dvlpr-competences .dvlpr-icon-contain {
    width: 70%;
    padding: 0.5em;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#dvlpr-competences .dvlpr-icon {
    width: 80px;
    height: 80px;
    padding: 5px;
    margin: 2px;
    background-size: cover;
}

/* logo-clients */

#dvlpr-clients .dvlpr-container-small {
    display: none;
}

#dvlpr-clients .dvlpr-container2 {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#dvlpr-clients .dvlpr-client-contain {
    width: 70%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#dvlpr-clients .dvlpr-logo {
    height: 60px;
    margin: 30px;
    background-size: cover;
}

/* formulaire */

#contact form input {
    color: #333c4e;
}

/* realisations */

#realisation .fusion-column-wrapper {
    padding: 0px 100px;
}

#realisations .dvlpr_rea {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#realisations .dvlpr_rea_contain {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#realisations .dvlpr_rea_contain img {
    width: 275px;
    margin: 20px;
}

/* transitions realisations */

.dvlpr_rea img {
    position: relative;
    -webkit-transition: all 200ms ease-out;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-out;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-out;
    transform: scale(1);
}

.dvlpr_rea img:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.15);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.15);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.15);
    transition: all 200ms ease-in;
    transform: scale(1.15);
}

#main {
    padding: 0;
}

#side-header {
    background-color: #232A34;
}

/* couleur croix popUp */

.fusion-modal .modal-header .close {
    font-size: 30px;
    margin-top: -5px;
    text-shadow: none;
    color: #f4c014;
    opacity: .5;
}

/* blog */

#posts-container {
    padding: 2% 3%;
}

.single-navigation {
    margin-top: 2%;
    margin-left: 3%;
}

#content article {
    padding-left: 3%;
    padding-bottom: 2%;
}

#main .sidebar {
    padding: 2% 3%;
}

.fusion-footer-copyright-area a:hover {
    color: #f4c014;
}

/* media query mobile */

@media screen and (max-width: 800px) {
    #test_logo {
        background-position: 15px 350px;
        background-image: url(../images/logo301x104.png);
    }

    #dvlpr_agency {
        padding: 0 20px;
    }
    #dvlpr_agency h6 {
        font-size: 12px;
    }
    #dvlpr_agency h6 span {
        font-size: 20px;
    }
    #dvlpr_agency ul li {
        font-size: 15px;
    }
    #dvlpr_outils-metier h6 {
        font-size: 12px;
    }
    #dvlpr_outils-metier h6 span {
        font-size: 20px;
    }
    #dvlpr_outils-metier ul li span {
        font-size: 15px;
    }
    #dvlpr_outils-metier {
        padding: 0 20px;
    }
    #dvlpr_proc-creatif {
        padding: 0px;
    }
    #posts-container {
        margin-top: 76px;
    }
    /* display bulb on mobile */
    #dvlpr_logo {
        display: none;
    }
    /* display client on mobile */
    #dvlpr-clients .dvlpr-container2 {
        display: none;
    }
    #dvlpr-clients .dvlpr-container-small {
        width: 100%;
        margin-top: 4%;
        margin-bottom: 2%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #dvlpr-clients .dvlpr-client-contain-small {
        width: 70%;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    #dvlpr-clients .dvlpr-logo-small {
        height: 60px;
        margin: 30px;
        background-size: cover;
    }
}


/* MIGRATION */
.broken_link, a.broken_link {
    text-decoration: line-through;
}

.fusion-main-menu .fusion-widget-cart-counter > a:before, .fusion-main-menu > ul > li > a {
    color: #969696;
}

.side-header-styling-wrapper > div {
    display: none !important;
}

.side-header-styling-wrapper .side-header-background-image,
.side-header-styling-wrapper .side-header-background-color,
.side-header-styling-wrapper .side-header-border {
    display: block !important;
}