




@media screen and (max-width: 480px) {
	
/*****************************************************nav menu*******************************/

div.header-holder {
    width: 100%;
    background-color: #fff;
    z-index: 4;
    overflow: auto;
    margin-top: -1%;
    position: absolute;
	display:flex;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  z-index: 5;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
    width: 115px;
    height: 50px;
    display: block;
    background-image: url(univer-responsive.png);
    background-size: 97% auto;
    background-repeat: no-repeat;
    order: 1;
    background-position-y: 59%;
    /* position: absolute; */
}

.search-mobile {
  /*     display: none; */
  position: absolute;
  top: -5px;
  right: 50px;
  z-index: 6;
} 

.search-mobile a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 60px;
  position: relative;
}


.search-mobile a .icon_search {
  background: url("https://yalantis.com/assets/icon-search-eb2d80fde29a4eb86770580f52872b64097df105b39901d39abcea6dbc372969.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}



.header-nav {
  order: 2;
}

.header-nav {
  display: none; 
}

.header-nav.active {
    display: block;
    position: fixed;
    top: -24px;
    left: 278px;
    bottom: 0;
    right: 0;
    background-color: #445DC4;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    height: 67%;
    width: 42%;
}

.header-nav.active .header-nav__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  overflow: auto;
}

nav.active ul {
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    display: block;
    margin-left: -4%;
    margin-top: 13%;
}

nav.active ul li {
  padding: 10px 0;
}

nav ul {
  padding: 8px 0 0 0;
  display: flex;
}

nav ul li {
  padding: 0 0 0 13px;
  list-style: none;
}

nav ul li a {
    display: inline-block;
    font-family: "BrandonText", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 3px;
    color: white;
    text-transform: uppercase;
    padding: 5px 8px;
    letter-spacing: 0.9px;
    position: relative;
    text-decoration: none;
    transition: color .5s ease-in-out;
}

nav ul li a:hover {
  color: orange;
  transition: color .3s ease-in-out;
}

.device-menu {
    position: absolute;
    top: 20px;
    right: -272px;
    width: 55px;
    height: 50px;
    z-index: 11;
    background-color: rgba(0,0,0,0.6);
    width: 45px;
    height: 40px;
    display: block;
}


.device-menu .device-menu__inner {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.device-menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: white;
  top: 5px;
  left: 0;
  /*     -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.device-menu span:nth-child(1) {
  top: 0;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu span:nth-child(2) {
  top: 50%;
  /*     -webkit-transform: translate(0, -50%); */
  /*     transform: translate(0, -50%); */
}

/* .device-menu.open span:nth-child(2) {
opacity: 0;
} */

.device-menu span:nth-child(3) {
  top: 100%;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu.open span:nth-child(1) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.device-menu.open span:nth-child(2) {
  opacity: 0;
}

.device-menu.open span:nth-child(3) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head-responsive-mobile {
    width: 44%;
    height: 537px;
    background-image: url(head-responsive-mobile.png);
    position: absolute;
    margin-top: -121%;
    margin-left: -56%;
    background-size: 100%;
    background-position: -35%;
    background-position-y: 103%;
}






	.footer-res{
		display:flex;
	}
	.nav-res {
	position: relative;
	margin: 50px;
	width: 360px;
}
.nav-res,.ul-res {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-res, .ul-res, .li-res, .a-footer-res {
	display: block;
	background: #4A60B9;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
img.email {
    margin-top: 5%;
    margin-left: -204px;
    width: 22%;
    position: absolute;
}

 .footer-res {
    background: #4A60B9;
    margin-top: 245%;
}
  
  .nav-res{
	   margin-top: 10%;
  }
  
  .social-media-responsive{
	 margin-left: 42%;
    font-size: 166%;
    font-family: proxima nova;
    font-weight: 800;
    color: #FFC400;  
  }
 .phrase-responsive-footer {
    text-align: center;
    position: absolute;
    margin-top: 20%;
    width: 138%;
    font-size: 76%;
    margin-left: -6%;
    font-family: proxima nova;
    font-weight: 700;
    color: #fff;
}
  
.copy-footer {
    margin-left: 34%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-family: proxima nova;
    margin-top: 4%;
    font-size: 11px;
} 
 ul#links-ul {
    margin-left: 85px;
    margin-top: 8px;
}
  
.hr-footer-responsive {
    border: 2px solid #fff;
    margin-top: 8%;
    position: absolute;
    width: 119%;
    margin-left: 2%;
}
	
img.photo-footer-responsive {
    margin-left: 44%;
    width: 45%;
    margin-top: 13%;
}


.fab {
    padding: 20px;
    font-size: 30px;
    color: #fff;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
#social_media{
	    margin-left: 34%;
    width: 82%;
}
div.footer-res{
	display:flex;
}
/***********************************************************************************************/
	
.img_logo {
    display: none;
}
.ul-nav {
    display: none;
}
.contact_div {
    display: none;
}
.img-formulaire-div {
    display: none;
}
img.formulaire-responsive {
    display: flex;
    width: 100%;
}
.traceleft {
    display: none;
}
img.div-formulaire-flesh {
    position: absolute;
    margin-top: -147%;
    width: 34%;
    margin-left: 34%;
}
p.p1_section {
    text-align: center;
    font: normal normal 800 44px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -1%;
    color: #FFC400;
    margin-top: -97%;
}
p.spontane {
    position: absolute;
    margin-left: 26%;
    margin-top: -40px;
    font-size: 113%;
    font-family: 'proxima nova';
    color: #fff;
}
img.img_footer2 {
    display: none;
}
.mag_footer {
    display: none;
}
.robot6 {
    display: none;
}
.trace_footer {
    display: none;
}
.trace11-formulaire {
    display: none;
}
img.email {
    margin-top: 120%;
    margin-left: 46%;
}
img.arriere-plan {
    margin-top: -80%;
    width: 100%;
    margin-left: 0%;
    height: 1068px;
}
img.img-admin {
    position: absolute;
    width: 20%;
    margin-left: 42%;
    margin-top: -92%;
}
p.bienvenue {
    font-size: 144%;
    position: absolute;
    margin-left: 33%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 100;
    margin-top: -54px;
}
p.marketing {
    font-size: 135%;
    position: absolute;
    margin-left: 21%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-top: -8%;
}
div.a-div {
    position: absolute;
    margin-top: -4%;
    margin-left: 8px;
}
div.inner-form {
    position: absolute;
    margin-top: 11%;
    margin-left: 9px;
}
input.f-input {
    width: 132%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
div.c-div {
    position: absolute;
    margin-top: 55%;
    margin-left: 10px;
}
div.pre-last-div {
    position: absolute;
    margin-top: 85%;
    margin-left: 7px;
}
div.f-div {
    position: absolute;
    margin-top: 41%;
    margin-left: 11px;
}
div.b-div {
    position: absolute;
    margin-top: 26%;
    margin-left: 11px;
}
input.c-input {
    width: 129%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
div.d-div {
    position: absolute;
    margin-top: 70%;
    margin-left: 8px;
}
div.form_contact {
    width: 83%;
    position: absolute;
    margin-left: 32px;
    margin-top: 59.3%;
    border: 1px solid #fff;
    height: 132%;
    border-radius: 53px;
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}
textarea#ip21 {
    border: 1px solid #31448A;
    padding: 20px;
    width: 315px;
    height: 31px;
    position: absolute;
    margin-top: 118%;
    margin-left: 0px;
    height: 157px;
    border: 3px solid #4057BC;
    border-radius: 40px;
}
div.e-div {
    position: absolute;
    margin-top: 100%;
    margin-left: 11px;
}
a.btn_input1 {
    background-color: #2064AD;
    border-radius: 56px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
    text-decoration: none;
    width: 193px;
    -webkit-text-size-adjust: none;
    margin-left: 76%;
    height: 51px;
}
a.input_mail {
    margin-top: 813%;
}

p.motivation {
    position: absolute;
    margin-top: 121%;
    margin-left: 14%;
    font-size: 123%;
    font-family: 'proxima nova';
    color: #4057BC;
    font-weight: 800;
}
input.d-input {
    width: 131%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
input.pre-last-input {
    width: 133%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}



/*****************************************************nav menu*******************************/

div.header-holder {
    width: 100%;
    background-color: #fff;
    z-index: 4;
    overflow: auto;
    margin-top: -1%;
    position: absolute;
	display:flex;
}

header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  z-index: 5;
  -webkit-transition: background-color 0.4s ease-out;
  transition: background-color 0.4s ease-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
    width: 115px;
    height: 50px;
    display: block;
    background-image: url(univer-responsive.png);
    background-size: 97% auto;
    background-repeat: no-repeat;
    order: 1;
    background-position-y: 59%;
    /* position: absolute; */
}

.search-mobile {
  /*     display: none; */
  position: absolute;
  top: -5px;
  right: 50px;
  z-index: 6;
} 

.search-mobile a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  width: 100px;
  height: 60px;
  position: relative;
}


.search-mobile a .icon_search {
  background: url("https://yalantis.com/assets/icon-search-eb2d80fde29a4eb86770580f52872b64097df105b39901d39abcea6dbc372969.svg") no-repeat 0 0;
  width: 25px;
  height: 25px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
}



.header-nav {
  order: 2;
}

.header-nav {
  display: none; 
}

.header-nav.active {
    display: block;
    position: fixed;
    top: -24px;
    left: 278px;
    bottom: 0;
    right: 0;
    background-color: #445DC4;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    height: 67%;
    width: 42%;
}

.header-nav.active .header-nav__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  align-content: center;
  height: 100%;
  overflow: auto;
}

nav.active ul {
    width: 100%;
    text-align: center;
    padding: 0;
    overflow: hidden;
    display: block;
    margin-left: -4%;
    margin-top: 13%;
}

nav.active ul li {
  padding: 10px 0;
}

nav ul {
  padding: 8px 0 0 0;
  display: flex;
}

nav ul li {
  padding: 0 0 0 13px;
  list-style: none;
}

nav ul li a {
    display: inline-block;
    font-family: "BrandonText", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 3px;
    color: white;
    text-transform: uppercase;
    padding: 5px 8px;
    letter-spacing: 0.9px;
    position: relative;
    text-decoration: none;
    transition: color .5s ease-in-out;
}

nav ul li a:hover {
  color: orange;
  transition: color .3s ease-in-out;
}

.device-menu {
    position: absolute;
    top: 20px;
    right: -272px;
    width: 55px;
    height: 50px;
    z-index: 11;
    background-color: rgba(0,0,0,0.6);
    width: 45px;
    height: 40px;
    display: block;
}


.device-menu .device-menu__inner {
  width: 24px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.device-menu span {
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background-color: white;
  top: 5px;
  left: 0;
  /*     -webkit-transform: rotate(45deg);
  transform: rotate(45deg); */
}

.device-menu span:nth-child(1) {
  top: 0;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu span:nth-child(2) {
  top: 50%;
  /*     -webkit-transform: translate(0, -50%); */
  /*     transform: translate(0, -50%); */
}

/* .device-menu.open span:nth-child(2) {
opacity: 0;
} */

.device-menu span:nth-child(3) {
  top: 100%;
  -webkit-transition: rotate, 0.3s;
  transition: rotate, 0.3s;
}

.device-menu.open span:nth-child(1) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.device-menu.open span:nth-child(2) {
  opacity: 0;
}

.device-menu.open span:nth-child(3) {
  top: 10px;
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.head-responsive-mobile {
    width: 44%;
    height: 537px;
    background-image: url(head-responsive-mobile.png);
    position: absolute;
    margin-top: -121%;
    margin-left: -56%;
    background-size: 100%;
    background-position: -35%;
    background-position-y: 103%;
}






	.footer-res{
		display:flex;
	}
	.nav-res {
	position: relative;
	margin: 50px;
	width: 360px;
}
.nav-res,.ul-res {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-res, .ul-res, .li-res, .a-footer-res {
	display: block;
	background: #4A60B9;
	padding: 10px 15px;
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
img.email {
    margin-top: 140%;
    margin-left: 41%;
    width: 22%;
    position: absolute;
}
.footer-res {
    background: #4A60B9;
    margin-top: 17%;
}
  
  .nav-res{
	   margin-top: 10%;
  }
  
  .social-media-responsive{
	 margin-left: 42%;
    font-size: 166%;
    font-family: proxima nova;
    font-weight: 800;
    color: #FFC400;  
  }
 .phrase-responsive-footer {
    text-align: center;
    position: absolute;
    margin-top: 20%;
    width: 138%;
    font-size: 76%;
    margin-left: -6%;
    font-family: proxima nova;
    font-weight: 700;
    color: #fff;
}
  
.copy-footer {
    margin-left: 34%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-family: proxima nova;
    margin-top: 4%;
    font-size: 11px;
} 
 ul#links-ul {
    margin-left: 85px;
    margin-top: 8px;
}
  
.hr-footer-responsive {
    border: 2px solid #fff;
    margin-top: 8%;
    position: absolute;
    width: 119%;
    margin-left: 2%;
}
	
img.photo-footer-responsive {
    margin-left: 44%;
    width: 45%;
    margin-top: 13%;
}


.fab {
    padding: 20px;
    font-size: 30px;
    color: #fff;
    width: 50px;
    text-align: center;
    text-decoration: none;
}
#social_media{
	    margin-left: 34%;
    width: 82%;
}
div.footer-res{
	display:flex;
}
/***********************************************************************************************/

}


@media screen and (max-width: 320px) {
	div.header-holder {
    width: 100%;
    background-color: #fff;
    z-index: 4;
    overflow: auto;
    margin-top: -1%;
    position: absolute;
    display: flex;
}

.device-menu {
    position: absolute;
    top: 20px;
    right: -107px;
    width: 55px;
    height: 50px;
    z-index: 11;
    background-color: rgba(0,0,0,0.6);
    width: 45px;
    height: 40px;
    display: block;
}

img.div-formulaire-flesh {
    position: absolute;
    margin-top: -182%;
    width: 26%;
    margin-left: 39%;
}
p.p1_section {
    text-align: center;
    font: normal normal 800 44px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -1%;
    color: #FFC400;
    margin-top: -145%;
}

p.spontane {
    position: absolute;
    margin-left: 14%;
    margin-top: -40px;
    font-size: 113%;
    font-family: 'proxima nova';
    color: #fff;
}

img.arriere-plan {
    margin-top: -120%;
    width: 100%;
    margin-left: 0%;
    height: 905px;
}

img.img-admin {
    position: absolute;
    width: 20%;
    margin-left: 42%;
    margin-top: -131%;
}

p.bienvenue {
    font-size: 144%;
    position: absolute;
    margin-left: 20%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 100;
    margin-top: -60px;
}
p.marketing {
    font-size: 103%;
    position: absolute;
    margin-left: 10%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-top: -14%;
}

.header-nav.active {
    display: block;
    position: fixed;
    top: -24px;
    left: 136px;
    bottom: 0;
    right: 0;
    background-color: #445DC4;
    z-index: 10;
    opacity: 1;
    -webkit-transition: opacity 0.6s linear;
    transition: opacity 0.6s linear;
    height: 67%;
    width: 56%;
}	
a.input_mail {
    margin-top: 1195%;
    margin-left: 16%;
}

textarea#ip21 {
    border: 1px solid #31448A;
    padding: 20px;
    width: 214px;
    height: 31px;
    position: absolute;
    margin-top: 163%;
    margin-left: 0px;
    height: 157px;
    border: 3px solid #4057BC;
    border-radius: 40px;
}

p.motivation {
    position: absolute;
    margin-top: 163%;
    margin-left: 16%;
    font-size: 102%;
    font-family: 'proxima nova';
    color: #4057BC;
    font-weight: 800;
}
input.file-input {
    width: 87%;
    height: 45px;
    margin-top: 43%;
}

div.pre-last-div {
    position: absolute;
    margin-top: 112%;
    margin-left: 7px;
}

input.pre-last-input {
    width: 90%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
input.f-input {
    width: 89%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
div.d-div {
    position: absolute;
    margin-top: 92%;
    margin-left: 8px;
}
div.c-div {
    position: absolute;
    margin-top: 72%;
    margin-left: 10px;
}
div.b-div {
    position: absolute;
    margin-top: 51%;
    margin-left: 11px;
}
input.c-input {
    width: 89%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
input.d-input {
    width: 90%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
input.e-input {
    width: 90%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
div.f-div {
    position: absolute;
    margin-top: 31%;
    margin-left: 11px;
}

input.b-input {
    width: 90%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 41px;
    padding: 20px;
}

div.a-div {
    position: absolute;
    margin-top: -9%;
    margin-left: 8px;
}

div.form_contact {
    width: 83%;
    position: absolute;
    margin-left: 21px;
    margin-top: 59.3%;
    border: 1px solid #fff;
    height: 132%;
    border-radius: 53px;
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

img.email {
    margin-top: 158%;
    margin-left: 41%;
    width: 22%;
    position: absolute;
}

.social-media-responsive {
    margin-left: 27%;
    font-size: 130%;
    font-family: proxima nova;
    font-weight: 800;
    color: #FFC400;
}

#social_media {
    margin-left: 12%;
    width: 82%;
}

.phrase-responsive-footer {
    text-align: center;
    position: absolute;
    margin-top: 20%;
    width: 104%;
    font-size: 51%;
    margin-left: -6%;
    font-family: proxima nova;
    font-weight: 700;
    color: #fff;
}
#social_media {
    margin-left: 12%;
    width: 82%;
}
.hr-footer-responsive {
    border: 2px solid #fff;
    margin-top: 3%;
    position: absolute;
    width: 86%;
    margin-left: 2%;
}

img.photo-footer-responsive {
    margin-left: 26%;
    width: 45%;
    margin-top: 9%;
}

.copy-footer {
    margin-left: -4%;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-family: proxima nova;
    margin-top: 1%;
    font-size: 11px;
}
}


/*
@media screen and (max-width: 767px) {
  
 img.img_logo {
    display: none;
}
  ul.ul-nav {
    display: none;
}

img.img-formulaire-div {
    margin-left: -506%;
    margin-top: -178%;
}


.img_footer2 {
    display: none;
}
.mag_footer {
    margin-top: -67%;
    display: none;
}
.robot6 {
    display: none;
}
img.arriere-plan {
    margin-top: -305%;
    width: 82%;
    margin-left: 0%;
    height: 1154px;
}
img.div-formulaire-flesh {
    position: absolute;
    margin-top: -56%;
    width: 25%;
    margin-left: -54%;
}
img.img-admin {
    position: absolute;
    width: 15%;
    margin-left: -48%;
    margin-top: -8%;
}
div.form_contact {
    width: 69%;
    position: absolute;
    margin-left: -78px;
    margin-top: 203.3%;
    border: 1px solid #fff;
    height: 127%;
    border-radius: 53px;
    background: #fff;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

#ip21 {
    height: 230px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    width: 83%;
}
.traceleft {
    display: none;
}
.trace11-formulaire {
    display: none;
}
.trace_footer {
    display: none;
}
img.contact_div {
    margin-top: -193%;
    margin-left: -79%;
    width: 161%;

}
p.p1_section {
    text-align: center;
    font: normal normal 800 92px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -13%;
    color: #FFC400;
    margin-top: -5%;
}
p.bienvenue {
    font-size: 204%;
    position: absolute;
    margin-left: 33%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 100;
    margin-top: -146px;
}
p.marketing {
    font-size: 194%;
    position: absolute;
    margin-left: 18%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-top: -16%;
}
p.spontane {
    position: absolute;
    margin-left: 14%;
    margin-top: -29px;
    font-size: 219%;
    font-family: 'proxima nova';
    color: #fff;
}
img.email {
    margin-top: 94%;
    margin-left: 46%;
}
a.input_mail {
    margin-top: 650%;
    margin-left: 59%;
}
textarea#ip21 {
    height: 230px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    width: 84%;
    margin-top: 84%;
}
p.motivation {
    position: absolute;
    margin-top: 88%;
    margin-left: 12%;
    font-size: 161%;
    font-family: 'proxima nova';
    color: #4057BC;
    font-weight: 800;
}
input.file-input {
    width: 130%;
    margin-top: 124%;
    height: 45px;
    margin-left: -181%;
}

input.pre-last-input {
    width: 189%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
    margin-top: 60%;
    margin-left: 6%;
}
input.e-input {
    width: 187%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
    margin-top: 54%;
    margin-left: 7%;
}
input.f-input {
    width: 260%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
    margin-left: -188%;
    margin-top: 39%;
}
input.c-input {
    width: 259%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
    margin-top: 33%;
    margin-left: -188%;
}
div.inner-form {
    position: absolute;
    margin-top: -7%;
    margin-left: 306px;
}
div.a-div {
    position: absolute;
    margin-top: -5%;
    margin-left: -2px;
}
input.b-input {
    width: 187%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 41px;
    padding: 20px;
}
input.d-input {
    width: 186%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
}
input.d-input {
    width: 186%;
    height: 45px;
    border: 3px solid #4057BC;
    border-radius: 40px;
    padding: 20px;
    margin-left: 7%;
}

.canvas {
    display: none;
}

}
*/