@media screen and (max-width: 480px) {
img.contact_div {
    margin-top: -84%;
    width: 163%;
    margin-left: -63%;
}
.img_logo {
    display: none;
}
.nav-contact{
	display:none;
}
.traceleft {
    display: none;
}
p.p1_section {
    text-align: center;
    font: normal normal 800 48px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -1%;
    color: #FFC400;
    margin-top: -37%;
}
p.some-la {
    position: absolute;
    margin-left: 25%;
    margin-top: -37px;
    font-size: 192%;
    font-family: 'proxima nova';
    color: #fff;
}
div#avatar-img {
    position: absolute;
    margin-left: 32%;
    margin-top: -50%;
    width: 10%;
}
.trace_footer {
    display: none;
}
.trace5 {
    display: none;
}
div.form_contact {
    width: 100%;
    position: absolute;
    margin-left: -3%;
    margin-top: 203.3%;
    border: 1px solid #3F56BA;
    height: 117%;
    background: #3F56BA;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    border-radius: 0;
}
.img_footer2 {
    display: none;
}
.mag_footer {
    display: none;
}
.robot6 {
    display: none;
}
img.map-img {
    position: absolute;
    margin-left: 48%;
    margin-top: 140.7%;
    width: 44%;
}
p.contact-right-form-nous {
    font-size: 237%;
    position: absolute;
    margin-left: 10%;
    font-family: 'proxima nova';
    color: #fff;
    margin-top: 4%;
    font-weight: 700;
}
p.hesiter {
    position: absolute;
    margin-top: 13%;
    margin-left: 11%;
    font-size: 90%;
    font-family: 'proxima nova';
    color: #fff;
}
section.social-li {
    position: absolute;
    margin-left: 25%;
    margin-top: 15%;
}
li.link-final-social {
    margin-left: 39%;
}
a#link-premiere {
    margin-left: -256%;
}
.khalifa {
    position: absolute;
    margin-left: 74%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
    font-size: 11px;
}
.numero-contact {
    position: absolute;
    margin-left: 41%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
    font-size: 13px;
}
.contact-mail {
    position: absolute;
    margin-left: 6%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
    font-size: 68%;
}
.env-message {
    position: absolute;
    margin-top: 27%;
    margin-left: 74px;
    font-size: 102%;
}
input.first-input {
    width: 167%;
    height: 40px;
    border: 1px solid #31448A;
    background: #7E8DD2;
    padding: 20px;
    border: none;
    margin-left: -99%;
}
input.second-input {
    width: 87%;
    height: 40px;
    border: 1px solid #31448A;
    background: #7E8DD2;
    padding: 20px;
    border: none;
}
textarea#ip21 {
    border: 1px solid #31448A;
    padding: 20px;
    width: 403px;
    height: 31px;
    position: absolute;
    margin-top: 51%;
    margin-left: -14px;
}

a.btn_input1.input_mail.button {
    background-color: #FFC400;
    border-radius: 51px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    width: 233px;
    -webkit-text-size-adjust: none;
    margin-left: 80%;
    height: 45px;
	    margin-top: 513%;
}
img.map-img {
    display: none;
}
img.map-responsive {
    display: flex;
    margin-top: 156%;
    width: 100%;
}
img.email {
    margin-top: 255%;
    margin-left: 46%;
}
img.trace-responsive {
    display: flex;
    width: 100%;
    margin-top: -268.5%;
    margin-left: -2px;
}




/*****************************************************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;
    margin-top: 259%;
}
/***********************************************************************************************/
}


@media screen and (max-width: 320px) {
img.contact_div {
    margin-top: -146%;
    width: 192%;
    margin-left: -63%;
}	
	p.p1_section {
    text-align: center;
    font: normal normal 800 48px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: 29%;
    color: #FFC400;
    margin-top: -62%;
}
p.some-la {
    position: absolute;
    margin-left: 32%;
    margin-top: -45px;
    font-size: 171%;
    font-family: 'proxima nova';
    color: #fff;
    width: 75%;
}

div#avatar-img {
    position: absolute;
    margin-left: 38%;
    margin-top: -67%;
    width: 10%;
}
div.form_contact {
    width: 128%;
    position: absolute;
    margin-left: -3%;
    margin-top: 253.3%;
    border: 1px solid #3F56BA;
    height: 117%;
    background: #3F56BA;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
    border-radius: 0;
}

textarea#ip21 {
    border: 1px solid #31448A;
    padding: 20px;
    width: 359px;
    height: 31px;
    position: absolute;
    margin-top: 55%;
    margin-left: -18px;
}

input.first-input {
    width: 297%;
    height: 40px;
    border: 1px solid #31448A;
    background: #7E8DD2;
    padding: 20px;
    border: none;
    margin-left: -239%;
}
section.social-li {
    position: absolute;
    margin-left: 21%;
    margin-top: 15%;
}

p.contact-mail {
    position: absolute;
    margin-left: 2%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
}

p.numero-contact {
    position: absolute;
    margin-left: 41%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
}
p.khalifa {
    position: absolute;
    margin-left: 72%;
    margin-top: 18%;
    font-family: 'proxima nova';
    color: #fff;
}
p.env-message {
    position: absolute;
    margin-top: 27%;
    margin-left: 40px;
    font-size: 124%;
    font-family: 'proxima nova';
    font-weight: 600;
    color: #fff;
}

a.btn_input1.input_mail.button {
    background-color: #FFC400;
    border-radius: 51px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 43px;
    text-align: center;
    text-decoration: none;
    width: 233px;
    -webkit-text-size-adjust: none;
    margin-left: 80%;
    height: 45px;
    margin-top: 580%;
}

img.map-responsive {
    display: flex;
    margin-top: 227%;
    width: 129%;
}
input.second-input {
    width: 79%;
    height: 40px;
    border: 1px solid #31448A;
    background: #7E8DD2;
    padding: 20px;
    border: none;
}

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

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

img.trace-responsive {
    display: flex;
    width: 128%;
    margin-top: -382.5%;
    margin-left: 2px;
}

.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: 45%;
}
.nav-res {
    margin-top: 101%;
}
.footer-res {
    background: #4A60B9;
    margin-top: 245%;
    width: 129%;
}

.header-nav.active {
    display: block;
    position: fixed;
    top: -24px;
    left: 220px;
    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: 45%;
}
div.footer-res{
	display:flex;
}

.hr-footer-responsive {
    border: 2px solid #fff;
    margin-top: 6%;
    position: absolute;
    width: 100%;
    margin-left: 2%;
}

.phrase-responsive-footer {
    text-align: center;
    position: absolute;
    margin-top: 20%;
    width: 132%;
    font-size: 60%;
    margin-left: -17%;
    font-family: proxima nova;
    font-weight: 700;
    color: #fff;
}

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

#social_media {
    margin-left: 15%;
    width: 82%;
}
img.photo-footer-responsive {
    margin-left: 22%;
    width: 45%;
    margin-top: 13%;
}

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