@media (max-width: 600px) {
  iframe {
    height: 1200px !important;
  }
}

body {
	font-size: 1.1rem;
}

header {
	margin: 50px 0 50px 0;
	text-align: center;
}

button, input, select {
    border-radius: 0 !important;
    box-shadow: none !important;
    outline: none !important;
    -webkit-border-radius: 0 !important;
    -webkit-box-shadow: none !important;
}

input.form-control,
select.form-control {
    border: 1px solid #bbb;
}

input.form-control:focus,
select.form-control:focus {
    border: 1px solid #697882;
}

label {
	color: #697882;
}

button {
	color: #fff !important;
	background-color: #aaa;
	font-weight: 500 !important;
	text-transform: uppercase;
}

button:hover {
	opacity: .9;
}

iframe {
    height : 1000px;
}

.arabe {
    font-family : 'Times New Roman';
}

#banniere {
	padding-top: 80px;
}

#banniere .image {
	bottom: 0;
	position: absolute;
	text-align: center;
	padding-left: 50px;
}

#banniere .image img {
	width: 250px;
	display: inline-block;
	vertical-align: bottom;
}

#banniere .icone {
	color: #fff;
	font-size: 15rem;
	line-height: 10rem;
}

#banniere .texte {
	padding-bottom: 50px;
}

#banniere h1 {
	font-size: 2.5rem;
    left: 16px;
	line-height: 3.4rem;
	margin: 0;
	position: relative;
	width: calc(100% - 16px);
}

#banniere h1>span {
    background-color: #fff !important;
	box-decoration-break: clone;
	display: inline;
    padding: 3px 0 4px 0;
    -webkit-box-decoration-break: clone;
    -webkit-box-shadow: 16px 0 0 #fff, -16px 0 0 #fff;
}

#banniere h2 {
	color: #fff;
	margin-top: 40px;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 3rem;
	padding-left: 30px;
}

#description {
	background-color: #e8eaee;
	border-bottom: 2px solid #bbb;
	color: #777;
	font-size: 1.1rem;
}

#description i {
	font-size: 2.5rem;
	margin-top: 7px;
}

#description span {
	font-weight: 600;
	text-transform: uppercase;
}

#description span .sc {
    font-variant: small-caps !important;
    text-transform: none;
}

#visuels {
	margin-bottom : 100px;
}

#visuels .visuel {
	border-radius: 50%;
	display: inline-block;
	height: 200px;
	width: 200px;
}

#visuels .visuel img {
	margin-top: 25px;
}

#questions h2 {
    text-align: left;
    font-size: 1.3em
}

#questions p {
    text-align: left;
}

#questions .icones {
    font-size: 1.3em;
    margin-top: 0;
    padding: 5px;
    text-align: right;
}


#informations {
    margin: 50px auto;
    max-width: 700px;
    font-size: 1em;
}

#faq {
    padding: 25px 0
}

#faq .titre {
    padding: 25px 0;
    margin-bottom: 40px;
}


#faq h1 {
    font-weight: 200;
	margin: 0;
	margin-top: -2.3em;
	position: relative;
	width: calc(100% - 16px);
    text-align: center;
    color : #fff;
}

#faq span {
    border-radius: 50%;
    display: inline-block;
    height: 90px;
    padding-top: 17px;
    width: 90px;
}

#faq h2 {
    font-size:  1.3em;
    text-align: left;
}

#faq .icones {
    font-size: 1.5em;
    line-height: 50px;
    padding: 10px;
    text-align: right;
}

#faq p {
    text-align: left ;
}

#banniere .texte {
	padding-bottom: 50px;
}

#banniere h1 {
	font-size: 2.5rem;
    left: 16px;
	line-height: 3.4rem;
	margin: 0;
	position: relative;
	width: calc(100% - 16px);
}

#footer {
	background-color: #e8eaee;
	border-top: 2px solid #bbb;
	font-size: 1rem;
	padding: 70px 0 50px 0;
}

#footer img {
	height: 35px;
}

#footer a,
#footer a:hover,
#footer a:visited {
	color: #212529;
}


#page-404 {
	margin-top: 50px;
	text-align: center;
}

#page-404 h1,
#page-404 p
 {
	font-weight: 100;
}

#page-404 p,
#retour p {
	font-size: 1.4rem;
	margin-top: 20px;
}

#page-404 p strong {
	font-weight: 600;
}
