/* Flaminco documents setup */

html, body, div, h1, p, a{
background: transparent;
border: 0;
font-size: 100%;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
body { line-height: 1 }
hr {
background: transparent;
border: 0;
clear: both;
color: transparent;
height: 1px;
margin: 0;
padding: 0;
}
.clear {
clear: both;
display: block;
height: 0;
overflow: hidden;
visibility: hidden;
width: 0;
}
.clearfix:after {
clear: both;
content: ' ';
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
width: 0;
}
* html .clearfix, :first-child+html .clearfix { zoom: 1 }
html { overflow-x: hidden }
body {
color: #636363;
font: 11px/1.7 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
overflow-y: auto;
overflow-x: hidden;
-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
-webkit-text-size-adjust: 100%;
}
a, a > * {
color: #333;
text-decoration: none;
-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
-moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
-ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
-o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out, outline .2s ease;
}
a:hover, a > *:hover { color: #da76a1 }
::-moz-selection {
background: #333;
color: #fff;
text-shadow: none;
}
::selection {
background: #333;
color: #fff;
text-shadow: none;
}
h1 { font-size: 30px }
h1{
color: #333;
font-family: 'Open Sans', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
line-height: 1.25;
text-transform: uppercase;
}
h1,p { margin-bottom: 10px }
hr.h80 { margin: 40px 0 }
#body-wrapper { width: 100%}

.fram-wrapper {
width: 1200px;
display: inline-block;
}
.container {
margin: 0 20px;
padding: 0 30px;
position: relative;
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.load-flaminco {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999;
background: url(../images/load.gif) center no-repeat #ee5962;
}
.flaminco-top {
display: inline-block;
height: 40px;
width: 40px;
position: fixed;
bottom: 40px;
right: 40px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
background: rgba(232, 98, 86, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
visibility: hidden;
-webkit-transition: opacity .3s 0s, visibility 0s .3s;
-moz-transition: opacity .3s 0s, visibility 0s .3s;
transition: opacity .3s 0s, visibility 0s .3s;
}
.flaminco-top.cd-is-visible, .flaminco-top.cd-fade-out, .no-touch .flaminco-top:hover {
-webkit-transition: opacity .3s 0s, visibility 0s 0s;
-moz-transition: opacity .3s 0s, visibility 0s 0s;
transition: opacity .3s 0s, visibility 0s 0s;
}
.flaminco-top.cd-is-visible {
visibility: visible;
opacity: 1;
z-index: 9999;
}
.flaminco-top.cd-fade-out {
opacity: .5;
}
.flaminco-top:hover {
background-color: #e86256;
opacity: 1;
}
input[type=text], input[type=email], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-family: tahoma;
font-size: 14px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
input[type=text]:hover, input[type=email]:hover, select:hover, textarea:hover {
border: 1px solid #099323;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
width: 100%;
box-sizing: border-box;
margin-top: 6px;
font-size: 15px;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;

}
input[type=submit]:hover {
background-color: #45a049;
}
.container {
padding: 20px;
}
.container .cf {
width: 350px;
margin: auto;
margin-top: 20px;
}

.container .cr {
width: 350px;
margin: auto;
margin-top: 0px;
}



/* Header */
#logo {
margin: auto;
display: table;
padding-top: 80px;
padding-bottom: 30px;
}
#header #logo img {
width: 303px;
}

#header {
margin: 0px;
background: #ee5962;
padding: inherit;
}
#header {
text-align: center;
justify-content: center;
background-image: url("../images/header-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
#header .parg {
transform: inherit;
width: 100%;
margin: auto auto;
display: inline-grid;
}
#header .parg p {
color: #FFF;
font-size: 27px;
line-height: 40px;
position: relative;
top: -133px;
margin-bottom: -50px;
font-family: 'Encode Sans Expanded', sans-serif;
}
#header .parg .hello {
top: 1px;
position: relative;
float: left;
width: 100%;
transform: inherit;
}
#header iframe {
width: 530px;
height: 295px;
margin-right: 30px;
}
#header .content-text {
width: 690px;
margin: auto;
position: relative;
top: 450px;
right: 40px;
z-index: 2;
transform: inherit;
}
#header .content-text h1 {
font-size: 50px;
color: #FFF;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 29px;
}

#header .content-text p {
color: #FFF;
font-size: 18px;
width: 100%;
margin: auto;
line-height: 29px;
font-family: tahoma;
margin-top: 35px;
text-align: left;
font-family: 'Encode Sans Expanded', sans-serif;
} 
#header hr {
border-bottom: solid 3px #294a5d;
width: 50px;
margin-top: 24px;
position: absolute;
}
#header .click {
float: left;
position: relative;
top: 300px;
z-index: 1;
left: 300px;
transform: inherit;
max-width: 40px;
}
#header .cat {
float: right;
position: relative;
top: 60px;
z-index: 1; 
right: 260px;
transform: inherit;
width: 189px;  
}

#header .film {
right: 610px;
position: relative;
top: 43px;
z-index: 1;
transform: inherit;
width: 124px;
float: left;
}
#header .cam {
right: 270px;
position: relative;
top: 70px;
z-index: 1;
transform: inherit;
width: 158px;
float: left;
}
#header .lamp {
position: relative;
top: 70px;
z-index: 1;
left: 0px;
transform: inherit;
width: 673px;
float: left;
}

#header .bglamp {
left: 60px;
position: relative;
top: 460px;
z-index: 1;
transform: inherit;
width: 104px;  
float: right;
}
#header .souhile {
right: -80px;
position: relative;
top: 230px;
z-index: 1;
transform: inherit;
width: 229px;
float: right;
}
.bannersuper {
background-color: #e14755;
width: 100%;
height: 120px !important;
position: relative;
margin-top: -20px;
}

/* Histoire */
#histoire {
text-align: center;
justify-content: center;
background-color: #f9efd2;
margin: auto;
padding: 80px 0px;
}
#histoire .content-text-histoire {
margin: auto auto;
display: block;
}
#histoire .content-text-histoire .text {
width: 694px;
float: right;
margin: auto auto;
margin-top: 170px;
transform: inherit;
}
#histoire .content-text-histoire h1 {
font-size: 50px;
color: #4e5a5b;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 29px;
}
#histoire .content-text-histoire p {
color: #4e5a5b;
font-size: 23px;
width: 100%;
margin: auto;
line-height: 29px;
font-family: 'Encode Sans Expanded', sans-serif;
margin-top: 35px;
text-align: left;
}
#histoire hr {
border-bottom: solid 3px #294a5d;
width: 50px;
margin-top: 23px;
position: absolute;
}
#histoire .souhile-histoire {
float: left;
transform: inherit;
z-index: 2;
position: relative;
width: 382px;
}
#histoire .cloud-big {
top: -30px;
position: relative;
right: 330px;
transform: inherit;
}
#histoire .cloud-small {
position: relative;
top: -60px;
left: 530px;
transform: inherit;
}
#histoire .cloud-s1 {
position: relative;
top: 210px;
right: 550px;
transform: inherit;
}
#histoire .cloud-s2 {
position: relative;
top: -50px;
left: 60px;
transform: inherit;
}
#histoire .cloud-s3 {
position: relative;
top: 450px;
left: 400px;
transform: inherit;
}
#histoire .cloud-s4 {
position: relative;
top: 80px;
left: 80px;
transform: inherit;
}
#histoire .cloud-s5 {
position: relative;
top: 360px;
left: 190px;
transform: inherit;
}
#histoire .cloud-s6 {
position: relative;
top: 50px;
right: 700px;
transform: inherit;
}
#histoire .cloud-s7 {
position: relative;
top: 280px;
right: 480px;
transform: inherit;
}
#histoire .cloud-s8 {
position: relative;
top: 470px;
right: -90px;
transform: inherit;
}
#histoire .cloud-s9 {
position: relative;
top: -40px;
left: 380px;
transform: inherit;
}
#histoire .cloud-s10 {
position: relative;
top: 420px;
right: 140px;
transform: inherit;
}

/* Visuelle */
#visuelle  {
text-align: center;
justify-content: center;
background-color: #2bb266;
margin: auto;
padding: 80px 0px;
}
#visuelle .content-text-visuelle {}
#visuelle .content-text-visuelle .text {
width: 54%;
float: left;
margin: auto auto;
margin-top: 70px;
transform: inherit;

}
#visuelle .content-text-visuelle h1 {
font-size: 50px;
color: #FFF;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 59px;
}
#visuelle .content-text-visuelle p {
color: #FFF;
font-size: 23px;
width: 100%;
margin: auto;
line-height: 29px;
font-family: tahoma;
margin-top: 35px;
font-family: 'Encode Sans Expanded', sans-serif;
text-align: left;
}
#visuelle hr {
border-bottom: solid 3px #FFF;
width: 50px;
margin-top: 15px;
position: absolute;
}
#visuelle .souhile-visuelle {
float: right;
transform: inherit;
width: 498px

}

/* Plateforme */
#plateforme  {
text-align: center;
justify-content: center;
background-color: #2bb266;
margin: auto;
padding: 80px 0px;
background-image: url("../images/plateforme-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
z-index: 9;
}
#plateforme .content-text-plateforme {}
#plateforme .content-text-plateforme .text {
width: 52%;
float: right;
margin: auto auto;
margin-top: 57px;
transform: inherit;

}
#plateforme .content-text-plateforme h1 {
color: #34393c;
font-size: 50px;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 59px;
}
#plateforme .content-text-plateforme p {
color: #34393c;
font-size: 23px;
width: 100%;
margin: auto;
line-height: 29px;
font-family: tahoma;
margin-top: 35px;
text-align: left;
font-family: 'Encode Sans Expanded', sans-serif;
text-align: left;
}
#plateforme hr {
border-bottom: solid 3px #eeba17;
width: 50px;
margin-top: 18px;
position: absolute;
}
#plateforme .souhile-plateforme {
float: left;
transform: inherit;
width: 41%;
}

/* Siteweb */
#siteweb {
margin: 0px;
background: #ee5962;
padding: inherit;
}
#siteweb {
text-align: center;
justify-content: center;
background-image: url("../images/siteweb-bg.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
#siteweb .content-text {
width: 340px;
margin: auto;
}
#siteweb .content-text .rot {
-ms-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
transform: rotate(-1deg);
z-index: 4;
position: relative;
}
#siteweb .content-text h1 {
font-size: 21px;
color: #383c3c;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
font-weight: initial;
line-height: 25px;
top: 89px;
position: absolute;
width: 305px;
z-index: 2;
margin-left: -20px;
transform: inherit;
}
#siteweb .content-text .siteweb1 {
right: 90px;
position: relative;
transform: inherit;
z-index: 3;
width: 467px;
}
#siteweb .siteweb3 {
left: 280px;
position: relative;
top: -6px;
z-index: 2;
transform: inherit;
width: 273px;  
}
#siteweb .siteweb4 {
left: 86px;
position: relative;
top: -18px;
z-index: 0;
transform: inherit;
width: 344px;  
}
#siteweb .siteweb5 {
right: 200px;
position: relative;
top: 60px;
z-index: 1;
transform: inherit;
width: 81px;  
}
#siteweb .siteweb6 {
right: 440px;
position: relative;
top: 53px;
z-index: 1;
transform: inherit;
width: 113px;  
}
#siteweb .siteweb7 {
float: right;
position: relative;
top: 220px;
z-index: 1;
right: 375px;
transform: inherit;
width: 132px;  
}
#siteweb .siteweb8 {
position: relative;
top: -184px;
z-index: 1;
right: 180px;
transform: inherit;
width: 134px;  
}
#siteweb .siteweb9 {
right: 430px;
position: relative;
top: -238px;
z-index: 0;
transform: inherit;
width: 46px;  
}
#siteweb .siteweb10 {
left: 10px;
position: relative;
top: -60px;
z-index: 1;
transform: inherit;
width: 93px;  
}
.sitewebsuper {
background-color: #e14755;
width: 100%;
height: 150px !important;
position: relative;
margin-top: -110px;
}

/* Plan */
#plan  {
text-align: center;
justify-content: center;
background-color: #eaf6fb;
margin: auto;
padding: initial;
padding-top: 80px;
}
#plan .content-text-plan {}
#plan .content-text-plan .text {
float: left;
width: 700px;
position: absolute;
transform: inherit;
margin-top: 30px;
}
#plan .content-text-plan h1 {
color: #383c3c;
font-size: 50px;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 52px;
}
#plan .content-text-plan p {
color: #383c3c;
font-size: 23px;
width: 100%;
margin: auto;
text-align: left;
line-height: 29px;
font-family: 'Encode Sans Expanded', sans-serif;
margin-top: 35px;
text-align: left;
}
#plan hr {
border-bottom: solid 3px #0061a1;
width: 50px;
margin-top: 18px;
position: absolute;
}
#plan .souhile-plan {
float: right;
width: 50%;
}
#plan .plan1 {
float: right;
position: relative;
top: 110px;
z-index: 1;
transform: inherit;
width: 269px;}
#plan .plan2 {
float: right;
position: relative;
top: 60px;
z-index: 0;
left: 100px;
transform: inherit;
width: 276px;}
#plan .plan3 {
right: -138px;
position: relative;
top: -250px;
z-index: 0;
transform: inherit;
width: 139px;}
#plan .plan4 {
right: -71px;
position: relative;
top: -175px;
z-index: 0;
transform: inherit;
width: 76px;}
#plan .plan5 {
right: -50px;
position: relative;
top: -327px;
z-index: 0;
transform: inherit;
width: 39px;}
#plan .plan6 {
right: 145px;
position: relative;
top: -235px;
z-index: 1;
transform: inherit;
width: 64px;}
#plan .plan7 {
right: 219px;
position: relative;
top: -315px;
z-index: 1;
transform: inherit;
width: 31px;}
#plan .plan8 {
right: 244px;
position: relative;
top: -170px;
z-index: 0;
transform: inherit;

width: 63px;}
.plansuper {
background-color: #1a73ac;
width: 100%;
height: 150px !important;
margin-top: -110px;
}

/* Statistiques */
#statistiques  {
text-align: center;
justify-content: center;
background-color: #f0ac51;
margin: auto;
padding: initial;
padding-top: 80px;
}
#statistiques .content-text-statistiques {}
#statistiques .content-text-statistiques .text {
margin-top: -30px;
float: left;
width: 710px;
position: absolute;
transform: inherit;
}
#statistiques .content-text-statistiques h1 {
color: #FFF;
font-size: 50px;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 52px;
}
#statistiques .content-text-statistiques p {
color: #FFF;
font-size: 23px;
width: 89%;
margin: auto;
line-height: 29px;
font-family: 'Encode Sans Expanded', sans-serif;
margin-top: 35px;
text-align: left;
float: left;
}
#statistiques hr {
border-bottom: solid 3px #5d2413;
width: 50px;
margin-top: 18px;
position: absolute;
}
#statistiques .souhile-statistiques {
float: right;
}
#statistiques .statistiques1 {
float: right;
position: relative;
top: 0px;
z-index: 1;
transform: inherit;
width: 155px;}
#statistiques .statistiques2 {
float: right;
position: relative;
top: 74px;
z-index: 1;
left: 18px;
transform: inherit;
width: 155px;}
#statistiques .statistiques3 {
left: 519px;
position: relative;
top: 72px;
z-index: 2;
transform: inherit;
width: 235px;}
#statistiques .statistiques4 {
left: 375px;
position: relative;
top: 69px;
z-index: 1;
transform: inherit;
width: 329px;}
#statistiques .statistiques5 {
left: 410px;
position: relative;
top: 59px;
z-index: 0;
transform: inherit;

width: 500px;}
.statistiquessuper {
background-color: #f19232;
width: 100%;
height: 110px !important;
margin-top: -50px;
}

/* Philosophie */
#philosophie  {
text-align: center;
justify-content: center;
background-color: #fcfae8;
margin: auto;
padding: initial;
padding-top: 70px;
}
#philosophie .content-text-philosophie {
margin: auto auto;
display: inline-block;
width: 100%;
}
#philosophie .content-text-philosophie .text {
margin-top: 70px;
float: left;
width: 597px;
transform: inherit;
margin-right: 0px;
}
#philosophie .content-text-philosophie h1 {
color: #3c3839;
font-size: 50px;
font-family: 'Oswald', sans-serif;
letter-spacing: 0px;
margin-bottom: 0px;
text-align: left;
font-weight: initial;
line-height: 52px;
}
#philosophie .content-text-philosophie p {
color: #000;
font-size: 23px;
margin: auto;
line-height: 29px;
font-family: 'Encode Sans Expanded', sans-serif;
margin-top: 35px;
text-align: left;
}
#philosophie hr {
border-bottom: solid 3px #d62027;
width: 50px;
margin-top: 18px;
position: absolute;
}
#philosophie .souhile-philosophie {
float: left;
display: inline-block;
height: 300px;
width: 730px;
padding-top: 35px;
}
#philosophie .philosophie1 {
float: left;
position: relative;
top: 104px;
z-index: 1;
left: 0px;
transform: inherit;
width: 618px;}
#philosophie .philosophie2 {
float: left;
position: relative;
top: -467px;
z-index: 1;
left: 268px;
transform: inherit;
width: 270px;}
#philosophie .philosophie3 {
right: 195px;
position: relative;
top: -435px;
z-index: 2;
transform: inherit;

float: left;
width: 149px;}
#philosophie .philosophie4 {
right: 370px;
position: relative;
top: -149px;
z-index: 1;
transform: inherit;
float: left;
width: 175px;}
#philosophie .philosophie5 {
right: 368px;
position: relative;
top: -115px;
z-index: 1;
transform: inherit;
float: left;
width: 68px;}
#philosophie .philosophie6 {
right: 430px;
position: relative;
top: -240px;
z-index: 0;
transform: inherit;
float: left;
width: 40px;}
.philosophiesuper {
background-color: #f0c333;
width: 100%;
height: 170px !important;
margin-top: 40px;
}

/* Footer */
#footer  {
text-align: center;
justify-content: center;
background-color: #ee5962;
margin: auto;
}
#footer .content-text-footer {
padding: 50px;
}
#footer .content-text-footer h1 {
font-size: 35px;
color: #FFF;
font-family: 'Oswald', sans-serif;
letter-spacing: 1px;
font-weight: initial;
margin-bottom: 30px;
}
#footer .content-text-footer p {
color: #FFF;
font-size: 25px;
width: 80%;
line-height: 31px;
font-family: 'Sofia', cursive;
margin-bottom: 0px;
letter-spacing: 0px;
display: inline-block;
}
/* Social */
#social {
text-align: center;
justify-content: center;
background-color: #FFF;
margin: auto;
padding: 40px 40px 80px 40px;
}
#social .content-text-social {
padding: 20px;
}
#social .content-text-social h1 {
font-size: 21px;
color: #000;
font-family: 'Encode Sans Expanded', sans-serif;
letter-spacing: 1px;
margin-bottom: 0px;
font-weight: initial;
}
#social .content-text-social p {
color: #FFF;
font-size: 16px;
width: 100%;
margin: auto;
line-height: 22px;
font-family: tahoma;
margin-top: 7px;
}
#social .features-list{
margin: auto auto;
display: inline-block;
width: 201px;
position: relative;
}
#social .features-list .icon {
width: 42px;
height: 42px;
top: 35px;
position: absolute;
background-image: url(../images/social-icons.png);
background-repeat: no-repeat;
background-position: right top;
opacity: 1;
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}
#social .features-list .icon:hover {
opacity:  0.8;
}
#social .feature-1 .icon { background-position: -219px 0px }
#social .feature-2 .icon { background-position: -164px 0px }
#social .feature-3 .icon { background-position: -109px 0px }
#social .feature-4 .icon { background-position: 0px 0px }
#social .feature-1  { margin-right: 50px; float: right; }
#social .feature-2  { margin-right: 50px; float: right;}
#social .feature-3  { margin-right: 50px; float: right;}
#social .feature-4  { margin-right: 50px; float: right;}


/* 1/ DESKTOPS =========================== */ 
@media only screen and (min-width: 888px) and (max-width: 1190px) {
.fram-wrapper {
width: 840px;
display: inline-block;
}
#header .content-text {
width: 520px;
top: 440px;
right: 40px;
z-index: 2;
position: relative;
}
#header .content-text h1 {
font-size: 40px;
line-height: 24px;
}
#header hr {
border-bottom: solid 3px #294a5d;
width: 50px;
margin-top: 22px;
position: absolute;
}
#header .content-text p {
font-size: 16px;
line-height: 25px;
}
#header .cam {
right: 380px;
position: relative;
top: 310px;
z-index: 1;
transform: inherit;
width: 68px;
float: left;
}
#header .film {
right: 270px;
position: relative;
top: 80px;
z-index: 1;
transform: inherit;
width: 115px;
float: left;
}
#header .bglamp {
left: 2px;
position: relative;
top: 420px;
z-index: 1;
transform: inherit;
width: 75px;
float: right;
}
#header .souhile {
right: 0px;
position: relative;
top: 190px;
z-index: 1;
transform: inherit;
width: 199px;
float: right;
}
#header .click {
float: left;
position: relative;
top: 300px;
z-index: 1;
left: 120px;
transform: inherit;
max-width: 40px;
}
#header .cat {
float: right;
position: relative;
top: 60px;
z-index: 1;
right: 40px;
transform: inherit;
width: 159px;
}
#header .lamp {
position: relative;
top: 60px;
z-index: 1;
left: 0px;
transform: inherit;
width: 563px;
float: left;
}
#histoire {
padding: 70px 0px 120px 0px;
}
#histoire .content-text-histoire .text {
width: 516px;
margin-top: 60px;
}
#histoire .content-text-histoire h1 {
font-size: 40px;
line-height: 29px;
}
#histoire .content-text-histoire p {
font-size: 20px;
line-height: 29px;
margin-top: 35px;
}
#histoire .souhile-histoire {
width: 252px;
}
#histoire .cloud-s4 {
top: 80px;
left: 0px;
}
#histoire .cloud-big {
top: -20px;
right: 260px;
}
#histoire .cloud-s9 {
top: -40px;
left: 220px;
}
#histoire .cloud-s3 {
top: 320px;
left: 400px;
}
#histoire .cloud-s10 {
top: 360px;
right: 140px;
}
#histoire .cloud-s1 {
top: 210px;
right: 420px;
}
#histoire .cloud-s8 {
top: 320px;
right: -90px;
}
#histoire .cloud-s6 {
top: 50px;
right: 490px;
}
#histoire .cloud-s5 {
top: 320px;
left: 190px;
}
#histoire .cloud-s2 {
top: -10px;
left: 60px;
}
#visuelle .content-text-visuelle .text {
width: 420px;
margin-top: 30px;
}
#visuelle .content-text-visuelle h1 {
font-size: 40px;
line-height: 39px;
}	
#visuelle hr {
margin-top: 19px;
}
#visuelle .content-text-visuelle p {
font-size: 20px;
line-height: 29px;
}
#visuelle .souhile-visuelle {
width: 386px;
}
#plateforme .content-text-plateforme .text {
margin-top: 15px;
}
#plateforme .content-text-plateforme h1 {
font-size: 40px;
line-height: 39px;
}
#plateforme hr {
margin-top: 18px;
}
#plateforme .content-text-plateforme p {
font-size: 20px;
line-height: 29px;
}

#siteweb .siteweb3 {
left: 141px;
top: -7px;
z-index: 2;
width: 215px;
}
#siteweb .content-text h1 {
top: 85px;
width: 305px;
z-index: 2;
}
#siteweb .content-text .siteweb1 {
right: 60px;
z-index: 3;
width: 437px;
}
#siteweb .siteweb5 {
right: 230px;
top: 40px;
z-index: 1;
width: 71px;
}
#siteweb .siteweb6 {
right: 420px;
top: 33px;
z-index: 1;
width: 93px;
}
#siteweb .siteweb7 {
top: 160px;
z-index: 1;
right: 225px;
width: 112px;
}
#siteweb .siteweb8 {
top: -317px;
z-index: 1;
left: 200px;
width: 114px;
}
#siteweb .siteweb9 {
left: 0px;
top: -366px;
z-index: 1;
width: 36px;
}
#siteweb .siteweb10 {
left: -70px;
top: -170px;
z-index: 1;
width: 83px;
}
.sitewebsuper {
height: 120px !important;
margin-top: -220px;
}
#siteweb .siteweb4 {
left: 6px;
top: -18px;
z-index: 1;
width: 284px;
}
#plan .content-text-plan .text {
width: 410px;
margin-top: -10px;
}
#plan .content-text-plan h1 {
font-size: 40px;
line-height: 39px;
}
#plan .content-text-plan p {
font-size: 20px;
line-height: 29px;
}
.plansuper {
height: 130px !important;
}
#plan .souhile-plan {
width: 73%;
}
#plan .plan1 {
top: 110px;
width: 239px;
}
#plan .plan2 {
top: 40px;
left: 100px;
width: 275px;
}
#plan .plan3 {
right: -151px;
top: -260px;
width: 120px;
}
#plan .plan4 {
right: -101px;
top: -185px;
width: 65px;
}
#plan .plan5 {
right: -97px;
top: -327px;
width: 30px;
}
#plan .plan6 {
right: 95px;
top: -235px;
width: 58px;
}
#plan .plan7 {
right: 159px;
top: -315px;
width: 35px;
}
#plan .plan8 {
right: 194px;
top: -180px;
width: 53px;
}
#statistiques .content-text-statistiques .text {
margin-top: -80px;
width: 480px;
}
#statistiques .content-text-statistiques h1 {
font-size: 40px;
line-height: 39px;
}
#statistiques .content-text-statistiques p {
font-size: 20px;
width: 96%;
line-height: 29px;
}
.statistiquessuper {
height: 100px !important;
margin-top: -30px;
}
#statistiques .statistiques1 {
top: 0px;
z-index: 3;
width: 125px;
left: 40px;
}
#statistiques .statistiques2 {
top: 60px;
z-index: 2;
left: 66px;
width: 125px;
}
#statistiques .statistiques3 {
left: 429px;
top: 52px;
z-index: 3;
width: 195px;
}
#statistiques .statistiques4 {
left: 315px;
top: 57px;
z-index: 2;
width: 279px;
}
#statistiques .statistiques5 {
left: 330px;
top: 39px;
z-index: 1;
width: 430px;
}
#statistiques {
padding-top: 160px;
}
#philosophie .souhile-philosophie {
height: 300px;
width: 570px;
padding-top: 35px;
}
#philosophie .philosophie1 {
top: 104px;
left: 0px;
width: 518px;
}
#philosophie .philosophie2 {
top: -377px;
left: 222px;
width: 230px;
}
#philosophie .philosophie3 {
right: 165px;
top: -325px;
width: 99px;
}
#philosophie .philosophie4 {
right: 280px;
top: -109px;
width: 145px;
}
#philosophie .philosophie5 {
right: 278px;
top: -72px;
width: 48px;
}
#philosophie .philosophie6 {
right: 310px;
top: -150px;
width: 30px;
}
#philosophie .content-text-philosophie .text {
margin-top: 20px;
width: 477px;
}
.philosophiesuper {
height: 120px !important;
margin-top: 10px;
}
#philosophie .content-text-philosophie h1 {
font-size: 40px;
line-height: 39px;
}
#philosophie .content-text-philosophie p {
font-size: 20px;
line-height: 29px;
}
#header .parg p {
top: -104px;
}
}	

/* 2/ TABLETS =========================== */ 
@media only screen and (min-width: 566px) and (max-width: 888px)  {
.fram-wrapper {
width: 570px;
display: inline-block;
}
#header .parg p {
font-size: 20px;
line-height: 31px;
top: -63px;
margin-bottom: -20px;
}	
#header iframe {
width: 530px;
height: 295px;
position: relative;
right: 17px;
}
#header .click {
top: 300px;
z-index: 1;
left: -20px;
}
#header .content-text {
width: 90%;
top: 290px;
left: 30px;
z-index: 2;
float: left;
}
#header .content-text h1 {
font-size: 35px;
line-height: 35px;
}
#header hr {
margin-top: 17px;
}
#header .content-text p {
font-size: 20px;
line-height: 25px;
}
#header .cam {
right: 330px;
top: 200px;
width: 58px;
}
#header .film {
right: 240px;
top: 120px;
width: 85px;
}

#header .bglamp {
left: 102px;
top: 270px;
width: 50px;
}
#header .souhile {
right: -100px;
top: 70px;
width: 139px;
}
#header .cat {
top: 100px;
right: 0px;
width: 119px;
}
#header .lamp {
top: 40px;
left: -190px;
width: 345px;
}	
#histoire {
padding: 70px 0px 120px 0px;
}

#histoire .content-text-histoire h1 {
font-size: 40px;
line-height: 29px;
}
#histoire .content-text-histoire p {
font-size: 20px;
line-height: 29px;
margin-top: 35px;
}
#histoire .souhile-histoire {
width: 282px;
}
#histoire .cloud-s4 {
top: 150px;
left: 270px;
}
#histoire .cloud-big {
top: -20px;
right: 260px;
}
#histoire .cloud-s5 {
top: 320px;
left: 290px;
}
#histoire .cloud-s9 {

top: -40px;
left: 110px;

}
#histoire .cloud-s6 {
top: 50px;
right: -80px;
}
#histoire .cloud-s10 {
top: 670px;
right: 230px;
}
#histoire .cloud-s7 {
top: 280px;
right: 580px;
}
#histoire .cloud-small {
top: 620px;
left: 0px;
}
#histoire .content-text-histoire .text {
width: 100%;
margin-top: 50px;
}
#histoire .cloud-big {
top: -20px;
right: 110px;
}
#histoire .cloud-s8 {
position: relative;
top: 278px;
right: -40px;
transform: inherit;
}
#visuelle .content-text-visuelle .text {
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}
#visuelle .content-text-visuelle h1 {
font-size: 40px;
line-height: 39px;
}	
#visuelle hr {
margin-top: 19px;
}
#visuelle .content-text-visuelle p {
font-size: 20px;
line-height: 29px;
}
#visuelle .souhile-visuelle {
width:571px;
}
#plateforme .souhile-plateforme {
width: 100%;
}

#plateforme .content-text-plateforme .text {
margin-top: 45px;
width: 100%;
}
#plateforme .content-text-plateforme h1 {
font-size: 40px;
line-height: 39px;
}
#plateforme hr {
margin-top: 18px;
}
#plateforme .content-text-plateforme p {
font-size: 20px;
line-height: 29px;
}
#siteweb .siteweb3 {
left: 71px;
top: -7px;
z-index: 2;
width: 195px;
}
#siteweb .content-text h1 {
top: 83px;
width: 305px;
z-index: 2;
right: 12px;
}
#siteweb .content-text .siteweb1 {
right: 40px;
z-index: 3;
width: 437px;
}
#siteweb .siteweb5 {
right: 250px;
top: 40px;
z-index: 1;
width: 51px;
}
#siteweb .siteweb6 {
right: -20px;
top: -117px;
z-index: 1;
width: 83px;
}
#siteweb .siteweb7 {
top: -110px;
z-index: 1;
right: 85px;
width: 92px;
}
#siteweb .siteweb8 {
top: -295px;
z-index: 1;
left: 225px;
width: 104px;
}
#siteweb .siteweb9 {
left: 30px;
top: -346px;
z-index: 1;
width: 26px;
}
#siteweb .siteweb10 {
left: -40px;
top: -160px;
z-index: 1;
width: 73px;
}
.sitewebsuper {
height: 120px !important;
margin-top: -200px;
}
#siteweb .siteweb4 {
left: -54px;
top: -18px;
z-index: 1;
width: 264px;
}
#plan .content-text-plan .text {
width: 571px;
margin-top: 10px;
}
#plan .content-text-plan h1 {
font-size: 40px;
line-height: 39px;
}
#plan .content-text-plan p {
font-size: 20px;
line-height: 29px;
}
.plansuper {
height: 130px !important;
}
#plan .souhile-plan {
width: 100%;
margin-top: 270px;
}
#plan .plan1 {
top: 110px;
width: 239px;
}
#plan .plan2 {
top: 40px;
left: 100px;
width: 275px;
}
#plan .plan3 {
right: -144px;
top: -261px;
width: 120px;
}
#plan .plan4 {
right: -90px;
top: -185px;
width: 65px;
}
#plan .plan5 {
right: -77px;
top: -327px;
width: 30px;
}
#plan .plan6 {
right: 115px;
top: -235px;
width: 58px;
}
#plan .plan7 {
right: 180px;
top: -315px;
width: 35px;
}
#plan .plan8 {
right: 204px;
top: -180px;
width: 53px;
}
#statistiques .content-text-statistiques .text {
margin-top: -80px;
width: 570px;
}
#statistiques .content-text-statistiques h1 {
font-size: 40px;
line-height: 39px;
}
#statistiques .content-text-statistiques p {
font-size: 20px;
width: 96%;
line-height: 29px;
}
.statistiquessuper {
height: 100px !important;
margin-top: -120px;
}
#statistiques .statistiques1 {
top: 21px;
z-index: 3;
width: 145px;
left: 0px;
}
#statistiques .statistiques2 {
top: 89px;
z-index: 2;
left: 16px;
width: 145px;
}
#statistiques .statistiques3 {
left: 60px;
top: 69px;
z-index: 3;
width: 235px;
}
#statistiques .statistiques4 {
left: 100px;
top: -57px;
z-index: 2;
width: 338px;
}
#statistiques .statistiques5 {
left: 60px;
top: -72px;
z-index: 1;
width: 470px;
}	#statistiques {
padding-top: 160px;
}
#statistiques .souhile-statistiques {
width: 100%;
margin-top: 200px;
}
#philosophie {
padding-top: 100px;
}
#philosophie .souhile-philosophie {
height: 300px;
width: 570px;
padding-top: 395px;
}
#philosophie .philosophie1 {
top: 104px;
left: 0px;
width: 518px;
}
#philosophie .philosophie2 {
top: -377px;
left: 222px;
width: 230px;
}
#philosophie .philosophie3 {
right: 165px;
top: -325px;
width: 99px;
}
#philosophie .philosophie4 {
right: 280px;
top: -109px;
width: 145px;
}
#philosophie .philosophie5 {
right: 278px;
top: -72px;
width: 48px;
}
#philosophie .philosophie6 {
right: 310px;
top: -150px;
width: 30px;
}
#philosophie .content-text-philosophie .text {
margin-top: -720px;
width: 85%;
margin-left: 60px;
position: relative;
}
.philosophiesuper {
height: 120px !important;
margin-top: 60px;
}
#philosophie .content-text-philosophie h1 {
font-size: 40px;
line-height: 39px;
}
#philosophie .content-text-philosophie p {
font-size: 20px;
line-height: 29px;
}
}

/* 4/ MOBILE =========================== */ 
@media only screen and (min-width: 300px) and (max-width: 566px)  {
.fram-wrapper {
width: 280px;
display: inline-block;
}
#header .parg p {
font-size: 19px;
line-height: 25px;
top: -13px;
margin-bottom: -20px;
}
#header #logo img {
width: 230px;
}
#header iframe {
width: 313px;
height: 155px;
position: relative;
right: 17px;
}
#header .click {
top: 210px;
z-index: 1;
left: -10px;
}

#header .parg .hello {
display: none;
}
#header .content-text {
width: 100%;
top: 130px;
left: 0px;
z-index: 2;
float: left;
}
#header .content-text h1 {
font-size: 35px;
line-height: 35px;
}
#header hr {
margin-top: 17px;
}
#header .content-text p {
font-size: 18px;
line-height: 25px;
}

#header .cam {
    left: 0px;
    top: 162px;
    width: 88px;
}
#header .film {
    left: 30px;
    top: 160px;
    width: 75px;
}
#header .bglamp {
    left: 0px;
    top: 140px;
    width: 40px;
}
#header .souhile {
    display: none;
}
#header .cat {
top: 100px;
right: 0px;
width: 119px;
}
#header .lamp {
display: none;
}
#histoire hr {
border-bottom: solid 3px #294a5d;
width: 50px;
margin-top: 15px;
position: absolute;
}
#histoire {
padding: 70px 0px 120px 0px;
}
#histoire .content-text-histoire h1 {
    font-size: 30px;
    line-height: 35px;
}
#histoire .content-text-histoire p {
    font-size: 17px;
    line-height: 29px;
margin-top: 35px;
}
#histoire .souhile-histoire {
width: 282px;
}
#histoire .cloud-s3 {
top: 450px;
left: 190px;
}
#histoire .cloud-s4 {
top: 120px;
left: 230px;
}
#histoire .cloud-big {
top: -20px;
right: 260px;
}
#histoire .cloud-s5 {
top: -150px;
left: 180px;
}
#histoire .cloud-s9 {
top: -40px;
left: 130px;
}
#histoire .cloud-s6 {
top: 50px;
right: -80px;
}	
#histoire .cloud-s10 {
top: 670px;
right: 300px;
}
#histoire .cloud-s7 {
top: 70px;
right: 90px;
}
#histoire .cloud-small {
top: -1px;
left: -110px;
}
#histoire .content-text-histoire .text {
width: 100%;
margin-top: 50px;
}
#histoire .cloud-big {
top: -20px;
right: 110px;
}
#histoire .cloud-s8 {
top: 268px;
right: -170px;
}
#histoire .cloud-s1 {
top: 210px;
right: 248px;
}
#histoire .cloud-s2 {
top: -80px;
left: 100px;
}
#visuelle .content-text-visuelle .text {
width: 100%;
margin-top: 30px;
margin-bottom: 30px;
}
#visuelle .content-text-visuelle h1 {
    font-size: 30px;
    line-height: 35px;
}
#visuelle hr {
margin-top: 19px;
}
#visuelle .content-text-visuelle p {
    font-size: 17px;
    line-height: 29px;
}
#visuelle .souhile-visuelle {
width: 100%;
}	
#plateforme .souhile-plateforme {
width: 100%;
}
#plateforme .content-text-plateforme .text {
margin-top: 45px;
width: 100%;
}
#plateforme .content-text-plateforme h1 {
    font-size: 30px;
    line-height: 35px;
}
#plateforme hr {
margin-top: 18px;
}
#plateforme .content-text-plateforme p {
    font-size: 17px;
    line-height: 29px;
}
#siteweb .content-text .rot {
transform: rotate(-0.6deg);
}
#siteweb .content-text {
width: 340px;
margin: auto;
margin-top: -9px;
}
#siteweb .siteweb3 {
left: -69px;
top: -12px;
z-index: 2;
width: 135px;
}
#siteweb .content-text h1 {
top: 49px;
width: 196px;
z-index: 2;
right: 99px;
font-size: 13px;
letter-spacing: 1px;
line-height: 14px;
}
#siteweb .content-text .siteweb1 {
right: 27px;
z-index: 3;
width: 257px;
}
#siteweb .siteweb5 {
right: 80px;
top: -120px;
z-index: 1;
width: 41px;
}
#siteweb .siteweb6 {
right: 180px;
top: -127px;
z-index: 1;
width: 43px;
}
#siteweb .siteweb7 {
top: -230px;
z-index: 1;
right: 25px;
width: 62px;
}
#siteweb .siteweb8 {
top: -356px;
z-index: 1;
left: 175px;
width: 84px;
}
#siteweb .siteweb9 {
left: 30px;
top: -396px;
z-index: 1;
width: 26px;
}
#siteweb .siteweb10 {
left: -30px;
top: -280px;
z-index: 1;
width: 53px;
}
.sitewebsuper {
height: 90px !important;
margin-top: -310px;
}
#siteweb .siteweb4 {
left: 46px;
top: -168px;
z-index: 1;
width: 164px;
}
#plan .content-text-plan .text {
width: 300px;
margin-top: 10px;
}


#plan .content-text-plan h1 {
    font-size: 30px;
    line-height: 35px;
}
#plan .content-text-plan p {
    font-size: 17px;
    line-height: 29px;
}
.plansuper {
height: 90px !important;
}
#plan .souhile-plan {
width: 100%;
margin-top: 390px;
}
#plan .plan1 {
top: 170px;
width: 170px;
}
#plan .plan2 {
top: -80px;
left: -90px;
width: 188px;
}
#plan .plan3 {
right: -44px;
top: 169px;
width: 70px;
}
#plan .plan4 {
right: -100px;
top: 189px;
width: 40px;
}
#plan .plan5 {
right: -96px;
top: 89px;
width: 20px;
}
#plan .plan6 {
right: 42px;
top: 150px;
width: 40px;
}
#plan .plan7 {
right: -14px;
top: 53px;
width: 30px;
}
#plan .plan8 {
right: 13px;
top: 138px;
width: 40px;
}
#statistiques .content-text-statistiques .text {
margin-top: -80px;
width: 300px;
}
#statistiques .content-text-statistiques h1 {
    font-size: 30px;
    line-height: 35px;
}
#statistiques .content-text-statistiques p {
width: 96%;
    font-size: 17px;
    line-height: 29px;
}
.statistiquessuper {
height: 100px !important;
margin-top: -73px;
}
#statistiques .statistiques1 {
top: 217px;
z-index: 3;
width: 95px;
left: 6px;
}
#statistiques .statistiques2 {
top: 254px;
z-index: 2;
left: 19px;
width: 99px;
}
#statistiques .statistiques3 {
left: -50px;
top: 69px;
z-index: 3;
width: 155px;
}
#statistiques .statistiques4 {
left: 0px;
top: -16px;
z-index: 2;
width: 218px;
}
#statistiques .statistiques5 {
left: -25px;
top: -30px;
z-index: 1;
width: 330px;
}
#statistiques {
padding-top: 160px;
}
#statistiques .souhile-statistiques {
width: 100%;
margin-top: 200px;
}
#philosophie {
padding-top: 130px;
}

#philosophie .souhile-philosophie {
height: 300px;
width: 570px;
padding-top: 395px;
}
#philosophie .philosophie1 {
top: 104px;
left: 0px;
width: 298px;
}
#philosophie .philosophie2 {
top: 23px;
left: -169px;
width: 130px;
}
#philosophie .philosophie3 {
right: 406px;
top: 45px;
width: 59px;
}
#philosophie .philosophie4 {
right: 420px;
top: 130px;
width: 95px;
}
#philosophie .philosophie5 {
right: 415px;
top: 145px;
width: 38px;
}
#philosophie .philosophie6 {
right: 320px;
top: 50px;
width: 20px;
}
#philosophie .content-text-philosophie .text {
margin-top: -760px;
width: 276px;
margin-left: 20px;
}
.philosophiesuper {
height: 120px !important;
margin-top: -50px !important;
}
#philosophie .content-text-philosophie h1 {
    font-size: 30px;
    line-height: 35px;
}
#philosophie .content-text-philosophie p {
    font-size: 17px;
    line-height: 29px;
}
.container .cr {
width: 100%;
}
.container .cf {
width: 100%;
}
#footer .content-text-footer p {
font-size: 22px;
width: 100%;
line-height: 30px;
}
	
	.bannersuper {
    margin-top: 90px;
}

	
	
}


