/*******************************************************************************************/


/*				MAIN BLOCKS																	*/


/*******************************************************************************************/

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif;
    background-color: #FFF;
    color: #444;
}

section.main {
    min-height: calc(100% - 460px);
}

div,
article,
ul,
li {
    box-sizing: border-box;
    padding-left: 0;
}

.smaller {
	font-size: 0.75em!important;
}

a.link {
	color: #007bff!important;
	text-decoration: underline;
}

ul li {
    list-style: none;
}

a {
    cursor: pointer;
    color: #666;
    text-decoration: none;
}

div.container {
    float: none;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
    min-width: 1024px;
    max-width: 1280px;
    position: relative;
    box-sizing: border-box;
    clear: left;
    padding: 0;
}

article {
    padding: 50px 0px;
    min-width: 1024px;
    position: relative;
}

article:first-of-type {
    padding-top: 150px;
}

article h1,
h2,
h3,
h4 {
    color: inherit;
    text-align: center;
    font-family: 'Epilogue', Open Sans;
}

article h2 {
    font-size: 36px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
    color: inherit;
    font-weight: bold;
}

article.two_columns div.container div h2 {
    font-size: 24px;
    font-weight: 500;
    text-align: left;
    margin-bottom: 0;
}

h2.vertical {
    writing-mode: vertical-rl;
    float: left;
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari and Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
    color: #F24910;
    text-align: center;
    margin: 0;
}

article h3 {
    font-size: 1.111rem;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #F24910;
    line-height: initial;
}

.form-control::placeholder {
    color: #555559;
    opacity: 1;
}

article.two_columns div.container h3 {
    text-align: left;
}

.hide {
    display: none !important;
}

article .container p,
article .container div:not(.alert .div, .inline-row),
article .container ul {
    margin-bottom: 20px;
}

article .container p,
article .container ul,
article .container ul li,
article .container div {
    text-align: left;
    font-size: 1rem;
    color: inherit;
    line-height: 1.6;
}

ul li {
    padding: 5px 10px;
}

article .container ul li {
    padding: 5px 40px;
}

article div.container ul li:before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f111';
    margin: 0 5px 0 -15px;
    color: inherit;
    font-size: 40%;
    vertical-align: middle;
}

article div.container>div ul li {
    margin-left: 30px;
}

article div.container>iframe {
    width: 90vw;
    height: 50.625vw;
    max-width: 1024px;
    max-height: 576px;
}


.modal .modal-body{
    font-size: .8rem;
}

.errormessagedisplay {
    text-align: center;
    display: none;
  }
/*******************************************************************************************/


/*				FORM																*/


/*******************************************************************************************/

.form-group {
    clear: left;
    margin-bottom: 15px;
    min-height: 30px;
}

.form-group label.text-center {
    text-align: center;
}

.inline-row{
    flex:0 1 100%;
    display:flex;
    justify-content: space-between;
}
select.form-control,
input.form-control,
textarea.form-control {
    background-color: #fff;
    font-size: .8rem;
}

textarea.form-control {
    padding: 7px;
}

.form-control label {
    font-weight: bold;
    padding-bottom: 5px;
    float: left;
}

div.form-control.vertical {
    padding-bottom: 20px;
}

.form-control:disabled {
    background-color: rgb(235, 235, 228);
}

.form-group .icon-check {
    margin-top: 9px;
    font-size: 18px;
    margin-left: 20px;
}

.form-group .fa-times-circle.icon-wrong {
    color: #D9696C;
}

.form-group .fa-check-circle.icon-right {
    color: #6AD382;
}

.form-group .help-block {
    color: #d9696c;
    margin-top: 5px;
    display: inline-block;
}

article.blue {
    background: #E6F3F9;
}

article.dark_blue {
    background: #3845D7;
}

article.yellow {
    background: #FEE450;
}

article.green {
    background: #05676A;
    color: #FFF;
}

article.green h2 {
    color: #FFF;
}

p.error_message {
    margin-top: 20px;
    color: #F24910;
    font-weight: bold;
    display: none;
}


/*******************************************************************************************/


/*				PLACEHOLDER																*/


/*******************************************************************************************/

input::placeholder,
textarea::placeholder {
    color: #C2C2C0;
}


/*******************************************************************************************/


/*				BUTTON																*/


/*******************************************************************************************/

article a,
article a:visited {
    color: inherit;
}

.button,
article a.button,
.btn {
    border: medium none;
    border-radius: 10px;
    color: #fff;
    padding: 10px 30px;
    outline: none;
    font-size: 16px;
    line-height: inherit;
}

.button {
    background: #F24910;
}

a.button.white,
button.white {
    color: inherit;
    background: #FFF;
    border: 1px solid #444;
}

.button.large {
    padding: 20px 40px;
}

.button.red,
.button.cancel {
    background: #d9696c!important;
    color: #FFF!important;
}

.button.blue {
    background: #8FB0C1;
}

.button.darkblue {
    background: #3845D7;
}

.button.grey {
    background: #656667;
}

.button:hover,
a:hover {
    filter: brightness(85%);
}

article.blue_background button,
article.green_background button,
article.blue_background a.button,
article.green_background a.button {
    background: #FFF;
}

article.blue_background button,
article.blue_background a.button {
    color: #8FB0C1;
}

button.wait,
a.button.wait,
div.mydialog button.wait {
    background: transparent url("../images/wait.gif") no-repeat scroll 50% 0;
    color: transparent;
}

button.wait:hover,
a.button.wait:hover {
    filter: brightness(100%);
}

a.button {
    text-decoration: none;
}


/*******************************************************************************************/


/*				FOOTER																*/


/*******************************************************************************************/

footer {
    background-color: #E6F3F9;
    color: #333;
    font-size: 12px;
    min-height: 250px;
    padding: 30px 0 0;
    min-width: 1024px;
}

footer div.container {
    max-width: 1280px;
    display: flex;
    justify-content: space-around;
}

footer div.container>div {
    flex: 0 1 auto;
    clear: none;
    float: left;
    font-size: 14px;
}

footer .social_links{
    width: 27%;
}

footer .social_links h4{
    text-align: left;
    color: #F24910;
    font-size: 15px;
    font-weight: bold;
}

 footer .newsletter{
    margin-top: 54px;
}

 footer .newsletter p{
    font-weight: 600;
}
.newsletter  .form-control{
    margin-bottom: 8px;
}
footer #email{
    display: inline-block;
}

 .newsletter p.input_desc{
    font-style: italic;
    font-size: 0.6rem;
    margin-bottom: 0;
    font-weight: initial;
}

 .newsletter .button{
    padding: 6px 20px;
    text-transform: capitalize;
}

footer .social_links_icon a{
    margin-right: 10px;
}

footer div.first_column a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
    color: inherit;
}

footer div>p {
    font-weight: bold;
    padding-bottom: 10px;
}

footer div.second_column a {
    display: block;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
}

footer div.container>div div {
    padding-bottom: 20px;
}

body[lang="fr"] footer div#headoffice{
    height: 166px;
}

footer div.container>div:last-of-type {
    text-align: left;
}

footer div.container svg {
    width: 30px;
    height: 50px;
    display: inline-block;
    padding-bottom: 20px;
}

#back_to_top_button {
    position: fixed;
    bottom: 10px;
    right: 17px;
    z-index: 2;
    cursor: pointer;
}
#back_to_top_button::before{
    font-family: 'Font Awesome 6 Pro';
}
footer .adress_2{
    margin-top: 50px;
}
footer .adress span[itemprop="name"], footer .adress_2 span[itemprop="name"] {
    color: #F24910;
    font-weight: bold;
}
/*********************************************************************************
					 FOOTER COOKIE
**********************************************************************************/

@keyframes increase_padding {
    from {
        padding: 0;
    }
    to {
        padding: 30px 0px;
    }
}


/*******************************************************************************************/


/*			COLUMNS ARTICLE											*/


/*******************************************************************************************/

article.two_columns div.container img {
    width: 87%;
    max-width: 87%;
    position: relative;
    max-height: 82%;
    top: 10px;
    margin: 15px;
    display: block;
}


article.two_columns h3 {
    text-align: left;
}
article.two_columns div.container>div {
    width: 46%;
    margin: 0;
    float: left;
    position: relative;
    min-height: 100px;
}
article.two_columns div.container>div.top_text {
    width: 100%;
    padding-bottom: 20px;
}
article.two_columns div.container>div.right_column {
    float: right;
}
article div.container>div.left_column {
    clear: left;
}
article.two_columns.with_illustration div.container>div {
    min-height: 400px;
}
article.two_columns.with_illustration svg {
    position: absolute;
    left: 50px;
    bottom: 50px;
}
article.two_columns.with_illustration div.container img :not(.screenshot_container,
.screenshot) {
    max-width: 90%;
    z-index: 2;
    position: relative;
    top: 10px;
    width: auto;
    max-height: 300px;
    border: 1px solid #333;
}
article.two_columns div.left_column.with_screenshot a.screenshot_container,
article.two_columns div.right_column.with_screenshot a.screenshot_container {
    width: 100%;
    max-width: 100%;
    margin: 0;
    max-height: 300px;
    position: relative;
    display: inline-block;
    margin-top: 16%;
}
article.two_columns div.left_column.with_screenshot svg,
article.two_columns div.right_column.with_screenshot svg {
    position: absolute;
    width: 32%;
    top: 10%;
    left: 10%;
}
article.two_columns div.left_column.with_screenshot img.screenshot,
article.two_columns div.right_column.with_screenshot img.screenshot {
    max-width: 61%;
    position: absolute;
    left: 9%;
    max-height: 70%;
    width: auto;
    margin: 0;
    top: 16%;
}
article.two_columns div.right_column.with_screenshot img.screenshot {
    left: 13%;
}

/******************************************************************************************************
		WHYCERTIF
******************************************************************************************************/
article.two_columns.slider div.container {
    display: flex;
    flex-direction: row;
}
article.two_columns.slider img.page_2,
article.two_columns.slider img.page_3,
article.two_columns.slider img.page_4,
article.two_columns.slider div.page_2,
article.two_columns.slider div.page_3,
article.two_columns.slider div.page_4 {
    display: none;
}
article.two_columns.slider div.left_column {
    padding: 0 8%;
    display: block;
    clear: none;
}
article.two_columns.slider div.left_column>div {
    margin-bottom: 0;
    padding-bottom: 20px;
}
article.two_columns.slider div.left_column svg {
    width: 30px;
    height: 10px;
    margin: 0px 5px;
}
article.two_columns.slider div.link_container {
    position: absolute;
    bottom: 0;
}
article.two_columns.slider a.trait {
    float: left;
    width: 50px;
    height: 3px;
    margin-right: 10px;
    background: #E6F3F9;
}
article.two_columns.slider a.trait.selected {
    background: linear-gradient(90deg, #E6F3F9 25px, #F24910 25px);
}
article.two_columns.slider div.right_column img {
    max-width: 100%;
    max-height: 100%;
    top: 0;
    margin: 0;
    float: right;
}

/*******************************************************************************************/

/*					SCREEN SHOOT											*/

/*******************************************************************************************/
article a.screenshot {
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
}
article a.screenshot img {
    padding: 5px;
    border: 1px solid #3C4043;
}
article a.screenshot.laptop img,
article a.desktop img {
    padding: 0;
    border: none;
}
article a.screenshot.laptop {
    background: url("../images/screenshot/laptop.png") no-repeat center;
    height: 220px;
    margin-bottom: 20px;
}
article a.screenshot.desktop {
    background: url("../images/screenshot/desktop.png") no-repeat 0 0;
    height: 298px;
    width: 500px;
    margin-bottom: 20px;
}
article a.screenshot.laptop img.screenshot {
    left: 8px;
    max-height: 161px;
    position: relative;
    top: 26px;
    width: 278px;
}
article a.screenshot.desktop img.screenshot {
    left: -4px;
    max-height: 196px;
    position: relative;
    top: 18px;
    width: 350px;
}
.bolded {
    font-weight: bold;
}
.rotate {
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.rotate.down {
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
img.link:hover {
    cursor: pointer;
}

/* menu*/
nav ul.contact li {
    width: 200px;
}
@media only screen and (max-width: 1280px) {
    article>div.container {
        padding: 0px 20px;
    }
    
    .button,
    article a.button {
        padding: 10px 20px;
    }
}