body{
    margin: 0px;
    padding: 0px;
}
.logo{
    float: left;
    margin-left: 150px;
}
.description{
    padding-top: 35px;
    float: left;
    margin-left: 50px;
}
.description p{
    text-align: center;
    font-size: 28px;
    font-family: 'Couture', Calibri, sans serif;
    color : #0000f9;
}
hr{
    width: 1200px;
}
.diaporama1{
    margin : 0px auto;
    width: 1200px;
    height: 600px;
    background-image: url("../img/imgMGTIC/2.png");

    webkit-animation-name: diapo1;
    webkit-animation-duration: 15s;
    webkit-animation-direction: normal;
    webkit-animation-iteration-count: infinite;
    webkit-animation-timing-function: linear;

    moz-animation-name: diapo1;
    moz-animation-duration: 15s;
    moz-animation-direction: normal;
    moz-animation-iteration-count: infinite;
    moz-animation-timing-function: linear;

    animation-name: diapo1;
    animation-duration: 15s;
    animation-direction: normal;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes diapo1{
    0%{
        background-image: url("../img/imgMGTIC/2.png");
    }
    20%{
        background-image: url("../img/imgMGTIC/4.png");
    }
    40%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    60%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    80%{
        background-image: url("../img/imgMGTIC/9.png");
    }
    100%{
        background-image: url("../img/imgMGTIC/1.png");
    }

}

@-moz-keyframes diapo1{
    0%{
        background-image: url("../img/imgMGTIC/2.png");
    }
    20%{
        background-image: url("../img/imgMGTIC/4.png");
    }
    40%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    60%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    80%{
        background-image: url("../img/imgMGTIC/9.png");
    }
    100%{
        background-image: url("../img/imgMGTIC/1.png");
    }

}

@keyframes diapo1{
    0%{
        background-image: url("../img/imgMGTIC/2.png");
    }
    20%{
        background-image: url("../img/imgMGTIC/4.png");
    }
    40%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    60%{
        background-image: url("../img/imgMGTIC/7.png");
    }
    80%{
        background-image: url("../img/imgMGTIC/9.png");
    }
    100%{
        background-image: url("../img/imgMGTIC/1.png");
    }

}
.AC{ 
    width: 100%;
    height: 600px;
    background-color: rgba(33,0.2,108,0.3);
}
.a{
    padding-top: 150px;
}
h2{
    text-align: center;
    color: white;
    font-size: 43px;
}