/* CSS Document */

* {
	box-sizing: border-box;
}
html, body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 0;
	margin: 0;
	background-color: #f9f9f9;
}

body.loading {
	opacity: 0.8;
}

h1,h2,h3,p,ul,li {
	margin: 0;
	padding: 0;
}

h1 {
    color: #333;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 70px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
h1 br {
	display: none;
}
h2 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
	color: #333;
}
.wrap {
    margin: auto;
    max-width: 1240px;
    padding: 0 20px;
}


ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
	 justify-content: space-between;
}


ul li {
    height: auto;
    list-style-type: none;
    margin: 0 0 20px;
    position: relative;
    text-transform: uppercase;
    width: calc(50% - 20px);
}


a {
	position: relative;
	text-decoration: none;
	color: indianred;
	
}
a small {
	position: relative;
	font-size: 12px;
	
}
a small:before {
	display: block;
	position: absolute;
	content: "";
	background-color: #FFF;
	height: calc(100% + 8px); 
	width: calc(100% + 8px);
	top: -5px;
	left: -4px;
	z-index: -1;
}
a small:hover {
	/* border-bottom: 1px dotted; */
}

a small:hover:before {
	background-color: #FCFCFC; 
}

.flex {
    align-items: left;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    min-height: 100vh;
}

.btn {
    background-color: #fff;
    background-size: cover;
    border: 1px solid #222;
     
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 40px;
    padding: 14px 50px;
    text-transform: uppercase;
}

p {
    color: #333;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 4px;
    text-align: center;
	 text-transform: none;
}

.btn_screen {
    border-radius: 0px;
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.024);
    display: inline-block;
    overflow: hidden;
	 margin-bottom: 10px;
}
.screenshot img {
    float: left;
    height: auto;
    width: 100%;
}


.titre {
    background-color: transparent;
    color: #222;
    display: inline-block;
    font-size: 20px;
    padding: 10px;
    text-align: left;
    width: 100%;
}
.titre span {
    font-weight: 900;
}
.titre p {
    color: #333;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 4px;
    text-align: left;
    text-transform: none;
	line-height: 20px;
}

.footer {
    text-align: center;
    width: 100%;
}

.line {
    position: relative;
}

.line.last {
    align-items: center;
    display: flex;
    justify-content: space-between;
}


#formulaire h2 {
     
	color: #fff;
}

#formulaire {
    align-items: center;
    background-color: #222;
    box-shadow: 0 1px 3px #c1c1c1;
    display: flex;
    height: 100vh;
    overflow: auto;
    padding: 80px;
    position: fixed;
    right: -70%;
    top: 0;
    width: 50vw;
	transition: all 0.2s linear 0s;
	-webkit-transition: all  0.2s linear 0s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.open_menu #formulaire {
	right: 0%;
}
.answer {
	display: none;

}
.msg_send  .answer {
	display: block;
}
.msg_send .line:not(.answer) {
	display: none;
}


.close_form img {
    margin-bottom: 20px;
    transform: rotate(180deg);
	margin-left: 10px;
}

.close_form {
    color: #fff;
    display: flex;
}

#formulaire .inner {
    max-width: 450px;
    width: 100%;
	
}

#formulaire input, #formulaire textarea {
    border: 1px solid #FFF;
    border-radius: 0px;
    font-size: 14px;
    margin-bottom: 20px;
    padding: 14px 10px;
    width: 100%;
	color: #FFF;
	background-color: #222;
}
#formulaire input.error, #formulaire textarea.error {
	color: #222;
}

#formulaire input::placeholder, #formulaire textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
   color: #999;
	font-family: 'Roboto', sans-serif;
	font-style: italic;
   opacity: 1; /* Firefox */
	font-family: 'Montserrat', sans-serif;
}

#formulaire input:-ms-input-placeholder, #formulaire textarea::placeholder { /* Internet Explorer 10-11 */
   color: #999;
	font-style: italic;
	 font-family: 'Montserrat', sans-serif;
}

#formulaire input::-ms-input-placeholder, #formulaire textarea::placeholder { /* Microsoft Edge */
   color: #999;
	font-style: italic;
	 font-family: 'Montserrat', sans-serif;
}

#formulaire input.error, #formulaire textarea.error {
	background-color: #ffe2cf;
}
#formulaire  p.error {
    position: absolute;
    right: 14px;
    top: 10px;
	color: orangered;
}


.open_menu .content_page {
	overflow: hidden;
	pointer-events: none;
	
	
}

.call_back_btn img {
    height: 14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    vertical-align: middle;
}

#formulaire #call_back {
	display: none;
}


#formulaire .btn {
    margin-bottom: 0;
}

.call_back_btn {
    color: #fff;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

@media screen and (min-width: 100px) and (max-width: 900px) {



 

#formulaire {
	width: 100%;
	padding: 4vh;
	right: 0%;
	right: -120%;
}
	
	
}


@media screen and (min-width: 100px) and (max-width: 700px) {


ul li {
    
    width: calc(100% - 20px);
}
h1 br {
	display: block;
}
	
	
#formulaire {
	width: 100%;
	padding: 4vh;
	 right: -120%;
	 align-items: flex-start;
}
.open_menu #formulaire {
	width: 100%;
	padding: 4vh;
	right: 0%;
}
	
.line.last {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
	margin-bottom: 40px;
}

#formulaire .btn {
    margin-bottom: 20px;
}
	
	
	
}



@media screen and (min-width: 100px) and (max-width: 500px) {


ul li {
    
    width: calc(100%);
}
h1 {
    color: #333;
    font-size: 26px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
	
h2 {
    color: #333;
    font-size: 17px;
    font-weight: 900;
    margin-bottom: 20px;
}
	
	
}





@media screen and (min-height: 100px) and (max-height: 650px) {


#formulaire {
    align-items: flex-start;
     
	transition: all 0.2s linear 0s;
	-webkit-transition: all  0.2s linear 0s;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
	
#formulaire .form {
    margin-bottom: 80px;
}
	
	
	
}


