<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{font-family: 'Open Sans', sans-serif !important; overflow-x: hidden;}
.bleu{color:#262c73;}

.pdf a{color: black;font-size: 15px;}
.pdf a:hover{text-decoration:none;font-weight:bold}


.band-blue{background-color:#2a3483;height: 5px;}
.slide{background-image:url('images/slide.png');background-repeat: no-repeat;position:relative; height: 670px; }
.slide-acl{background-image:url('images/bbb.jpg');background-repeat: no-repeat;position:relative; height: 251px; }
.signaletique{background-image:url('images/05.jpg');background-repeat: no-repeat;position:relative; height: 251px; }
.app{background-image:url('images/app.png');background-repeat: no-repeat;position:relative; height: 251px; }
.ref
{    
    background-image: url('images/footer.jpg');
    background-repeat: no-repeat;
    position: relative;
    height: 263px;
    background-position-y: 47%;
}
.footer{background-image:url('images/footer.jpg');background-repeat: no-repeat;}
.slide:before {
    content: "";
    position: absolute;
    height: 69px;
    padding-bottom: 0px;
    width: 125%;
    background: #FFFFFF;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    bottom: 11px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.slide-acl:before {
    content: "";
    position: absolute;
    height: 69px;
    padding-bottom: 0px;
    width: 125%;
    background: #FFF;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    bottom: 11px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.signaletique:before {
    content: "";
    position: absolute;
    height: 77px;
    padding-bottom: 0px;
    width: 125%;
    background: #FFFFFF;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-1deg);
    bottom: 5px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100%100%;
}
.ref:before {
    content: "";
    position: absolute;
    height: 87px;
    padding-bottom: 0px;
    width: 125%;
    background: #FFF;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    bottom: 11px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.app:before {
    content: "";
    position: absolute;
    height: 87px;
    padding-bottom: 0px;
    width: 125%;
    background: #FFF;
    -webkit-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
    bottom: 11px;
    left: 0;
    z-index: 1;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
.row-slide{margin-top: 68px}
.logo{width: 106px; margin-top: 10px;}
.top{position:relative;}
.relative{position: relative}
.title{
	font-family: 'Open Sans', sans-serif;
	color: white;
	font-size:54px;
	line-height: 66px;
	margin: 16px 0;
	}
#typed{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size:54px !important;
    line-height: 66px;
    margin: 16px 0;

}
.txt-slide{
    margin: 20px 0;
    color: white;
    font-size: 17px;
}
.responsive {
    width: 64%;
    position: absolute;
    bottom: -89px;
    right: -27px;
}
.intro{
    margin-top: 12px;
    position: relative;
    z-index: 1;
    background-color: white;
    padding: 34px 0;
}
.guill{
    color: #4E4D4D;
    text-align: center;
    font-size: 17px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: url('images/guillouvv.png') no-repeat center;
    padding: 50px 0;
    }

.intro p{
    color: #4E4D4D;
    font-size: 17px;
    text-align:center
}

.intro h2{
    color: black;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
    margin-top: 9px !important;
}
#cercle{
  background:#272D74;
  border-radius:50%;
  width:135px;
  height:135px; 
  text-align:center
}
#cercle i{
    color: white;
    font-size: 33px;
    margin: 47% 36%;
}


.article{
    padding: 0 !important;
    margin-bottom: 0 !important;
    background-color: #F3F3F3 !important;
    border: none !important;
    border-radius: 0 !important;
}
.article h3{
    color:black;
    text-transform:uppercase;
    font-weight: 600;
    font-size: 26px;
    text-align: center !important;
    font-family: 'Open Sans', sans-serif;
}
.article .caption {
    padding: 5px 25px 19px  !important;
}
.article p{
    color: black !important;
    font-size: 17px !important;
    text-align: center;
}
.article a:hover{
    text-decoration:none;
}

.article-col .col-md-4{
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.left:before {
    background-color: #F3F3F3;
    border-color: white ;
    border-right: 1px solid white;
    border-style: none;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
    z-index: 999;
    /* bottom: 0; */
    margin-top: -12px;
}
.middle:after {
   background-color: #F3F3F3;;
    border-color: #2A3483;
    border-right: 1px solid #2A3483;
    border-style: none;
    content: "";
    display: block;
    height: 14px;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    width: 15px;
    z-index: 999;
    /* bottom: 0; */
    margin-top: 12px;
}

.print-txt{
    margin-bottom:32px;
    /*margin-top:85px; */     
}

.print-txt h1{
    font-family: 'Open Sans', sans-serif;
    color: #4C4A4A;
    font-size: 40px;
    line-height: 97px;
    text-align: center;pdf
}

.print-txt p{
    /*margin: 0 0;
    color: #4C4A4A;
    font-size: 17px;*/
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin-top:0;
    text-align:center;
    margin-bottom:30px
}

.download{
    text-align: right;
}

.download a{
    cursor:pointer;
    color:white;
    font-size:15px;
}
.download img{
    width: 9%;
    cursor:pointer;
    margin-left: 12px;
}
.text{margin-top: 18px;text-align:justify;font-family: 'Open Sans', sans-serif;}

.text h2{
    font-size: 18px;
    letter-spacing: 2px;
    white-space: pre;
    margin-bottom: 0;
    color: #4C4A4A;
    font-weight:bold
}
.text p{
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    margin-top:0;
    text-align:justify;
    margin-bottom:30px
}

.print-list{
    margin-top: 100px
}
.print-list ul{
    float:left;
    margin-right: 24px;
}

.print-list li{
    font-family: 'Open Sans', sans-serif;
    line-height:30px
}



.heading-title-side-border .title-border-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
}
.heading-title-side-border h2 + .title-border-container .title-border {
    top: 6px;
}

.guill{
    
    /*opacity:0.4;*/
}

.contact{margin-top:60px}

.contact .caption{
    padding:50px 0;
    text-align : center;
}

.contact .caption h2{
    color: white;
    text-transform:uppercase;
    font-weight: 600;
    font-size: 40px;
    font-family: 'Open Sans', sans-serif;
}

.contact .caption p{
    color: #B5B3B3;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    padding: 12px 0;
}

.contact .btn-primary{
    background-color: rgba(0, 0, 0, 0.91) !important;
    border-color: #000000 !important;
    padding: 10px 19px;
    font-size: 15px;
    border-radius: 8px;
    font-weight: 600;
}
        .typed-cursor{
            opacity: 1;
            font-weight: 100;
            -webkit-animation: blink 0.7s infinite;
            -moz-animation: blink 0.7s infinite;
            -ms-animation: blink 0.7s infinite;
            -o-animation: blink 0.7s infinite;
            animation: blink 0.7s infinite;
        }
        @-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-webkit-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-moz-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-ms-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }
        @-o-keyframes blink{
            0% { opacity:1; }
            50% { opacity:0; }
            100% { opacity:1; }
        }




footer{
    background-color:#000000;
    overflow: hidden;
}
footer p{
    text-align:center;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
}
footer .adress{
    color:white;
    padding: 20px 0 15px 0;
    font-size: 15px;
}
footer .copy{
    color:gray;
    font-size: 13px;
    line-height: 10px;
    margin-bottom: 19px;
}

.list-group-item {
    width: 100% !important;
}
.list-group-item {
    background-color: rgba(230, 230, 230, 0.36);
    border: 1px solid rgba(221, 221, 221, 0.36);
    text-align: justify;

}
.list-group-item img {
    float:right;
    width:6%
}
.list-group-item a{
    color:#333;
    width:6%
}
.list-group-item a:hover{text-decoration:none;color:#8E8E8E;}
.modal-footer {
     border-top: none; 
}

.txt-contact
{
    text-align: center;
    background-color: #6A8BB6;
    padding: 12px;
    margin-top: 38px;
    line-height: 29px;
    border-radius: 6px;
    color: white;
}

@-webkit-keyframes drop {
 0% {
   top: 5px;
   opacity: 0;
 }
 30% {
   top: 10px;
   opacity: 1;
 }
 100% {
   top: 25px;
   opacity: 0;
 }
}
@keyframes drop {
 0% {
   top: 5px;
   opacity: 0;
 }
 30% {
   top: 10px;
   opacity: 1;
 }
 100% {
   top: 25px;
   opacity: 0;
 }
}
.mouse-icon {
    border: 2px solid #2a3483;
    border-radius: 16px;
    height: 45px;
    width: 29px;
    display: block;
    z-index: 10;
    opacity: 0.7;
    margin-bottom: 19px;
}

.mouse-icon .wheel {
    position: relative;
    border-radius: 10px;
    background: #2a3483;
   	width: 3px;
    height: 9px;
    top: 4px;
    margin-left: auto;
    margin-right: auto;
}

.mouse-icon .wheel {
    -webkit-animation-name: drop;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    -webkit-animation-name: drop;
    animation-name: drop;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
}

@media all and (max-width: 900px) {
	.title
	{
		font-size: 44px;
    	line-height: 55px;
	}

    #typed{
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size:45px !important;
    line-height: 45px;
    margin: 0px 0;

}
    .responsive {
    display:none
    }
    .slide:before {bottom: 0;}
    .contact .caption p {padding: 12px 10px;}
    .contact .caption h2 {font-size: 24px;}
    .slide-acl:before {bottom:0}
    .ref:before{bottom:0}
    .signaletique:before{bottom:0}
    .print-txt h1 {font-size: 27px;line-height:31px;}
    .actv {border-radius:0;
}

}


.lien:hover { text-decoration: none !important; color : #282F78 !important; }</pre></body></html>