html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  background: #fffcf8;
  line-height: 1;
  font: 1.1em Didot, serif;
} /*inear-gradient(#e66465, #9198e5)*/
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

#seconnecter {
  height: 60px;
}

#logo {
  height: 150px;
}
#image1 {
  height: 250px;
  border-radius: 8px;
  z-index: 1;
}
#image2 {
  height: 350px;
  border-radius: 8px;
  z-index: 2;
}
#image3 {
  height: 550px;
  border-radius: 8px;
  z-index: 3;
}
#image4 {
  height: 350px;
  border-radius: 8px;
  z-index: 4;
}
#image5 {
  height: 250px;
  border-radius: 8px;
  z-index: 5;
}

carre {
  background-color: #f4c2c2;
  width: 200px;
  height: 200px;
}

header {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#lientitre {
  color: #fffcf8;
  background: black;
  position: fixed;
  width: 100%;
  font: 1.1em Didot, serif;
  font-weight: bold;
  font-size: 40px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
}

#entete {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

button {
  border-style: hidden;
  background-color: #fffcf8;
  padding: 10px;
  color: #424242;
  font: 1.1em Didot, serif;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#carre2 {
  width: 900px;
  height: 70px;
  background-color: #f4c2c2; /* Rouge pastel */
  border-radius: 30px; /* Coins arrondis optionnels */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

#carre3 {
  width: 900px;
  height: 200px;
  background-color: #f4c2c2; /* Rouge pastel */
  border-radius: 30px; /* Coins arrondis optionnels */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

h2 {
  font: 1.2em Didot, serif;
  font-weight: bold;
  font-size: 30px;
}

h3 {
  font-weight: bolder;
  font-size: 20px;
}

#image0 {
  height: 150px;
}
#image00 {
  height: 150px;
}
#image000 {
  height: 150px;
}
#image0000 {
  height: 150px;
}

#logofoot {
  height: 80px;
  display: flex;
  justify-content: center;
}

#carousel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  margin: 70px;
}

#formationpremium {
  background-color: rgba(240, 240, 240, 0.6);
  max-height: 400px;
  max-width: 400px;
  margin: 50px;
  padding: 70px;
  border-top-left-radius: 25%;
}

#formationsite {
  background-color: rgba(240, 240, 240, 0.6);
  max-height: 400px;
  max-width: 400px;
  margin: 50px;
  padding: 70px;
  border-bottom-right-radius: 25%;
}
#formationclassique {
  background-color: rgba(240, 240, 240, 0.6);
  max-height: 400px;
  max-width: 400px;
  margin: 50px;
  padding: 70px;
  border-top-left-radius: 25%;
  border-bottom-right-radius: 25%;
}

#carrélesformations {
  display: flex;
  justify-content: space-around;
}

#textepremium {
  max-width: 500px;
  max-height: 500px;
}

#textesite {
  max-width: 400px;
  max-height: 400px;
}

#texteclassique {
  max-width: 400px;
  max-height: 400px;
}

#forpremium{
  height:300px;
}

#forclassique{
  height:300px;
}

#forsite{
  height:300px;
}

a {
  color: grey;
  text-decoration: none;
  font-size: 15px;
}

#devisBox{
    display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top:50px;
  margin-bottom:100px;
}
#devis {
  background-color: none;
  height: 400px;
  width: 400px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#demande {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#sexe {
  color: black;
  display: flex;
  justify-content: space-around;
  margin: 5px;
}

#formdevis {
  color: black;
  display: flex;
  flex-direction: column;
    padding-bottom: 30;
    margin-bottom: 30;
}

#contactez {
  width: 700px;
  height: 90px;
  background-color: #f4c2c2; /* Rouge pastel */
  border-radius: 30px; /* Coins arrondis optionnels */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding-top: 2;
  margin-top: 2;
  padding-bottom: 10;
  margin-bottom: 10;
}


#connexion { 
  width: 900px;
  height: 150px;
  background-color: #f4c2c2; /* Rouge pastel */
  border-radius: 30px; /* Coins arrondis optionnels */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
    padding-bottom: 0;
  margin-bottom: 0;
}

#footerppl{
  background-color:rgba(240, 235, 230, 0.4);
  display:flex;
    flex-direction:column;
  justify-content:center;
}

#liensmilieux{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#liensbonus{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#logolinkedin{
  height:40px;
   display:flex;
    flex-direction: column;
    justify-content:flex-start;
}
  
#titrecontact{
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  text-align:center;
}

#pagecontact{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 300px;
}

#formcontact{
  display: flex;
  flex-direction: column;
  align-items:center;
  width: 100%;
}

input{
  margin: 8px;
  width:250px; 
  padding: 5px;
  border-style: dotted;
}

#boutoncontact{
  margin-top: 6px;
  border-style: hidden;
}

#message{
 height: 150px
}
