/*
@keyframes moovess {
0% {background-position:1920px 0px;} 
25% {background-position:1910px 0px;}
50% {background-position:1910px -10px;}
75% {background-position: 1920px -10px;}
100% {background-position: 1920px 0px;}
}

@keyframes mooves {
0% {background-position:100% 0%;} 
25% {background-position:-10px 0%;}
50% {background-position:-10px -10%;}
75% {background-position: 100% -10%;}
100% {background-position: 100% 0%;}
}

@keyframes moove {
0% {background-position:  left 100%; background-position:  top 0%;} 
25% {background-position:  left 90%; background-position:  top 0%;}
50% {background-position:  left 90%; background-position: top -10%;}
75% {background-position:  left 100%; background-position: top  -10%;}
100% {background-position:  left 100%; background-position: top 0%;}
}
*/

body{padding-right: 0!important}

@font-face {
    font-family: "AveFedan";
    src: url('../fonts/AveFedan.ttf');
}

.Ave{
    font-family: "AveFedan", sans-serif;
    font-style: normal;
    text-transform: capitalize;
    font-weight: lighter;
}

@font-face {
    font-family: "Rayville";
    src: url('../fonts/Rayville.ttf');
}

.Ray{
    font-family: "Rayville", sans-serif!important;
    font-style: normal;
    text-transform: capitalize
}

@font-face {
    font-family: "Simplicity";
    src: url('../fonts/simplicity.ttf');
}

.Simplicity{
    font-family: "Simplicity", sans-serif!important;
    font-style: normal;
    text-transform: capitalize
}


.fontRaleway{
    font-family: 'Raleway', sans-serif;
}
.fontAdvent
{
    font-family: 'Advent Pro', sans-serif;
    transform : scaleX(1.1)!important;
    text-shadow: 0 0 0.2em #FFF, 0 0 0.2em #FFF;
    color:#12083a;
}

.p{
    font-family: 'Raleway', sans-serif;
}

/* HEADER */

.card{
    pointer-events: none;
    transform: translateZ(0);
    padding: 0;
    border-radius: 5px;
    width: 250px;
    height: 250px;
    margin: auto;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    display: flex;
    position: relative;
    border:0;
    background-color: transparent;
}
&:after{
    content:" ";
    position: absolute;
    width: 100%;
    height: 10px;
    border-radius: 50%;
    left:0;
    bottom:-50px;
    background-color: transparent;

}

.card-content{
    margin: auto;
    text-align:center;
    transform-style: preserve-3d;
    background-color: transparent;

}


.masthead {
    position: relative;
    background-image: url("../img/bg-masthead.png");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
    padding:0!important;
}

@media only screen and (max-width:620px) {
    #page-top{
        position:relative;
        margin-top: 5%;
    }
    .mb-4{
        margin-bottom: 2.5rem!important;
    }
}

@media only screen and (max-width:620px) {
    .textResponsive{
        font-size: 2rem!important;
        text-align: center;
    }
    .marginTopResponsive{
        margin-top: 5%;

    }
    .alignLeftResponsive{
        display: flex;
        justify-content: left!important;
        align-content: left!important;
        text-align: left!important;
        padding-left: 0;
        padding-right: 0;


    }
    .marginBottomResponsive{
        margin-bottom: 15%!important;
    }
}

@media only screen 
    and (min-device-width : 768px) 
    and (max-device-width : 1024px)  {

        .iPad{
            font-size: 3rem!important;
        }
}

.background-section-bottom {
    background-color: #EDEDED;
    background-image: url(../img/bg-section-left.png);
    background-size: 98%;
    background-repeat: no-repeat;
    background-position: left bottom;

}
.background-section-right {
    background-color: #EDEDED;
    background-image: url(../img/bg-section-right.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right top;

}


/*
.whiteEffect{
background-image: url("../img/bg-masthead-white.png");
background-position:100% 0%;
background-size: cover;
position: relative;
padding:0!important;
animation: opacityZ infinite;
animation-duration: 6s;
background-repeat: repeat;
}
*/

/* FIN HEADER */

.bgNewsletter {
    padding: 6.25rem 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url("../img/bg-pricing.jpg");
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/bg-pricing.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}

@media (min-width: 992px) {
    .bgNewsletter-full {
        height: 100vh;
    }
}


.maclasse{
    padding-left: 0!important;
    padding-right: 0!important;
}

@keyframes opacityZ {
    0% {opacity:1} 
    25% {opacity:0}
    50% {opacity:1}
    75% {opacity:0}
    100% {opacity:1}
}

@keyframes defile {
    from {background-position: 0px 0px;}
    to {background-position: 0px 1920px;}
}

.bottom{
    position: fixed;
    bottom: 0px;
    margin-right: auto;
    margin-left: auto;
}



.portfolio-modal .modal-content {
    padding: 0!important;
}

.paddingR10{
    padding:0 10% 0 0;
}

/*cacher sur mobile : */
@media only screen and (max-width:620px) {
    .hidden {
        display:none
    }
    
    .background-section-bottom {
        background-image: none;
    }   
    
    .background-section-right {
        background-image: none;
    }
    .paddingR10{
    padding:0 15px 0 15px;
}
    
}

@media only screen and (max-width:1680px) {
    .hiddenBR {
        display:none
    }
}

.noPadNoMarg{
    padding: 0!important;
    margin: 0!important;
}

.btn-red{
    color: #fff;
    background-color: #c2000b;
    border-color: #c2000b;
    position: absolute;
    right: 0;
    margin: 1% 0% 1% 1%;
}

.fa-hover:hover{
    color:darkorange!important;
}

.mt-2{
    margin-top: 2%!important;
}

.mt-5{
    margin-top: 5%!important;
}

.mt-10{
    margin-top: 10%!important;
}

.loader {
    position : fixed;
    z-index: 9999;
    background : url("../img/LOGO-MB-blanc.png") 49.8% 50% no-repeat;
    background-color: #040017;
    top : 0px;
    left : 0px;
    height : 100%;
    width : 100%;
    cursor : wait;
}

.f1078404{
    border-top:10px solid #D3D3D3;
    border-right:10px solid #D3D3D3;
    border-bottom:10px solid #D3D3D3;
    border-left:10px solid #12083A;
    -webkit-animation:anim_wifeo 1.4s infinite linear;
    -moz-animation:anim_wifeo 1.4s infinite linear;
    -ms-animation:anim_wifeo 1.4s infinite linear;
    -o-animation:anim_wifeo 1.4s infinite linear;
    animation:anim_wifeo 1.4s infinite linear
}
.f1078404_sup{
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius:300px;
    width:300px;
    height:300px;
    border-top:5px solid #D3D3D3;
    border-right:5px solid #D3D3D3;
    border-bottom:5px solid #D3D3D3;
    /*    border-left:5px solid #00506B;*/
    -webkit-animation:anim 1.4s infinite linear;
    -moz-animation:anim 1.4s infinite linear;
    -ms-animation:anim 1.4s infinite linear;
    -o-animation:anim 1.4s infinite linear;
    animation:anim 1.4s infinite linear;
}

.f1078404,.f1078404:after{
    border-radius:80px;
    width:80px;
    height:80px
}
@-webkit-keyframes anim_wifeo
{
    0%{
        -webkit-transform:rotate(0deg) scale(0.8);
        -moz-transform:rotate(0deg) scale(0.8);
        -ms-transform:rotate(0deg) scale(0.8);
        transform:rotate(0deg) scale(0.8)
    }
    50%{
        -webkit-transform:rotate(360deg) scale(1);
        -moz-transform:rotate(360deg) scale(1);
        -ms-transform:rotate(360deg) scale(1);
        transform:rotate(360deg) scale(1)
    }
    100%{
        -webkit-transform:rotate(720deg) scale(0.8);
        -moz-transform:rotate(720deg) scale(0.8);
        -ms-transform:rotate(720deg) scale(0.8);
        transform:rotate(720deg) scale(0.8)
    }
}

@-webkit-keyframes anim
{
    0%{
        -webkit-transform:rotate(0deg) scale(0.8);
        -moz-transform:rotate(0deg) scale(0.8);
        -ms-transform:rotate(0deg) scale(0.8);
        transform:rotate(0deg) scale(0.8)
    }
    50%{
        -webkit-transform:rotate(180deg) scale(1);
        -moz-transform:rotate(180deg) scale(1);
        -ms-transform:rotate(180deg) scale(1);
        transform:rotate(180deg) scale(1)
    }            
    100%{
        -webkit-transform:rotate(360deg) scale(0.8);
        -moz-transform:rotate(360deg) scale(0.8);
        -ms-transform:rotate(360deg) scale(0.8);
        transform:rotate(360deg) scale(0.8)
    }
}

@-moz-keyframes anim_wifeo
{
    0%{
        -webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)}
    50%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)} 100%{-webkit-transform:rotate(720deg) scale(0.8);-moz-transform:rotate(720deg) scale(0.8);-ms-transform:rotate(720deg) scale(0.8);transform:rotate(720deg) scale(0.8)}
}
@-moz-keyframes anim
{
    0%{-webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)} 50%{-webkit-transform:rotate(180deg) scale(1);-moz-transform:rotate(180deg) scale(1);-ms-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)} 100%{-webkit-transform:rotate(360deg) scale(0.8);-moz-transform:rotate(360deg) scale(0.8);-ms-transform:rotate(360deg) scale(0.8);transform:rotate(360deg) scale(0.8)}
}
@-ms-keyframes anim_wifeo
{
    0%{-webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)} 50%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)} 100%{-webkit-transform:rotate(720deg) scale(0.8);-moz-transform:rotate(720deg) scale(0.8);-ms-transform:rotate(720deg) scale(0.8);transform:rotate(720deg) scale(0.8)}
}
@-ms-keyframes anim
{
    0%{-webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)} 50%{-webkit-transform:rotate(180deg) scale(1);-moz-transform:rotate(180deg) scale(1);-ms-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)} 100%{-webkit-transform:rotate(360deg) scale(0.8);-moz-transform:rotate(360deg) scale(0.8);-ms-transform:rotate(360deg) scale(0.8);transform:rotate(360deg) scale(0.8)}
}
@keyframes anim_wifeo
{
    0%{-webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)} 50%{-webkit-transform:rotate(360deg) scale(1);-moz-transform:rotate(360deg) scale(1);-ms-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)} 100%{-webkit-transform:rotate(720deg) scale(0.8);-moz-transform:rotate(720deg) scale(0.8);-ms-transform:rotate(720deg) scale(0.8);transform:rotate(720deg) scale(0.8)}
}
@keyframes anim
{
    0%{-webkit-transform:rotate(0deg) scale(0.8);-moz-transform:rotate(0deg) scale(0.8);-ms-transform:rotate(0deg) scale(0.8);transform:rotate(0deg) scale(0.8)} 50%{-webkit-transform:rotate(180deg) scale(1);-moz-transform:rotate(180deg) scale(1);-ms-transform:rotate(180deg) scale(1);transform:rotate(180deg) scale(1)} 100%{-webkit-transform:rotate(360deg) scale(0.8);-moz-transform:rotate(360deg) scale(0.8);-ms-transform:rotate(360deg) scale(0.8);transform:rotate(360deg) scale(0.8)}
}

@media only screen and (max-width: 767px)
    #portfoliolist .portfolio {
        width: 100%;
        margin: 1%;
}

.Raleway{
    font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*Bouton Contact*/
@import url('https://fonts.googleapis.com/css?family=Poppins:900i');

* {
  box-sizing: border-box;
}


.wrapper {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    padding: 10px 45px;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2em;
    color: white;
    background: #13093B;
    transition: 1s;
    box-shadow: 6px 6px 0 black;
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta span:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  span:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

.cta span {
    transform: skewX(15deg) 
  }

.cta span:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

.padding-20-b{
    
}

@media only screen and (max-width:620px) {
    .padding-20-b{
        padding-bottom: 20%
    }
}