﻿@font-face {
    font-family: 'IRAN';
    src: url('../fonts/773bba0f218e4740e1ce2e37ebc80ef3c29917152901931.ttf') format('truetype');
}

html, body {
    height: 100%;
}

body {
    background: url(../Images/backgroung.jpg);
    background-size: auto 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    font-family: 'IRAN';
}

a {
    text-decoration: none !important;
}

section {
    margin-top: 10%;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 50px;
}

.picto {
    width: 25%;
    /*padding: 20px;*/
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
}

.ellipse {
    fill: #FB5151;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-miterlimit: 10;
}


.picto:hover .ellipse {
    -webkit-animation: background 300ms ease-in-out forwards 1;
}

#picto {
    border-radius: 50%;
}

@-webkit-keyframes background {
    0% {
        fill: #FB5151;
    }

    100% {
        fill: #fff;
    }
}

/*WEBSITE*/

.picto:hover .window {
    stroke-dasharray: 500;
    stroke-offset: 0;
    -webkit-animation: contourwebsite 2s linear forwards 1;
}

.picto:hover .points {
    -webkit-animation: appear 300ms ease-in-out 1200ms forwards 1;
    transform-origin: center;
    opacity: 1;
}

.picto:hover .rectangle1 {
    -webkit-animation: slideright 400ms ease-in-out 500ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

.picto:hover .rectangle2 {
    -webkit-animation: slideright 400ms ease-in-out 800ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

.picto:hover .rectangle3 {
    -webkit-animation: slideleft 400ms ease-in-out 1000ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

@-webkit-keyframes appeartop {
    0% {
        stroke: #FB5151;
        transform: scale(1) translateY(-100px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        stroke: #FB5151;
    }
}

@-webkit-keyframes contourwebsite {
    0% {
        stroke: #FB5151;
        stroke-dashoffset: 500;
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #FB5151;
    }
}

@-webkit-keyframes appear {
    0% {
        fill: #FB5151;
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(2);
        opacity: 1;
    }

    100% {
        fill: #FB5151;
        opacity: 1;
    }
}

@-webkit-keyframes slideright {
    0% {
        stroke: #FB5151;
        transform: scale(1) translateX(-100px);
        opacity: 1;
    }

    50% {
        transform: translateX(10px);
        opacity: 1;
    }

    100% {
        stroke: #FB5151;
        opacity: 1;
    }
}

@-webkit-keyframes slideleft {
    0% {
        stroke: #FB5151;
        transform: scale(1) translateX(100px);
        opacity: 1;
    }

    50% {
        transform: translateX(-5px);
        opacity: 1;
    }

    100% {
        stroke: #FB5151;
        opacity: 1;
    }
}

/*BANNER*/

.picto:hover .window {
    stroke-dasharray: 240;
    stroke-offset: 0;
    -webkit-animation: contour 1s linear forwards 1;
}

.picto:hover .point3 {
    -webkit-animation: appear 300ms ease-in-out 1400ms forwards 1;
    transform-origin: center;
    opacity: 1;
}

.picto:hover .point1 {
    -webkit-animation: appear 300ms ease-in-out 1200ms forwards 1;
    transform-origin: center;
    opacity: 1;
}

.picto:hover .point2 {
    -webkit-animation: appear 300ms ease-in-out 1000ms forwards 1;
    transform-origin: center;
    opacity: 1;
}

.picto:hover .banner {
    stroke-dasharray: 150;
    stroke-offset: 0;
    -webkit-animation: appear2 300ms ease-in-out 800ms forwards 1;
    transform-origin: center;
    opacity: 1;
}


.picto:hover .ligne {
    -webkit-animation: lignes 1s ease-in-out 800ms forwards;
}



@-webkit-keyframes lignes {
    0% {
        opacity: 1;
    }

    100% {
        stroke: #FB5151;
        opacity: 1;
    }
}

@-webkit-keyframes appeartop {
    0% {
        stroke: #FB5151;
        transform: scale(1) translateY(-100px);
        opacity: 1;
    }

    50% {
        transform: translateY(10px);
        opacity: 1;
    }

    100% {
        stroke: #FB5151;
        opacity: 1;
    }
}


@-webkit-keyframes contour {
    0% {
        stroke: #FB5151;
        stroke-dashoffset: 400;
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #FB5151;
    }
}

@-webkit-keyframes appear2 {
    0% {
        stroke: #FB5151;
        transform: scale(1);
    }

    50% {
        transform: scale(2);
    }

    100% {
        stroke: #FB5151;
        transform: scale(1);
        opacity: 1;
    }
}


/*CUSTOM*/

#custom {
    width: 30px;
}

.picto:hover .baguette {
    stroke-dasharray: 200;
    stroke-offset: 0;
    -webkit-animation: contourcustom 1s linear forwards 1;
}

.picto:hover .sparkle {
    stroke-dasharray: 300;
    stroke-offset: 0;
    -webkit-animation: contourcustom 4s linear forwards 1;
}

.picto:hover .star3 {
    -webkit-animation: appear 600ms ease-in-out 0.5s forwards 1;
    transform-origin: center;
}

.picto:hover .star4 {
    -webkit-animation: appear 600ms ease-in-out 0.7s forwards 1;
    transform-origin: center;
}

.picto:hover .star5 {
    -webkit-animation: appear 300ms ease-in-out 0.9s forwards 1;
    transform-origin: center;
}

.picto:hover .star6 {
    -webkit-animation: appear 600ms ease-in-out 1s forwards 1;
    transform-origin: center;
}

.picto:hover .star7 {
    -webkit-animation: appear 300ms ease-in-out 1.1s forwards 1;
    transform-origin: center;
}

@-webkit-keyframes contourcustom {
    0% {
        stroke-dashoffset: 400;
        stroke: #FB5151;
    }

    100% {
        stroke-dashoffset: 0;
        stroke: #FB5151;
    }
}


@-webkit-keyframes appear {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(2.5);
    }

    100% {
        fill: #FB5151;
        transform: scale(1);
    }
}

/*MAIL*/



.picto:hover .enveloppe {
    stroke-dasharray: 200;
    stroke-offset: 0;
    -webkit-animation: contour 1s linear forwards 1, send 1s ease-in-out 2s forwards 1;
    transform-origin: center center;
}

.picto:hover .enveloppehaut1 {
    stroke-dasharray: 200;
    stroke-offset: 0;
    -webkit-animation: contour 1s linear forwards 1, fill 1s linear 1s forwards, send 1s ease-in-out 2s forwards 1;
    transform-origin: center center;
}

.picto:hover .enveloppehaut {
    stroke-dasharray: 200;
    stroke-offset: 0;
    -webkit-animation: contour 1s linear forwards 1, flip 1s linear 1s forwards, send 1s ease-in-out 2s forwards 1;
    transform-origin: center center;
}


@-webkit-keyframes flip {
    0% {
    }

    10%, 80% {
        fill: #FFFFFF;
        stroke: #FB5151;
        stroke-widht: 2;
        transform: translateY(-27px) scale(-1.2);
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-webkit-keyframes fill {
    0% {
        fill: #FFFFFF;
    }

    40%, 90% {
        fill: #FB5151;
    }

    100% {
        fill: #FFFFFF;
    }
}

@-webkit-keyframes send {
    0% {
    }

    40% {
        transform: translate(300px, -300px) rotate(600deg);
    }

    100% {
    }
}

/*CONCOURS*/

.picto:hover .coupe {
    -webkit-animation: coupe 600ms ease-in-out forwards 1;
    transform-origin: center;
}

.picto:hover .star {
    -webkit-animation: star 300ms ease-in-out 500ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

@-webkit-keyframes coupe {
    0% {
        fill: #FB5151;
        transform: scale(1) translateY(-100px);
    }

    50% {
        transform: translateY(10px);
    }

    100% {
        fill: #FB5151;
    }
}

@-webkit-keyframes star {
    0% {
        fill: #FB5151;
        transform: scale(1);
        opacity: 0;
    }

    50% {
        transform: scale(2);
        opacity: 1;
    }

    100% {
        fill: #FB5151;
        opacity: 1;
    }
}


/*ESHOP*/

.picto:hover .st1 {
    -webkit-animation: slide 800ms ease-in-out forwards 1;
    transform-origin: center;
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
        fill: #FB5151;
    }
}

.picto:hover .purchase1 {
    -webkit-animation: purchase 700ms ease-in-out 600ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

.picto:hover .purchase2 {
    -webkit-animation: purchase 700ms ease-in-out 800ms forwards 1;
    transform-origin: center;
    opacity: 0;
}

@-webkit-keyframes purchase {
    0% {
        fill: #FB5151;
        transform: scale(1) translateY(-100px);
        opacity: 1;
    }

    50% {
        transform: translateY(5px);
        opacity: 1;
    }

    100% {
        fill: #FB5151;
        opacity: 1;
    }
}

.item {
    border: 1px white solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    background-color: #FB5151;
    color: #fff;
    height: 7vh;
    padding-top: 5%;
}

    .item:hover {
        background-color: #fff;
        color: #FB5151;
    }

.window {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2.7;
    stroke-miterlimit: 10;
}

.banner {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2.3;
    stroke-miterlimit: 10;
}

.point3, .point2, .point1 {
    fill: #FFFFFF;
}

.ligne {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

.points {
    fill: #FFFFFF;
}

.window1 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2.5;
    stroke-miterlimit: 10;
}

.rectangle1, .rectangle2, .rectangle3 {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2.3;
    stroke-miterlimit: 10;
}

.enveloppe {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.enveloppehaut, .enveloppehaut1, .enveloppe {
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 3.0779;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st1, .purchase1, .purchase2 {
    fill: #FFFFFF;
}

.slideanim {
    visibility: hidden;
}

.slidescroll {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slidescroll {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slidescroll {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}


.linkHomePageHesabfa:hover {
    color: #00A3D3;
}

.hand {
    cursor: pointer;
}

.linkHomePageHesabfa {
    color: #A8A9AC;
    margin-left: 30px;
}

.iransans {
    font-weight: normal;
    line-height: 200%;
}

.featureThumb {
    padding: 20px;
    border-radius: 10px;
}

    .featureThumb:hover {
        background-color: #d4f1ff;
    }

.feature-list {
    background-color: #f5f5f5;
    padding: 50px 0px;
    border-bottom: 1px solid #ddd;
}

section hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -moz-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -ms-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: -o-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#d6d6d6',GradientType=0 );
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.feature-list li {
    list-style: none;
    color: #777;
    font-weight: normal;
    font-size: 11pt;
    line-height: 30px;
}
.headertitle,.feature-list li{
    text-align:right;
}
    .feature-list li:before {
        font: normal normal normal 14px/1 FontAwesome;
        font-family: FontAwesome;
        content: "\f00c";
        color: rgb(48, 201, 48);
        margin-left: 10px;
    }
#goToTopBtn{
    border:1px solid;
    text-decoration:none;
}
#goToTopBtn:hover,#goToTopBtn:focus{
    background-color:#fff;
}