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,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,header,footer,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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/*--start editing from here--*/
a{text-decoration:none;}

p {
  font-size: 0.9em;
  color: black;
  line-height: 2em;
  font-weight: 300;
}
.main {
  padding: 4em 0 0;
}
html
{
    /*background-image: url('../img/bg_index.jpg');*/
    background-color: white;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;
	padding: 0;
	margin: 0;
	background-size: 100%;
	overflow-x: hidden;
}
body{
  font-family: "Gill Sans", sans-serif;
  background-size: inherit;
  background-attachment: fixed;
}
h3,h2 {
  color: #FF7F50;
  font-size: 2em;
  font-weight: 100;
  margin-bottom: 0.5em;
}
h1 {
  font-size: 3.5em;
  text-align: center;
  color: #fff;
  font-weight: 100;
}

.slogan{
  font-size: 35px;
  color: black;
  margin-top: 10%;
  text-align: center;
  font-style: oblique 20deg;
}

.author-slogan{
  text-align: left;
  font-size: 25px;
  color: black;
  margin-bottom: 10%;
  font-style: oblique 20deg;
}

.button-slogan {
  margin-bottom: 20px;
}
.button-slogan a{
  background-color: #FF6347;
  padding: 10px;
  color: black;
  text-decoration:none;
}

.button-slogan a:hover {
transition: 0.8s;
background-color: #FF4500;
}

@media screen and (max-width: 1024px) {
  .button-slogan a{
    background-color: #FF6347;
    padding: 10px;
    color: black;
    text-decoration:none;
    font-size: 13px;
  }
}

.title{
  margin-top: 100px;
  text-align: center;
  color: black;
  margin-right:150px; 
  font-size: 40px;
}
.job-description{
  text-align: left;
  color: black;
  margin-right:150px;
  font-size: 40px;
}

.content-job-showed{
  margin-left: 75px;
}

.check{
  width: 21px;
  margin-top: 25px;
  position: absolute;
}

.point{
  margin-left: 90%;
  margin-top: -50px;
}

.border-section-child{
  border: 1px solid #c9c9c9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.border-section-child-2{
  border: 1px solid #c9c9c9;
  padding-top: 30px;
  padding-bottom: 30px;
}

.border-section{
  border-bottom: 8px solid #f4f4f4;
  margin-bottom: 60px;
}

.border-section-2{
  border-bottom: 8px solid #FFA500;
  margin-bottom: 60px;
}

.border-section-3{
  /*should be uncomment to show img background on footer*/
  /*background-image: url("/images/elearning.jpg");*/
}


#score-user-header{
  margin-right: 5px;
}

.completed-step a{
  background-color: #FF6347;
  border-radius: 30%;
  padding: 3px;
  color: black;
  cursor: pointer;
}

.text-align-left{
  text-align: left;
}

.f-s-25{
  font-size: 25px;
}

.f-s-50{
  font-size: 50px;
}

.border-widget-1{
  border: 4px double #FFA500;
  margin-bottom: 35px;
  padding: 15px;
}

.padding-all-15 {
  padding: 15px;
}

.border-widget-3{
  border-bottom: 1px double #c9c9c9;
  padding: 15px;
}



.footer{
  background-color: papayawhip;
}

.link-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.link-inline a {
  color: black;
  padding: 5px 6px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
}

.link-inline a:hover {
  color: #d96130;
}

#extra-footer{
  border:1px solid #FF6347;
}

@media screen and (max-width: 600px) {
  .body-custom{
    padding: 0;
  }
}

.input-email {
  padding: 10px;
}

.submit-btn {
  background: #d96130;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  border-radius: 4px 4px 4px 4px;
  padding: 10px;
}

.newsletter-submit-btn {
  background: #d96130;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  border-radius: 4px 4px 4px 4px;
}

.newsletter-submit-btn-modal {
  background: #d96130;
  border: 1px solid transparent;
  color: white;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  font-family: Arial, sans-serif;
  border-radius: 4px 4px 4px 4px;
}

.flash-success {
  margin-top: 8px;
  padding: 10px;
  background-color: lightseagreen;
  border-radius: 10px 10px 0px 0px;
}

.flash-warning {
  margin-top: 8px;
  padding: 10px;
  color: white;
  background-color: #d96130;
  border-radius: 10px 10px 0px 0px;
}

#logo {
  display: flex;
  flex-flow: column wrap;
  text-align: center;
}
/*#toggle{height:auto; background:#eee; border:5px solid #161720; margin:1em;text-align:center}*/
/*#toggle p{text-align:center;padding:0}*/

.message-contact-form {
  text-align: center;
  font-size: 28px;
}

.button-djoparasitemusic {
  letter-spacing: 3px;
  color: #d96130;
  text-shadow: -1px 1px 0 /**/#000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
  /*text-shadow: -1px 1px 0 #ffffee, 1px 1px 0 #ffffee, 1px -1px 0 #ffffee, -1px -1px 0 #ffffee;*/
}

.button-djoparasitemusic-2 {
  letter-spacing: 3px;
  color: black;
  /*text-shadow: -1px 1px 0 !**!#000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;*/
  text-shadow: -1px 1px 0 #ffffee, 1px 1px 0 #ffffee, 1px -1px 0 #ffffee, -1px -1px 0 #ffffee;
}

.topnav .icon {
  display: none;
}

.content-privacy-policy {
  display: flex;
  align-items: flex-start;
  flex-flow: column nowrap;
  font-weight: 200;
}
.title-privacy-policy {
  margin-top: 20px;
  color: black;
  font-size: 30px;
  font-weight: 500;
}

.secondary-title-privacy-policy {
  color: black;
  font-weight: 500;
  font-size: 20px;

}

.blur {
  filter: blur(4px);
}

.traduction-box {
  text-align: center;
  font-size: 21px;
  letter-spacing: 3px;
  color: #d96130;
  text-shadow: -1px 1px 0 /**/#000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  position: relative;
  top: 24%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

#info-song {
  display: none;
  z-index: 100;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}