@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700');

*
{
	outline: none;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*GENERAL*/
html
{
	height: 100%;
	margin: 0;
	padding: 0;
}
*
{
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
BODY
{
	margin: 0;
	padding: 0;

	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #353535;

	/*height: 100%;*/
	background-color: #f5f5f5;
}
h1, h2
{
	margin: 0 0 0 0;
	padding: 5px 0px 5px 0px;

	color: #000;
	font-size: 21px;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
}
h2 + hr.small
{
	margin: 0;
	width: 100%;
}
h3
{
	margin: 5px 0;

	color: #010101;
	font-size: 14px;
	text-align: center;
}
h1 > a,
h2 > a,
h3 > a
{
	text-decoration: none;
}
table
{
	border-spacing: 0;
}
table td
{
	margin: 0;
	padding: 0;
}
hr
{
	display: block;
	margin: 0 auto;
	padding: 0 0 10px 0;
	border: 0;
	border-top: 2px solid #676761;
	width: 100px;
	max-width: 100%;
}
hr.small
{
	border-top-width: 1px;
}
a img
{
	border: 0;
}
a
{
	color: #676761;
}
a:active, 
a:focus
{
	color: #676761;
}

.center
{
	text-align: center;
}
.middle
{
	display: flex;
	align-items: center;
}
.center.middle
{
	justify-content: center;
}

.container
{
	position: relative;
	display: block;
	width: 100%;
	max-width: 1200px;
	margin: 15px auto;
	padding: 0 20px;
}

.container > div > div > div > img 
{
	text-align: center;
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

#captchagc,
#captchagc *
{
    box-sizing: border-box;
    outline: none;
}

#captchagc
{
    position: relative;
    background-color: #E7E7E7;
    border: 1px solid #D6D6D6;
    width: 250px;
    height: 70px;
    overflow: hidden;
    margin: 10px auto;
}

#captchagc > img:nth-of-type(1)
{
    position: absolute;
    top: 18px;
    left: 18px;
    width: 34px;
    height: 34px;
    z-index: 2;
    margin: 0 !important;
}

#captchagc > img:nth-of-type(2)
{
    position: absolute;
    top: 40px;
    left: 25px;
    width: 25px;
    height: 25px;
    z-index: 3;
    margin: 0 !important;
    animation: 3s ease-out 1s infinite running captchagc;
}

@keyframes captchagc
{
    0%
    {
        left: 25px;
    }

    25%
    {
        left: 25px;
    }

    50%
    {
        left: 210px;
    }

    100%
    {
        left: 210px;
    }
}

#captchagc > img:nth-of-type(1)+div
{
    position: absolute;
    top: 14px;
    right: 14px;
    border: 1px solid #535353;
    border-radius: 4px;
    width: 41px;
    height: 40px;
    background-color: #FFF;
    z-index: 1;
}

#captchagc > img:nth-of-type(1)+div.accept
{
    border: 1px solid #F3990C;
}

#captchagc > img:nth-of-type(1)+div.hover
{
    border: 1px solid #1CD129;
}

#captchagc:before
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: " >  >  >  >  >  >  >  > ";
    font-family: 'Open sans', sans-serif;
    font-size: 17px;
}

#captchagc.valid:after
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 3;
}

#captchagc > i
{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    opacity: 0;
    transition: ease-in-out 200ms opacity, ease-in-out 200ms left;
}

#captchagc.valid > i:nth-of-type(1)
{
    opacity: 1;
    left: 17%;
}

#captchagc > i:nth-of-type(1):before
{
    content: "\f00c";

    font-family: "Font Awesome 5 Pro";
    font-weight: 900;

    padding: 5px;
    color: #12D954;
    font-size: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 100%;
    background-color: #FFF;
    border: 2px solid #12D954;
}

#captchagc > i:nth-of-type(2)
{
    position: absolute;
    top: 23px;
    left: 113px;
    z-index: 5;
    font-size: 25px;
    opacity: 1;
}

#captchagc.valid > img:nth-of-type(1)
{
    top: 18px !important;
    left: 197px !important;
}

#captchagc.valid > img:nth-of-type(2)
{
    display: none;
}

button,
.bouton,
.ui-button,
.ui-button:active,
.ui-button:focus,
.ui-button:focus-within
{
	position: relative;
	display: inline-block;
	padding: 5px 25px;
	margin: 5px 0 0;
	
	color: #FFF;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	
	background-color: #CC1F25;
	border-radius: 3px;
	border: 1px solid #CC1F25;
	text-decoration: none;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 11px 0px;
	
	cursor: pointer;
	
	transition: ease-in-out 200ms;
}
.ui-button,
.ui-button:active,
.ui-button:focus,
.ui-button:focus-within
{
	color: #FFF;
	border: 0!important;
	font-family: 'Open Sans', sans-serif!important;
}
.bouton.validation
{
	background-color: #37bc9b;
}
.bouton.information
{
	background-color: #5D9CEC;
}
.bouton.erreur
{
	background-color: #F05050;
}
.bouton.alert
{
	background-color: #f0bd50;
}


button:hover,
.bouton:hover,
.ui-button:hover
{
	color: #CC1F25;
	background-color: #FFF;
}
.bouton.small
{
	padding: 5px 10px;
	margin-right: 2px;
}

.ok
{
	color: #008B18;
}
.nok
{
	color: #900;
}

.pop
{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	overflow: auto;
	-webkit-overflow-scrolling: touch;

	background-color: #f5f5f5;
}
.pop > iframe
{
	width: 100%;
	height: 100%;
	/*height: 1000px;*/
	overflow: auto;
}

input:read-only:not(.datepicker)
{
	background-color: #EDEDED;
}

#calculateur
{
	cursor: pointer;
}

fieldset
{
	border: 0;
	padding: 0;
	/*margin-bottom: 20px;*/
	font-size: 0;
	/*border: 1px solid #ccc;*/
    border-radius: 5px;
    padding: 5px;
    /*background-color: #FFF;*/
}
fieldset > legend,
h2
{
	font-size: 16px;
    margin: 0 0 5px 8px;
    font-weight: normal;
    color: #fff;
    padding: 2px 0;
    color: #CC1F25;
    /*background-color: #FFF;*/
    width: 100%;
    border-bottom: 1px solid #CC1F25;
}
fieldset > ul,
fieldset > div
{
	font-size: 14px;
}
fieldset > ul > li > input[type="text"]
{
	width: calc(100% - 160px);
}
fieldset > ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*min-width: 400px;*/
	font-size: 0;
}
fieldset > ul > li
{
	display: inline-block;
	width: 50%;
	font-size: 0;
	margin: 0;
	padding: 0;
}
fieldset > ul > li.double
{
	width: 100%;
}
fieldset > ul > li > .input > label:first-child
{
	display: inline-block;
	padding: 5px;
	margin: 1px;
	width: 160px;
	line-height: 22px;
	
	/*color: #FFF;*/
	/*text-shadow: 0 -1px rgba(0,0,0,0.2);*/
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	font-weight: 600;
	
	/*background-color: #CC1F25;*/

	vertical-align: middle;
}
fieldset > ul > li > .input > div
{
	display: inline-block;
	padding: 0 5px;
	width: calc(100% - 162px);

	font-size: 14px;

	vertical-align: middle;
}
fieldset > ul > li > .input > label.ok
{
	background-color: #090;
}
fieldset > ul > li > .input > label.nok
{
	background-color: #900;
}
fieldset > ul > li.table > .input
{
    display: table!important;
    margin: 1px;
    width: 100%;
}
fieldset > ul > li.table > .input > label
{
    display: table-cell!important;
}
fieldset > ul > li.table > .input > div
{
    display: table-cell!important;
    width: calc(100% - 160px);
    vertical-align: middle;
    padding: 5px;
    white-space: normal;
}

fieldset > ul > li > div.input-radio 
{
	padding-left: 5px;
}
fieldset > ul > li > div.input-radio > div
{
	display: inline-block;
	vertical-align: middle;
}

fieldset > ul > li > div.input-radio [type="radio"]:not(:checked), 
fieldset > ul > li > div.input-radio [type="radio"]:checked
{
	position: absolute;
	left: 0;
	opacity: 0.01;
}
fieldset > ul > li > div.input-radio [type="radio"]:not(:checked) + label,
fieldset > ul > li > div.input-radio [type="radio"]:checked + label
{
	position: relative;
	padding-left: 25px;
	padding-right: 30px;
	font-size: 13px;
	line-height: 2.7;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}
fieldset > ul > li > div.input-radio [type="radio"]:not(:checked) + label:before,
fieldset > ul > li > div.input-radio [type="radio"]:checked + label:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #aaa;
	background: #FFF;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(203, 0, 0, .2);
	transition: all .275s;
}
fieldset > ul > li > div.input-radio [type="radio"]:not(:checked) + label:after,
fieldset > ul > li > div.input-radio [type="radio"]:checked + label:after
{
	content: '✕';
	position: absolute;
	top: 10px;
    left: 2px;
	font-size: 19px;
	color: #ED2222;
	line-height: 0;
	transition: all .2s;
}

fieldset > ul > li > div.input-radio [type="radio"]:not(:checked) + label:after
{
	opacity: 0;
	transform: scale(0) rotate(45deg);
}
fieldset > ul > li > div.input-radio [type="radio"]:checked + label:after
{
	opacity: 1;
	transform: scale(1) rotate(0);
}

fieldset > ul > li > div.input-radio [type="radio"]:disabled:not(:checked) + label:before,
fieldset > ul > li > div.input-radio [type="radio"]:disabled:checked + label:before
{
	box-shadow: none;
	border-color: #bbb;
	background-color: #e9e9e9;
}

fieldset > ul > li > div.input-radio [type="radio"]:disabled:checked + label:after
{
	color: #777;
}

fieldset > ul > li > div.input-radio [type="radio"]:disabled + label
{
	color: #aaa;
}

fieldset > ul > li > div.input-radio [type="radio"]:checked:focus + label:before,
fieldset > ul > li > div.input-radio [type="radio"]:not(:checked):focus + label:before
{
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(203, 0, 0, .2);
}


input[type='text'],
input[type='password'],
textarea,
select
{
	margin: 2px 0;
	border-radius: 3px;
	border: 1px solid #CCC;
	background-color: #EFF3FF;
	/*box-shadow: inset 1px 1px 2px 0 rgba(50,50,50,0.1);*/
	padding: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 12px;
	width: 100%;
}
select
{
	padding: 4px 5px;
}
input[type='text']:focus,
textarea:focus,
select:focus
{
	border: 1px solid #CC1F25;
}
textarea
{
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	vertical-align: top;
}
input[type='checkbox'].checkbox
{
	display: none;
}
.checkbox_js
{
	display: inline-block;
	position: relative;
	width: 69px;
	height: 21px;
	overflow: hidden;
	background-color: #CC1F25;
	background-image: url(../img/checkbox.png);
	background-position: 100%;
	border-radius: 4px;
	border: 1px solid #CCC;
	cursor: pointer;
	margin: -6px 0;
}

.notification
{
	padding: 10px 20px;
    border-radius: 3px;
    color: #FFF;
    text-align: left;
    
    margin: 10px;
   /* max-width: 1400px;*/
}
.notification:before
{
    display: inline-block;
	font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.notification > span
{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 40px);
}
.notification.closable:after
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	content: "\f00d";
	font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.notification.absolute
{
	position:  absolute;
    top: 0;
    left: 0;
    right: 0;
}
.notification.validation
{
	background-color: #37bc9b;
}
.notification.validation:before
{
	content: "\f00c";
}
.notification.information
{
	background-color: #5D9CEC;
}
.notification.information:before
{
	content: "\f05a";
}
.notification.erreur
{
	background-color: #F05050;
}
.notification.erreur:before
{
	content: "\f06a";
}
.notification.alert
{
	background-color: #f0bd50;
}
.notification.alert:before
{
	content: "\f071";
}

.ui-dialog-titlebar
{
	border: 1px solid #CC1F25;
	background-color: #CC1F25;
	color: #FFF;
}
.ui-state-default, .ui-widget-content .ui-state-default
{
	color: #CC1F25;
	
}
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus
{
	border: 1px solid #CC1F25;
	color: #FFF;
	background-color: #CC1F25;
}
.ui-widget-header
{
	background-color: #CC1F25;
	border: none;
}
#ui-datepicker-div td > a.ui-state-highlight
{
	background-color: #CC1F25;
	color: #FFF!important;
}
.ui-widget-header .ui-state-default
{
	background: none;
	border: none;
}
.ui-state-default .ui-icon
{
	display: inline-block;
	font: normal normal normal 14px/1 "Font Awesome 5 Pro";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	background: none;
	text-indent: inherit;
	color: #FFF;
}

.ui-state-default .ui-icon:before
{
    content: "\f00d";
}
#ui-datepicker-div .ui-state-highlight, #ui-datepicker-div .ui-widget-content .ui-state-highlight
{
	color: #FFF !important;
}
.ui-widget-overlay
{
	opacity: 1;
	background-color: rgba(0,0,0,0.5);
}
.ui-datepicker .ui-datepicker-title
{
	color: #FFF;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable > .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button
{
	position: absolute!important;
	padding: 1px!important;
	margin: -10px 0 0 0!important;
}
.ui-widget-header .ui-icon
{
	background-image: url(../img/ui-icons_FFFFFF_256x240.png);
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-dialog-buttons.ui-draggable > .ui-dialog-titlebar.ui-corner-all.ui-widget-header.ui-helper-clearfix.ui-draggable-handle > button .ui-icon
{
	background-image: url(../img/ui-icons_FFFFFF_256x240.png);
}
.ui-datepicker
{
    z-index: 2!important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }

.datetimepicker
{
	width: 210px;
}

.xdebug-error,
.xdebug-notification
{
	display: none;
}

.row
{
	font-size: 0;
	margin: 0 -10px;
	padding: 0;
	list-style: none;
}
.row > *
{
	font-size: 15px; /*font default*/
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	margin: 0;
}
.row > .col-1
{
	width: 8.333333%;
}
.row > .col-2
{
	width: 16.666667%;
}
.row > .col-3
{
	width: 25%;
}
.row > .col-4
{
	width: 33.33%;
}
.row > .col-5
{
	width: 41.666667%;
}
.row > .col-6
{
	width: 50%;
}
.row > .col-7
{
	width: 58.333333%;
}
.row > .col-8
{
	width: 66.66%;
}
.row > .col-9
{
	width: 75%;
}
.row > .col-10
{
	width: 83.333333%;
}
.row > .col-11
{
	width: 91.666667%;
}
.row > .col-12
{
	width: 100%;
}

#demande
{
	background-color: #FFF;
	padding: 20px;
}
#coordonnees
{
	max-width: 300px;
	margin: 20px 0 20px auto;
}
#coordonnees h2
{
	font-size: 22px;
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
	text-transform: none;
}
#coordonnees > ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#coordonnees > ul > li
{
	font-size: 18px;
	margin: 0;
	padding: 20px 0;
	border-bottom: 1px solid #EAEAEA;
	color: #424242;
}
#coordonnees > ul > li > i
{
	color: #CC1F25;
	font-size: 22px;
	vertical-align: middle;
}
#coordonnees > ul > li > div
{
	font-size: 15px;
	padding: 10px 0;
}
#coordonnees > ul > li > div > a
{
	text-decoration: none;
}
