
@font-face {
	font-family:'Roboto';
	src: url('./font-face/Roboto-Regular.ttf');
	font-weight: 400;
	font-display: swap;
}

@font-face {
	font-family:'Montserrat';
	src: url('./font-face/Montserrat-Bold.ttf');
	font-weight: 700;
	font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, 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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*,*::after,*::before
{
	box-sizing: border-box;
}
body,html
{
	width:100%;
	height:100%;
	margin:0;
	font-size:20px;
}
body
{
	display:flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	line-height: 1.4;

}
h1,h2,h3
{
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}
h1
{
	font-size: 32px;
	text-align: center;
	
}
h2
{
	font-size: 24px;
	text-align:center ;
	

}
h3
{
	font-size: 18px;

}

.inline-block-li li
{
	display: inline-block;
	text-align: center;
}
.mt-1
{
	margin-top: 1em;
}
.mt-2
{
	margin-top: 2em;
}
.mb-2{
	margin-bottom: 2em;
}
.mb-1{
	margin-bottom: 1em;
}
a
{
	text-decoration: none;
	color:inherit;
}

.header
{
	width:100%;
	color:black;
	margin-bottom:50px;
	box-shadow: 1px 1px 2.5px rgba(0,0,0,0.2);
	padding: 15px;
	display: flex;
	flex-direction: column;


	
}
.header-logo
{
	text-align: center;
	margin-bottom: 10px;
	display: flex;
	justify-content: center;
    margin-bottom: 35px;
	align-items: center;
}
.header-logo-title
{
	font-weight: bold;
}
.header-humbger-menu
{

	display: inline-block;
	cursor: pointer;
	margin-left: 50px;
}
.header-humbger-menu .bar::after
{
	content: "";
	background: black;
	display: block;
	margin-bottom: 5px;
	width:26px;
	height:2px;

}
.header-humbger-menu .bar::after:last-child
{
	margin-bottom: 0;
}
.header-nav
{
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
	display: none;
	order: 3;
}
.header-nav.active
{
	display: block;
}
.header-nav ul a  
{
	padding-bottom: 15px;
	border:1px solid black;
	display: block;
	width:100%;
	border-radius: 10px;
	opacity: 0.5;
	font-weight: 500;
	transition: opacity 0.5s;
	margin-bottom: 25px;
	padding: 10px;
	text-align: center;
}
.header-nav li a 
{
	display:inline-block;
	
}
.header-nav ul a.active,
.header-nav ul a:hover,
.header-nav ul a:active
{
	opacity: 1;

}
.header-cta
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;

}

.cta-btn
{
	background: #014AAC;
	border-radius: 5px;
	color:white;
	width:278px;
	padding:5px;
	text-align: center;
	font-weight: 500;
}
.carrousel
{
	width:100%;
	position: relative;
	margin-bottom: 104px;
	overflow: hidden;
}
.carrousel-back,
.carrousel-next
{
	position:absolute;
	font-size: 50px;
	color:white;
	cursor: pointer;
	top:0;
	bottom:0;
	left:0;
	right:0;
}

.carrousel-radio{

	text-align: center;
	position: relative;
	margin-bottom: 15px;
}
.carrousel-radio input[type=radio]
{
	margin-right:10px;
	background: #014AAC;
	padding:8.75px;

}
.carrousel-img
{
	height: 300px;
	width:100%;
	margin-bottom: 5px;
	display: none;	
}
.carrousel-img.active
{
	display:block;

}
.radio-modify
{
	width: 15px;
    height: 15px;
	background-color: #014AAC;
	border-radius: 50%;
	display: inline-block;
	margin-left: 35px;
	
}
.radio-modify:hover,
.radio-modify:focus,
.radio-modify.active
{
	background-color: #014bacb5;
	cursor: pointer;
}

.service{
	margin-bottom: 25px;
}
.service-title
{
	margin-bottom: 25px;
}
.service-flex
{
	margin-right: auto;
	margin-left:auto;
	margin-bottom: 104px;
}
.service-contain
{
	text-align: center;
	margin-bottom: 10px;
}
.service-contain:last-child
{
	margin-bottom: 0;
}
.service-image img
{
	width:238px;
	height:178px;
}
.content
{
	margin-bottom:40px;
	

}
.content .content-title
{
	margin-bottom: 10px;
}
.content .content-text
{
	margin-left:auto;
	margin-right:auto;
	max-width:520px;
	word-wrap: break-word;
	
}
.content-cta
{
	width:100%;
	background: rgba(1,74,172,0.78);
	height:115px;
	padding:5px;
	margin-bottom:104px;

}
.text-center
{
	text-align: center;
}
.content-cta .cta-btn
{
	
	margin-left: auto;
	margin-right: auto;
    margin-top: 40px;
	display: block;
}
.container
{
	max-width:890px;
	margin-left:auto;
	margin-right:auto;

}
.question
{
	margin-bottom: 15px;
}
.question img  
{
	margin: 5px auto;
	display: block;
	width:100%;
}
.contact
{
	margin-bottom:30px;
}
.title-bold
{
	font-weight: bold;
	font-size: 20px;
}
.text-bold
{
	font-weight: bold;
}
.footer
{
	margin-top:auto;
	border-top:#014AAC 1px solid;
}
.footer
{
	text-align: center;
}
.footer-copyright
{
	margin-bottom: 5px;

}

.footer-phone
{
	margin-bottom:5px;
}
.form
{
	
	width:100%;
}
.form label,
.form input,
.form textarea
{
	text-align: left !important;

}
.form label,
.form input,
.form textarea

{
	display:block
}
.form input[type='text'],
.form input[type='phone'],
.form input[type="file"],
.form input[type="number"]
{
	width:100%;
	padding:11px
}

.form-group
{
	margin-bottom:40px;
}
.form textarea,
.form input[type="text"]
.form input[type="number"],
.form input[type="tel"]
{

	display: block;
	border: 1px solid #014AAC;
	text-align: center;
	outline: none;
	font-size: 20px;
}
form input[type="checkbox"]:not(:checked)
{
	padding:12px;
	

}
.form-error-text
{
	color:#FC0000;
}
.form textarea
{
	width:100%;
	height: 440px;
}
.form input[type="text"]:active,
.form input[type="text"]:focus,
.form input[type="number"]:active,
.form input[type="number"]:focus,
.form input[type="tel"],
.form input[type="tel"]:focus,
.form input[type="tel"]:active,
.form input[type="email"],
.form textarea:focus,
.form input[type="text"]:hover,
.form input[type="email"]:hover,
.form input[type="tel"]:hover,

.form input[type="number"]:hover,
.form textarea:hover,
.form textarea:active

{
	border: 2px solid #014AAC;

}
.form .cta-btn
{
	width:335px;
	margin-top:15px;
	cursor: pointer;
	
}
a[href="tel:418-566-2016"],
a.link
{
	color:#014AAC;
}


.alert-error {
    padding: 20px;
    background-color: #f44336;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
	width:100%;
	text-align: center;
}
.alert-success {
    padding: 20px;
    background-color: #04AA6D;
    color: white;
    opacity: 0.83;
    transition: opacity 0.6s;
    margin-bottom: 15px;
	width:100%;
	text-align: center;

}
.text-left
{
	text-align: left;
}
.link
{
	color:#014AAC;
}
.border-none::after
{
	display:none;
}
.work
{
	text-align: center;
}
.content-work img 
{
	width:100%;
	height:auto;
}
.margin-bottom-0{
	margin-bottom: 0 !important;
}
@media screen and (min-width:1390px) {
		body
		{
			font-size: 20px;
		}
		/* .cta-btn
		{
			padding:10px;
		} */
		.carrousel-img
		{
			height:600px;

		}
		.header{

			display:flex;
			padding: 15px 130px  10px  40px;
			justify-content: space-between;
			align-items: center;
			flex-direction:row;
			padding:5px;
		}
		.header-logo
		{
			margin-bottom: 0;
		}
		.header-humbger-menu
		{
			display:none;
		}
		
		
		.header-nav
		{
			margin-bottom: 0px;
			margin-left:105px;
			display: inline;
			order: 1;
		}
		.header-nav ul 
		{
			display:flex;
			margin-bottom: 0;
			width:auto;
		
		}
		.header-nav ul a
		{
			padding-right: 120px;
			border:none;
			margin-bottom: 0;
		}
	
		.header-cta
		{
			margin:0;
			order:2;
		}

	
		
}

@media screen and (min-width:480px) {
	
	.service-flex
	{
	display: flex;
        flex-wrap: wrap;
        max-width: 648px;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;

	}
	.service-contain
	{
		margin-bottom: 50px;
	}
	.service-contain:last-child{
		margin-bottom: 0;
		position:relative;

	}
}
@media screen and (min-width:501px) {
	.footer
	{
		display:flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px;
		
	}
	.footer-social
	{
		height:63px;
		width:63px;
	}
}
