@media only screen and (max-width: 1600px) { /* ------------------------ */
/* start */


/* end 1600 */ }

@media only screen and (max-width: 1400px) { /* ------------------------ */
/* start */


/* end 1400 */ }

@media only screen and (max-width: 1360px) { /* ------------------------ */
/* start */



/* end 1360 */ }

@media only screen and (max-width: 1200px) { /* xl --------------------- */
/* start */

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
    height: 45px;
    margin-bottom: 15px;
}

.select2-container--default .select2-selection--single {
    height: 45px !important;
    line-height: 41px !important;
}

.btn {
    padding: 15px 30px;
}

.bt-clear, .bt-back {
    padding-left: 0;
    padding-right: 0;
    width: 45px;
}

.rgpd-content h1 {
    font-size: 32px;
}

h3 {
    font-size: 24px;
    margin-bottom: 25px;
}

.form-content label {
    font-size: 14px;

}


/* end 1200 */ }

@media only screen and (max-width: 1100px) { /* ------------------------ */
/* start */


/* end 1100 */ }

@media only screen and (max-width: 1024px) { /* ------------------------ */
/* start */



/* end 1024 */ }

@media only screen and (max-width: 992px) { /* lg ---------------------- */
/* start */

h1 {
    font-size: 44px;
    margin-bottom: 30px;
}

#main-page {
    height: auto;
}

.about-content {
    position: relative;
    height: auto;
}

.about-content .contact em {
    display: inline-block;
}

.about-content .contact a {
    display: inline-block;
}

.copyright-content {
    position: relative;
    bottom: 0;
    margin: 30px 0;
    font-weight: 500;
}

#home-page .background {
    background-position: top left 20%;
}

/* end 992 */ }

@media only screen and (max-width: 991px) { /* ------------------------- */
/* start */



/* end 991 */ }

@media only screen and (max-width: 767px) { /* md ---------------------- */
/* start */



/* end 767 */ }

@media only screen and (max-width: 680px) { /* ------------------------- */
/* start */



/* end 680 */ }

@media only screen and (max-width: 576px) { /* sm ---------------------- */
/* start */

body {
    font-size: 15px;
}

.container {
    padding-left: 20px;
    padding-right: 20px;
}

.about-content .contact em {
    display: none;
}

.about-content .contact a {
    display: block;
}

h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.form-content .title i {
    font-size: 15px;
}

.form-content {
    padding: 10px;
    border-radius: 15px;
}

label {
    margin-bottom: 5px;
}

.btn {
    padding: 12px 20px;
}

.bt-clear, .bt-back {
    padding-left: 0;
    padding-right: 0;
    width: 39px;
}

input[type="text"], input[type="email"], input[type="password"], input[type="number"], input[type="tel"], input[type="url"], input[type="search"], select, textarea {
    height: 39px;
    margin-bottom: 10px;
    padding: 0px 15px;
}

.select2-container--default .select2-selection--single {
    height: 39px !important;
    line-height: 36px !important;
}

textarea {
    padding: 10px 15px;
}

.form-content .inner {
    padding: 20px 10px;
}

.form-content .title h3 {
    margin-left: 0;
}

/* end 576 */ }

@media only screen and (max-width: 480px) { /* ------------------------- */
/* start */


/* end 480 */ }

@media only screen and (max-width: 320px) { /* ------------------------- */
/* start */



/* end 320 */ }
